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