@aws-sdk/client-kendra 3.299.0 → 3.301.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.
Files changed (61) hide show
  1. package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +10 -0
  2. package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +10 -0
  3. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +10 -0
  4. package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +21 -0
  5. package/dist-types/commands/BatchPutDocumentCommand.d.ts +114 -0
  6. package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +3 -0
  7. package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +26 -0
  8. package/dist-types/commands/CreateDataSourceCommand.d.ts +569 -0
  9. package/dist-types/commands/CreateExperienceCommand.d.ts +21 -0
  10. package/dist-types/commands/CreateFaqCommand.d.ts +19 -0
  11. package/dist-types/commands/CreateIndexCommand.d.ts +37 -0
  12. package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +17 -0
  13. package/dist-types/commands/CreateThesaurusCommand.d.ts +17 -0
  14. package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteExperienceCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteFaqCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteIndexCommand.d.ts +3 -0
  19. package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteThesaurusCommand.d.ts +4 -0
  22. package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +4 -0
  23. package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -0
  24. package/dist-types/commands/DescribeExperienceCommand.d.ts +4 -0
  25. package/dist-types/commands/DescribeFaqCommand.d.ts +4 -0
  26. package/dist-types/commands/DescribeIndexCommand.d.ts +3 -0
  27. package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +5 -0
  28. package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +4 -0
  29. package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +3 -0
  30. package/dist-types/commands/DescribeThesaurusCommand.d.ts +4 -0
  31. package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +10 -0
  32. package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +7 -0
  33. package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +5 -0
  34. package/dist-types/commands/GetSnapshotsCommand.d.ts +7 -0
  35. package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +5 -0
  36. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +11 -0
  37. package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -0
  38. package/dist-types/commands/ListEntityPersonasCommand.d.ts +6 -0
  39. package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +5 -0
  40. package/dist-types/commands/ListExperiencesCommand.d.ts +5 -0
  41. package/dist-types/commands/ListFaqsCommand.d.ts +5 -0
  42. package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +7 -0
  43. package/dist-types/commands/ListIndicesCommand.d.ts +4 -0
  44. package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +5 -0
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  46. package/dist-types/commands/ListThesauriCommand.d.ts +5 -0
  47. package/dist-types/commands/PutPrincipalMappingCommand.d.ts +24 -0
  48. package/dist-types/commands/QueryCommand.d.ts +139 -0
  49. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +4 -0
  50. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +4 -0
  51. package/dist-types/commands/SubmitFeedbackCommand.d.ts +16 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  53. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  54. package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +26 -0
  55. package/dist-types/commands/UpdateDataSourceCommand.d.ts +562 -0
  56. package/dist-types/commands/UpdateExperienceCommand.d.ts +21 -0
  57. package/dist-types/commands/UpdateIndexCommand.d.ts +52 -0
  58. package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +11 -0
  59. package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +8 -0
  60. package/dist-types/commands/UpdateThesaurusCommand.d.ts +11 -0
  61. package/package.json +8 -8
