@aws-sdk/client-kendra 3.301.0 → 3.303.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/README.md +40 -0
- package/dist-cjs/Kendra.js +75 -0
- package/dist-cjs/commands/BatchDeleteFeaturedResultsSetCommand.js +45 -0
- package/dist-cjs/commands/CreateFeaturedResultsSetCommand.js +45 -0
- package/dist-cjs/commands/DescribeFeaturedResultsSetCommand.js +45 -0
- package/dist-cjs/commands/ListFeaturedResultsSetsCommand.js +45 -0
- package/dist-cjs/commands/UpdateFeaturedResultsSetCommand.js +45 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +381 -438
- package/dist-cjs/models/models_1.js +20 -0
- package/dist-cjs/protocols/Aws_json1_1.js +597 -4
- package/dist-es/Kendra.js +75 -0
- package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +41 -0
- package/dist-es/commands/CreateFeaturedResultsSetCommand.js +41 -0
- package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +41 -0
- package/dist-es/commands/ListFeaturedResultsSetsCommand.js +41 -0
- package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +41 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +377 -434
- package/dist-es/models/models_1.js +18 -1
- package/dist-es/protocols/Aws_json1_1.js +584 -1
- package/dist-types/Kendra.d.ts +163 -132
- package/dist-types/KendraClient.d.ts +7 -2
- package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +1 -1
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +6 -6
- package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +88 -0
- package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +9 -13
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +14 -13
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +17 -20
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -4
- package/dist-types/commands/CreateExperienceCommand.d.ts +3 -2
- package/dist-types/commands/CreateFaqCommand.d.ts +6 -6
- package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +117 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -2
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +3 -2
- package/dist-types/commands/CreateThesaurusCommand.d.ts +3 -2
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +5 -5
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExperienceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFaqCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIndexCommand.d.ts +1 -1
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +13 -15
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThesaurusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExperienceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFaqCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +86 -0
- package/dist-types/commands/DescribeIndexCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +8 -9
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +3 -2
- package/dist-types/commands/GetSnapshotsCommand.d.ts +3 -4
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +5 -5
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +1 -1
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListExperiencesCommand.d.ts +1 -1
- package/dist-types/commands/ListFaqsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +87 -0
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +4 -5
- package/dist-types/commands/ListIndicesCommand.d.ts +1 -1
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListThesauriCommand.d.ts +1 -1
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +15 -21
- package/dist-types/commands/QueryCommand.d.ts +3 -2
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +2 -2
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +2 -2
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +4 -5
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +20 -20
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateExperienceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +105 -0
- package/dist-types/commands/UpdateIndexCommand.d.ts +4 -3
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThesaurusCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1943 -1687
- package/dist-types/models/models_1.d.ts +491 -72
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/Kendra.d.ts +85 -0
- package/dist-types/ts3.4/KendraClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +563 -453
- package/dist-types/ts3.4/models/models_1.d.ts +127 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/package.json +34 -34
|
@@ -3,6 +3,7 @@ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
|
3
3
|
import { AssociateEntitiesToExperienceCommandInput, AssociateEntitiesToExperienceCommandOutput } from "../commands/AssociateEntitiesToExperienceCommand";
|
|
4
4
|
import { AssociatePersonasToEntitiesCommandInput, AssociatePersonasToEntitiesCommandOutput } from "../commands/AssociatePersonasToEntitiesCommand";
|
|
5
5
|
import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "../commands/BatchDeleteDocumentCommand";
|
|
6
|
+
import { BatchDeleteFeaturedResultsSetCommandInput, BatchDeleteFeaturedResultsSetCommandOutput } from "../commands/BatchDeleteFeaturedResultsSetCommand";
|
|
6
7
|
import { BatchGetDocumentStatusCommandInput, BatchGetDocumentStatusCommandOutput } from "../commands/BatchGetDocumentStatusCommand";
|
|
7
8
|
import { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "../commands/BatchPutDocumentCommand";
|
|
8
9
|
import { ClearQuerySuggestionsCommandInput, ClearQuerySuggestionsCommandOutput } from "../commands/ClearQuerySuggestionsCommand";
|
|
@@ -10,6 +11,7 @@ import { CreateAccessControlConfigurationCommandInput, CreateAccessControlConfig
|
|
|
10
11
|
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "../commands/CreateDataSourceCommand";
|
|
11
12
|
import { CreateExperienceCommandInput, CreateExperienceCommandOutput } from "../commands/CreateExperienceCommand";
|
|
12
13
|
import { CreateFaqCommandInput, CreateFaqCommandOutput } from "../commands/CreateFaqCommand";
|
|
14
|
+
import { CreateFeaturedResultsSetCommandInput, CreateFeaturedResultsSetCommandOutput } from "../commands/CreateFeaturedResultsSetCommand";
|
|
13
15
|
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "../commands/CreateIndexCommand";
|
|
14
16
|
import { CreateQuerySuggestionsBlockListCommandInput, CreateQuerySuggestionsBlockListCommandOutput } from "../commands/CreateQuerySuggestionsBlockListCommand";
|
|
15
17
|
import { CreateThesaurusCommandInput, CreateThesaurusCommandOutput } from "../commands/CreateThesaurusCommand";
|
|
@@ -25,6 +27,7 @@ import { DescribeAccessControlConfigurationCommandInput, DescribeAccessControlCo
|
|
|
25
27
|
import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "../commands/DescribeDataSourceCommand";
|
|
26
28
|
import { DescribeExperienceCommandInput, DescribeExperienceCommandOutput } from "../commands/DescribeExperienceCommand";
|
|
27
29
|
import { DescribeFaqCommandInput, DescribeFaqCommandOutput } from "../commands/DescribeFaqCommand";
|
|
30
|
+
import { DescribeFeaturedResultsSetCommandInput, DescribeFeaturedResultsSetCommandOutput } from "../commands/DescribeFeaturedResultsSetCommand";
|
|
28
31
|
import { DescribeIndexCommandInput, DescribeIndexCommandOutput } from "../commands/DescribeIndexCommand";
|
|
29
32
|
import { DescribePrincipalMappingCommandInput, DescribePrincipalMappingCommandOutput } from "../commands/DescribePrincipalMappingCommand";
|
|
30
33
|
import { DescribeQuerySuggestionsBlockListCommandInput, DescribeQuerySuggestionsBlockListCommandOutput } from "../commands/DescribeQuerySuggestionsBlockListCommand";
|
|
@@ -41,6 +44,7 @@ import { ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput } from
|
|
|
41
44
|
import { ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput } from "../commands/ListExperienceEntitiesCommand";
|
|
42
45
|
import { ListExperiencesCommandInput, ListExperiencesCommandOutput } from "../commands/ListExperiencesCommand";
|
|
43
46
|
import { ListFaqsCommandInput, ListFaqsCommandOutput } from "../commands/ListFaqsCommand";
|
|
47
|
+
import { ListFeaturedResultsSetsCommandInput, ListFeaturedResultsSetsCommandOutput } from "../commands/ListFeaturedResultsSetsCommand";
|
|
44
48
|
import { ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput } from "../commands/ListGroupsOlderThanOrderingIdCommand";
|
|
45
49
|
import { ListIndicesCommandInput, ListIndicesCommandOutput } from "../commands/ListIndicesCommand";
|
|
46
50
|
import { ListQuerySuggestionsBlockListsCommandInput, ListQuerySuggestionsBlockListsCommandOutput } from "../commands/ListQuerySuggestionsBlockListsCommand";
|
|
@@ -56,6 +60,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
|
|
|
56
60
|
import { UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput } from "../commands/UpdateAccessControlConfigurationCommand";
|
|
57
61
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
|
|
58
62
|
import { UpdateExperienceCommandInput, UpdateExperienceCommandOutput } from "../commands/UpdateExperienceCommand";
|
|
63
|
+
import { UpdateFeaturedResultsSetCommandInput, UpdateFeaturedResultsSetCommandOutput } from "../commands/UpdateFeaturedResultsSetCommand";
|
|
59
64
|
import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "../commands/UpdateIndexCommand";
|
|
60
65
|
import { UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBlockListCommandOutput } from "../commands/UpdateQuerySuggestionsBlockListCommand";
|
|
61
66
|
import { UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput } from "../commands/UpdateQuerySuggestionsConfigCommand";
|
|
@@ -63,6 +68,7 @@ import { UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput } from "../co
|
|
|
63
68
|
export declare const serializeAws_json1_1AssociateEntitiesToExperienceCommand: (input: AssociateEntitiesToExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
69
|
export declare const serializeAws_json1_1AssociatePersonasToEntitiesCommand: (input: AssociatePersonasToEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
70
|
export declare const serializeAws_json1_1BatchDeleteDocumentCommand: (input: BatchDeleteDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
export declare const serializeAws_json1_1BatchDeleteFeaturedResultsSetCommand: (input: BatchDeleteFeaturedResultsSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
72
|
export declare const serializeAws_json1_1BatchGetDocumentStatusCommand: (input: BatchGetDocumentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
73
|
export declare const serializeAws_json1_1BatchPutDocumentCommand: (input: BatchPutDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
74
|
export declare const serializeAws_json1_1ClearQuerySuggestionsCommand: (input: ClearQuerySuggestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -70,6 +76,7 @@ export declare const serializeAws_json1_1CreateAccessControlConfigurationCommand
|
|
|
70
76
|
export declare const serializeAws_json1_1CreateDataSourceCommand: (input: CreateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
77
|
export declare const serializeAws_json1_1CreateExperienceCommand: (input: CreateExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
78
|
export declare const serializeAws_json1_1CreateFaqCommand: (input: CreateFaqCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
export declare const serializeAws_json1_1CreateFeaturedResultsSetCommand: (input: CreateFeaturedResultsSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
80
|
export declare const serializeAws_json1_1CreateIndexCommand: (input: CreateIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
81
|
export declare const serializeAws_json1_1CreateQuerySuggestionsBlockListCommand: (input: CreateQuerySuggestionsBlockListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
82
|
export declare const serializeAws_json1_1CreateThesaurusCommand: (input: CreateThesaurusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -85,6 +92,7 @@ export declare const serializeAws_json1_1DescribeAccessControlConfigurationComma
|
|
|
85
92
|
export declare const serializeAws_json1_1DescribeDataSourceCommand: (input: DescribeDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
93
|
export declare const serializeAws_json1_1DescribeExperienceCommand: (input: DescribeExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
94
|
export declare const serializeAws_json1_1DescribeFaqCommand: (input: DescribeFaqCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
export declare const serializeAws_json1_1DescribeFeaturedResultsSetCommand: (input: DescribeFeaturedResultsSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
96
|
export declare const serializeAws_json1_1DescribeIndexCommand: (input: DescribeIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
97
|
export declare const serializeAws_json1_1DescribePrincipalMappingCommand: (input: DescribePrincipalMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
98
|
export declare const serializeAws_json1_1DescribeQuerySuggestionsBlockListCommand: (input: DescribeQuerySuggestionsBlockListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -101,6 +109,7 @@ export declare const serializeAws_json1_1ListEntityPersonasCommand: (input: List
|
|
|
101
109
|
export declare const serializeAws_json1_1ListExperienceEntitiesCommand: (input: ListExperienceEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
110
|
export declare const serializeAws_json1_1ListExperiencesCommand: (input: ListExperiencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
111
|
export declare const serializeAws_json1_1ListFaqsCommand: (input: ListFaqsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
export declare const serializeAws_json1_1ListFeaturedResultsSetsCommand: (input: ListFeaturedResultsSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
113
|
export declare const serializeAws_json1_1ListGroupsOlderThanOrderingIdCommand: (input: ListGroupsOlderThanOrderingIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
114
|
export declare const serializeAws_json1_1ListIndicesCommand: (input: ListIndicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
115
|
export declare const serializeAws_json1_1ListQuerySuggestionsBlockListsCommand: (input: ListQuerySuggestionsBlockListsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -116,6 +125,7 @@ export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagReso
|
|
|
116
125
|
export declare const serializeAws_json1_1UpdateAccessControlConfigurationCommand: (input: UpdateAccessControlConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
126
|
export declare const serializeAws_json1_1UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
127
|
export declare const serializeAws_json1_1UpdateExperienceCommand: (input: UpdateExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
+
export declare const serializeAws_json1_1UpdateFeaturedResultsSetCommand: (input: UpdateFeaturedResultsSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
129
|
export declare const serializeAws_json1_1UpdateIndexCommand: (input: UpdateIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
130
|
export declare const serializeAws_json1_1UpdateQuerySuggestionsBlockListCommand: (input: UpdateQuerySuggestionsBlockListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
131
|
export declare const serializeAws_json1_1UpdateQuerySuggestionsConfigCommand: (input: UpdateQuerySuggestionsConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -123,6 +133,7 @@ export declare const serializeAws_json1_1UpdateThesaurusCommand: (input: UpdateT
|
|
|
123
133
|
export declare const deserializeAws_json1_1AssociateEntitiesToExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEntitiesToExperienceCommandOutput>;
|
|
124
134
|
export declare const deserializeAws_json1_1AssociatePersonasToEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePersonasToEntitiesCommandOutput>;
|
|
125
135
|
export declare const deserializeAws_json1_1BatchDeleteDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteDocumentCommandOutput>;
|
|
136
|
+
export declare const deserializeAws_json1_1BatchDeleteFeaturedResultsSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteFeaturedResultsSetCommandOutput>;
|
|
126
137
|
export declare const deserializeAws_json1_1BatchGetDocumentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDocumentStatusCommandOutput>;
|
|
127
138
|
export declare const deserializeAws_json1_1BatchPutDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutDocumentCommandOutput>;
|
|
128
139
|
export declare const deserializeAws_json1_1ClearQuerySuggestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClearQuerySuggestionsCommandOutput>;
|
|
@@ -130,6 +141,7 @@ export declare const deserializeAws_json1_1CreateAccessControlConfigurationComma
|
|
|
130
141
|
export declare const deserializeAws_json1_1CreateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceCommandOutput>;
|
|
131
142
|
export declare const deserializeAws_json1_1CreateExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExperienceCommandOutput>;
|
|
132
143
|
export declare const deserializeAws_json1_1CreateFaqCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFaqCommandOutput>;
|
|
144
|
+
export declare const deserializeAws_json1_1CreateFeaturedResultsSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFeaturedResultsSetCommandOutput>;
|
|
133
145
|
export declare const deserializeAws_json1_1CreateIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIndexCommandOutput>;
|
|
134
146
|
export declare const deserializeAws_json1_1CreateQuerySuggestionsBlockListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQuerySuggestionsBlockListCommandOutput>;
|
|
135
147
|
export declare const deserializeAws_json1_1CreateThesaurusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThesaurusCommandOutput>;
|
|
@@ -145,6 +157,7 @@ export declare const deserializeAws_json1_1DescribeAccessControlConfigurationCom
|
|
|
145
157
|
export declare const deserializeAws_json1_1DescribeDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSourceCommandOutput>;
|
|
146
158
|
export declare const deserializeAws_json1_1DescribeExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExperienceCommandOutput>;
|
|
147
159
|
export declare const deserializeAws_json1_1DescribeFaqCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFaqCommandOutput>;
|
|
160
|
+
export declare const deserializeAws_json1_1DescribeFeaturedResultsSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFeaturedResultsSetCommandOutput>;
|
|
148
161
|
export declare const deserializeAws_json1_1DescribeIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIndexCommandOutput>;
|
|
149
162
|
export declare const deserializeAws_json1_1DescribePrincipalMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePrincipalMappingCommandOutput>;
|
|
150
163
|
export declare const deserializeAws_json1_1DescribeQuerySuggestionsBlockListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQuerySuggestionsBlockListCommandOutput>;
|
|
@@ -161,6 +174,7 @@ export declare const deserializeAws_json1_1ListEntityPersonasCommand: (output: _
|
|
|
161
174
|
export declare const deserializeAws_json1_1ListExperienceEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExperienceEntitiesCommandOutput>;
|
|
162
175
|
export declare const deserializeAws_json1_1ListExperiencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExperiencesCommandOutput>;
|
|
163
176
|
export declare const deserializeAws_json1_1ListFaqsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFaqsCommandOutput>;
|
|
177
|
+
export declare const deserializeAws_json1_1ListFeaturedResultsSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFeaturedResultsSetsCommandOutput>;
|
|
164
178
|
export declare const deserializeAws_json1_1ListGroupsOlderThanOrderingIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsOlderThanOrderingIdCommandOutput>;
|
|
165
179
|
export declare const deserializeAws_json1_1ListIndicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIndicesCommandOutput>;
|
|
166
180
|
export declare const deserializeAws_json1_1ListQuerySuggestionsBlockListsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQuerySuggestionsBlockListsCommandOutput>;
|
|
@@ -176,6 +190,7 @@ export declare const deserializeAws_json1_1UntagResourceCommand: (output: __Http
|
|
|
176
190
|
export declare const deserializeAws_json1_1UpdateAccessControlConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessControlConfigurationCommandOutput>;
|
|
177
191
|
export declare const deserializeAws_json1_1UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
|
|
178
192
|
export declare const deserializeAws_json1_1UpdateExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExperienceCommandOutput>;
|
|
193
|
+
export declare const deserializeAws_json1_1UpdateFeaturedResultsSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFeaturedResultsSetCommandOutput>;
|
|
179
194
|
export declare const deserializeAws_json1_1UpdateIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIndexCommandOutput>;
|
|
180
195
|
export declare const deserializeAws_json1_1UpdateQuerySuggestionsBlockListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQuerySuggestionsBlockListCommandOutput>;
|
|
181
196
|
export declare const deserializeAws_json1_1UpdateQuerySuggestionsConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQuerySuggestionsConfigCommandOutput>;
|
|
@@ -11,6 +11,10 @@ import {
|
|
|
11
11
|
BatchDeleteDocumentCommandInput,
|
|
12
12
|
BatchDeleteDocumentCommandOutput,
|
|
13
13
|
} from "./commands/BatchDeleteDocumentCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchDeleteFeaturedResultsSetCommandInput,
|
|
16
|
+
BatchDeleteFeaturedResultsSetCommandOutput,
|
|
17
|
+
} from "./commands/BatchDeleteFeaturedResultsSetCommand";
|
|
14
18
|
import {
|
|
15
19
|
BatchGetDocumentStatusCommandInput,
|
|
16
20
|
BatchGetDocumentStatusCommandOutput,
|
|
@@ -39,6 +43,10 @@ import {
|
|
|
39
43
|
CreateFaqCommandInput,
|
|
40
44
|
CreateFaqCommandOutput,
|
|
41
45
|
} from "./commands/CreateFaqCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateFeaturedResultsSetCommandInput,
|
|
48
|
+
CreateFeaturedResultsSetCommandOutput,
|
|
49
|
+
} from "./commands/CreateFeaturedResultsSetCommand";
|
|
42
50
|
import {
|
|
43
51
|
CreateIndexCommandInput,
|
|
44
52
|
CreateIndexCommandOutput,
|
|
@@ -99,6 +107,10 @@ import {
|
|
|
99
107
|
DescribeFaqCommandInput,
|
|
100
108
|
DescribeFaqCommandOutput,
|
|
101
109
|
} from "./commands/DescribeFaqCommand";
|
|
110
|
+
import {
|
|
111
|
+
DescribeFeaturedResultsSetCommandInput,
|
|
112
|
+
DescribeFeaturedResultsSetCommandOutput,
|
|
113
|
+
} from "./commands/DescribeFeaturedResultsSetCommand";
|
|
102
114
|
import {
|
|
103
115
|
DescribeIndexCommandInput,
|
|
104
116
|
DescribeIndexCommandOutput,
|
|
@@ -163,6 +175,10 @@ import {
|
|
|
163
175
|
ListFaqsCommandInput,
|
|
164
176
|
ListFaqsCommandOutput,
|
|
165
177
|
} from "./commands/ListFaqsCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListFeaturedResultsSetsCommandInput,
|
|
180
|
+
ListFeaturedResultsSetsCommandOutput,
|
|
181
|
+
} from "./commands/ListFeaturedResultsSetsCommand";
|
|
166
182
|
import {
|
|
167
183
|
ListGroupsOlderThanOrderingIdCommandInput,
|
|
168
184
|
ListGroupsOlderThanOrderingIdCommandOutput,
|
|
@@ -220,6 +236,10 @@ import {
|
|
|
220
236
|
UpdateExperienceCommandInput,
|
|
221
237
|
UpdateExperienceCommandOutput,
|
|
222
238
|
} from "./commands/UpdateExperienceCommand";
|
|
239
|
+
import {
|
|
240
|
+
UpdateFeaturedResultsSetCommandInput,
|
|
241
|
+
UpdateFeaturedResultsSetCommandOutput,
|
|
242
|
+
} from "./commands/UpdateFeaturedResultsSetCommand";
|
|
223
243
|
import {
|
|
224
244
|
UpdateIndexCommandInput,
|
|
225
245
|
UpdateIndexCommandOutput,
|
|
@@ -277,6 +297,19 @@ export declare class Kendra extends KendraClient {
|
|
|
277
297
|
options: __HttpHandlerOptions,
|
|
278
298
|
cb: (err: any, data?: BatchDeleteDocumentCommandOutput) => void
|
|
279
299
|
): void;
|
|
300
|
+
batchDeleteFeaturedResultsSet(
|
|
301
|
+
args: BatchDeleteFeaturedResultsSetCommandInput,
|
|
302
|
+
options?: __HttpHandlerOptions
|
|
303
|
+
): Promise<BatchDeleteFeaturedResultsSetCommandOutput>;
|
|
304
|
+
batchDeleteFeaturedResultsSet(
|
|
305
|
+
args: BatchDeleteFeaturedResultsSetCommandInput,
|
|
306
|
+
cb: (err: any, data?: BatchDeleteFeaturedResultsSetCommandOutput) => void
|
|
307
|
+
): void;
|
|
308
|
+
batchDeleteFeaturedResultsSet(
|
|
309
|
+
args: BatchDeleteFeaturedResultsSetCommandInput,
|
|
310
|
+
options: __HttpHandlerOptions,
|
|
311
|
+
cb: (err: any, data?: BatchDeleteFeaturedResultsSetCommandOutput) => void
|
|
312
|
+
): void;
|
|
280
313
|
batchGetDocumentStatus(
|
|
281
314
|
args: BatchGetDocumentStatusCommandInput,
|
|
282
315
|
options?: __HttpHandlerOptions
|
|
@@ -368,6 +401,19 @@ export declare class Kendra extends KendraClient {
|
|
|
368
401
|
options: __HttpHandlerOptions,
|
|
369
402
|
cb: (err: any, data?: CreateFaqCommandOutput) => void
|
|
370
403
|
): void;
|
|
404
|
+
createFeaturedResultsSet(
|
|
405
|
+
args: CreateFeaturedResultsSetCommandInput,
|
|
406
|
+
options?: __HttpHandlerOptions
|
|
407
|
+
): Promise<CreateFeaturedResultsSetCommandOutput>;
|
|
408
|
+
createFeaturedResultsSet(
|
|
409
|
+
args: CreateFeaturedResultsSetCommandInput,
|
|
410
|
+
cb: (err: any, data?: CreateFeaturedResultsSetCommandOutput) => void
|
|
411
|
+
): void;
|
|
412
|
+
createFeaturedResultsSet(
|
|
413
|
+
args: CreateFeaturedResultsSetCommandInput,
|
|
414
|
+
options: __HttpHandlerOptions,
|
|
415
|
+
cb: (err: any, data?: CreateFeaturedResultsSetCommandOutput) => void
|
|
416
|
+
): void;
|
|
371
417
|
createIndex(
|
|
372
418
|
args: CreateIndexCommandInput,
|
|
373
419
|
options?: __HttpHandlerOptions
|
|
@@ -569,6 +615,19 @@ export declare class Kendra extends KendraClient {
|
|
|
569
615
|
options: __HttpHandlerOptions,
|
|
570
616
|
cb: (err: any, data?: DescribeFaqCommandOutput) => void
|
|
571
617
|
): void;
|
|
618
|
+
describeFeaturedResultsSet(
|
|
619
|
+
args: DescribeFeaturedResultsSetCommandInput,
|
|
620
|
+
options?: __HttpHandlerOptions
|
|
621
|
+
): Promise<DescribeFeaturedResultsSetCommandOutput>;
|
|
622
|
+
describeFeaturedResultsSet(
|
|
623
|
+
args: DescribeFeaturedResultsSetCommandInput,
|
|
624
|
+
cb: (err: any, data?: DescribeFeaturedResultsSetCommandOutput) => void
|
|
625
|
+
): void;
|
|
626
|
+
describeFeaturedResultsSet(
|
|
627
|
+
args: DescribeFeaturedResultsSetCommandInput,
|
|
628
|
+
options: __HttpHandlerOptions,
|
|
629
|
+
cb: (err: any, data?: DescribeFeaturedResultsSetCommandOutput) => void
|
|
630
|
+
): void;
|
|
572
631
|
describeIndex(
|
|
573
632
|
args: DescribeIndexCommandInput,
|
|
574
633
|
options?: __HttpHandlerOptions
|
|
@@ -789,6 +848,19 @@ export declare class Kendra extends KendraClient {
|
|
|
789
848
|
options: __HttpHandlerOptions,
|
|
790
849
|
cb: (err: any, data?: ListFaqsCommandOutput) => void
|
|
791
850
|
): void;
|
|
851
|
+
listFeaturedResultsSets(
|
|
852
|
+
args: ListFeaturedResultsSetsCommandInput,
|
|
853
|
+
options?: __HttpHandlerOptions
|
|
854
|
+
): Promise<ListFeaturedResultsSetsCommandOutput>;
|
|
855
|
+
listFeaturedResultsSets(
|
|
856
|
+
args: ListFeaturedResultsSetsCommandInput,
|
|
857
|
+
cb: (err: any, data?: ListFeaturedResultsSetsCommandOutput) => void
|
|
858
|
+
): void;
|
|
859
|
+
listFeaturedResultsSets(
|
|
860
|
+
args: ListFeaturedResultsSetsCommandInput,
|
|
861
|
+
options: __HttpHandlerOptions,
|
|
862
|
+
cb: (err: any, data?: ListFeaturedResultsSetsCommandOutput) => void
|
|
863
|
+
): void;
|
|
792
864
|
listGroupsOlderThanOrderingId(
|
|
793
865
|
args: ListGroupsOlderThanOrderingIdCommandInput,
|
|
794
866
|
options?: __HttpHandlerOptions
|
|
@@ -984,6 +1056,19 @@ export declare class Kendra extends KendraClient {
|
|
|
984
1056
|
options: __HttpHandlerOptions,
|
|
985
1057
|
cb: (err: any, data?: UpdateExperienceCommandOutput) => void
|
|
986
1058
|
): void;
|
|
1059
|
+
updateFeaturedResultsSet(
|
|
1060
|
+
args: UpdateFeaturedResultsSetCommandInput,
|
|
1061
|
+
options?: __HttpHandlerOptions
|
|
1062
|
+
): Promise<UpdateFeaturedResultsSetCommandOutput>;
|
|
1063
|
+
updateFeaturedResultsSet(
|
|
1064
|
+
args: UpdateFeaturedResultsSetCommandInput,
|
|
1065
|
+
cb: (err: any, data?: UpdateFeaturedResultsSetCommandOutput) => void
|
|
1066
|
+
): void;
|
|
1067
|
+
updateFeaturedResultsSet(
|
|
1068
|
+
args: UpdateFeaturedResultsSetCommandInput,
|
|
1069
|
+
options: __HttpHandlerOptions,
|
|
1070
|
+
cb: (err: any, data?: UpdateFeaturedResultsSetCommandOutput) => void
|
|
1071
|
+
): void;
|
|
987
1072
|
updateIndex(
|
|
988
1073
|
args: UpdateIndexCommandInput,
|
|
989
1074
|
options?: __HttpHandlerOptions
|
|
@@ -56,6 +56,10 @@ import {
|
|
|
56
56
|
BatchDeleteDocumentCommandInput,
|
|
57
57
|
BatchDeleteDocumentCommandOutput,
|
|
58
58
|
} from "./commands/BatchDeleteDocumentCommand";
|
|
59
|
+
import {
|
|
60
|
+
BatchDeleteFeaturedResultsSetCommandInput,
|
|
61
|
+
BatchDeleteFeaturedResultsSetCommandOutput,
|
|
62
|
+
} from "./commands/BatchDeleteFeaturedResultsSetCommand";
|
|
59
63
|
import {
|
|
60
64
|
BatchGetDocumentStatusCommandInput,
|
|
61
65
|
BatchGetDocumentStatusCommandOutput,
|
|
@@ -84,6 +88,10 @@ import {
|
|
|
84
88
|
CreateFaqCommandInput,
|
|
85
89
|
CreateFaqCommandOutput,
|
|
86
90
|
} from "./commands/CreateFaqCommand";
|
|
91
|
+
import {
|
|
92
|
+
CreateFeaturedResultsSetCommandInput,
|
|
93
|
+
CreateFeaturedResultsSetCommandOutput,
|
|
94
|
+
} from "./commands/CreateFeaturedResultsSetCommand";
|
|
87
95
|
import {
|
|
88
96
|
CreateIndexCommandInput,
|
|
89
97
|
CreateIndexCommandOutput,
|
|
@@ -144,6 +152,10 @@ import {
|
|
|
144
152
|
DescribeFaqCommandInput,
|
|
145
153
|
DescribeFaqCommandOutput,
|
|
146
154
|
} from "./commands/DescribeFaqCommand";
|
|
155
|
+
import {
|
|
156
|
+
DescribeFeaturedResultsSetCommandInput,
|
|
157
|
+
DescribeFeaturedResultsSetCommandOutput,
|
|
158
|
+
} from "./commands/DescribeFeaturedResultsSetCommand";
|
|
147
159
|
import {
|
|
148
160
|
DescribeIndexCommandInput,
|
|
149
161
|
DescribeIndexCommandOutput,
|
|
@@ -208,6 +220,10 @@ import {
|
|
|
208
220
|
ListFaqsCommandInput,
|
|
209
221
|
ListFaqsCommandOutput,
|
|
210
222
|
} from "./commands/ListFaqsCommand";
|
|
223
|
+
import {
|
|
224
|
+
ListFeaturedResultsSetsCommandInput,
|
|
225
|
+
ListFeaturedResultsSetsCommandOutput,
|
|
226
|
+
} from "./commands/ListFeaturedResultsSetsCommand";
|
|
211
227
|
import {
|
|
212
228
|
ListGroupsOlderThanOrderingIdCommandInput,
|
|
213
229
|
ListGroupsOlderThanOrderingIdCommandOutput,
|
|
@@ -265,6 +281,10 @@ import {
|
|
|
265
281
|
UpdateExperienceCommandInput,
|
|
266
282
|
UpdateExperienceCommandOutput,
|
|
267
283
|
} from "./commands/UpdateExperienceCommand";
|
|
284
|
+
import {
|
|
285
|
+
UpdateFeaturedResultsSetCommandInput,
|
|
286
|
+
UpdateFeaturedResultsSetCommandOutput,
|
|
287
|
+
} from "./commands/UpdateFeaturedResultsSetCommand";
|
|
268
288
|
import {
|
|
269
289
|
UpdateIndexCommandInput,
|
|
270
290
|
UpdateIndexCommandOutput,
|
|
@@ -290,6 +310,7 @@ export type ServiceInputTypes =
|
|
|
290
310
|
| AssociateEntitiesToExperienceCommandInput
|
|
291
311
|
| AssociatePersonasToEntitiesCommandInput
|
|
292
312
|
| BatchDeleteDocumentCommandInput
|
|
313
|
+
| BatchDeleteFeaturedResultsSetCommandInput
|
|
293
314
|
| BatchGetDocumentStatusCommandInput
|
|
294
315
|
| BatchPutDocumentCommandInput
|
|
295
316
|
| ClearQuerySuggestionsCommandInput
|
|
@@ -297,6 +318,7 @@ export type ServiceInputTypes =
|
|
|
297
318
|
| CreateDataSourceCommandInput
|
|
298
319
|
| CreateExperienceCommandInput
|
|
299
320
|
| CreateFaqCommandInput
|
|
321
|
+
| CreateFeaturedResultsSetCommandInput
|
|
300
322
|
| CreateIndexCommandInput
|
|
301
323
|
| CreateQuerySuggestionsBlockListCommandInput
|
|
302
324
|
| CreateThesaurusCommandInput
|
|
@@ -312,6 +334,7 @@ export type ServiceInputTypes =
|
|
|
312
334
|
| DescribeDataSourceCommandInput
|
|
313
335
|
| DescribeExperienceCommandInput
|
|
314
336
|
| DescribeFaqCommandInput
|
|
337
|
+
| DescribeFeaturedResultsSetCommandInput
|
|
315
338
|
| DescribeIndexCommandInput
|
|
316
339
|
| DescribePrincipalMappingCommandInput
|
|
317
340
|
| DescribeQuerySuggestionsBlockListCommandInput
|
|
@@ -328,6 +351,7 @@ export type ServiceInputTypes =
|
|
|
328
351
|
| ListExperienceEntitiesCommandInput
|
|
329
352
|
| ListExperiencesCommandInput
|
|
330
353
|
| ListFaqsCommandInput
|
|
354
|
+
| ListFeaturedResultsSetsCommandInput
|
|
331
355
|
| ListGroupsOlderThanOrderingIdCommandInput
|
|
332
356
|
| ListIndicesCommandInput
|
|
333
357
|
| ListQuerySuggestionsBlockListsCommandInput
|
|
@@ -343,6 +367,7 @@ export type ServiceInputTypes =
|
|
|
343
367
|
| UpdateAccessControlConfigurationCommandInput
|
|
344
368
|
| UpdateDataSourceCommandInput
|
|
345
369
|
| UpdateExperienceCommandInput
|
|
370
|
+
| UpdateFeaturedResultsSetCommandInput
|
|
346
371
|
| UpdateIndexCommandInput
|
|
347
372
|
| UpdateQuerySuggestionsBlockListCommandInput
|
|
348
373
|
| UpdateQuerySuggestionsConfigCommandInput
|
|
@@ -351,6 +376,7 @@ export type ServiceOutputTypes =
|
|
|
351
376
|
| AssociateEntitiesToExperienceCommandOutput
|
|
352
377
|
| AssociatePersonasToEntitiesCommandOutput
|
|
353
378
|
| BatchDeleteDocumentCommandOutput
|
|
379
|
+
| BatchDeleteFeaturedResultsSetCommandOutput
|
|
354
380
|
| BatchGetDocumentStatusCommandOutput
|
|
355
381
|
| BatchPutDocumentCommandOutput
|
|
356
382
|
| ClearQuerySuggestionsCommandOutput
|
|
@@ -358,6 +384,7 @@ export type ServiceOutputTypes =
|
|
|
358
384
|
| CreateDataSourceCommandOutput
|
|
359
385
|
| CreateExperienceCommandOutput
|
|
360
386
|
| CreateFaqCommandOutput
|
|
387
|
+
| CreateFeaturedResultsSetCommandOutput
|
|
361
388
|
| CreateIndexCommandOutput
|
|
362
389
|
| CreateQuerySuggestionsBlockListCommandOutput
|
|
363
390
|
| CreateThesaurusCommandOutput
|
|
@@ -373,6 +400,7 @@ export type ServiceOutputTypes =
|
|
|
373
400
|
| DescribeDataSourceCommandOutput
|
|
374
401
|
| DescribeExperienceCommandOutput
|
|
375
402
|
| DescribeFaqCommandOutput
|
|
403
|
+
| DescribeFeaturedResultsSetCommandOutput
|
|
376
404
|
| DescribeIndexCommandOutput
|
|
377
405
|
| DescribePrincipalMappingCommandOutput
|
|
378
406
|
| DescribeQuerySuggestionsBlockListCommandOutput
|
|
@@ -389,6 +417,7 @@ export type ServiceOutputTypes =
|
|
|
389
417
|
| ListExperienceEntitiesCommandOutput
|
|
390
418
|
| ListExperiencesCommandOutput
|
|
391
419
|
| ListFaqsCommandOutput
|
|
420
|
+
| ListFeaturedResultsSetsCommandOutput
|
|
392
421
|
| ListGroupsOlderThanOrderingIdCommandOutput
|
|
393
422
|
| ListIndicesCommandOutput
|
|
394
423
|
| ListQuerySuggestionsBlockListsCommandOutput
|
|
@@ -404,6 +433,7 @@ export type ServiceOutputTypes =
|
|
|
404
433
|
| UpdateAccessControlConfigurationCommandOutput
|
|
405
434
|
| UpdateDataSourceCommandOutput
|
|
406
435
|
| UpdateExperienceCommandOutput
|
|
436
|
+
| UpdateFeaturedResultsSetCommandOutput
|
|
407
437
|
| UpdateIndexCommandOutput
|
|
408
438
|
| UpdateQuerySuggestionsBlockListCommandOutput
|
|
409
439
|
| UpdateQuerySuggestionsConfigCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
KendraClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../KendraClient";
|
|
14
|
+
import {
|
|
15
|
+
BatchDeleteFeaturedResultsSetRequest,
|
|
16
|
+
BatchDeleteFeaturedResultsSetResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface BatchDeleteFeaturedResultsSetCommandInput
|
|
19
|
+
extends BatchDeleteFeaturedResultsSetRequest {}
|
|
20
|
+
export interface BatchDeleteFeaturedResultsSetCommandOutput
|
|
21
|
+
extends BatchDeleteFeaturedResultsSetResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class BatchDeleteFeaturedResultsSetCommand extends $Command<
|
|
24
|
+
BatchDeleteFeaturedResultsSetCommandInput,
|
|
25
|
+
BatchDeleteFeaturedResultsSetCommandOutput,
|
|
26
|
+
KendraClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDeleteFeaturedResultsSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: BatchDeleteFeaturedResultsSetCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KendraClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchDeleteFeaturedResultsSetCommandInput,
|
|
37
|
+
BatchDeleteFeaturedResultsSetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
KendraClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../KendraClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateFeaturedResultsSetRequest,
|
|
16
|
+
CreateFeaturedResultsSetResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface CreateFeaturedResultsSetCommandInput
|
|
19
|
+
extends CreateFeaturedResultsSetRequest {}
|
|
20
|
+
export interface CreateFeaturedResultsSetCommandOutput
|
|
21
|
+
extends CreateFeaturedResultsSetResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateFeaturedResultsSetCommand extends $Command<
|
|
24
|
+
CreateFeaturedResultsSetCommandInput,
|
|
25
|
+
CreateFeaturedResultsSetCommandOutput,
|
|
26
|
+
KendraClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateFeaturedResultsSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateFeaturedResultsSetCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KendraClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateFeaturedResultsSetCommandInput,
|
|
37
|
+
CreateFeaturedResultsSetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
KendraClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../KendraClient";
|
|
14
|
+
import {
|
|
15
|
+
DescribeFeaturedResultsSetRequest,
|
|
16
|
+
DescribeFeaturedResultsSetResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface DescribeFeaturedResultsSetCommandInput
|
|
19
|
+
extends DescribeFeaturedResultsSetRequest {}
|
|
20
|
+
export interface DescribeFeaturedResultsSetCommandOutput
|
|
21
|
+
extends DescribeFeaturedResultsSetResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeFeaturedResultsSetCommand extends $Command<
|
|
24
|
+
DescribeFeaturedResultsSetCommandInput,
|
|
25
|
+
DescribeFeaturedResultsSetCommandOutput,
|
|
26
|
+
KendraClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeFeaturedResultsSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeFeaturedResultsSetCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KendraClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeFeaturedResultsSetCommandInput,
|
|
37
|
+
DescribeFeaturedResultsSetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
KendraClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../KendraClient";
|
|
14
|
+
import {
|
|
15
|
+
ListFeaturedResultsSetsRequest,
|
|
16
|
+
ListFeaturedResultsSetsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface ListFeaturedResultsSetsCommandInput
|
|
19
|
+
extends ListFeaturedResultsSetsRequest {}
|
|
20
|
+
export interface ListFeaturedResultsSetsCommandOutput
|
|
21
|
+
extends ListFeaturedResultsSetsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListFeaturedResultsSetsCommand extends $Command<
|
|
24
|
+
ListFeaturedResultsSetsCommandInput,
|
|
25
|
+
ListFeaturedResultsSetsCommandOutput,
|
|
26
|
+
KendraClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListFeaturedResultsSetsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListFeaturedResultsSetsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KendraClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListFeaturedResultsSetsCommandInput,
|
|
37
|
+
ListFeaturedResultsSetsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
StartDataSourceSyncJobRequest,
|
|
16
16
|
StartDataSourceSyncJobResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface StartDataSourceSyncJobCommandInput
|
|
19
19
|
extends StartDataSourceSyncJobRequest {}
|
|
20
20
|
export interface StartDataSourceSyncJobCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../KendraClient";
|
|
14
|
-
import { StopDataSourceSyncJobRequest } from "../models/
|
|
14
|
+
import { StopDataSourceSyncJobRequest } from "../models/models_1";
|
|
15
15
|
export interface StopDataSourceSyncJobCommandInput
|
|
16
16
|
extends StopDataSourceSyncJobRequest {}
|
|
17
17
|
export interface StopDataSourceSyncJobCommandOutput extends __MetadataBearer {}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../KendraClient";
|
|
14
|
-
import { SubmitFeedbackRequest } from "../models/
|
|
14
|
+
import { SubmitFeedbackRequest } from "../models/models_1";
|
|
15
15
|
export interface SubmitFeedbackCommandInput extends SubmitFeedbackRequest {}
|
|
16
16
|
export interface SubmitFeedbackCommandOutput extends __MetadataBearer {}
|
|
17
17
|
export declare class SubmitFeedbackCommand extends $Command<
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../KendraClient";
|
|
14
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/
|
|
14
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
|
|
15
15
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
16
|
export interface TagResourceCommandOutput
|
|
17
17
|
extends TagResourceResponse,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
19
|
export interface UntagResourceCommandOutput
|
|
20
20
|
extends UntagResourceResponse,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
UpdateAccessControlConfigurationRequest,
|
|
16
16
|
UpdateAccessControlConfigurationResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface UpdateAccessControlConfigurationCommandInput
|
|
19
19
|
extends UpdateAccessControlConfigurationRequest {}
|
|
20
20
|
export interface UpdateAccessControlConfigurationCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../KendraClient";
|
|
14
|
-
import { UpdateDataSourceRequest } from "../models/
|
|
14
|
+
import { UpdateDataSourceRequest } from "../models/models_1";
|
|
15
15
|
export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {}
|
|
16
16
|
export interface UpdateDataSourceCommandOutput extends __MetadataBearer {}
|
|
17
17
|
export declare class UpdateDataSourceCommand extends $Command<
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../KendraClient";
|
|
14
|
-
import { UpdateExperienceRequest } from "../models/
|
|
14
|
+
import { UpdateExperienceRequest } from "../models/models_1";
|
|
15
15
|
export interface UpdateExperienceCommandInput extends UpdateExperienceRequest {}
|
|
16
16
|
export interface UpdateExperienceCommandOutput extends __MetadataBearer {}
|
|
17
17
|
export declare class UpdateExperienceCommand extends $Command<
|