@aws-sdk/client-cloudsearch 3.1077.0 → 3.1079.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 +34 -263
- 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-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/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/package.json +8 -8
|
@@ -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
|
DescribeIndexFieldsRequest,
|
|
10
4
|
DescribeIndexFieldsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeIndexFieldsCommandInput
|
|
15
8
|
extends DescribeIndexFieldsRequest {}
|
|
16
9
|
export interface DescribeIndexFieldsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeIndexFieldsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeIndexFieldsCommandInput,
|
|
24
17
|
DescribeIndexFieldsCommandOutput,
|
|
25
|
-
CloudSearchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeIndexFieldsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeIndexFieldsCommandInput,
|
|
33
26
|
DescribeIndexFieldsCommandOutput,
|
|
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 DescribeIndexFieldsCommand extends DescribeIndexFieldsCommand_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
|
DescribeScalingParametersRequest,
|
|
10
4
|
DescribeScalingParametersResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeScalingParametersCommandInput
|
|
15
8
|
extends DescribeScalingParametersRequest {}
|
|
16
9
|
export interface DescribeScalingParametersCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeScalingParametersCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeScalingParametersCommandInput,
|
|
24
17
|
DescribeScalingParametersCommandOutput,
|
|
25
|
-
CloudSearchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeScalingParametersCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeScalingParametersCommandInput,
|
|
33
26
|
DescribeScalingParametersCommandOutput,
|
|
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 DescribeScalingParametersCommand extends DescribeScalingParametersCommand_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
|
DescribeServiceAccessPoliciesRequest,
|
|
10
4
|
DescribeServiceAccessPoliciesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeServiceAccessPoliciesCommandInput
|
|
15
8
|
extends DescribeServiceAccessPoliciesRequest {}
|
|
16
9
|
export interface DescribeServiceAccessPoliciesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeServiceAccessPoliciesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeServiceAccessPoliciesCommandInput,
|
|
24
17
|
DescribeServiceAccessPoliciesCommandOutput,
|
|
25
|
-
CloudSearchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeServiceAccessPoliciesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeServiceAccessPoliciesCommandInput,
|
|
33
26
|
DescribeServiceAccessPoliciesCommandOutput,
|
|
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 DescribeServiceAccessPoliciesCommand extends DescribeServiceAccessPoliciesCommand_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
|
DescribeSuggestersRequest,
|
|
10
4
|
DescribeSuggestersResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeSuggestersCommandInput
|
|
15
8
|
extends DescribeSuggestersRequest {}
|
|
16
9
|
export interface DescribeSuggestersCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeSuggestersCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeSuggestersCommandInput,
|
|
24
17
|
DescribeSuggestersCommandOutput,
|
|
25
|
-
CloudSearchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeSuggestersCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeSuggestersCommandInput,
|
|
33
26
|
DescribeSuggestersCommandOutput,
|
|
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 DescribeSuggestersCommand extends DescribeSuggestersCommand_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
|
IndexDocumentsRequest,
|
|
10
4
|
IndexDocumentsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface IndexDocumentsCommandInput extends IndexDocumentsRequest {}
|
|
15
8
|
export interface IndexDocumentsCommandOutput
|
|
16
9
|
extends IndexDocumentsResponse,
|
|
@@ -21,22 +14,20 @@ declare const IndexDocumentsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
IndexDocumentsCommandInput,
|
|
23
16
|
IndexDocumentsCommandOutput,
|
|
24
|
-
CloudSearchClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: IndexDocumentsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
IndexDocumentsCommandInput,
|
|
32
25
|
IndexDocumentsCommandOutput,
|
|
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 IndexDocumentsCommand extends IndexDocumentsCommand_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 { ListDomainNamesResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListDomainNamesCommandInput {}
|
|
12
5
|
export interface ListDomainNamesCommandOutput
|
|
13
6
|
extends ListDomainNamesResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListDomainNamesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListDomainNamesCommandInput,
|
|
20
13
|
ListDomainNamesCommandOutput,
|
|
21
|
-
CloudSearchClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListDomainNamesCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListDomainNamesCommandInput,
|
|
29
22
|
ListDomainNamesCommandOutput,
|
|
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 ListDomainNamesCommand extends ListDomainNamesCommand_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
|
UpdateAvailabilityOptionsRequest,
|
|
10
4
|
UpdateAvailabilityOptionsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateAvailabilityOptionsCommandInput
|
|
15
8
|
extends UpdateAvailabilityOptionsRequest {}
|
|
16
9
|
export interface UpdateAvailabilityOptionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateAvailabilityOptionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateAvailabilityOptionsCommandInput,
|
|
24
17
|
UpdateAvailabilityOptionsCommandOutput,
|
|
25
|
-
CloudSearchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateAvailabilityOptionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateAvailabilityOptionsCommandInput,
|
|
33
26
|
UpdateAvailabilityOptionsCommandOutput,
|
|
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 UpdateAvailabilityOptionsCommand extends UpdateAvailabilityOptionsCommand_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
|
UpdateDomainEndpointOptionsRequest,
|
|
10
4
|
UpdateDomainEndpointOptionsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateDomainEndpointOptionsCommandInput
|
|
15
8
|
extends UpdateDomainEndpointOptionsRequest {}
|
|
16
9
|
export interface UpdateDomainEndpointOptionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateDomainEndpointOptionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateDomainEndpointOptionsCommandInput,
|
|
24
17
|
UpdateDomainEndpointOptionsCommandOutput,
|
|
25
|
-
CloudSearchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateDomainEndpointOptionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateDomainEndpointOptionsCommandInput,
|
|
33
26
|
UpdateDomainEndpointOptionsCommandOutput,
|
|
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 UpdateDomainEndpointOptionsCommand extends UpdateDomainEndpointOptionsCommand_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
|
UpdateScalingParametersRequest,
|
|
10
4
|
UpdateScalingParametersResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateScalingParametersCommandInput
|
|
15
8
|
extends UpdateScalingParametersRequest {}
|
|
16
9
|
export interface UpdateScalingParametersCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateScalingParametersCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateScalingParametersCommandInput,
|
|
24
17
|
UpdateScalingParametersCommandOutput,
|
|
25
|
-
CloudSearchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateScalingParametersCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateScalingParametersCommandInput,
|
|
33
26
|
UpdateScalingParametersCommandOutput,
|
|
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 UpdateScalingParametersCommand extends UpdateScalingParametersCommand_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
|
UpdateServiceAccessPoliciesRequest,
|
|
10
4
|
UpdateServiceAccessPoliciesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateServiceAccessPoliciesCommandInput
|
|
15
8
|
extends UpdateServiceAccessPoliciesRequest {}
|
|
16
9
|
export interface UpdateServiceAccessPoliciesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateServiceAccessPoliciesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateServiceAccessPoliciesCommandInput,
|
|
24
17
|
UpdateServiceAccessPoliciesCommandOutput,
|
|
25
|
-
CloudSearchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateServiceAccessPoliciesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateServiceAccessPoliciesCommandInput,
|
|
33
26
|
UpdateServiceAccessPoliciesCommandOutput,
|
|
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 UpdateServiceAccessPoliciesCommand extends UpdateServiceAccessPoliciesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { CloudSearchExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudsearch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudsearch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1079.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.27",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.62",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|