@@ -26,6 +26,568 @@ export interface UpdateDataSourceCommandOutput extends __MetadataBearer {
26
26
  * import { KendraClient, UpdateDataSourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
27
27
  * // const { KendraClient, UpdateDataSourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
28
28
  * const client = new KendraClient(config);
29
+ * const input = { // UpdateDataSourceRequest
30
+ * Id: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE",
32
+ * IndexId: "STRING_VALUE", // required
33
+ * Configuration: { // DataSourceConfiguration
34
+ * S3Configuration: { // S3DataSourceConfiguration
35
+ * BucketName: "STRING_VALUE", // required
36
+ * InclusionPrefixes: [ // DataSourceInclusionsExclusionsStrings
37
+ * "STRING_VALUE",
38
+ * ],
39
+ * InclusionPatterns: [
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * ExclusionPatterns: [
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * DocumentsMetadataConfiguration: { // DocumentsMetadataConfiguration
46
+ * S3Prefix: "STRING_VALUE",
47
+ * },
48
+ * AccessControlListConfiguration: { // AccessControlListConfiguration
49
+ * KeyPath: "STRING_VALUE",
50
+ * },
51
+ * },
52
+ * SharePointConfiguration: { // SharePointConfiguration
53
+ * SharePointVersion: "SHAREPOINT_2013" || "SHAREPOINT_2016" || "SHAREPOINT_ONLINE" || "SHAREPOINT_2019", // required
54
+ * Urls: [ // SharePointUrlList // required
55
+ * "STRING_VALUE",
56
+ * ],
57
+ * SecretArn: "STRING_VALUE", // required
58
+ * CrawlAttachments: true || false,
59
+ * UseChangeLog: true || false,
60
+ * InclusionPatterns: [
61
+ * "STRING_VALUE",
62
+ * ],
63
+ * ExclusionPatterns: [
64
+ * "STRING_VALUE",
65
+ * ],
66
+ * VpcConfiguration: { // DataSourceVpcConfiguration
67
+ * SubnetIds: [ // SubnetIdList // required
68
+ * "STRING_VALUE",
69
+ * ],
70
+ * SecurityGroupIds: [ // SecurityGroupIdList // required
71
+ * "STRING_VALUE",
72
+ * ],
73
+ * },
74
+ * FieldMappings: [ // DataSourceToIndexFieldMappingList
75
+ * { // DataSourceToIndexFieldMapping
76
+ * DataSourceFieldName: "STRING_VALUE", // required
77
+ * DateFieldFormat: "STRING_VALUE",
78
+ * IndexFieldName: "STRING_VALUE", // required
79
+ * },
80
+ * ],
81
+ * DocumentTitleFieldName: "STRING_VALUE",
82
+ * DisableLocalGroups: true || false,
83
+ * SslCertificateS3Path: { // S3Path
84
+ * Bucket: "STRING_VALUE", // required
85
+ * Key: "STRING_VALUE", // required
86
+ * },
87
+ * AuthenticationType: "HTTP_BASIC" || "OAUTH2",
88
+ * ProxyConfiguration: { // ProxyConfiguration
89
+ * Host: "STRING_VALUE", // required
90
+ * Port: Number("int"), // required
91
+ * Credentials: "STRING_VALUE",
92
+ * },
93
+ * },
94
+ * DatabaseConfiguration: { // DatabaseConfiguration
95
+ * DatabaseEngineType: "RDS_AURORA_MYSQL" || "RDS_AURORA_POSTGRESQL" || "RDS_MYSQL" || "RDS_POSTGRESQL", // required
96
+ * ConnectionConfiguration: { // ConnectionConfiguration
97
+ * DatabaseHost: "STRING_VALUE", // required
98
+ * DatabasePort: Number("int"), // required
99
+ * DatabaseName: "STRING_VALUE", // required
100
+ * TableName: "STRING_VALUE", // required
101
+ * SecretArn: "STRING_VALUE", // required
102
+ * },
103
+ * VpcConfiguration: {
104
+ * SubnetIds: [ // required
105
+ * "STRING_VALUE",
106
+ * ],
107
+ * SecurityGroupIds: [ // required
108
+ * "STRING_VALUE",
109
+ * ],
110
+ * },
111
+ * ColumnConfiguration: { // ColumnConfiguration
112
+ * DocumentIdColumnName: "STRING_VALUE", // required
113
+ * DocumentDataColumnName: "STRING_VALUE", // required
114
+ * DocumentTitleColumnName: "STRING_VALUE",
115
+ * FieldMappings: [
116
+ * {
117
+ * DataSourceFieldName: "STRING_VALUE", // required
118
+ * DateFieldFormat: "STRING_VALUE",
119
+ * IndexFieldName: "STRING_VALUE", // required
120
+ * },
121
+ * ],
122
+ * ChangeDetectingColumns: [ // ChangeDetectingColumns // required
123
+ * "STRING_VALUE",
124
+ * ],
125
+ * },
126
+ * AclConfiguration: { // AclConfiguration
127
+ * AllowedGroupsColumnName: "STRING_VALUE", // required
128
+ * },
129
+ * SqlConfiguration: { // SqlConfiguration
130
+ * QueryIdentifiersEnclosingOption: "DOUBLE_QUOTES" || "NONE",
131
+ * },
132
+ * },
133
+ * SalesforceConfiguration: { // SalesforceConfiguration
134
+ * ServerUrl: "STRING_VALUE", // required
135
+ * SecretArn: "STRING_VALUE", // required
136
+ * StandardObjectConfigurations: [ // SalesforceStandardObjectConfigurationList
137
+ * { // SalesforceStandardObjectConfiguration
138
+ * Name: "ACCOUNT" || "CAMPAIGN" || "CASE" || "CONTACT" || "CONTRACT" || "DOCUMENT" || "GROUP" || "IDEA" || "LEAD" || "OPPORTUNITY" || "PARTNER" || "PRICEBOOK" || "PRODUCT" || "PROFILE" || "SOLUTION" || "TASK" || "USER", // required
139
+ * DocumentDataFieldName: "STRING_VALUE", // required
140
+ * DocumentTitleFieldName: "STRING_VALUE",
141
+ * FieldMappings: "<DataSourceToIndexFieldMappingList>",
142
+ * },
143
+ * ],
144
+ * KnowledgeArticleConfiguration: { // SalesforceKnowledgeArticleConfiguration
145
+ * IncludedStates: [ // SalesforceKnowledgeArticleStateList // required
146
+ * "DRAFT" || "PUBLISHED" || "ARCHIVED",
147
+ * ],
148
+ * StandardKnowledgeArticleTypeConfiguration: { // SalesforceStandardKnowledgeArticleTypeConfiguration
149
+ * DocumentDataFieldName: "STRING_VALUE", // required
150
+ * DocumentTitleFieldName: "STRING_VALUE",
151
+ * FieldMappings: "<DataSourceToIndexFieldMappingList>",
152
+ * },
153
+ * CustomKnowledgeArticleTypeConfigurations: [ // SalesforceCustomKnowledgeArticleTypeConfigurationList
154
+ * { // SalesforceCustomKnowledgeArticleTypeConfiguration
155
+ * Name: "STRING_VALUE", // required
156
+ * DocumentDataFieldName: "STRING_VALUE", // required
157
+ * DocumentTitleFieldName: "STRING_VALUE",
158
+ * FieldMappings: "<DataSourceToIndexFieldMappingList>",
159
+ * },
160
+ * ],
161
+ * },
162
+ * ChatterFeedConfiguration: { // SalesforceChatterFeedConfiguration
163
+ * DocumentDataFieldName: "STRING_VALUE", // required
164
+ * DocumentTitleFieldName: "STRING_VALUE",
165
+ * FieldMappings: "<DataSourceToIndexFieldMappingList>",
166
+ * IncludeFilterTypes: [ // SalesforceChatterFeedIncludeFilterTypes
167
+ * "ACTIVE_USER" || "STANDARD_USER",
168
+ * ],
169
+ * },
170
+ * CrawlAttachments: true || false,
171
+ * StandardObjectAttachmentConfiguration: { // SalesforceStandardObjectAttachmentConfiguration
172
+ * DocumentTitleFieldName: "STRING_VALUE",
173
+ * FieldMappings: "<DataSourceToIndexFieldMappingList>",
174
+ * },
175
+ * IncludeAttachmentFilePatterns: "<DataSourceInclusionsExclusionsStrings>",
176
+ * ExcludeAttachmentFilePatterns: "<DataSourceInclusionsExclusionsStrings>",
177
+ * },
178
+ * OneDriveConfiguration: { // OneDriveConfiguration
179
+ * TenantDomain: "STRING_VALUE", // required
180
+ * SecretArn: "STRING_VALUE", // required
181
+ * OneDriveUsers: { // OneDriveUsers
182
+ * OneDriveUserList: [ // OneDriveUserList
183
+ * "STRING_VALUE",
184
+ * ],
185
+ * OneDriveUserS3Path: {
186
+ * Bucket: "STRING_VALUE", // required
187
+ * Key: "STRING_VALUE", // required
188
+ * },
189
+ * },
190
+ * InclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
191
+ * ExclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
192
+ * FieldMappings: "<DataSourceToIndexFieldMappingList>",
193
+ * DisableLocalGroups: true || false,
194
+ * },
195
+ * ServiceNowConfiguration: { // ServiceNowConfiguration
196
+ * HostUrl: "STRING_VALUE", // required
197
+ * SecretArn: "STRING_VALUE", // required
198
+ * ServiceNowBuildVersion: "LONDON" || "OTHERS", // required
199
+ * KnowledgeArticleConfiguration: { // ServiceNowKnowledgeArticleConfiguration
200
+ * CrawlAttachments: true || false,
201
+ * IncludeAttachmentFilePatterns: "<DataSourceInclusionsExclusionsStrings>",
202
+ * ExcludeAttachmentFilePatterns: "<DataSourceInclusionsExclusionsStrings>",
203
+ * DocumentDataFieldName: "STRING_VALUE", // required
204
+ * DocumentTitleFieldName: "STRING_VALUE",
205
+ * FieldMappings: "<DataSourceToIndexFieldMappingList>",
206
+ * FilterQuery: "STRING_VALUE",
207
+ * },
208
+ * ServiceCatalogConfiguration: { // ServiceNowServiceCatalogConfiguration
209
+ * CrawlAttachments: true || false,
210
+ * IncludeAttachmentFilePatterns: "<DataSourceInclusionsExclusionsStrings>",
211
+ * ExcludeAttachmentFilePatterns: "<DataSourceInclusionsExclusionsStrings>",
212
+ * DocumentDataFieldName: "STRING_VALUE", // required
213
+ * DocumentTitleFieldName: "STRING_VALUE",
214
+ * FieldMappings: "<DataSourceToIndexFieldMappingList>",
215
+ * },
216
+ * AuthenticationType: "HTTP_BASIC" || "OAUTH2",
217
+ * },
218
+ * ConfluenceConfiguration: { // ConfluenceConfiguration
219
+ * ServerUrl: "STRING_VALUE", // required
220
+ * SecretArn: "STRING_VALUE", // required
221
+ * Version: "CLOUD" || "SERVER", // required
222
+ * SpaceConfiguration: { // ConfluenceSpaceConfiguration
223
+ * CrawlPersonalSpaces: true || false,
224
+ * CrawlArchivedSpaces: true || false,
225
+ * IncludeSpaces: [ // ConfluenceSpaceList
226
+ * "STRING_VALUE",
227
+ * ],
228
+ * ExcludeSpaces: [
229
+ * "STRING_VALUE",
230
+ * ],
231
+ * SpaceFieldMappings: [ // ConfluenceSpaceFieldMappingsList
232
+ * { // ConfluenceSpaceToIndexFieldMapping
233
+ * DataSourceFieldName: "DISPLAY_URL" || "ITEM_TYPE" || "SPACE_KEY" || "URL",
234
+ * DateFieldFormat: "STRING_VALUE",
235
+ * IndexFieldName: "STRING_VALUE",
236
+ * },
237
+ * ],
238
+ * },
239
+ * PageConfiguration: { // ConfluencePageConfiguration
240
+ * PageFieldMappings: [ // ConfluencePageFieldMappingsList
241
+ * { // ConfluencePageToIndexFieldMapping
242
+ * DataSourceFieldName: "AUTHOR" || "CONTENT_STATUS" || "CREATED_DATE" || "DISPLAY_URL" || "ITEM_TYPE" || "LABELS" || "MODIFIED_DATE" || "PARENT_ID" || "SPACE_KEY" || "SPACE_NAME" || "URL" || "VERSION",
243
+ * DateFieldFormat: "STRING_VALUE",
244
+ * IndexFieldName: "STRING_VALUE",
245
+ * },
246
+ * ],
247
+ * },
248
+ * BlogConfiguration: { // ConfluenceBlogConfiguration
249
+ * BlogFieldMappings: [ // ConfluenceBlogFieldMappingsList
250
+ * { // ConfluenceBlogToIndexFieldMapping
251
+ * DataSourceFieldName: "AUTHOR" || "DISPLAY_URL" || "ITEM_TYPE" || "LABELS" || "PUBLISH_DATE" || "SPACE_KEY" || "SPACE_NAME" || "URL" || "VERSION",
252
+ * DateFieldFormat: "STRING_VALUE",
253
+ * IndexFieldName: "STRING_VALUE",
254
+ * },
255
+ * ],
256
+ * },
257
+ * AttachmentConfiguration: { // ConfluenceAttachmentConfiguration
258
+ * CrawlAttachments: true || false,
259
+ * AttachmentFieldMappings: [ // ConfluenceAttachmentFieldMappingsList
260
+ * { // ConfluenceAttachmentToIndexFieldMapping
261
+ * DataSourceFieldName: "AUTHOR" || "CONTENT_TYPE" || "CREATED_DATE" || "DISPLAY_URL" || "FILE_SIZE" || "ITEM_TYPE" || "PARENT_ID" || "SPACE_KEY" || "SPACE_NAME" || "URL" || "VERSION",
262
+ * DateFieldFormat: "STRING_VALUE",
263
+ * IndexFieldName: "STRING_VALUE",
264
+ * },
265
+ * ],
266
+ * },
267
+ * VpcConfiguration: {
268
+ * SubnetIds: [ // required
269
+ * "STRING_VALUE",
270
+ * ],
271
+ * SecurityGroupIds: [ // required
272
+ * "STRING_VALUE",
273
+ * ],
274
+ * },
275
+ * InclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
276
+ * ExclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
277
+ * ProxyConfiguration: {
278
+ * Host: "STRING_VALUE", // required
279
+ * Port: Number("int"), // required
280
+ * Credentials: "STRING_VALUE",
281
+ * },
282
+ * AuthenticationType: "HTTP_BASIC" || "PAT",
283
+ * },
284
+ * GoogleDriveConfiguration: { // GoogleDriveConfiguration
285
+ * SecretArn: "STRING_VALUE", // required
286
+ * InclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
287
+ * ExclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
288
+ * FieldMappings: "<DataSourceToIndexFieldMappingList>",
289
+ * ExcludeMimeTypes: [ // ExcludeMimeTypesList
290
+ * "STRING_VALUE",
291
+ * ],
292
+ * ExcludeUserAccounts: [ // ExcludeUserAccountsList
293
+ * "STRING_VALUE",
294
+ * ],
295
+ * ExcludeSharedDrives: [ // ExcludeSharedDrivesList
296
+ * "STRING_VALUE",
297
+ * ],
298
+ * },
299
+ * WebCrawlerConfiguration: { // WebCrawlerConfiguration
300
+ * Urls: { // Urls
301
+ * SeedUrlConfiguration: { // SeedUrlConfiguration
302
+ * SeedUrls: [ // SeedUrlList // required
303
+ * "STRING_VALUE",
304
+ * ],
305
+ * WebCrawlerMode: "HOST_ONLY" || "SUBDOMAINS" || "EVERYTHING",
306
+ * },
307
+ * SiteMapsConfiguration: { // SiteMapsConfiguration
308
+ * SiteMaps: [ // SiteMapsList // required
309
+ * "STRING_VALUE",
310
+ * ],
311
+ * },
312
+ * },
313
+ * CrawlDepth: Number("int"),
314
+ * MaxLinksPerPage: Number("int"),
315
+ * MaxContentSizePerPageInMegaBytes: Number("float"),
316
+ * MaxUrlsPerMinuteCrawlRate: Number("int"),
317
+ * UrlInclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
318
+ * UrlExclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
319
+ * ProxyConfiguration: {
320
+ * Host: "STRING_VALUE", // required
321
+ * Port: Number("int"), // required
322
+ * Credentials: "STRING_VALUE",
323
+ * },
324
+ * AuthenticationConfiguration: { // AuthenticationConfiguration
325
+ * BasicAuthentication: [ // BasicAuthenticationConfigurationList
326
+ * { // BasicAuthenticationConfiguration
327
+ * Host: "STRING_VALUE", // required
328
+ * Port: Number("int"), // required
329
+ * Credentials: "STRING_VALUE", // required
330
+ * },
331
+ * ],
332
+ * },
333
+ * },
334
+ * WorkDocsConfiguration: { // WorkDocsConfiguration
335
+ * OrganizationId: "STRING_VALUE", // required
336
+ * CrawlComments: true || false,
337
+ * UseChangeLog: true || false,
338
+ * InclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
339
+ * ExclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
340
+ * FieldMappings: "<DataSourceToIndexFieldMappingList>",
341
+ * },
342
+ * FsxConfiguration: { // FsxConfiguration
343
+ * FileSystemId: "STRING_VALUE", // required
344
+ * FileSystemType: "WINDOWS", // required
345
+ * VpcConfiguration: {
346
+ * SubnetIds: [ // required
347
+ * "STRING_VALUE",
348
+ * ],
349
+ * SecurityGroupIds: [ // required
350
+ * "STRING_VALUE",
351
+ * ],
352
+ * },
353
+ * SecretArn: "STRING_VALUE",
354
+ * InclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
355
+ * ExclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
356
+ * FieldMappings: "<DataSourceToIndexFieldMappingList>",
357
+ * },
358
+ * SlackConfiguration: { // SlackConfiguration
359
+ * TeamId: "STRING_VALUE", // required
360
+ * SecretArn: "STRING_VALUE", // required
361
+ * VpcConfiguration: {
362
+ * SubnetIds: [ // required
363
+ * "STRING_VALUE",
364
+ * ],
365
+ * SecurityGroupIds: [ // required
366
+ * "STRING_VALUE",
367
+ * ],
368
+ * },
369
+ * SlackEntityList: [ // SlackEntityList // required
370
+ * "PUBLIC_CHANNEL" || "PRIVATE_CHANNEL" || "GROUP_MESSAGE" || "DIRECT_MESSAGE",
371
+ * ],
372
+ * UseChangeLog: true || false,
373
+ * CrawlBotMessage: true || false,
374
+ * ExcludeArchived: true || false,
375
+ * SinceCrawlDate: "STRING_VALUE", // required
376
+ * LookBackPeriod: Number("int"),
377
+ * PrivateChannelFilter: [ // PrivateChannelFilter
378
+ * "STRING_VALUE",
379
+ * ],
380
+ * PublicChannelFilter: [ // PublicChannelFilter
381
+ * "STRING_VALUE",
382
+ * ],
383
+ * InclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
384
+ * ExclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
385
+ * FieldMappings: "<DataSourceToIndexFieldMappingList>",
386
+ * },
387
+ * BoxConfiguration: { // BoxConfiguration
388
+ * EnterpriseId: "STRING_VALUE", // required
389
+ * SecretArn: "STRING_VALUE", // required
390
+ * UseChangeLog: true || false,
391
+ * CrawlComments: true || false,
392
+ * CrawlTasks: true || false,
393
+ * CrawlWebLinks: true || false,
394
+ * FileFieldMappings: "<DataSourceToIndexFieldMappingList>",
395
+ * TaskFieldMappings: "<DataSourceToIndexFieldMappingList>",
396
+ * CommentFieldMappings: "<DataSourceToIndexFieldMappingList>",
397
+ * WebLinkFieldMappings: "<DataSourceToIndexFieldMappingList>",
398
+ * InclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
399
+ * ExclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
400
+ * VpcConfiguration: "<DataSourceVpcConfiguration>",
401
+ * },
402
+ * QuipConfiguration: { // QuipConfiguration
403
+ * Domain: "STRING_VALUE", // required
404
+ * SecretArn: "STRING_VALUE", // required
405
+ * CrawlFileComments: true || false,
406
+ * CrawlChatRooms: true || false,
407
+ * CrawlAttachments: true || false,
408
+ * FolderIds: [ // FolderIdList
409
+ * "STRING_VALUE",
410
+ * ],
411
+ * ThreadFieldMappings: "<DataSourceToIndexFieldMappingList>",
412
+ * MessageFieldMappings: "<DataSourceToIndexFieldMappingList>",
413
+ * AttachmentFieldMappings: "<DataSourceToIndexFieldMappingList>",
414
+ * InclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
415
+ * ExclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
416
+ * VpcConfiguration: "<DataSourceVpcConfiguration>",
417
+ * },
418
+ * JiraConfiguration: { // JiraConfiguration
419
+ * JiraAccountUrl: "STRING_VALUE", // required
420
+ * SecretArn: "STRING_VALUE", // required
421
+ * UseChangeLog: true || false,
422
+ * Project: [ // Project
423
+ * "STRING_VALUE",
424
+ * ],
425
+ * IssueType: [ // IssueType
426
+ * "STRING_VALUE",
427
+ * ],
428
+ * Status: [ // JiraStatus
429
+ * "STRING_VALUE",
430
+ * ],
431
+ * IssueSubEntityFilter: [ // IssueSubEntityFilter
432
+ * "COMMENTS" || "ATTACHMENTS" || "WORKLOGS",
433
+ * ],
434
+ * AttachmentFieldMappings: "<DataSourceToIndexFieldMappingList>",
435
+ * CommentFieldMappings: "<DataSourceToIndexFieldMappingList>",
436
+ * IssueFieldMappings: "<DataSourceToIndexFieldMappingList>",
437
+ * ProjectFieldMappings: "<DataSourceToIndexFieldMappingList>",
438
+ * WorkLogFieldMappings: "<DataSourceToIndexFieldMappingList>",
439
+ * InclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
440
+ * ExclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
441
+ * VpcConfiguration: "<DataSourceVpcConfiguration>",
442
+ * },
443
+ * GitHubConfiguration: { // GitHubConfiguration
444
+ * SaaSConfiguration: { // SaaSConfiguration
445
+ * OrganizationName: "STRING_VALUE", // required
446
+ * HostUrl: "STRING_VALUE", // required
447
+ * },
448
+ * OnPremiseConfiguration: { // OnPremiseConfiguration
449
+ * HostUrl: "STRING_VALUE", // required
450
+ * OrganizationName: "STRING_VALUE", // required
451
+ * SslCertificateS3Path: {
452
+ * Bucket: "STRING_VALUE", // required
453
+ * Key: "STRING_VALUE", // required
454
+ * },
455
+ * },
456
+ * Type: "SAAS" || "ON_PREMISE",
457
+ * SecretArn: "STRING_VALUE", // required
458
+ * UseChangeLog: true || false,
459
+ * GitHubDocumentCrawlProperties: { // GitHubDocumentCrawlProperties
460
+ * CrawlRepositoryDocuments: true || false,
461
+ * CrawlIssue: true || false,
462
+ * CrawlIssueComment: true || false,
463
+ * CrawlIssueCommentAttachment: true || false,
464
+ * CrawlPullRequest: true || false,
465
+ * CrawlPullRequestComment: true || false,
466
+ * CrawlPullRequestCommentAttachment: true || false,
467
+ * },
468
+ * RepositoryFilter: [ // RepositoryNames
469
+ * "STRING_VALUE",
470
+ * ],
471
+ * InclusionFolderNamePatterns: [ // StringList
472
+ * "STRING_VALUE",
473
+ * ],
474
+ * InclusionFileTypePatterns: [
475
+ * "STRING_VALUE",
476
+ * ],
477
+ * InclusionFileNamePatterns: [
478
+ * "STRING_VALUE",
479
+ * ],
480
+ * ExclusionFolderNamePatterns: [
481
+ * "STRING_VALUE",
482
+ * ],
483
+ * ExclusionFileTypePatterns: [
484
+ * "STRING_VALUE",
485
+ * ],
486
+ * ExclusionFileNamePatterns: "<StringList>",
487
+ * VpcConfiguration: "<DataSourceVpcConfiguration>",
488
+ * GitHubRepositoryConfigurationFieldMappings: "<DataSourceToIndexFieldMappingList>",
489
+ * GitHubCommitConfigurationFieldMappings: "<DataSourceToIndexFieldMappingList>",
490
+ * GitHubIssueDocumentConfigurationFieldMappings: "<DataSourceToIndexFieldMappingList>",
491
+ * GitHubIssueCommentConfigurationFieldMappings: "<DataSourceToIndexFieldMappingList>",
492
+ * GitHubIssueAttachmentConfigurationFieldMappings: "<DataSourceToIndexFieldMappingList>",
493
+ * GitHubPullRequestCommentConfigurationFieldMappings: "<DataSourceToIndexFieldMappingList>",
494
+ * GitHubPullRequestDocumentConfigurationFieldMappings: "<DataSourceToIndexFieldMappingList>",
495
+ * GitHubPullRequestDocumentAttachmentConfigurationFieldMappings: "<DataSourceToIndexFieldMappingList>",
496
+ * },
497
+ * AlfrescoConfiguration: { // AlfrescoConfiguration
498
+ * SiteUrl: "STRING_VALUE", // required
499
+ * SiteId: "STRING_VALUE", // required
500
+ * SecretArn: "STRING_VALUE", // required
501
+ * SslCertificateS3Path: {
502
+ * Bucket: "STRING_VALUE", // required
503
+ * Key: "STRING_VALUE", // required
504
+ * },
505
+ * CrawlSystemFolders: true || false,
506
+ * CrawlComments: true || false,
507
+ * EntityFilter: [ // EntityFilter
508
+ * "wiki" || "blog" || "documentLibrary",
509
+ * ],
510
+ * DocumentLibraryFieldMappings: "<DataSourceToIndexFieldMappingList>",
511
+ * BlogFieldMappings: "<DataSourceToIndexFieldMappingList>",
512
+ * WikiFieldMappings: "<DataSourceToIndexFieldMappingList>",
513
+ * InclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
514
+ * ExclusionPatterns: "<DataSourceInclusionsExclusionsStrings>",
515
+ * VpcConfiguration: "<DataSourceVpcConfiguration>",
516
+ * },
517
+ * TemplateConfiguration: { // TemplateConfiguration
518
+ * Template: "DOCUMENT_VALUE",
519
+ * },
520
+ * },
521
+ * VpcConfiguration: "<DataSourceVpcConfiguration>",
522
+ * Description: "STRING_VALUE",
523
+ * Schedule: "STRING_VALUE",
524
+ * RoleArn: "STRING_VALUE",
525
+ * LanguageCode: "STRING_VALUE",
526
+ * CustomDocumentEnrichmentConfiguration: { // CustomDocumentEnrichmentConfiguration
527
+ * InlineConfigurations: [ // InlineCustomDocumentEnrichmentConfigurationList
528
+ * { // InlineCustomDocumentEnrichmentConfiguration
529
+ * Condition: { // DocumentAttributeCondition
530
+ * ConditionDocumentAttributeKey: "STRING_VALUE", // required
531
+ * Operator: "GreaterThan" || "GreaterThanOrEquals" || "LessThan" || "LessThanOrEquals" || "Equals" || "NotEquals" || "Contains" || "NotContains" || "Exists" || "NotExists" || "BeginsWith", // required
532
+ * ConditionOnValue: { // DocumentAttributeValue
533
+ * StringValue: "STRING_VALUE",
534
+ * StringListValue: [ // DocumentAttributeStringListValue
535
+ * "STRING_VALUE",
536
+ * ],
537
+ * LongValue: Number("long"),
538
+ * DateValue: new Date("TIMESTAMP"),
539
+ * },
540
+ * },
541
+ * Target: { // DocumentAttributeTarget
542
+ * TargetDocumentAttributeKey: "STRING_VALUE",
543
+ * TargetDocumentAttributeValueDeletion: true || false,
544
+ * TargetDocumentAttributeValue: {
545
+ * StringValue: "STRING_VALUE",
546
+ * StringListValue: [
547
+ * "STRING_VALUE",
548
+ * ],
549
+ * LongValue: Number("long"),
550
+ * DateValue: new Date("TIMESTAMP"),
551
+ * },
552
+ * },
553
+ * DocumentContentDeletion: true || false,
554
+ * },
555
+ * ],
556
+ * PreExtractionHookConfiguration: { // HookConfiguration
557
+ * InvocationCondition: {
558
+ * ConditionDocumentAttributeKey: "STRING_VALUE", // required
559
+ * Operator: "GreaterThan" || "GreaterThanOrEquals" || "LessThan" || "LessThanOrEquals" || "Equals" || "NotEquals" || "Contains" || "NotContains" || "Exists" || "NotExists" || "BeginsWith", // required
560
+ * ConditionOnValue: {
561
+ * StringValue: "STRING_VALUE",
562
+ * StringListValue: [
563
+ * "STRING_VALUE",
564
+ * ],
565
+ * LongValue: Number("long"),
566
+ * DateValue: new Date("TIMESTAMP"),
567
+ * },
568
+ * },
569
+ * LambdaArn: "STRING_VALUE", // required
570
+ * S3Bucket: "STRING_VALUE", // required
571
+ * },
572
+ * PostExtractionHookConfiguration: {
573
+ * InvocationCondition: {
574
+ * ConditionDocumentAttributeKey: "STRING_VALUE", // required
575
+ * Operator: "GreaterThan" || "GreaterThanOrEquals" || "LessThan" || "LessThanOrEquals" || "Equals" || "NotEquals" || "Contains" || "NotContains" || "Exists" || "NotExists" || "BeginsWith", // required
576
+ * ConditionOnValue: {
577
+ * StringValue: "STRING_VALUE",
578
+ * StringListValue: [
579
+ * "STRING_VALUE",
580
+ * ],
581
+ * LongValue: Number("long"),
582
+ * DateValue: new Date("TIMESTAMP"),
583
+ * },
584
+ * },
585
+ * LambdaArn: "STRING_VALUE", // required
586
+ * S3Bucket: "STRING_VALUE", // required
587
+ * },
588
+ * RoleArn: "STRING_VALUE",
589
+ * },
590
+ * };
29
591
  * const command = new UpdateDataSourceCommand(input);
30
592
  * const response = await client.send(command);
31
593
  * ```
@@ -28,6 +28,27 @@ export interface UpdateExperienceCommandOutput extends __MetadataBearer {
28
28
  * import { KendraClient, UpdateExperienceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
29
29
  * // const { KendraClient, UpdateExperienceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
30
30
  * const client = new KendraClient(config);
31
+ * const input = { // UpdateExperienceRequest
32
+ * Id: "STRING_VALUE", // required
33
+ * Name: "STRING_VALUE",
34
+ * IndexId: "STRING_VALUE", // required
35
+ * RoleArn: "STRING_VALUE",
36
+ * Configuration: { // ExperienceConfiguration
37
+ * ContentSourceConfiguration: { // ContentSourceConfiguration
38
+ * DataSourceIds: [ // DataSourceIdList
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * FaqIds: [ // FaqIdsList
42
+ * "STRING_VALUE",
43
+ * ],
44
+ * DirectPutContent: true || false,
45
+ * },
46
+ * UserIdentityConfiguration: { // UserIdentityConfiguration
47
+ * IdentityAttributeName: "STRING_VALUE",
48
+ * },
49
+ * },
50
+ * Description: "STRING_VALUE",
51
+ * };
31
52
  * const command = new UpdateExperienceCommand(input);
32
53
  * const response = await client.send(command);
33
54
  * ```
@@ -26,6 +26,58 @@ export interface UpdateIndexCommandOutput extends __MetadataBearer {
26
26
  * import { KendraClient, UpdateIndexCommand } from "@aws-sdk/client-kendra"; // ES Modules import
27
27
  * // const { KendraClient, UpdateIndexCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
28
28
  * const client = new KendraClient(config);
29
+ * const input = { // UpdateIndexRequest
30
+ * Id: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE",
32
+ * RoleArn: "STRING_VALUE",
33
+ * Description: "STRING_VALUE",
34
+ * DocumentMetadataConfigurationUpdates: [ // DocumentMetadataConfigurationList
35
+ * { // DocumentMetadataConfiguration
36
+ * Name: "STRING_VALUE", // required
37
+ * Type: "STRING_VALUE" || "STRING_LIST_VALUE" || "LONG_VALUE" || "DATE_VALUE", // required
38
+ * Relevance: { // Relevance
39
+ * Freshness: true || false,
40
+ * Importance: Number("int"),
41
+ * Duration: "STRING_VALUE",
42
+ * RankOrder: "ASCENDING" || "DESCENDING",
43
+ * ValueImportanceMap: { // ValueImportanceMap
44
+ * "<keys>": Number("int"),
45
+ * },
46
+ * },
47
+ * Search: { // Search
48
+ * Facetable: true || false,
49
+ * Searchable: true || false,
50
+ * Displayable: true || false,
51
+ * Sortable: true || false,
52
+ * },
53
+ * },
54
+ * ],
55
+ * CapacityUnits: { // CapacityUnitsConfiguration
56
+ * StorageCapacityUnits: Number("int"), // required
57
+ * QueryCapacityUnits: Number("int"), // required
58
+ * },
59
+ * UserTokenConfigurations: [ // UserTokenConfigurationList
60
+ * { // UserTokenConfiguration
61
+ * JwtTokenTypeConfiguration: { // JwtTokenTypeConfiguration
62
+ * KeyLocation: "URL" || "SECRET_MANAGER", // required
63
+ * URL: "STRING_VALUE",
64
+ * SecretManagerArn: "STRING_VALUE",
65
+ * UserNameAttributeField: "STRING_VALUE",
66
+ * GroupAttributeField: "STRING_VALUE",
67
+ * Issuer: "STRING_VALUE",
68
+ * ClaimRegex: "STRING_VALUE",
69
+ * },
70
+ * JsonTokenTypeConfiguration: { // JsonTokenTypeConfiguration
71
+ * UserNameAttributeField: "STRING_VALUE", // required
72
+ * GroupAttributeField: "STRING_VALUE", // required
73
+ * },
74
+ * },
75
+ * ],
76
+ * UserContextPolicy: "ATTRIBUTE_FILTER" || "USER_TOKEN",
77
+ * UserGroupResolutionConfiguration: { // UserGroupResolutionConfiguration
78
+ * UserGroupResolutionMode: "AWS_SSO" || "NONE", // required
79
+ * },
80
+ * };
29
81
  * const command = new UpdateIndexCommand(input);
30
82
  * const response = await client.send(command);
31
83
  * ```
@@ -36,6 +36,17 @@ export interface UpdateQuerySuggestionsBlockListCommandOutput extends __Metadata
36
36
  * import { KendraClient, UpdateQuerySuggestionsBlockListCommand } from "@aws-sdk/client-kendra"; // ES Modules import
37
37
  * // const { KendraClient, UpdateQuerySuggestionsBlockListCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
38
38
  * const client = new KendraClient(config);
39
+ * const input = { // UpdateQuerySuggestionsBlockListRequest
40
+ * IndexId: "STRING_VALUE", // required
41
+ * Id: "STRING_VALUE", // required
42
+ * Name: "STRING_VALUE",
43
+ * Description: "STRING_VALUE",
44
+ * SourceS3Path: { // S3Path
45
+ * Bucket: "STRING_VALUE", // required
46
+ * Key: "STRING_VALUE", // required
47
+ * },
48
+ * RoleArn: "STRING_VALUE",
49
+ * };
39
50
  * const command = new UpdateQuerySuggestionsBlockListCommand(input);
40
51
  * const response = await client.send(command);
41
52
  * ```