@aws-sdk/client-kendra 3.489.0 → 3.495.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/Kendra.js +1 -143
- package/dist-cjs/KendraClient.js +1 -43
- package/dist-cjs/commands/AssociateEntitiesToExperienceCommand.js +1 -28
- package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +1 -28
- package/dist-cjs/commands/BatchDeleteDocumentCommand.js +1 -28
- package/dist-cjs/commands/BatchDeleteFeaturedResultsSetCommand.js +1 -28
- package/dist-cjs/commands/BatchGetDocumentStatusCommand.js +1 -28
- package/dist-cjs/commands/BatchPutDocumentCommand.js +1 -28
- package/dist-cjs/commands/ClearQuerySuggestionsCommand.js +1 -28
- package/dist-cjs/commands/CreateAccessControlConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateDataSourceCommand.js +1 -28
- package/dist-cjs/commands/CreateExperienceCommand.js +1 -28
- package/dist-cjs/commands/CreateFaqCommand.js +1 -28
- package/dist-cjs/commands/CreateFeaturedResultsSetCommand.js +1 -28
- package/dist-cjs/commands/CreateIndexCommand.js +1 -29
- package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js +1 -28
- package/dist-cjs/commands/CreateThesaurusCommand.js +1 -28
- package/dist-cjs/commands/DeleteAccessControlConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -28
- package/dist-cjs/commands/DeleteExperienceCommand.js +1 -28
- package/dist-cjs/commands/DeleteFaqCommand.js +1 -28
- package/dist-cjs/commands/DeleteIndexCommand.js +1 -28
- package/dist-cjs/commands/DeletePrincipalMappingCommand.js +1 -28
- package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js +1 -28
- package/dist-cjs/commands/DeleteThesaurusCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccessControlConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeDataSourceCommand.js +1 -28
- package/dist-cjs/commands/DescribeExperienceCommand.js +1 -28
- package/dist-cjs/commands/DescribeFaqCommand.js +1 -28
- package/dist-cjs/commands/DescribeFeaturedResultsSetCommand.js +1 -28
- package/dist-cjs/commands/DescribeIndexCommand.js +1 -29
- package/dist-cjs/commands/DescribePrincipalMappingCommand.js +1 -28
- package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js +1 -28
- package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js +1 -28
- package/dist-cjs/commands/DescribeThesaurusCommand.js +1 -28
- package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +1 -28
- package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +1 -28
- package/dist-cjs/commands/GetQuerySuggestionsCommand.js +1 -28
- package/dist-cjs/commands/GetSnapshotsCommand.js +1 -28
- package/dist-cjs/commands/ListAccessControlConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +1 -28
- package/dist-cjs/commands/ListDataSourcesCommand.js +1 -28
- package/dist-cjs/commands/ListEntityPersonasCommand.js +1 -28
- package/dist-cjs/commands/ListExperienceEntitiesCommand.js +1 -29
- package/dist-cjs/commands/ListExperiencesCommand.js +1 -28
- package/dist-cjs/commands/ListFaqsCommand.js +1 -28
- package/dist-cjs/commands/ListFeaturedResultsSetsCommand.js +1 -28
- package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js +1 -28
- package/dist-cjs/commands/ListIndicesCommand.js +1 -28
- package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListThesauriCommand.js +1 -28
- package/dist-cjs/commands/PutPrincipalMappingCommand.js +1 -28
- package/dist-cjs/commands/QueryCommand.js +1 -28
- package/dist-cjs/commands/RetrieveCommand.js +1 -28
- package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +1 -28
- package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +1 -28
- package/dist-cjs/commands/SubmitFeedbackCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAccessControlConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateExperienceCommand.js +1 -28
- package/dist-cjs/commands/UpdateFeaturedResultsSetCommand.js +1 -28
- package/dist-cjs/commands/UpdateIndexCommand.js +1 -28
- package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js +1 -28
- package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js +1 -28
- package/dist-cjs/commands/UpdateThesaurusCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -69
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6893 -11
- package/dist-cjs/models/KendraServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -5
- package/dist-cjs/models/models_0.js +1 -568
- package/dist-cjs/models/models_1.js +1 -32
- package/dist-cjs/pagination/GetSnapshotsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAccessControlConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDataSourceSyncJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDataSourcesPaginator.js +1 -7
- package/dist-cjs/pagination/ListEntityPersonasPaginator.js +1 -7
- package/dist-cjs/pagination/ListExperienceEntitiesPaginator.js +1 -7
- package/dist-cjs/pagination/ListExperiencesPaginator.js +1 -7
- package/dist-cjs/pagination/ListFaqsPaginator.js +1 -7
- package/dist-cjs/pagination/ListGroupsOlderThanOrderingIdPaginator.js +1 -7
- package/dist-cjs/pagination/ListIndicesPaginator.js +1 -7
- package/dist-cjs/pagination/ListQuerySuggestionsBlockListsPaginator.js +1 -7
- package/dist-cjs/pagination/ListThesauriPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -16
- package/dist-cjs/protocols/Aws_json1_1.js +1 -4736
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.KendraServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class KendraServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, KendraServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.KendraServiceException = KendraServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,568 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EndpointType = exports.DataSourceStatus = exports.KeyLocation = exports.UserGroupResolutionMode = exports.UserContextPolicy = exports.IndexEdition = exports.FeaturedResultsConflictException = exports.FeaturedResultsSetStatus = exports.FaqFileFormat = exports.DataSourceType = exports.WebCrawlerMode = exports.SlackEntity = exports.SharePointVersion = exports.SharePointOnlineAuthenticationType = exports.ServiceNowBuildVersionType = exports.ServiceNowAuthenticationType = exports.SalesforceStandardObjectName = exports.SalesforceKnowledgeArticleState = exports.SalesforceChatterFeedIncludeFilterType = exports.IssueSubEntity = exports.Type = exports.FsxFileSystemType = exports.QueryIdentifiersEnclosingOption = exports.DatabaseEngineType = exports.ConfluenceVersion = exports.ConfluenceSpaceFieldName = exports.ConfluencePageFieldName = exports.ConfluenceBlogFieldName = exports.ConfluenceAuthenticationType = exports.ConfluenceAttachmentFieldName = exports.ServiceQuotaExceededException = exports.ContentType = exports.PrincipalType = exports.ReadAccessType = exports.ConditionOperator = exports.DocumentStatus = exports.ConflictException = exports.ErrorCode = exports.AttributeSuggestionsMode = exports.Persona = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.ResourceAlreadyExistException = exports.InternalServerException = exports.EntityType = exports.AlfrescoEntity = exports.AdditionalResultAttributeValueType = exports.HighlightType = exports.AccessDeniedException = void 0;
|
|
4
|
-
exports.ListExperienceEntitiesResponseFilterSensitiveLog = exports.ExperienceEntitiesSummaryFilterSensitiveLog = exports.EntityDisplayDataFilterSensitiveLog = exports.DescribeIndexResponseFilterSensitiveLog = exports.CreateIndexRequestFilterSensitiveLog = exports.ServerSideEncryptionConfigurationFilterSensitiveLog = exports.QueryResultFormat = exports.QueryResultType = exports.SortOrder = exports.MissingAttributeKeyStrategy = exports.ResourceUnavailableException = exports.DataSourceSyncJobStatus = exports.InvalidRequestException = exports.MetricType = exports.Interval = exports.SuggestionType = exports.ThesaurusStatus = exports.QuerySuggestionsStatus = exports.Mode = exports.QuerySuggestionsBlockListStatus = exports.PrincipalMappingStatus = exports.IndexStatus = exports.DocumentAttributeValueType = exports.Order = exports.FaqStatus = exports.ExperienceStatus = void 0;
|
|
5
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
|
-
const KendraServiceException_1 = require("./KendraServiceException");
|
|
7
|
-
class AccessDeniedException extends KendraServiceException_1.KendraServiceException {
|
|
8
|
-
constructor(opts) {
|
|
9
|
-
super({
|
|
10
|
-
name: "AccessDeniedException",
|
|
11
|
-
$fault: "client",
|
|
12
|
-
...opts,
|
|
13
|
-
});
|
|
14
|
-
this.name = "AccessDeniedException";
|
|
15
|
-
this.$fault = "client";
|
|
16
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
17
|
-
this.Message = opts.Message;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
21
|
-
exports.HighlightType = {
|
|
22
|
-
STANDARD: "STANDARD",
|
|
23
|
-
THESAURUS_SYNONYM: "THESAURUS_SYNONYM",
|
|
24
|
-
};
|
|
25
|
-
exports.AdditionalResultAttributeValueType = {
|
|
26
|
-
TEXT_WITH_HIGHLIGHTS_VALUE: "TEXT_WITH_HIGHLIGHTS_VALUE",
|
|
27
|
-
};
|
|
28
|
-
exports.AlfrescoEntity = {
|
|
29
|
-
blog: "blog",
|
|
30
|
-
documentLibrary: "documentLibrary",
|
|
31
|
-
wiki: "wiki",
|
|
32
|
-
};
|
|
33
|
-
exports.EntityType = {
|
|
34
|
-
GROUP: "GROUP",
|
|
35
|
-
USER: "USER",
|
|
36
|
-
};
|
|
37
|
-
class InternalServerException extends KendraServiceException_1.KendraServiceException {
|
|
38
|
-
constructor(opts) {
|
|
39
|
-
super({
|
|
40
|
-
name: "InternalServerException",
|
|
41
|
-
$fault: "server",
|
|
42
|
-
...opts,
|
|
43
|
-
});
|
|
44
|
-
this.name = "InternalServerException";
|
|
45
|
-
this.$fault = "server";
|
|
46
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
47
|
-
this.Message = opts.Message;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
exports.InternalServerException = InternalServerException;
|
|
51
|
-
class ResourceAlreadyExistException extends KendraServiceException_1.KendraServiceException {
|
|
52
|
-
constructor(opts) {
|
|
53
|
-
super({
|
|
54
|
-
name: "ResourceAlreadyExistException",
|
|
55
|
-
$fault: "client",
|
|
56
|
-
...opts,
|
|
57
|
-
});
|
|
58
|
-
this.name = "ResourceAlreadyExistException";
|
|
59
|
-
this.$fault = "client";
|
|
60
|
-
Object.setPrototypeOf(this, ResourceAlreadyExistException.prototype);
|
|
61
|
-
this.Message = opts.Message;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
exports.ResourceAlreadyExistException = ResourceAlreadyExistException;
|
|
65
|
-
class ResourceNotFoundException extends KendraServiceException_1.KendraServiceException {
|
|
66
|
-
constructor(opts) {
|
|
67
|
-
super({
|
|
68
|
-
name: "ResourceNotFoundException",
|
|
69
|
-
$fault: "client",
|
|
70
|
-
...opts,
|
|
71
|
-
});
|
|
72
|
-
this.name = "ResourceNotFoundException";
|
|
73
|
-
this.$fault = "client";
|
|
74
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
75
|
-
this.Message = opts.Message;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
79
|
-
class ThrottlingException extends KendraServiceException_1.KendraServiceException {
|
|
80
|
-
constructor(opts) {
|
|
81
|
-
super({
|
|
82
|
-
name: "ThrottlingException",
|
|
83
|
-
$fault: "client",
|
|
84
|
-
...opts,
|
|
85
|
-
});
|
|
86
|
-
this.name = "ThrottlingException";
|
|
87
|
-
this.$fault = "client";
|
|
88
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
89
|
-
this.Message = opts.Message;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
exports.ThrottlingException = ThrottlingException;
|
|
93
|
-
class ValidationException extends KendraServiceException_1.KendraServiceException {
|
|
94
|
-
constructor(opts) {
|
|
95
|
-
super({
|
|
96
|
-
name: "ValidationException",
|
|
97
|
-
$fault: "client",
|
|
98
|
-
...opts,
|
|
99
|
-
});
|
|
100
|
-
this.name = "ValidationException";
|
|
101
|
-
this.$fault = "client";
|
|
102
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
103
|
-
this.Message = opts.Message;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
exports.ValidationException = ValidationException;
|
|
107
|
-
exports.Persona = {
|
|
108
|
-
OWNER: "OWNER",
|
|
109
|
-
VIEWER: "VIEWER",
|
|
110
|
-
};
|
|
111
|
-
exports.AttributeSuggestionsMode = {
|
|
112
|
-
ACTIVE: "ACTIVE",
|
|
113
|
-
INACTIVE: "INACTIVE",
|
|
114
|
-
};
|
|
115
|
-
exports.ErrorCode = {
|
|
116
|
-
INTERNAL_ERROR: "InternalError",
|
|
117
|
-
INVALID_REQUEST: "InvalidRequest",
|
|
118
|
-
};
|
|
119
|
-
class ConflictException extends KendraServiceException_1.KendraServiceException {
|
|
120
|
-
constructor(opts) {
|
|
121
|
-
super({
|
|
122
|
-
name: "ConflictException",
|
|
123
|
-
$fault: "client",
|
|
124
|
-
...opts,
|
|
125
|
-
});
|
|
126
|
-
this.name = "ConflictException";
|
|
127
|
-
this.$fault = "client";
|
|
128
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
129
|
-
this.Message = opts.Message;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
exports.ConflictException = ConflictException;
|
|
133
|
-
exports.DocumentStatus = {
|
|
134
|
-
FAILED: "FAILED",
|
|
135
|
-
INDEXED: "INDEXED",
|
|
136
|
-
NOT_FOUND: "NOT_FOUND",
|
|
137
|
-
PROCESSING: "PROCESSING",
|
|
138
|
-
UPDATED: "UPDATED",
|
|
139
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
140
|
-
};
|
|
141
|
-
exports.ConditionOperator = {
|
|
142
|
-
BeginsWith: "BeginsWith",
|
|
143
|
-
Contains: "Contains",
|
|
144
|
-
Equals: "Equals",
|
|
145
|
-
Exists: "Exists",
|
|
146
|
-
GreaterThan: "GreaterThan",
|
|
147
|
-
GreaterThanOrEquals: "GreaterThanOrEquals",
|
|
148
|
-
LessThan: "LessThan",
|
|
149
|
-
LessThanOrEquals: "LessThanOrEquals",
|
|
150
|
-
NotContains: "NotContains",
|
|
151
|
-
NotEquals: "NotEquals",
|
|
152
|
-
NotExists: "NotExists",
|
|
153
|
-
};
|
|
154
|
-
exports.ReadAccessType = {
|
|
155
|
-
ALLOW: "ALLOW",
|
|
156
|
-
DENY: "DENY",
|
|
157
|
-
};
|
|
158
|
-
exports.PrincipalType = {
|
|
159
|
-
GROUP: "GROUP",
|
|
160
|
-
USER: "USER",
|
|
161
|
-
};
|
|
162
|
-
exports.ContentType = {
|
|
163
|
-
CSV: "CSV",
|
|
164
|
-
HTML: "HTML",
|
|
165
|
-
JSON: "JSON",
|
|
166
|
-
MD: "MD",
|
|
167
|
-
MS_EXCEL: "MS_EXCEL",
|
|
168
|
-
MS_WORD: "MS_WORD",
|
|
169
|
-
PDF: "PDF",
|
|
170
|
-
PLAIN_TEXT: "PLAIN_TEXT",
|
|
171
|
-
PPT: "PPT",
|
|
172
|
-
RTF: "RTF",
|
|
173
|
-
XML: "XML",
|
|
174
|
-
XSLT: "XSLT",
|
|
175
|
-
};
|
|
176
|
-
class ServiceQuotaExceededException extends KendraServiceException_1.KendraServiceException {
|
|
177
|
-
constructor(opts) {
|
|
178
|
-
super({
|
|
179
|
-
name: "ServiceQuotaExceededException",
|
|
180
|
-
$fault: "client",
|
|
181
|
-
...opts,
|
|
182
|
-
});
|
|
183
|
-
this.name = "ServiceQuotaExceededException";
|
|
184
|
-
this.$fault = "client";
|
|
185
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
186
|
-
this.Message = opts.Message;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
190
|
-
exports.ConfluenceAttachmentFieldName = {
|
|
191
|
-
AUTHOR: "AUTHOR",
|
|
192
|
-
CONTENT_TYPE: "CONTENT_TYPE",
|
|
193
|
-
CREATED_DATE: "CREATED_DATE",
|
|
194
|
-
DISPLAY_URL: "DISPLAY_URL",
|
|
195
|
-
FILE_SIZE: "FILE_SIZE",
|
|
196
|
-
ITEM_TYPE: "ITEM_TYPE",
|
|
197
|
-
PARENT_ID: "PARENT_ID",
|
|
198
|
-
SPACE_KEY: "SPACE_KEY",
|
|
199
|
-
SPACE_NAME: "SPACE_NAME",
|
|
200
|
-
URL: "URL",
|
|
201
|
-
VERSION: "VERSION",
|
|
202
|
-
};
|
|
203
|
-
exports.ConfluenceAuthenticationType = {
|
|
204
|
-
HTTP_BASIC: "HTTP_BASIC",
|
|
205
|
-
PAT: "PAT",
|
|
206
|
-
};
|
|
207
|
-
exports.ConfluenceBlogFieldName = {
|
|
208
|
-
AUTHOR: "AUTHOR",
|
|
209
|
-
DISPLAY_URL: "DISPLAY_URL",
|
|
210
|
-
ITEM_TYPE: "ITEM_TYPE",
|
|
211
|
-
LABELS: "LABELS",
|
|
212
|
-
PUBLISH_DATE: "PUBLISH_DATE",
|
|
213
|
-
SPACE_KEY: "SPACE_KEY",
|
|
214
|
-
SPACE_NAME: "SPACE_NAME",
|
|
215
|
-
URL: "URL",
|
|
216
|
-
VERSION: "VERSION",
|
|
217
|
-
};
|
|
218
|
-
exports.ConfluencePageFieldName = {
|
|
219
|
-
AUTHOR: "AUTHOR",
|
|
220
|
-
CONTENT_STATUS: "CONTENT_STATUS",
|
|
221
|
-
CREATED_DATE: "CREATED_DATE",
|
|
222
|
-
DISPLAY_URL: "DISPLAY_URL",
|
|
223
|
-
ITEM_TYPE: "ITEM_TYPE",
|
|
224
|
-
LABELS: "LABELS",
|
|
225
|
-
MODIFIED_DATE: "MODIFIED_DATE",
|
|
226
|
-
PARENT_ID: "PARENT_ID",
|
|
227
|
-
SPACE_KEY: "SPACE_KEY",
|
|
228
|
-
SPACE_NAME: "SPACE_NAME",
|
|
229
|
-
URL: "URL",
|
|
230
|
-
VERSION: "VERSION",
|
|
231
|
-
};
|
|
232
|
-
exports.ConfluenceSpaceFieldName = {
|
|
233
|
-
DISPLAY_URL: "DISPLAY_URL",
|
|
234
|
-
ITEM_TYPE: "ITEM_TYPE",
|
|
235
|
-
SPACE_KEY: "SPACE_KEY",
|
|
236
|
-
URL: "URL",
|
|
237
|
-
};
|
|
238
|
-
exports.ConfluenceVersion = {
|
|
239
|
-
CLOUD: "CLOUD",
|
|
240
|
-
SERVER: "SERVER",
|
|
241
|
-
};
|
|
242
|
-
exports.DatabaseEngineType = {
|
|
243
|
-
RDS_AURORA_MYSQL: "RDS_AURORA_MYSQL",
|
|
244
|
-
RDS_AURORA_POSTGRESQL: "RDS_AURORA_POSTGRESQL",
|
|
245
|
-
RDS_MYSQL: "RDS_MYSQL",
|
|
246
|
-
RDS_POSTGRESQL: "RDS_POSTGRESQL",
|
|
247
|
-
};
|
|
248
|
-
exports.QueryIdentifiersEnclosingOption = {
|
|
249
|
-
DOUBLE_QUOTES: "DOUBLE_QUOTES",
|
|
250
|
-
NONE: "NONE",
|
|
251
|
-
};
|
|
252
|
-
exports.FsxFileSystemType = {
|
|
253
|
-
WINDOWS: "WINDOWS",
|
|
254
|
-
};
|
|
255
|
-
exports.Type = {
|
|
256
|
-
ON_PREMISE: "ON_PREMISE",
|
|
257
|
-
SAAS: "SAAS",
|
|
258
|
-
};
|
|
259
|
-
exports.IssueSubEntity = {
|
|
260
|
-
ATTACHMENTS: "ATTACHMENTS",
|
|
261
|
-
COMMENTS: "COMMENTS",
|
|
262
|
-
WORKLOGS: "WORKLOGS",
|
|
263
|
-
};
|
|
264
|
-
exports.SalesforceChatterFeedIncludeFilterType = {
|
|
265
|
-
ACTIVE_USER: "ACTIVE_USER",
|
|
266
|
-
STANDARD_USER: "STANDARD_USER",
|
|
267
|
-
};
|
|
268
|
-
exports.SalesforceKnowledgeArticleState = {
|
|
269
|
-
ARCHIVED: "ARCHIVED",
|
|
270
|
-
DRAFT: "DRAFT",
|
|
271
|
-
PUBLISHED: "PUBLISHED",
|
|
272
|
-
};
|
|
273
|
-
exports.SalesforceStandardObjectName = {
|
|
274
|
-
ACCOUNT: "ACCOUNT",
|
|
275
|
-
CAMPAIGN: "CAMPAIGN",
|
|
276
|
-
CASE: "CASE",
|
|
277
|
-
CONTACT: "CONTACT",
|
|
278
|
-
CONTRACT: "CONTRACT",
|
|
279
|
-
DOCUMENT: "DOCUMENT",
|
|
280
|
-
GROUP: "GROUP",
|
|
281
|
-
IDEA: "IDEA",
|
|
282
|
-
LEAD: "LEAD",
|
|
283
|
-
OPPORTUNITY: "OPPORTUNITY",
|
|
284
|
-
PARTNER: "PARTNER",
|
|
285
|
-
PRICEBOOK: "PRICEBOOK",
|
|
286
|
-
PRODUCT: "PRODUCT",
|
|
287
|
-
PROFILE: "PROFILE",
|
|
288
|
-
SOLUTION: "SOLUTION",
|
|
289
|
-
TASK: "TASK",
|
|
290
|
-
USER: "USER",
|
|
291
|
-
};
|
|
292
|
-
exports.ServiceNowAuthenticationType = {
|
|
293
|
-
HTTP_BASIC: "HTTP_BASIC",
|
|
294
|
-
OAUTH2: "OAUTH2",
|
|
295
|
-
};
|
|
296
|
-
exports.ServiceNowBuildVersionType = {
|
|
297
|
-
LONDON: "LONDON",
|
|
298
|
-
OTHERS: "OTHERS",
|
|
299
|
-
};
|
|
300
|
-
exports.SharePointOnlineAuthenticationType = {
|
|
301
|
-
HTTP_BASIC: "HTTP_BASIC",
|
|
302
|
-
OAUTH2: "OAUTH2",
|
|
303
|
-
};
|
|
304
|
-
exports.SharePointVersion = {
|
|
305
|
-
SHAREPOINT_2013: "SHAREPOINT_2013",
|
|
306
|
-
SHAREPOINT_2016: "SHAREPOINT_2016",
|
|
307
|
-
SHAREPOINT_2019: "SHAREPOINT_2019",
|
|
308
|
-
SHAREPOINT_ONLINE: "SHAREPOINT_ONLINE",
|
|
309
|
-
};
|
|
310
|
-
exports.SlackEntity = {
|
|
311
|
-
DIRECT_MESSAGE: "DIRECT_MESSAGE",
|
|
312
|
-
GROUP_MESSAGE: "GROUP_MESSAGE",
|
|
313
|
-
PRIVATE_CHANNEL: "PRIVATE_CHANNEL",
|
|
314
|
-
PUBLIC_CHANNEL: "PUBLIC_CHANNEL",
|
|
315
|
-
};
|
|
316
|
-
exports.WebCrawlerMode = {
|
|
317
|
-
EVERYTHING: "EVERYTHING",
|
|
318
|
-
HOST_ONLY: "HOST_ONLY",
|
|
319
|
-
SUBDOMAINS: "SUBDOMAINS",
|
|
320
|
-
};
|
|
321
|
-
exports.DataSourceType = {
|
|
322
|
-
ALFRESCO: "ALFRESCO",
|
|
323
|
-
BOX: "BOX",
|
|
324
|
-
CONFLUENCE: "CONFLUENCE",
|
|
325
|
-
CUSTOM: "CUSTOM",
|
|
326
|
-
DATABASE: "DATABASE",
|
|
327
|
-
FSX: "FSX",
|
|
328
|
-
GITHUB: "GITHUB",
|
|
329
|
-
GOOGLEDRIVE: "GOOGLEDRIVE",
|
|
330
|
-
JIRA: "JIRA",
|
|
331
|
-
ONEDRIVE: "ONEDRIVE",
|
|
332
|
-
QUIP: "QUIP",
|
|
333
|
-
S3: "S3",
|
|
334
|
-
SALESFORCE: "SALESFORCE",
|
|
335
|
-
SERVICENOW: "SERVICENOW",
|
|
336
|
-
SHAREPOINT: "SHAREPOINT",
|
|
337
|
-
SLACK: "SLACK",
|
|
338
|
-
TEMPLATE: "TEMPLATE",
|
|
339
|
-
WEBCRAWLER: "WEBCRAWLER",
|
|
340
|
-
WORKDOCS: "WORKDOCS",
|
|
341
|
-
};
|
|
342
|
-
exports.FaqFileFormat = {
|
|
343
|
-
CSV: "CSV",
|
|
344
|
-
CSV_WITH_HEADER: "CSV_WITH_HEADER",
|
|
345
|
-
JSON: "JSON",
|
|
346
|
-
};
|
|
347
|
-
exports.FeaturedResultsSetStatus = {
|
|
348
|
-
ACTIVE: "ACTIVE",
|
|
349
|
-
INACTIVE: "INACTIVE",
|
|
350
|
-
};
|
|
351
|
-
class FeaturedResultsConflictException extends KendraServiceException_1.KendraServiceException {
|
|
352
|
-
constructor(opts) {
|
|
353
|
-
super({
|
|
354
|
-
name: "FeaturedResultsConflictException",
|
|
355
|
-
$fault: "client",
|
|
356
|
-
...opts,
|
|
357
|
-
});
|
|
358
|
-
this.name = "FeaturedResultsConflictException";
|
|
359
|
-
this.$fault = "client";
|
|
360
|
-
Object.setPrototypeOf(this, FeaturedResultsConflictException.prototype);
|
|
361
|
-
this.Message = opts.Message;
|
|
362
|
-
this.ConflictingItems = opts.ConflictingItems;
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
exports.FeaturedResultsConflictException = FeaturedResultsConflictException;
|
|
366
|
-
exports.IndexEdition = {
|
|
367
|
-
DEVELOPER_EDITION: "DEVELOPER_EDITION",
|
|
368
|
-
ENTERPRISE_EDITION: "ENTERPRISE_EDITION",
|
|
369
|
-
};
|
|
370
|
-
exports.UserContextPolicy = {
|
|
371
|
-
ATTRIBUTE_FILTER: "ATTRIBUTE_FILTER",
|
|
372
|
-
USER_TOKEN: "USER_TOKEN",
|
|
373
|
-
};
|
|
374
|
-
exports.UserGroupResolutionMode = {
|
|
375
|
-
AWS_SSO: "AWS_SSO",
|
|
376
|
-
NONE: "NONE",
|
|
377
|
-
};
|
|
378
|
-
exports.KeyLocation = {
|
|
379
|
-
SECRET_MANAGER: "SECRET_MANAGER",
|
|
380
|
-
URL: "URL",
|
|
381
|
-
};
|
|
382
|
-
exports.DataSourceStatus = {
|
|
383
|
-
ACTIVE: "ACTIVE",
|
|
384
|
-
CREATING: "CREATING",
|
|
385
|
-
DELETING: "DELETING",
|
|
386
|
-
FAILED: "FAILED",
|
|
387
|
-
UPDATING: "UPDATING",
|
|
388
|
-
};
|
|
389
|
-
exports.EndpointType = {
|
|
390
|
-
HOME: "HOME",
|
|
391
|
-
};
|
|
392
|
-
exports.ExperienceStatus = {
|
|
393
|
-
ACTIVE: "ACTIVE",
|
|
394
|
-
CREATING: "CREATING",
|
|
395
|
-
DELETING: "DELETING",
|
|
396
|
-
FAILED: "FAILED",
|
|
397
|
-
};
|
|
398
|
-
exports.FaqStatus = {
|
|
399
|
-
ACTIVE: "ACTIVE",
|
|
400
|
-
CREATING: "CREATING",
|
|
401
|
-
DELETING: "DELETING",
|
|
402
|
-
FAILED: "FAILED",
|
|
403
|
-
UPDATING: "UPDATING",
|
|
404
|
-
};
|
|
405
|
-
exports.Order = {
|
|
406
|
-
ASCENDING: "ASCENDING",
|
|
407
|
-
DESCENDING: "DESCENDING",
|
|
408
|
-
};
|
|
409
|
-
exports.DocumentAttributeValueType = {
|
|
410
|
-
DATE_VALUE: "DATE_VALUE",
|
|
411
|
-
LONG_VALUE: "LONG_VALUE",
|
|
412
|
-
STRING_LIST_VALUE: "STRING_LIST_VALUE",
|
|
413
|
-
STRING_VALUE: "STRING_VALUE",
|
|
414
|
-
};
|
|
415
|
-
exports.IndexStatus = {
|
|
416
|
-
ACTIVE: "ACTIVE",
|
|
417
|
-
CREATING: "CREATING",
|
|
418
|
-
DELETING: "DELETING",
|
|
419
|
-
FAILED: "FAILED",
|
|
420
|
-
SYSTEM_UPDATING: "SYSTEM_UPDATING",
|
|
421
|
-
UPDATING: "UPDATING",
|
|
422
|
-
};
|
|
423
|
-
exports.PrincipalMappingStatus = {
|
|
424
|
-
DELETED: "DELETED",
|
|
425
|
-
DELETING: "DELETING",
|
|
426
|
-
FAILED: "FAILED",
|
|
427
|
-
PROCESSING: "PROCESSING",
|
|
428
|
-
SUCCEEDED: "SUCCEEDED",
|
|
429
|
-
};
|
|
430
|
-
exports.QuerySuggestionsBlockListStatus = {
|
|
431
|
-
ACTIVE: "ACTIVE",
|
|
432
|
-
ACTIVE_BUT_UPDATE_FAILED: "ACTIVE_BUT_UPDATE_FAILED",
|
|
433
|
-
CREATING: "CREATING",
|
|
434
|
-
DELETING: "DELETING",
|
|
435
|
-
FAILED: "FAILED",
|
|
436
|
-
UPDATING: "UPDATING",
|
|
437
|
-
};
|
|
438
|
-
exports.Mode = {
|
|
439
|
-
ENABLED: "ENABLED",
|
|
440
|
-
LEARN_ONLY: "LEARN_ONLY",
|
|
441
|
-
};
|
|
442
|
-
exports.QuerySuggestionsStatus = {
|
|
443
|
-
ACTIVE: "ACTIVE",
|
|
444
|
-
UPDATING: "UPDATING",
|
|
445
|
-
};
|
|
446
|
-
exports.ThesaurusStatus = {
|
|
447
|
-
ACTIVE: "ACTIVE",
|
|
448
|
-
ACTIVE_BUT_UPDATE_FAILED: "ACTIVE_BUT_UPDATE_FAILED",
|
|
449
|
-
CREATING: "CREATING",
|
|
450
|
-
DELETING: "DELETING",
|
|
451
|
-
FAILED: "FAILED",
|
|
452
|
-
UPDATING: "UPDATING",
|
|
453
|
-
};
|
|
454
|
-
exports.SuggestionType = {
|
|
455
|
-
DOCUMENT_ATTRIBUTES: "DOCUMENT_ATTRIBUTES",
|
|
456
|
-
QUERY: "QUERY",
|
|
457
|
-
};
|
|
458
|
-
exports.Interval = {
|
|
459
|
-
ONE_MONTH_AGO: "ONE_MONTH_AGO",
|
|
460
|
-
ONE_WEEK_AGO: "ONE_WEEK_AGO",
|
|
461
|
-
THIS_MONTH: "THIS_MONTH",
|
|
462
|
-
THIS_WEEK: "THIS_WEEK",
|
|
463
|
-
TWO_MONTHS_AGO: "TWO_MONTHS_AGO",
|
|
464
|
-
TWO_WEEKS_AGO: "TWO_WEEKS_AGO",
|
|
465
|
-
};
|
|
466
|
-
exports.MetricType = {
|
|
467
|
-
AGG_QUERY_DOC_METRICS: "AGG_QUERY_DOC_METRICS",
|
|
468
|
-
DOCS_BY_CLICK_COUNT: "DOCS_BY_CLICK_COUNT",
|
|
469
|
-
QUERIES_BY_COUNT: "QUERIES_BY_COUNT",
|
|
470
|
-
QUERIES_BY_ZERO_CLICK_RATE: "QUERIES_BY_ZERO_CLICK_RATE",
|
|
471
|
-
QUERIES_BY_ZERO_RESULT_RATE: "QUERIES_BY_ZERO_RESULT_RATE",
|
|
472
|
-
TREND_QUERY_DOC_METRICS: "TREND_QUERY_DOC_METRICS",
|
|
473
|
-
};
|
|
474
|
-
class InvalidRequestException extends KendraServiceException_1.KendraServiceException {
|
|
475
|
-
constructor(opts) {
|
|
476
|
-
super({
|
|
477
|
-
name: "InvalidRequestException",
|
|
478
|
-
$fault: "client",
|
|
479
|
-
...opts,
|
|
480
|
-
});
|
|
481
|
-
this.name = "InvalidRequestException";
|
|
482
|
-
this.$fault = "client";
|
|
483
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
484
|
-
this.Message = opts.Message;
|
|
485
|
-
}
|
|
486
|
-
}
|
|
487
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
488
|
-
exports.DataSourceSyncJobStatus = {
|
|
489
|
-
ABORTED: "ABORTED",
|
|
490
|
-
FAILED: "FAILED",
|
|
491
|
-
INCOMPLETE: "INCOMPLETE",
|
|
492
|
-
STOPPING: "STOPPING",
|
|
493
|
-
SUCCEEDED: "SUCCEEDED",
|
|
494
|
-
SYNCING: "SYNCING",
|
|
495
|
-
SYNCING_INDEXING: "SYNCING_INDEXING",
|
|
496
|
-
};
|
|
497
|
-
class ResourceUnavailableException extends KendraServiceException_1.KendraServiceException {
|
|
498
|
-
constructor(opts) {
|
|
499
|
-
super({
|
|
500
|
-
name: "ResourceUnavailableException",
|
|
501
|
-
$fault: "client",
|
|
502
|
-
...opts,
|
|
503
|
-
});
|
|
504
|
-
this.name = "ResourceUnavailableException";
|
|
505
|
-
this.$fault = "client";
|
|
506
|
-
Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
|
|
507
|
-
this.Message = opts.Message;
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
exports.ResourceUnavailableException = ResourceUnavailableException;
|
|
511
|
-
exports.MissingAttributeKeyStrategy = {
|
|
512
|
-
COLLAPSE: "COLLAPSE",
|
|
513
|
-
EXPAND: "EXPAND",
|
|
514
|
-
IGNORE: "IGNORE",
|
|
515
|
-
};
|
|
516
|
-
exports.SortOrder = {
|
|
517
|
-
ASC: "ASC",
|
|
518
|
-
DESC: "DESC",
|
|
519
|
-
};
|
|
520
|
-
exports.QueryResultType = {
|
|
521
|
-
ANSWER: "ANSWER",
|
|
522
|
-
DOCUMENT: "DOCUMENT",
|
|
523
|
-
QUESTION_ANSWER: "QUESTION_ANSWER",
|
|
524
|
-
};
|
|
525
|
-
exports.QueryResultFormat = {
|
|
526
|
-
TABLE: "TABLE",
|
|
527
|
-
TEXT: "TEXT",
|
|
528
|
-
};
|
|
529
|
-
const ServerSideEncryptionConfigurationFilterSensitiveLog = (obj) => ({
|
|
530
|
-
...obj,
|
|
531
|
-
...(obj.KmsKeyId && { KmsKeyId: smithy_client_1.SENSITIVE_STRING }),
|
|
532
|
-
});
|
|
533
|
-
exports.ServerSideEncryptionConfigurationFilterSensitiveLog = ServerSideEncryptionConfigurationFilterSensitiveLog;
|
|
534
|
-
const CreateIndexRequestFilterSensitiveLog = (obj) => ({
|
|
535
|
-
...obj,
|
|
536
|
-
...(obj.ServerSideEncryptionConfiguration && {
|
|
537
|
-
ServerSideEncryptionConfiguration: (0, exports.ServerSideEncryptionConfigurationFilterSensitiveLog)(obj.ServerSideEncryptionConfiguration),
|
|
538
|
-
}),
|
|
539
|
-
});
|
|
540
|
-
exports.CreateIndexRequestFilterSensitiveLog = CreateIndexRequestFilterSensitiveLog;
|
|
541
|
-
const DescribeIndexResponseFilterSensitiveLog = (obj) => ({
|
|
542
|
-
...obj,
|
|
543
|
-
...(obj.ServerSideEncryptionConfiguration && {
|
|
544
|
-
ServerSideEncryptionConfiguration: (0, exports.ServerSideEncryptionConfigurationFilterSensitiveLog)(obj.ServerSideEncryptionConfiguration),
|
|
545
|
-
}),
|
|
546
|
-
});
|
|
547
|
-
exports.DescribeIndexResponseFilterSensitiveLog = DescribeIndexResponseFilterSensitiveLog;
|
|
548
|
-
const EntityDisplayDataFilterSensitiveLog = (obj) => ({
|
|
549
|
-
...obj,
|
|
550
|
-
...(obj.UserName && { UserName: smithy_client_1.SENSITIVE_STRING }),
|
|
551
|
-
...(obj.GroupName && { GroupName: smithy_client_1.SENSITIVE_STRING }),
|
|
552
|
-
...(obj.IdentifiedUserName && { IdentifiedUserName: smithy_client_1.SENSITIVE_STRING }),
|
|
553
|
-
...(obj.FirstName && { FirstName: smithy_client_1.SENSITIVE_STRING }),
|
|
554
|
-
...(obj.LastName && { LastName: smithy_client_1.SENSITIVE_STRING }),
|
|
555
|
-
});
|
|
556
|
-
exports.EntityDisplayDataFilterSensitiveLog = EntityDisplayDataFilterSensitiveLog;
|
|
557
|
-
const ExperienceEntitiesSummaryFilterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
...(obj.DisplayData && { DisplayData: (0, exports.EntityDisplayDataFilterSensitiveLog)(obj.DisplayData) }),
|
|
560
|
-
});
|
|
561
|
-
exports.ExperienceEntitiesSummaryFilterSensitiveLog = ExperienceEntitiesSummaryFilterSensitiveLog;
|
|
562
|
-
const ListExperienceEntitiesResponseFilterSensitiveLog = (obj) => ({
|
|
563
|
-
...obj,
|
|
564
|
-
...(obj.SummaryItems && {
|
|
565
|
-
SummaryItems: obj.SummaryItems.map((item) => (0, exports.ExperienceEntitiesSummaryFilterSensitiveLog)(item)),
|
|
566
|
-
}),
|
|
567
|
-
});
|
|
568
|
-
exports.ListExperienceEntitiesResponseFilterSensitiveLog = ListExperienceEntitiesResponseFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,32 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RelevanceType = exports.ResourceInUseException = exports.WarningCode = exports.ScoreConfidence = void 0;
|
|
4
|
-
const KendraServiceException_1 = require("./KendraServiceException");
|
|
5
|
-
exports.ScoreConfidence = {
|
|
6
|
-
HIGH: "HIGH",
|
|
7
|
-
LOW: "LOW",
|
|
8
|
-
MEDIUM: "MEDIUM",
|
|
9
|
-
NOT_AVAILABLE: "NOT_AVAILABLE",
|
|
10
|
-
VERY_HIGH: "VERY_HIGH",
|
|
11
|
-
};
|
|
12
|
-
exports.WarningCode = {
|
|
13
|
-
QUERY_LANGUAGE_INVALID_SYNTAX: "QUERY_LANGUAGE_INVALID_SYNTAX",
|
|
14
|
-
};
|
|
15
|
-
class ResourceInUseException extends KendraServiceException_1.KendraServiceException {
|
|
16
|
-
constructor(opts) {
|
|
17
|
-
super({
|
|
18
|
-
name: "ResourceInUseException",
|
|
19
|
-
$fault: "client",
|
|
20
|
-
...opts,
|
|
21
|
-
});
|
|
22
|
-
this.name = "ResourceInUseException";
|
|
23
|
-
this.$fault = "client";
|
|
24
|
-
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
25
|
-
this.Message = opts.Message;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
exports.ResourceInUseException = ResourceInUseException;
|
|
29
|
-
exports.RelevanceType = {
|
|
30
|
-
NOT_RELEVANT: "NOT_RELEVANT",
|
|
31
|
-
RELEVANT: "RELEVANT",
|
|
32
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetSnapshots = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const GetSnapshotsCommand_1 = require("../commands/GetSnapshotsCommand");
|
|
6
|
-
const KendraClient_1 = require("../KendraClient");
|
|
7
|
-
exports.paginateGetSnapshots = (0, core_1.createPaginator)(KendraClient_1.KendraClient, GetSnapshotsCommand_1.GetSnapshotsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAccessControlConfigurations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAccessControlConfigurationsCommand_1 = require("../commands/ListAccessControlConfigurationsCommand");
|
|
6
|
-
const KendraClient_1 = require("../KendraClient");
|
|
7
|
-
exports.paginateListAccessControlConfigurations = (0, core_1.createPaginator)(KendraClient_1.KendraClient, ListAccessControlConfigurationsCommand_1.ListAccessControlConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDataSourceSyncJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDataSourceSyncJobsCommand_1 = require("../commands/ListDataSourceSyncJobsCommand");
|
|
6
|
-
const KendraClient_1 = require("../KendraClient");
|
|
7
|
-
exports.paginateListDataSourceSyncJobs = (0, core_1.createPaginator)(KendraClient_1.KendraClient, ListDataSourceSyncJobsCommand_1.ListDataSourceSyncJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDataSources = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDataSourcesCommand_1 = require("../commands/ListDataSourcesCommand");
|
|
6
|
-
const KendraClient_1 = require("../KendraClient");
|
|
7
|
-
exports.paginateListDataSources = (0, core_1.createPaginator)(KendraClient_1.KendraClient, ListDataSourcesCommand_1.ListDataSourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListEntityPersonas = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListEntityPersonasCommand_1 = require("../commands/ListEntityPersonasCommand");
|
|
6
|
-
const KendraClient_1 = require("../KendraClient");
|
|
7
|
-
exports.paginateListEntityPersonas = (0, core_1.createPaginator)(KendraClient_1.KendraClient, ListEntityPersonasCommand_1.ListEntityPersonasCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|