@aws-sdk/client-kendra 3.112.0 → 3.121.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/CHANGELOG.md +28 -0
- package/dist-cjs/models/models_0.js +37 -24
- package/dist-cjs/protocols/Aws_json1_1.js +376 -221
- package/dist-es/models/models_0.js +23 -12
- package/dist-es/protocols/Aws_json1_1.js +362 -222
- package/dist-types/Kendra.d.ts +23 -2
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +3 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/CreateExperienceCommand.d.ts +2 -1
- package/dist-types/commands/CreateFaqCommand.d.ts +3 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +5 -1
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +3 -0
- package/dist-types/commands/CreateThesaurusCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +245 -135
- package/dist-types/ts3.4/models/models_0.d.ts +76 -35
- package/package.json +6 -6
|
@@ -47,6 +47,28 @@ export var AdditionalResultAttribute;
|
|
|
47
47
|
(function (AdditionalResultAttribute) {
|
|
48
48
|
AdditionalResultAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
49
|
})(AdditionalResultAttribute || (AdditionalResultAttribute = {}));
|
|
50
|
+
export var DataSourceToIndexFieldMapping;
|
|
51
|
+
(function (DataSourceToIndexFieldMapping) {
|
|
52
|
+
DataSourceToIndexFieldMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
53
|
+
})(DataSourceToIndexFieldMapping || (DataSourceToIndexFieldMapping = {}));
|
|
54
|
+
export var AlfrescoEntity;
|
|
55
|
+
(function (AlfrescoEntity) {
|
|
56
|
+
AlfrescoEntity["blog"] = "blog";
|
|
57
|
+
AlfrescoEntity["documentLibrary"] = "documentLibrary";
|
|
58
|
+
AlfrescoEntity["wiki"] = "wiki";
|
|
59
|
+
})(AlfrescoEntity || (AlfrescoEntity = {}));
|
|
60
|
+
export var S3Path;
|
|
61
|
+
(function (S3Path) {
|
|
62
|
+
S3Path.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
|
+
})(S3Path || (S3Path = {}));
|
|
64
|
+
export var DataSourceVpcConfiguration;
|
|
65
|
+
(function (DataSourceVpcConfiguration) {
|
|
66
|
+
DataSourceVpcConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
|
+
})(DataSourceVpcConfiguration || (DataSourceVpcConfiguration = {}));
|
|
68
|
+
export var AlfrescoConfiguration;
|
|
69
|
+
(function (AlfrescoConfiguration) {
|
|
70
|
+
AlfrescoConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
+
})(AlfrescoConfiguration || (AlfrescoConfiguration = {}));
|
|
50
72
|
export var EntityType;
|
|
51
73
|
(function (EntityType) {
|
|
52
74
|
EntityType["GROUP"] = "GROUP";
|
|
@@ -289,10 +311,6 @@ export var HierarchicalPrincipal;
|
|
|
289
311
|
(function (HierarchicalPrincipal) {
|
|
290
312
|
HierarchicalPrincipal.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
313
|
})(HierarchicalPrincipal || (HierarchicalPrincipal = {}));
|
|
292
|
-
export var S3Path;
|
|
293
|
-
(function (S3Path) {
|
|
294
|
-
S3Path.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
-
})(S3Path || (S3Path = {}));
|
|
296
314
|
export var Document;
|
|
297
315
|
(function (Document) {
|
|
298
316
|
Document.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -326,14 +344,6 @@ export var ClearQuerySuggestionsRequest;
|
|
|
326
344
|
(function (ClearQuerySuggestionsRequest) {
|
|
327
345
|
ClearQuerySuggestionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
346
|
})(ClearQuerySuggestionsRequest || (ClearQuerySuggestionsRequest = {}));
|
|
329
|
-
export var DataSourceToIndexFieldMapping;
|
|
330
|
-
(function (DataSourceToIndexFieldMapping) {
|
|
331
|
-
DataSourceToIndexFieldMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
-
})(DataSourceToIndexFieldMapping || (DataSourceToIndexFieldMapping = {}));
|
|
333
|
-
export var DataSourceVpcConfiguration;
|
|
334
|
-
(function (DataSourceVpcConfiguration) {
|
|
335
|
-
DataSourceVpcConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
-
})(DataSourceVpcConfiguration || (DataSourceVpcConfiguration = {}));
|
|
337
347
|
export var BoxConfiguration;
|
|
338
348
|
(function (BoxConfiguration) {
|
|
339
349
|
BoxConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -660,6 +670,7 @@ export var Tag;
|
|
|
660
670
|
})(Tag || (Tag = {}));
|
|
661
671
|
export var DataSourceType;
|
|
662
672
|
(function (DataSourceType) {
|
|
673
|
+
DataSourceType["ALFRESCO"] = "ALFRESCO";
|
|
663
674
|
DataSourceType["BOX"] = "BOX";
|
|
664
675
|
DataSourceType["CONFLUENCE"] = "CONFLUENCE";
|
|
665
676
|
DataSourceType["CUSTOM"] = "CUSTOM";
|