@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
|
@@ -1,18 +1,144 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { KendraServiceException as __BaseException } from "./KendraServiceException";
|
|
1
3
|
import {
|
|
4
|
+
CapacityUnitsConfiguration,
|
|
5
|
+
CustomDocumentEnrichmentConfiguration,
|
|
6
|
+
DataSourceConfiguration,
|
|
7
|
+
DataSourceVpcConfiguration,
|
|
2
8
|
DocumentAttribute,
|
|
3
9
|
DocumentAttributeValue,
|
|
4
10
|
DocumentAttributeValueType,
|
|
11
|
+
DocumentMetadataConfiguration,
|
|
5
12
|
DocumentRelevanceConfiguration,
|
|
13
|
+
ExperienceConfiguration,
|
|
14
|
+
FeaturedDocument,
|
|
15
|
+
FeaturedResultsItem,
|
|
16
|
+
FeaturedResultsSet,
|
|
17
|
+
FeaturedResultsSetStatus,
|
|
18
|
+
HierarchicalPrincipal,
|
|
6
19
|
Mode,
|
|
20
|
+
Principal,
|
|
7
21
|
QueryResultItem,
|
|
8
22
|
QueryResultType,
|
|
9
23
|
S3Path,
|
|
10
24
|
SortingConfiguration,
|
|
11
25
|
SpellCorrectedQuery,
|
|
12
26
|
SpellCorrectionConfiguration,
|
|
27
|
+
Tag,
|
|
13
28
|
UserContext,
|
|
29
|
+
UserContextPolicy,
|
|
30
|
+
UserGroupResolutionConfiguration,
|
|
31
|
+
UserTokenConfiguration,
|
|
14
32
|
Warning,
|
|
15
33
|
} from "./models_0";
|
|
34
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
35
|
+
readonly name: "ResourceInUseException";
|
|
36
|
+
readonly $fault: "client";
|
|
37
|
+
Message?: string;
|
|
38
|
+
constructor(
|
|
39
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
|
+
export interface StartDataSourceSyncJobRequest {
|
|
43
|
+
Id: string | undefined;
|
|
44
|
+
IndexId: string | undefined;
|
|
45
|
+
}
|
|
46
|
+
export interface StartDataSourceSyncJobResponse {
|
|
47
|
+
ExecutionId?: string;
|
|
48
|
+
}
|
|
49
|
+
export interface StopDataSourceSyncJobRequest {
|
|
50
|
+
Id: string | undefined;
|
|
51
|
+
IndexId: string | undefined;
|
|
52
|
+
}
|
|
53
|
+
export interface ClickFeedback {
|
|
54
|
+
ResultId: string | undefined;
|
|
55
|
+
ClickTime: Date | undefined;
|
|
56
|
+
}
|
|
57
|
+
export declare const RelevanceType: {
|
|
58
|
+
readonly NOT_RELEVANT: "NOT_RELEVANT";
|
|
59
|
+
readonly RELEVANT: "RELEVANT";
|
|
60
|
+
};
|
|
61
|
+
export type RelevanceType = (typeof RelevanceType)[keyof typeof RelevanceType];
|
|
62
|
+
export interface RelevanceFeedback {
|
|
63
|
+
ResultId: string | undefined;
|
|
64
|
+
RelevanceValue: RelevanceType | string | undefined;
|
|
65
|
+
}
|
|
66
|
+
export interface SubmitFeedbackRequest {
|
|
67
|
+
IndexId: string | undefined;
|
|
68
|
+
QueryId: string | undefined;
|
|
69
|
+
ClickFeedbackItems?: ClickFeedback[];
|
|
70
|
+
RelevanceFeedbackItems?: RelevanceFeedback[];
|
|
71
|
+
}
|
|
72
|
+
export interface TagResourceRequest {
|
|
73
|
+
ResourceARN: string | undefined;
|
|
74
|
+
Tags: Tag[] | undefined;
|
|
75
|
+
}
|
|
76
|
+
export interface TagResourceResponse {}
|
|
77
|
+
export interface UntagResourceRequest {
|
|
78
|
+
ResourceARN: string | undefined;
|
|
79
|
+
TagKeys: string[] | undefined;
|
|
80
|
+
}
|
|
81
|
+
export interface UntagResourceResponse {}
|
|
82
|
+
export interface UpdateAccessControlConfigurationRequest {
|
|
83
|
+
IndexId: string | undefined;
|
|
84
|
+
Id: string | undefined;
|
|
85
|
+
Name?: string;
|
|
86
|
+
Description?: string;
|
|
87
|
+
AccessControlList?: Principal[];
|
|
88
|
+
HierarchicalAccessControlList?: HierarchicalPrincipal[];
|
|
89
|
+
}
|
|
90
|
+
export interface UpdateAccessControlConfigurationResponse {}
|
|
91
|
+
export interface UpdateDataSourceRequest {
|
|
92
|
+
Id: string | undefined;
|
|
93
|
+
Name?: string;
|
|
94
|
+
IndexId: string | undefined;
|
|
95
|
+
Configuration?: DataSourceConfiguration;
|
|
96
|
+
VpcConfiguration?: DataSourceVpcConfiguration;
|
|
97
|
+
Description?: string;
|
|
98
|
+
Schedule?: string;
|
|
99
|
+
RoleArn?: string;
|
|
100
|
+
LanguageCode?: string;
|
|
101
|
+
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
|
|
102
|
+
}
|
|
103
|
+
export interface UpdateExperienceRequest {
|
|
104
|
+
Id: string | undefined;
|
|
105
|
+
Name?: string;
|
|
106
|
+
IndexId: string | undefined;
|
|
107
|
+
RoleArn?: string;
|
|
108
|
+
Configuration?: ExperienceConfiguration;
|
|
109
|
+
Description?: string;
|
|
110
|
+
}
|
|
111
|
+
export interface UpdateFeaturedResultsSetRequest {
|
|
112
|
+
IndexId: string | undefined;
|
|
113
|
+
FeaturedResultsSetId: string | undefined;
|
|
114
|
+
FeaturedResultsSetName?: string;
|
|
115
|
+
Description?: string;
|
|
116
|
+
Status?: FeaturedResultsSetStatus | string;
|
|
117
|
+
QueryTexts?: string[];
|
|
118
|
+
FeaturedDocuments?: FeaturedDocument[];
|
|
119
|
+
}
|
|
120
|
+
export interface UpdateFeaturedResultsSetResponse {
|
|
121
|
+
FeaturedResultsSet?: FeaturedResultsSet;
|
|
122
|
+
}
|
|
123
|
+
export interface UpdateIndexRequest {
|
|
124
|
+
Id: string | undefined;
|
|
125
|
+
Name?: string;
|
|
126
|
+
RoleArn?: string;
|
|
127
|
+
Description?: string;
|
|
128
|
+
DocumentMetadataConfigurationUpdates?: DocumentMetadataConfiguration[];
|
|
129
|
+
CapacityUnits?: CapacityUnitsConfiguration;
|
|
130
|
+
UserTokenConfigurations?: UserTokenConfiguration[];
|
|
131
|
+
UserContextPolicy?: UserContextPolicy | string;
|
|
132
|
+
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
|
|
133
|
+
}
|
|
134
|
+
export interface UpdateQuerySuggestionsBlockListRequest {
|
|
135
|
+
IndexId: string | undefined;
|
|
136
|
+
Id: string | undefined;
|
|
137
|
+
Name?: string;
|
|
138
|
+
Description?: string;
|
|
139
|
+
SourceS3Path?: S3Path;
|
|
140
|
+
RoleArn?: string;
|
|
141
|
+
}
|
|
16
142
|
export interface UpdateQuerySuggestionsConfigRequest {
|
|
17
143
|
IndexId: string | undefined;
|
|
18
144
|
Mode?: Mode | string;
|
|
@@ -63,6 +189,7 @@ export interface QueryResult {
|
|
|
63
189
|
TotalNumberOfResults?: number;
|
|
64
190
|
Warnings?: Warning[];
|
|
65
191
|
SpellCorrectedQueries?: SpellCorrectedQuery[];
|
|
192
|
+
FeaturedResultsItems?: FeaturedResultsItem[];
|
|
66
193
|
}
|
|
67
194
|
export interface QueryRequest {
|
|
68
195
|
IndexId: string | undefined;
|
|
@@ -15,6 +15,10 @@ import {
|
|
|
15
15
|
BatchDeleteDocumentCommandInput,
|
|
16
16
|
BatchDeleteDocumentCommandOutput,
|
|
17
17
|
} from "../commands/BatchDeleteDocumentCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchDeleteFeaturedResultsSetCommandInput,
|
|
20
|
+
BatchDeleteFeaturedResultsSetCommandOutput,
|
|
21
|
+
} from "../commands/BatchDeleteFeaturedResultsSetCommand";
|
|
18
22
|
import {
|
|
19
23
|
BatchGetDocumentStatusCommandInput,
|
|
20
24
|
BatchGetDocumentStatusCommandOutput,
|
|
@@ -43,6 +47,10 @@ import {
|
|
|
43
47
|
CreateFaqCommandInput,
|
|
44
48
|
CreateFaqCommandOutput,
|
|
45
49
|
} from "../commands/CreateFaqCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateFeaturedResultsSetCommandInput,
|
|
52
|
+
CreateFeaturedResultsSetCommandOutput,
|
|
53
|
+
} from "../commands/CreateFeaturedResultsSetCommand";
|
|
46
54
|
import {
|
|
47
55
|
CreateIndexCommandInput,
|
|
48
56
|
CreateIndexCommandOutput,
|
|
@@ -103,6 +111,10 @@ import {
|
|
|
103
111
|
DescribeFaqCommandInput,
|
|
104
112
|
DescribeFaqCommandOutput,
|
|
105
113
|
} from "../commands/DescribeFaqCommand";
|
|
114
|
+
import {
|
|
115
|
+
DescribeFeaturedResultsSetCommandInput,
|
|
116
|
+
DescribeFeaturedResultsSetCommandOutput,
|
|
117
|
+
} from "../commands/DescribeFeaturedResultsSetCommand";
|
|
106
118
|
import {
|
|
107
119
|
DescribeIndexCommandInput,
|
|
108
120
|
DescribeIndexCommandOutput,
|
|
@@ -167,6 +179,10 @@ import {
|
|
|
167
179
|
ListFaqsCommandInput,
|
|
168
180
|
ListFaqsCommandOutput,
|
|
169
181
|
} from "../commands/ListFaqsCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListFeaturedResultsSetsCommandInput,
|
|
184
|
+
ListFeaturedResultsSetsCommandOutput,
|
|
185
|
+
} from "../commands/ListFeaturedResultsSetsCommand";
|
|
170
186
|
import {
|
|
171
187
|
ListGroupsOlderThanOrderingIdCommandInput,
|
|
172
188
|
ListGroupsOlderThanOrderingIdCommandOutput,
|
|
@@ -227,6 +243,10 @@ import {
|
|
|
227
243
|
UpdateExperienceCommandInput,
|
|
228
244
|
UpdateExperienceCommandOutput,
|
|
229
245
|
} from "../commands/UpdateExperienceCommand";
|
|
246
|
+
import {
|
|
247
|
+
UpdateFeaturedResultsSetCommandInput,
|
|
248
|
+
UpdateFeaturedResultsSetCommandOutput,
|
|
249
|
+
} from "../commands/UpdateFeaturedResultsSetCommand";
|
|
230
250
|
import {
|
|
231
251
|
UpdateIndexCommandInput,
|
|
232
252
|
UpdateIndexCommandOutput,
|
|
@@ -255,6 +275,10 @@ export declare const serializeAws_json1_1BatchDeleteDocumentCommand: (
|
|
|
255
275
|
input: BatchDeleteDocumentCommandInput,
|
|
256
276
|
context: __SerdeContext
|
|
257
277
|
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1BatchDeleteFeaturedResultsSetCommand: (
|
|
279
|
+
input: BatchDeleteFeaturedResultsSetCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
258
282
|
export declare const serializeAws_json1_1BatchGetDocumentStatusCommand: (
|
|
259
283
|
input: BatchGetDocumentStatusCommandInput,
|
|
260
284
|
context: __SerdeContext
|
|
@@ -283,6 +307,10 @@ export declare const serializeAws_json1_1CreateFaqCommand: (
|
|
|
283
307
|
input: CreateFaqCommandInput,
|
|
284
308
|
context: __SerdeContext
|
|
285
309
|
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_1CreateFeaturedResultsSetCommand: (
|
|
311
|
+
input: CreateFeaturedResultsSetCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
286
314
|
export declare const serializeAws_json1_1CreateIndexCommand: (
|
|
287
315
|
input: CreateIndexCommandInput,
|
|
288
316
|
context: __SerdeContext
|
|
@@ -343,6 +371,10 @@ export declare const serializeAws_json1_1DescribeFaqCommand: (
|
|
|
343
371
|
input: DescribeFaqCommandInput,
|
|
344
372
|
context: __SerdeContext
|
|
345
373
|
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_json1_1DescribeFeaturedResultsSetCommand: (
|
|
375
|
+
input: DescribeFeaturedResultsSetCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
346
378
|
export declare const serializeAws_json1_1DescribeIndexCommand: (
|
|
347
379
|
input: DescribeIndexCommandInput,
|
|
348
380
|
context: __SerdeContext
|
|
@@ -407,6 +439,10 @@ export declare const serializeAws_json1_1ListFaqsCommand: (
|
|
|
407
439
|
input: ListFaqsCommandInput,
|
|
408
440
|
context: __SerdeContext
|
|
409
441
|
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_json1_1ListFeaturedResultsSetsCommand: (
|
|
443
|
+
input: ListFeaturedResultsSetsCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
410
446
|
export declare const serializeAws_json1_1ListGroupsOlderThanOrderingIdCommand: (
|
|
411
447
|
input: ListGroupsOlderThanOrderingIdCommandInput,
|
|
412
448
|
context: __SerdeContext
|
|
@@ -467,6 +503,10 @@ export declare const serializeAws_json1_1UpdateExperienceCommand: (
|
|
|
467
503
|
input: UpdateExperienceCommandInput,
|
|
468
504
|
context: __SerdeContext
|
|
469
505
|
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const serializeAws_json1_1UpdateFeaturedResultsSetCommand: (
|
|
507
|
+
input: UpdateFeaturedResultsSetCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
470
510
|
export declare const serializeAws_json1_1UpdateIndexCommand: (
|
|
471
511
|
input: UpdateIndexCommandInput,
|
|
472
512
|
context: __SerdeContext
|
|
@@ -495,6 +535,10 @@ export declare const deserializeAws_json1_1BatchDeleteDocumentCommand: (
|
|
|
495
535
|
output: __HttpResponse,
|
|
496
536
|
context: __SerdeContext
|
|
497
537
|
) => Promise<BatchDeleteDocumentCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_json1_1BatchDeleteFeaturedResultsSetCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<BatchDeleteFeaturedResultsSetCommandOutput>;
|
|
498
542
|
export declare const deserializeAws_json1_1BatchGetDocumentStatusCommand: (
|
|
499
543
|
output: __HttpResponse,
|
|
500
544
|
context: __SerdeContext
|
|
@@ -523,6 +567,10 @@ export declare const deserializeAws_json1_1CreateFaqCommand: (
|
|
|
523
567
|
output: __HttpResponse,
|
|
524
568
|
context: __SerdeContext
|
|
525
569
|
) => Promise<CreateFaqCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_json1_1CreateFeaturedResultsSetCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<CreateFeaturedResultsSetCommandOutput>;
|
|
526
574
|
export declare const deserializeAws_json1_1CreateIndexCommand: (
|
|
527
575
|
output: __HttpResponse,
|
|
528
576
|
context: __SerdeContext
|
|
@@ -583,6 +631,10 @@ export declare const deserializeAws_json1_1DescribeFaqCommand: (
|
|
|
583
631
|
output: __HttpResponse,
|
|
584
632
|
context: __SerdeContext
|
|
585
633
|
) => Promise<DescribeFaqCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_json1_1DescribeFeaturedResultsSetCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<DescribeFeaturedResultsSetCommandOutput>;
|
|
586
638
|
export declare const deserializeAws_json1_1DescribeIndexCommand: (
|
|
587
639
|
output: __HttpResponse,
|
|
588
640
|
context: __SerdeContext
|
|
@@ -647,6 +699,10 @@ export declare const deserializeAws_json1_1ListFaqsCommand: (
|
|
|
647
699
|
output: __HttpResponse,
|
|
648
700
|
context: __SerdeContext
|
|
649
701
|
) => Promise<ListFaqsCommandOutput>;
|
|
702
|
+
export declare const deserializeAws_json1_1ListFeaturedResultsSetsCommand: (
|
|
703
|
+
output: __HttpResponse,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<ListFeaturedResultsSetsCommandOutput>;
|
|
650
706
|
export declare const deserializeAws_json1_1ListGroupsOlderThanOrderingIdCommand: (
|
|
651
707
|
output: __HttpResponse,
|
|
652
708
|
context: __SerdeContext
|
|
@@ -707,6 +763,10 @@ export declare const deserializeAws_json1_1UpdateExperienceCommand: (
|
|
|
707
763
|
output: __HttpResponse,
|
|
708
764
|
context: __SerdeContext
|
|
709
765
|
) => Promise<UpdateExperienceCommandOutput>;
|
|
766
|
+
export declare const deserializeAws_json1_1UpdateFeaturedResultsSetCommand: (
|
|
767
|
+
output: __HttpResponse,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<UpdateFeaturedResultsSetCommandOutput>;
|
|
710
770
|
export declare const deserializeAws_json1_1UpdateIndexCommand: (
|
|
711
771
|
output: __HttpResponse,
|
|
712
772
|
context: __SerdeContext
|
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.303.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"@types/uuid": "^8.3.0",
|