@aws-sdk/client-kendra 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 +77 -665
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +2 -14
- package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +2 -14
- package/dist-es/commands/BatchDeleteDocumentCommand.js +2 -14
- package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +2 -14
- package/dist-es/commands/BatchGetDocumentStatusCommand.js +2 -14
- package/dist-es/commands/BatchPutDocumentCommand.js +2 -14
- package/dist-es/commands/ClearQuerySuggestionsCommand.js +2 -14
- package/dist-es/commands/CreateAccessControlConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateDataSourceCommand.js +2 -14
- package/dist-es/commands/CreateExperienceCommand.js +2 -14
- package/dist-es/commands/CreateFaqCommand.js +2 -14
- package/dist-es/commands/CreateFeaturedResultsSetCommand.js +2 -14
- package/dist-es/commands/CreateIndexCommand.js +2 -14
- package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +2 -14
- package/dist-es/commands/CreateThesaurusCommand.js +2 -14
- package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -14
- package/dist-es/commands/DeleteExperienceCommand.js +2 -14
- package/dist-es/commands/DeleteFaqCommand.js +2 -14
- package/dist-es/commands/DeleteIndexCommand.js +2 -14
- package/dist-es/commands/DeletePrincipalMappingCommand.js +2 -14
- package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +2 -14
- package/dist-es/commands/DeleteThesaurusCommand.js +2 -14
- package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeDataSourceCommand.js +2 -14
- package/dist-es/commands/DescribeExperienceCommand.js +2 -14
- package/dist-es/commands/DescribeFaqCommand.js +2 -14
- package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +2 -14
- package/dist-es/commands/DescribeIndexCommand.js +2 -14
- package/dist-es/commands/DescribePrincipalMappingCommand.js +2 -14
- package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +2 -14
- package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +2 -14
- package/dist-es/commands/DescribeThesaurusCommand.js +2 -14
- package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +2 -14
- package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +2 -14
- package/dist-es/commands/GetQuerySuggestionsCommand.js +2 -14
- package/dist-es/commands/GetSnapshotsCommand.js +2 -14
- package/dist-es/commands/ListAccessControlConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +2 -14
- package/dist-es/commands/ListDataSourcesCommand.js +2 -14
- package/dist-es/commands/ListEntityPersonasCommand.js +2 -14
- package/dist-es/commands/ListExperienceEntitiesCommand.js +2 -14
- package/dist-es/commands/ListExperiencesCommand.js +2 -14
- package/dist-es/commands/ListFaqsCommand.js +2 -14
- package/dist-es/commands/ListFeaturedResultsSetsCommand.js +2 -14
- package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +2 -14
- package/dist-es/commands/ListIndicesCommand.js +2 -14
- package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListThesauriCommand.js +2 -14
- package/dist-es/commands/PutPrincipalMappingCommand.js +2 -14
- package/dist-es/commands/QueryCommand.js +2 -14
- package/dist-es/commands/RetrieveCommand.js +2 -14
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +2 -14
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -14
- package/dist-es/commands/SubmitFeedbackCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -14
- package/dist-es/commands/UpdateExperienceCommand.js +2 -14
- package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +2 -14
- package/dist-es/commands/UpdateIndexCommand.js +2 -14
- package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +2 -14
- package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +2 -14
- package/dist-es/commands/UpdateThesaurusCommand.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/AssociateEntitiesToExperienceCommand.d.ts +3 -8
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +3 -8
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +3 -8
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +3 -8
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateExperienceCommand.d.ts +3 -8
- package/dist-types/commands/CreateFaqCommand.d.ts +3 -8
- package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +3 -8
- package/dist-types/commands/CreateThesaurusCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExperienceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFaqCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIndexCommand.d.ts +3 -8
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +3 -8
- package/dist-types/commands/DeleteThesaurusCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExperienceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFaqCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeIndexCommand.d.ts +3 -8
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +3 -8
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +3 -8
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +3 -8
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +3 -8
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +3 -8
- package/dist-types/commands/GetSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +3 -8
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListExperiencesCommand.d.ts +3 -8
- package/dist-types/commands/ListFaqsCommand.d.ts +3 -8
- package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +3 -8
- package/dist-types/commands/ListIndicesCommand.d.ts +3 -8
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListThesauriCommand.d.ts +3 -8
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +3 -8
- package/dist-types/commands/QueryCommand.d.ts +3 -8
- package/dist-types/commands/RetrieveCommand.d.ts +3 -8
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +3 -8
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -8
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExperienceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIndexCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateThesaurusCommand.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/AssociateEntitiesToExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateThesaurusCommand.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
|
@@ -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
|
-
KendraClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KendraClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateFeaturedResultsSetRequest,
|
|
10
4
|
UpdateFeaturedResultsSetResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateFeaturedResultsSetCommandInput
|
|
15
8
|
extends UpdateFeaturedResultsSetRequest {}
|
|
16
9
|
export interface UpdateFeaturedResultsSetCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateFeaturedResultsSetCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateFeaturedResultsSetCommandInput,
|
|
24
17
|
UpdateFeaturedResultsSetCommandOutput,
|
|
25
|
-
KendraClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KendraClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateFeaturedResultsSetCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateFeaturedResultsSetCommandInput,
|
|
33
26
|
UpdateFeaturedResultsSetCommandOutput,
|
|
34
|
-
KendraClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KendraClientResolvedConfig,
|
|
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 UpdateFeaturedResultsSetCommand extends UpdateFeaturedResultsSetCommand_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
|
-
KendraClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KendraClient";
|
|
8
2
|
import { UpdateIndexRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateIndexCommandInput extends UpdateIndexRequest {}
|
|
12
5
|
export interface UpdateIndexCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const UpdateIndexCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const UpdateIndexCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
UpdateIndexCommandInput,
|
|
18
11
|
UpdateIndexCommandOutput,
|
|
19
|
-
KendraClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").KendraClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: UpdateIndexCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
UpdateIndexCommandInput,
|
|
27
20
|
UpdateIndexCommandOutput,
|
|
28
|
-
KendraClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").KendraClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class UpdateIndexCommand extends UpdateIndexCommand_base {
|
|
37
28
|
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
|
-
KendraClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KendraClient";
|
|
8
2
|
import { UpdateQuerySuggestionsBlockListRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateQuerySuggestionsBlockListCommandInput
|
|
12
5
|
extends UpdateQuerySuggestionsBlockListRequest {}
|
|
13
6
|
export interface UpdateQuerySuggestionsBlockListCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const UpdateQuerySuggestionsBlockListCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateQuerySuggestionsBlockListCommandInput,
|
|
20
13
|
UpdateQuerySuggestionsBlockListCommandOutput,
|
|
21
|
-
KendraClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").KendraClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateQuerySuggestionsBlockListCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateQuerySuggestionsBlockListCommandInput,
|
|
29
22
|
UpdateQuerySuggestionsBlockListCommandOutput,
|
|
30
|
-
KendraClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").KendraClientResolvedConfig,
|
|
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 UpdateQuerySuggestionsBlockListCommand extends UpdateQuerySuggestionsBlockListCommand_base {
|
|
39
30
|
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
|
-
KendraClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KendraClient";
|
|
8
2
|
import { UpdateQuerySuggestionsConfigRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateQuerySuggestionsConfigCommandInput
|
|
12
5
|
extends UpdateQuerySuggestionsConfigRequest {}
|
|
13
6
|
export interface UpdateQuerySuggestionsConfigCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const UpdateQuerySuggestionsConfigCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateQuerySuggestionsConfigCommandInput,
|
|
20
13
|
UpdateQuerySuggestionsConfigCommandOutput,
|
|
21
|
-
KendraClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").KendraClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateQuerySuggestionsConfigCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateQuerySuggestionsConfigCommandInput,
|
|
29
22
|
UpdateQuerySuggestionsConfigCommandOutput,
|
|
30
|
-
KendraClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").KendraClientResolvedConfig,
|
|
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 UpdateQuerySuggestionsConfigCommand extends UpdateQuerySuggestionsConfigCommand_base {
|
|
39
30
|
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
|
-
KendraClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KendraClient";
|
|
8
2
|
import { UpdateThesaurusRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateThesaurusCommandInput extends UpdateThesaurusRequest {}
|
|
12
5
|
export interface UpdateThesaurusCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const UpdateThesaurusCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const UpdateThesaurusCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
UpdateThesaurusCommandInput,
|
|
18
11
|
UpdateThesaurusCommandOutput,
|
|
19
|
-
KendraClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").KendraClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: UpdateThesaurusCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
UpdateThesaurusCommandInput,
|
|
27
20
|
UpdateThesaurusCommandOutput,
|
|
28
|
-
KendraClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").KendraClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class UpdateThesaurusCommand extends UpdateThesaurusCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { KendraExtensionConfiguration } 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 "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
|
@@ -20,7 +20,6 @@ export declare const getRuntimeConfig: (config: KendraClientConfig) => {
|
|
|
20
20
|
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
24
23
|
streamCollector: (
|
|
25
24
|
stream:
|
|
26
25
|
| import("stream").Readable
|
|
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: KendraClientConfig) => {
|
|
|
42
41
|
[setting: string]: unknown;
|
|
43
42
|
};
|
|
44
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
46
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
47
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -21,7 +21,6 @@ export declare const getRuntimeConfig: (config: KendraClientConfig) => {
|
|
|
21
21
|
| RequestHandler
|
|
22
22
|
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
25
24
|
streamCollector: (
|
|
26
25
|
stream:
|
|
27
26
|
| import("stream").Readable
|
|
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: KendraClientConfig) => {
|
|
|
42
41
|
[setting: string]: unknown;
|
|
43
42
|
};
|
|
44
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
46
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
47
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { KendraClientConfig } from "./KendraClient";
|
|
2
2
|
export declare const getRuntimeConfig: (config: KendraClientConfig) => {
|
|
3
3
|
runtime: string;
|
|
4
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
5
4
|
requestHandler:
|
|
6
5
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
6
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: KendraClientConfig) => {
|
|
|
18
17
|
[setting: string]: unknown;
|
|
19
18
|
};
|
|
20
19
|
apiVersion: string;
|
|
20
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
@@ -24,6 +24,7 @@ export declare const getRuntimeConfig: (config: KendraClientConfig) => {
|
|
|
24
24
|
defaultNamespace?: string;
|
|
25
25
|
};
|
|
26
26
|
serviceId: string;
|
|
27
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
28
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
29
30
|
utf8Encoder: (input: Uint8Array | string) => string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kendra",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kendra Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1078.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,15 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-
|
|
23
|
-
"@aws-
|
|
24
|
-
"@aws-sdk/
|
|
25
|
-
"@
|
|
26
|
-
"@
|
|
27
|
-
"@smithy/
|
|
28
|
-
"@smithy/
|
|
29
|
-
"@smithy/node-http-handler": "^4.9.0",
|
|
30
|
-
"@smithy/types": "^4.15.0",
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
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",
|
|
31
29
|
"tslib": "^2.6.2"
|
|
32
30
|
},
|
|
33
31
|
"devDependencies": {
|