aws-sdk-kendra 1.46.0 → 1.49.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5205c10b90ac380415aca3028787ff2a5f0ea72d3dec839112932e72d091422
4
- data.tar.gz: fb44466f44a1b97775868263f6da2e881d1768b913e2ae57f5ae232ed6fd8d3e
3
+ metadata.gz: c668e6dc4052d81dfeb31eefcd987c963f389d6faa326440fd72edf340a03cf4
4
+ data.tar.gz: f49b58d04333eec724e8b93488ea4eb66888a083d256b8e614dcdefcfc6fd254
5
5
  SHA512:
6
- metadata.gz: cb856eb198deeff87c3d4ebbe6b600f5c3c212e6615063abc88414441d398bccc2780fd09a70fce8b747d6b05b92c24325ddd19eaca98672a936f945c83b97a9
7
- data.tar.gz: ef97604ca2ae0cca132b090121491d394c2e4036944e8abb59b172b617ad36db2a5a8a84e1951ef5ef447ebb42962018dd6f44e3e0af9cdfe36c4cb27ea0f570
6
+ metadata.gz: b8ce75268fd4a7ec172972cd47ba4220a4acb9d694ecc9310396f45c46fb4c9f5c61721a0123aded5872eca60ff82a7736b8ce8e0b0ee0dafab21eef08e04b6c
7
+ data.tar.gz: 8f26bd5777cc7f273a2903bea9f7b02e2c10562b4319a04578dea5f0783f42733272dfbdf218005ec1fa2c9f26a12f42ab40593db0cdbbeca037e0544bf331a1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2022-04-19)
5
+ ------------------
6
+
7
+ * Feature - Amazon Kendra now provides a data source connector for Quip. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-quip.html
8
+
9
+ 1.48.0 (2022-04-06)
10
+ ------------------
11
+
12
+ * Feature - Amazon Kendra now provides a data source connector for Box. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-box.html
13
+
14
+ 1.47.0 (2022-03-14)
15
+ ------------------
16
+
17
+ * Feature - Amazon Kendra now provides a data source connector for Slack. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-slack.html
18
+
4
19
  1.46.0 (2022-03-03)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.49.0
@@ -925,7 +925,7 @@ module Aws::Kendra
925
925
  # resp = client.create_data_source({
926
926
  # name: "DataSourceName", # required
927
927
  # index_id: "IndexId", # required
928
- # type: "S3", # required, accepts S3, SHAREPOINT, DATABASE, SALESFORCE, ONEDRIVE, SERVICENOW, CUSTOM, CONFLUENCE, GOOGLEDRIVE, WEBCRAWLER, WORKDOCS, FSX
928
+ # type: "S3", # required, accepts S3, SHAREPOINT, DATABASE, SALESFORCE, ONEDRIVE, SERVICENOW, CUSTOM, CONFLUENCE, GOOGLEDRIVE, WEBCRAWLER, WORKDOCS, FSX, SLACK, BOX, QUIP
929
929
  # configuration: {
930
930
  # s3_configuration: {
931
931
  # bucket_name: "S3BucketName", # required
@@ -1255,6 +1255,108 @@ module Aws::Kendra
1255
1255
  # },
1256
1256
  # ],
1257
1257
  # },
1258
+ # slack_configuration: {
1259
+ # team_id: "TeamId", # required
1260
+ # secret_arn: "SecretArn", # required
1261
+ # vpc_configuration: {
1262
+ # subnet_ids: ["SubnetId"], # required
1263
+ # security_group_ids: ["VpcSecurityGroupId"], # required
1264
+ # },
1265
+ # slack_entity_list: ["PUBLIC_CHANNEL"], # required, accepts PUBLIC_CHANNEL, PRIVATE_CHANNEL, GROUP_MESSAGE, DIRECT_MESSAGE
1266
+ # use_change_log: false,
1267
+ # crawl_bot_message: false,
1268
+ # exclude_archived: false,
1269
+ # since_crawl_date: "SinceCrawlDate", # required
1270
+ # look_back_period: 1,
1271
+ # private_channel_filter: ["String"],
1272
+ # public_channel_filter: ["String"],
1273
+ # inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
1274
+ # exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
1275
+ # field_mappings: [
1276
+ # {
1277
+ # data_source_field_name: "DataSourceFieldName", # required
1278
+ # date_field_format: "DataSourceDateFieldFormat",
1279
+ # index_field_name: "IndexFieldName", # required
1280
+ # },
1281
+ # ],
1282
+ # },
1283
+ # box_configuration: {
1284
+ # enterprise_id: "EnterpriseId", # required
1285
+ # secret_arn: "SecretArn", # required
1286
+ # use_change_log: false,
1287
+ # crawl_comments: false,
1288
+ # crawl_tasks: false,
1289
+ # crawl_web_links: false,
1290
+ # file_field_mappings: [
1291
+ # {
1292
+ # data_source_field_name: "DataSourceFieldName", # required
1293
+ # date_field_format: "DataSourceDateFieldFormat",
1294
+ # index_field_name: "IndexFieldName", # required
1295
+ # },
1296
+ # ],
1297
+ # task_field_mappings: [
1298
+ # {
1299
+ # data_source_field_name: "DataSourceFieldName", # required
1300
+ # date_field_format: "DataSourceDateFieldFormat",
1301
+ # index_field_name: "IndexFieldName", # required
1302
+ # },
1303
+ # ],
1304
+ # comment_field_mappings: [
1305
+ # {
1306
+ # data_source_field_name: "DataSourceFieldName", # required
1307
+ # date_field_format: "DataSourceDateFieldFormat",
1308
+ # index_field_name: "IndexFieldName", # required
1309
+ # },
1310
+ # ],
1311
+ # web_link_field_mappings: [
1312
+ # {
1313
+ # data_source_field_name: "DataSourceFieldName", # required
1314
+ # date_field_format: "DataSourceDateFieldFormat",
1315
+ # index_field_name: "IndexFieldName", # required
1316
+ # },
1317
+ # ],
1318
+ # inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
1319
+ # exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
1320
+ # vpc_configuration: {
1321
+ # subnet_ids: ["SubnetId"], # required
1322
+ # security_group_ids: ["VpcSecurityGroupId"], # required
1323
+ # },
1324
+ # },
1325
+ # quip_configuration: {
1326
+ # domain: "Domain", # required
1327
+ # secret_arn: "SecretArn", # required
1328
+ # crawl_file_comments: false,
1329
+ # crawl_chat_rooms: false,
1330
+ # crawl_attachments: false,
1331
+ # folder_ids: ["FolderId"],
1332
+ # thread_field_mappings: [
1333
+ # {
1334
+ # data_source_field_name: "DataSourceFieldName", # required
1335
+ # date_field_format: "DataSourceDateFieldFormat",
1336
+ # index_field_name: "IndexFieldName", # required
1337
+ # },
1338
+ # ],
1339
+ # message_field_mappings: [
1340
+ # {
1341
+ # data_source_field_name: "DataSourceFieldName", # required
1342
+ # date_field_format: "DataSourceDateFieldFormat",
1343
+ # index_field_name: "IndexFieldName", # required
1344
+ # },
1345
+ # ],
1346
+ # attachment_field_mappings: [
1347
+ # {
1348
+ # data_source_field_name: "DataSourceFieldName", # required
1349
+ # date_field_format: "DataSourceDateFieldFormat",
1350
+ # index_field_name: "IndexFieldName", # required
1351
+ # },
1352
+ # ],
1353
+ # inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
1354
+ # exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
1355
+ # vpc_configuration: {
1356
+ # subnet_ids: ["SubnetId"], # required
1357
+ # security_group_ids: ["VpcSecurityGroupId"], # required
1358
+ # },
1359
+ # },
1258
1360
  # },
1259
1361
  # description: "Description",
1260
1362
  # schedule: "ScanSchedule",
@@ -1548,14 +1650,14 @@ module Aws::Kendra
1548
1650
  # [1]: https://docs.aws.amazon.com/kendra/latest/dg/quotas.html
1549
1651
  #
1550
1652
  # @option params [required, String] :role_arn
1551
- # An Identity and Access Management(IAM) role that gives Amazon Kendra
1653
+ # An Identity and Access Management (IAM) role that gives Amazon Kendra
1552
1654
  # permissions to access your Amazon CloudWatch logs and metrics. This is
1553
- # also the role used when you use the `BatchPutDocument` API to index
1554
- # documents from an Amazon S3 bucket.
1655
+ # also the role you use when you call the `BatchPutDocument` API to
1656
+ # index documents from an Amazon S3 bucket.
1555
1657
  #
1556
1658
  # @option params [Types::ServerSideEncryptionConfiguration] :server_side_encryption_configuration
1557
- # The identifier of the KMScustomer managed key (CMK) to use to encrypt
1558
- # data indexed by Amazon Kendra. Amazon Kendra doesn't support
1659
+ # The identifier of the KMS customer managed key (CMK) that's used to
1660
+ # encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support
1559
1661
  # asymmetric CMKs.
1560
1662
  #
1561
1663
  # @option params [String] :description
@@ -2122,7 +2224,7 @@ module Aws::Kendra
2122
2224
  # resp.id #=> String
2123
2225
  # resp.index_id #=> String
2124
2226
  # resp.name #=> String
2125
- # resp.type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX"
2227
+ # resp.type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX", "QUIP"
2126
2228
  # resp.configuration.s3_configuration.bucket_name #=> String
2127
2229
  # resp.configuration.s3_configuration.inclusion_prefixes #=> Array
2128
2230
  # resp.configuration.s3_configuration.inclusion_prefixes[0] #=> String
@@ -2356,6 +2458,88 @@ module Aws::Kendra
2356
2458
  # resp.configuration.fsx_configuration.field_mappings[0].data_source_field_name #=> String
2357
2459
  # resp.configuration.fsx_configuration.field_mappings[0].date_field_format #=> String
2358
2460
  # resp.configuration.fsx_configuration.field_mappings[0].index_field_name #=> String
2461
+ # resp.configuration.slack_configuration.team_id #=> String
2462
+ # resp.configuration.slack_configuration.secret_arn #=> String
2463
+ # resp.configuration.slack_configuration.vpc_configuration.subnet_ids #=> Array
2464
+ # resp.configuration.slack_configuration.vpc_configuration.subnet_ids[0] #=> String
2465
+ # resp.configuration.slack_configuration.vpc_configuration.security_group_ids #=> Array
2466
+ # resp.configuration.slack_configuration.vpc_configuration.security_group_ids[0] #=> String
2467
+ # resp.configuration.slack_configuration.slack_entity_list #=> Array
2468
+ # resp.configuration.slack_configuration.slack_entity_list[0] #=> String, one of "PUBLIC_CHANNEL", "PRIVATE_CHANNEL", "GROUP_MESSAGE", "DIRECT_MESSAGE"
2469
+ # resp.configuration.slack_configuration.use_change_log #=> Boolean
2470
+ # resp.configuration.slack_configuration.crawl_bot_message #=> Boolean
2471
+ # resp.configuration.slack_configuration.exclude_archived #=> Boolean
2472
+ # resp.configuration.slack_configuration.since_crawl_date #=> String
2473
+ # resp.configuration.slack_configuration.look_back_period #=> Integer
2474
+ # resp.configuration.slack_configuration.private_channel_filter #=> Array
2475
+ # resp.configuration.slack_configuration.private_channel_filter[0] #=> String
2476
+ # resp.configuration.slack_configuration.public_channel_filter #=> Array
2477
+ # resp.configuration.slack_configuration.public_channel_filter[0] #=> String
2478
+ # resp.configuration.slack_configuration.inclusion_patterns #=> Array
2479
+ # resp.configuration.slack_configuration.inclusion_patterns[0] #=> String
2480
+ # resp.configuration.slack_configuration.exclusion_patterns #=> Array
2481
+ # resp.configuration.slack_configuration.exclusion_patterns[0] #=> String
2482
+ # resp.configuration.slack_configuration.field_mappings #=> Array
2483
+ # resp.configuration.slack_configuration.field_mappings[0].data_source_field_name #=> String
2484
+ # resp.configuration.slack_configuration.field_mappings[0].date_field_format #=> String
2485
+ # resp.configuration.slack_configuration.field_mappings[0].index_field_name #=> String
2486
+ # resp.configuration.box_configuration.enterprise_id #=> String
2487
+ # resp.configuration.box_configuration.secret_arn #=> String
2488
+ # resp.configuration.box_configuration.use_change_log #=> Boolean
2489
+ # resp.configuration.box_configuration.crawl_comments #=> Boolean
2490
+ # resp.configuration.box_configuration.crawl_tasks #=> Boolean
2491
+ # resp.configuration.box_configuration.crawl_web_links #=> Boolean
2492
+ # resp.configuration.box_configuration.file_field_mappings #=> Array
2493
+ # resp.configuration.box_configuration.file_field_mappings[0].data_source_field_name #=> String
2494
+ # resp.configuration.box_configuration.file_field_mappings[0].date_field_format #=> String
2495
+ # resp.configuration.box_configuration.file_field_mappings[0].index_field_name #=> String
2496
+ # resp.configuration.box_configuration.task_field_mappings #=> Array
2497
+ # resp.configuration.box_configuration.task_field_mappings[0].data_source_field_name #=> String
2498
+ # resp.configuration.box_configuration.task_field_mappings[0].date_field_format #=> String
2499
+ # resp.configuration.box_configuration.task_field_mappings[0].index_field_name #=> String
2500
+ # resp.configuration.box_configuration.comment_field_mappings #=> Array
2501
+ # resp.configuration.box_configuration.comment_field_mappings[0].data_source_field_name #=> String
2502
+ # resp.configuration.box_configuration.comment_field_mappings[0].date_field_format #=> String
2503
+ # resp.configuration.box_configuration.comment_field_mappings[0].index_field_name #=> String
2504
+ # resp.configuration.box_configuration.web_link_field_mappings #=> Array
2505
+ # resp.configuration.box_configuration.web_link_field_mappings[0].data_source_field_name #=> String
2506
+ # resp.configuration.box_configuration.web_link_field_mappings[0].date_field_format #=> String
2507
+ # resp.configuration.box_configuration.web_link_field_mappings[0].index_field_name #=> String
2508
+ # resp.configuration.box_configuration.inclusion_patterns #=> Array
2509
+ # resp.configuration.box_configuration.inclusion_patterns[0] #=> String
2510
+ # resp.configuration.box_configuration.exclusion_patterns #=> Array
2511
+ # resp.configuration.box_configuration.exclusion_patterns[0] #=> String
2512
+ # resp.configuration.box_configuration.vpc_configuration.subnet_ids #=> Array
2513
+ # resp.configuration.box_configuration.vpc_configuration.subnet_ids[0] #=> String
2514
+ # resp.configuration.box_configuration.vpc_configuration.security_group_ids #=> Array
2515
+ # resp.configuration.box_configuration.vpc_configuration.security_group_ids[0] #=> String
2516
+ # resp.configuration.quip_configuration.domain #=> String
2517
+ # resp.configuration.quip_configuration.secret_arn #=> String
2518
+ # resp.configuration.quip_configuration.crawl_file_comments #=> Boolean
2519
+ # resp.configuration.quip_configuration.crawl_chat_rooms #=> Boolean
2520
+ # resp.configuration.quip_configuration.crawl_attachments #=> Boolean
2521
+ # resp.configuration.quip_configuration.folder_ids #=> Array
2522
+ # resp.configuration.quip_configuration.folder_ids[0] #=> String
2523
+ # resp.configuration.quip_configuration.thread_field_mappings #=> Array
2524
+ # resp.configuration.quip_configuration.thread_field_mappings[0].data_source_field_name #=> String
2525
+ # resp.configuration.quip_configuration.thread_field_mappings[0].date_field_format #=> String
2526
+ # resp.configuration.quip_configuration.thread_field_mappings[0].index_field_name #=> String
2527
+ # resp.configuration.quip_configuration.message_field_mappings #=> Array
2528
+ # resp.configuration.quip_configuration.message_field_mappings[0].data_source_field_name #=> String
2529
+ # resp.configuration.quip_configuration.message_field_mappings[0].date_field_format #=> String
2530
+ # resp.configuration.quip_configuration.message_field_mappings[0].index_field_name #=> String
2531
+ # resp.configuration.quip_configuration.attachment_field_mappings #=> Array
2532
+ # resp.configuration.quip_configuration.attachment_field_mappings[0].data_source_field_name #=> String
2533
+ # resp.configuration.quip_configuration.attachment_field_mappings[0].date_field_format #=> String
2534
+ # resp.configuration.quip_configuration.attachment_field_mappings[0].index_field_name #=> String
2535
+ # resp.configuration.quip_configuration.inclusion_patterns #=> Array
2536
+ # resp.configuration.quip_configuration.inclusion_patterns[0] #=> String
2537
+ # resp.configuration.quip_configuration.exclusion_patterns #=> Array
2538
+ # resp.configuration.quip_configuration.exclusion_patterns[0] #=> String
2539
+ # resp.configuration.quip_configuration.vpc_configuration.subnet_ids #=> Array
2540
+ # resp.configuration.quip_configuration.vpc_configuration.subnet_ids[0] #=> String
2541
+ # resp.configuration.quip_configuration.vpc_configuration.security_group_ids #=> Array
2542
+ # resp.configuration.quip_configuration.vpc_configuration.security_group_ids[0] #=> String
2359
2543
  # resp.created_at #=> Time
2360
2544
  # resp.updated_at #=> Time
2361
2545
  # resp.description #=> String
@@ -2531,10 +2715,10 @@ module Aws::Kendra
2531
2715
  req.send_request(options)
2532
2716
  end
2533
2717
 
2534
- # Describes an existing Amazon Kendra index
2718
+ # Describes an existing Amazon Kendra index.
2535
2719
  #
2536
2720
  # @option params [required, String] :id
2537
- # The name of the index to describe.
2721
+ # The identifier of the index to describe.
2538
2722
  #
2539
2723
  # @return [Types::DescribeIndexResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2540
2724
  #
@@ -3190,7 +3374,7 @@ module Aws::Kendra
3190
3374
  # resp.summary_items #=> Array
3191
3375
  # resp.summary_items[0].name #=> String
3192
3376
  # resp.summary_items[0].id #=> String
3193
- # resp.summary_items[0].type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX"
3377
+ # resp.summary_items[0].type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX", "QUIP"
3194
3378
  # resp.summary_items[0].created_at #=> Time
3195
3379
  # resp.summary_items[0].updated_at #=> Time
3196
3380
  # resp.summary_items[0].status #=> String, one of "CREATING", "DELETING", "FAILED", "UPDATING", "ACTIVE"
@@ -3482,7 +3666,7 @@ module Aws::Kendra
3482
3666
  req.send_request(options)
3483
3667
  end
3484
3668
 
3485
- # Lists the Amazon Kendra indexes that you have created.
3669
+ # Lists the Amazon Kendra indexes that you created.
3486
3670
  #
3487
3671
  # @option params [String] :next_token
3488
3672
  # If the previous response was incomplete (because there is more data to
@@ -4663,6 +4847,108 @@ module Aws::Kendra
4663
4847
  # },
4664
4848
  # ],
4665
4849
  # },
4850
+ # slack_configuration: {
4851
+ # team_id: "TeamId", # required
4852
+ # secret_arn: "SecretArn", # required
4853
+ # vpc_configuration: {
4854
+ # subnet_ids: ["SubnetId"], # required
4855
+ # security_group_ids: ["VpcSecurityGroupId"], # required
4856
+ # },
4857
+ # slack_entity_list: ["PUBLIC_CHANNEL"], # required, accepts PUBLIC_CHANNEL, PRIVATE_CHANNEL, GROUP_MESSAGE, DIRECT_MESSAGE
4858
+ # use_change_log: false,
4859
+ # crawl_bot_message: false,
4860
+ # exclude_archived: false,
4861
+ # since_crawl_date: "SinceCrawlDate", # required
4862
+ # look_back_period: 1,
4863
+ # private_channel_filter: ["String"],
4864
+ # public_channel_filter: ["String"],
4865
+ # inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
4866
+ # exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
4867
+ # field_mappings: [
4868
+ # {
4869
+ # data_source_field_name: "DataSourceFieldName", # required
4870
+ # date_field_format: "DataSourceDateFieldFormat",
4871
+ # index_field_name: "IndexFieldName", # required
4872
+ # },
4873
+ # ],
4874
+ # },
4875
+ # box_configuration: {
4876
+ # enterprise_id: "EnterpriseId", # required
4877
+ # secret_arn: "SecretArn", # required
4878
+ # use_change_log: false,
4879
+ # crawl_comments: false,
4880
+ # crawl_tasks: false,
4881
+ # crawl_web_links: false,
4882
+ # file_field_mappings: [
4883
+ # {
4884
+ # data_source_field_name: "DataSourceFieldName", # required
4885
+ # date_field_format: "DataSourceDateFieldFormat",
4886
+ # index_field_name: "IndexFieldName", # required
4887
+ # },
4888
+ # ],
4889
+ # task_field_mappings: [
4890
+ # {
4891
+ # data_source_field_name: "DataSourceFieldName", # required
4892
+ # date_field_format: "DataSourceDateFieldFormat",
4893
+ # index_field_name: "IndexFieldName", # required
4894
+ # },
4895
+ # ],
4896
+ # comment_field_mappings: [
4897
+ # {
4898
+ # data_source_field_name: "DataSourceFieldName", # required
4899
+ # date_field_format: "DataSourceDateFieldFormat",
4900
+ # index_field_name: "IndexFieldName", # required
4901
+ # },
4902
+ # ],
4903
+ # web_link_field_mappings: [
4904
+ # {
4905
+ # data_source_field_name: "DataSourceFieldName", # required
4906
+ # date_field_format: "DataSourceDateFieldFormat",
4907
+ # index_field_name: "IndexFieldName", # required
4908
+ # },
4909
+ # ],
4910
+ # inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
4911
+ # exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
4912
+ # vpc_configuration: {
4913
+ # subnet_ids: ["SubnetId"], # required
4914
+ # security_group_ids: ["VpcSecurityGroupId"], # required
4915
+ # },
4916
+ # },
4917
+ # quip_configuration: {
4918
+ # domain: "Domain", # required
4919
+ # secret_arn: "SecretArn", # required
4920
+ # crawl_file_comments: false,
4921
+ # crawl_chat_rooms: false,
4922
+ # crawl_attachments: false,
4923
+ # folder_ids: ["FolderId"],
4924
+ # thread_field_mappings: [
4925
+ # {
4926
+ # data_source_field_name: "DataSourceFieldName", # required
4927
+ # date_field_format: "DataSourceDateFieldFormat",
4928
+ # index_field_name: "IndexFieldName", # required
4929
+ # },
4930
+ # ],
4931
+ # message_field_mappings: [
4932
+ # {
4933
+ # data_source_field_name: "DataSourceFieldName", # required
4934
+ # date_field_format: "DataSourceDateFieldFormat",
4935
+ # index_field_name: "IndexFieldName", # required
4936
+ # },
4937
+ # ],
4938
+ # attachment_field_mappings: [
4939
+ # {
4940
+ # data_source_field_name: "DataSourceFieldName", # required
4941
+ # date_field_format: "DataSourceDateFieldFormat",
4942
+ # index_field_name: "IndexFieldName", # required
4943
+ # },
4944
+ # ],
4945
+ # inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
4946
+ # exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
4947
+ # vpc_configuration: {
4948
+ # subnet_ids: ["SubnetId"], # required
4949
+ # security_group_ids: ["VpcSecurityGroupId"], # required
4950
+ # },
4951
+ # },
4666
4952
  # },
4667
4953
  # description: "Description",
4668
4954
  # schedule: "ScanSchedule",
@@ -4819,12 +5105,13 @@ module Aws::Kendra
4819
5105
  # The document metadata you want to update.
4820
5106
  #
4821
5107
  # @option params [Types::CapacityUnitsConfiguration] :capacity_units
4822
- # Sets the number of additional storage and query capacity units that
4823
- # should be used by the index. You can change the capacity of the index
4824
- # up to 5 times per day.
5108
+ # Sets the number of additional document storage and query capacity
5109
+ # units that should be used by the index. You can change the capacity of
5110
+ # the index up to 5 times per day, or make 5 API calls.
4825
5111
  #
4826
5112
  # If you are using extra storage units, you can't reduce the storage
4827
- # capacity below that required to meet the storage needs for your index.
5113
+ # capacity below what is required to meet the storage needs for your
5114
+ # index.
4828
5115
  #
4829
5116
  # @option params [Array<Types::UserTokenConfiguration>] :user_token_configurations
4830
5117
  # The user token configuration.
@@ -5132,7 +5419,7 @@ module Aws::Kendra
5132
5419
  params: params,
5133
5420
  config: config)
5134
5421
  context[:gem_name] = 'aws-sdk-kendra'
5135
- context[:gem_version] = '1.46.0'
5422
+ context[:gem_version] = '1.49.0'
5136
5423
  Seahorse::Client::Request.new(handlers, context)
5137
5424
  end
5138
5425
 
@@ -46,6 +46,7 @@ module Aws::Kendra
46
46
  BatchPutDocumentResponseFailedDocuments = Shapes::ListShape.new(name: 'BatchPutDocumentResponseFailedDocuments')
47
47
  Blob = Shapes::BlobShape.new(name: 'Blob')
48
48
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
49
+ BoxConfiguration = Shapes::StructureShape.new(name: 'BoxConfiguration')
49
50
  CapacityUnitsConfiguration = Shapes::StructureShape.new(name: 'CapacityUnitsConfiguration')
50
51
  ChangeDetectingColumns = Shapes::ListShape.new(name: 'ChangeDetectingColumns')
51
52
  ClaimRegex = Shapes::StringShape.new(name: 'ClaimRegex')
@@ -181,9 +182,11 @@ module Aws::Kendra
181
182
  DocumentStatus = Shapes::StringShape.new(name: 'DocumentStatus')
182
183
  DocumentStatusList = Shapes::ListShape.new(name: 'DocumentStatusList')
183
184
  DocumentsMetadataConfiguration = Shapes::StructureShape.new(name: 'DocumentsMetadataConfiguration')
185
+ Domain = Shapes::StringShape.new(name: 'Domain')
184
186
  Duration = Shapes::StringShape.new(name: 'Duration')
185
187
  Endpoint = Shapes::StringShape.new(name: 'Endpoint')
186
188
  EndpointType = Shapes::StringShape.new(name: 'EndpointType')
189
+ EnterpriseId = Shapes::StringShape.new(name: 'EnterpriseId')
187
190
  EntityConfiguration = Shapes::StructureShape.new(name: 'EntityConfiguration')
188
191
  EntityDisplayData = Shapes::StructureShape.new(name: 'EntityDisplayData')
189
192
  EntityId = Shapes::StringShape.new(name: 'EntityId')
@@ -223,6 +226,8 @@ module Aws::Kendra
223
226
  FaqSummaryItems = Shapes::ListShape.new(name: 'FaqSummaryItems')
224
227
  FeedbackToken = Shapes::StringShape.new(name: 'FeedbackToken')
225
228
  FileSystemId = Shapes::StringShape.new(name: 'FileSystemId')
229
+ FolderId = Shapes::StringShape.new(name: 'FolderId')
230
+ FolderIdList = Shapes::ListShape.new(name: 'FolderIdList')
226
231
  FsxConfiguration = Shapes::StructureShape.new(name: 'FsxConfiguration')
227
232
  FsxFileSystemType = Shapes::StringShape.new(name: 'FsxFileSystemType')
228
233
  GetQuerySuggestionsRequest = Shapes::StructureShape.new(name: 'GetQuerySuggestionsRequest')
@@ -294,6 +299,7 @@ module Aws::Kendra
294
299
  ListThesauriRequest = Shapes::StructureShape.new(name: 'ListThesauriRequest')
295
300
  ListThesauriResponse = Shapes::StructureShape.new(name: 'ListThesauriResponse')
296
301
  Long = Shapes::IntegerShape.new(name: 'Long')
302
+ LookBackPeriod = Shapes::IntegerShape.new(name: 'LookBackPeriod')
297
303
  MaxContentSizePerPageInMegaBytes = Shapes::FloatShape.new(name: 'MaxContentSizePerPageInMegaBytes')
298
304
  MaxLinksPerPage = Shapes::IntegerShape.new(name: 'MaxLinksPerPage')
299
305
  MaxResultsIntegerForListDataSourceSyncJobsRequest = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListDataSourceSyncJobsRequest')
@@ -335,7 +341,9 @@ module Aws::Kendra
335
341
  PrincipalName = Shapes::StringShape.new(name: 'PrincipalName')
336
342
  PrincipalOrderingId = Shapes::IntegerShape.new(name: 'PrincipalOrderingId')
337
343
  PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
344
+ PrivateChannelFilter = Shapes::ListShape.new(name: 'PrivateChannelFilter')
338
345
  ProxyConfiguration = Shapes::StructureShape.new(name: 'ProxyConfiguration')
346
+ PublicChannelFilter = Shapes::ListShape.new(name: 'PublicChannelFilter')
339
347
  PutPrincipalMappingRequest = Shapes::StructureShape.new(name: 'PutPrincipalMappingRequest')
340
348
  QueryCapacityUnit = Shapes::IntegerShape.new(name: 'QueryCapacityUnit')
341
349
  QueryId = Shapes::StringShape.new(name: 'QueryId')
@@ -353,6 +361,7 @@ module Aws::Kendra
353
361
  QuerySuggestionsId = Shapes::StringShape.new(name: 'QuerySuggestionsId')
354
362
  QuerySuggestionsStatus = Shapes::StringShape.new(name: 'QuerySuggestionsStatus')
355
363
  QueryText = Shapes::StringShape.new(name: 'QueryText')
364
+ QuipConfiguration = Shapes::StructureShape.new(name: 'QuipConfiguration')
356
365
  ReadAccessType = Shapes::StringShape.new(name: 'ReadAccessType')
357
366
  Relevance = Shapes::StructureShape.new(name: 'Relevance')
358
367
  RelevanceFeedback = Shapes::StructureShape.new(name: 'RelevanceFeedback')
@@ -405,9 +414,13 @@ module Aws::Kendra
405
414
  SharePointUrlList = Shapes::ListShape.new(name: 'SharePointUrlList')
406
415
  SharePointVersion = Shapes::StringShape.new(name: 'SharePointVersion')
407
416
  SharedDriveId = Shapes::StringShape.new(name: 'SharedDriveId')
417
+ SinceCrawlDate = Shapes::StringShape.new(name: 'SinceCrawlDate')
408
418
  SiteMap = Shapes::StringShape.new(name: 'SiteMap')
409
419
  SiteMapsConfiguration = Shapes::StructureShape.new(name: 'SiteMapsConfiguration')
410
420
  SiteMapsList = Shapes::ListShape.new(name: 'SiteMapsList')
421
+ SlackConfiguration = Shapes::StructureShape.new(name: 'SlackConfiguration')
422
+ SlackEntity = Shapes::StringShape.new(name: 'SlackEntity')
423
+ SlackEntityList = Shapes::ListShape.new(name: 'SlackEntityList')
411
424
  SnapshotsDataHeaderFields = Shapes::ListShape.new(name: 'SnapshotsDataHeaderFields')
412
425
  SnapshotsDataRecord = Shapes::ListShape.new(name: 'SnapshotsDataRecord')
413
426
  SnapshotsDataRecords = Shapes::ListShape.new(name: 'SnapshotsDataRecords')
@@ -442,6 +455,7 @@ module Aws::Kendra
442
455
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
443
456
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
444
457
  TagValue = Shapes::StringShape.new(name: 'TagValue')
458
+ TeamId = Shapes::StringShape.new(name: 'TeamId')
445
459
  TenantDomain = Shapes::StringShape.new(name: 'TenantDomain')
446
460
  TextDocumentStatistics = Shapes::StructureShape.new(name: 'TextDocumentStatistics')
447
461
  TextWithHighlights = Shapes::StructureShape.new(name: 'TextWithHighlights')
@@ -597,6 +611,21 @@ module Aws::Kendra
597
611
 
598
612
  BatchPutDocumentResponseFailedDocuments.member = Shapes::ShapeRef.new(shape: BatchPutDocumentResponseFailedDocument)
599
613
 
614
+ BoxConfiguration.add_member(:enterprise_id, Shapes::ShapeRef.new(shape: EnterpriseId, required: true, location_name: "EnterpriseId"))
615
+ BoxConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "SecretArn"))
616
+ BoxConfiguration.add_member(:use_change_log, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseChangeLog"))
617
+ BoxConfiguration.add_member(:crawl_comments, Shapes::ShapeRef.new(shape: Boolean, location_name: "CrawlComments"))
618
+ BoxConfiguration.add_member(:crawl_tasks, Shapes::ShapeRef.new(shape: Boolean, location_name: "CrawlTasks"))
619
+ BoxConfiguration.add_member(:crawl_web_links, Shapes::ShapeRef.new(shape: Boolean, location_name: "CrawlWebLinks"))
620
+ BoxConfiguration.add_member(:file_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "FileFieldMappings"))
621
+ BoxConfiguration.add_member(:task_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "TaskFieldMappings"))
622
+ BoxConfiguration.add_member(:comment_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "CommentFieldMappings"))
623
+ BoxConfiguration.add_member(:web_link_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "WebLinkFieldMappings"))
624
+ BoxConfiguration.add_member(:inclusion_patterns, Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStrings, location_name: "InclusionPatterns"))
625
+ BoxConfiguration.add_member(:exclusion_patterns, Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStrings, location_name: "ExclusionPatterns"))
626
+ BoxConfiguration.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: DataSourceVpcConfiguration, location_name: "VpcConfiguration"))
627
+ BoxConfiguration.struct_class = Types::BoxConfiguration
628
+
600
629
  CapacityUnitsConfiguration.add_member(:storage_capacity_units, Shapes::ShapeRef.new(shape: StorageCapacityUnit, required: true, location_name: "StorageCapacityUnits"))
601
630
  CapacityUnitsConfiguration.add_member(:query_capacity_units, Shapes::ShapeRef.new(shape: QueryCapacityUnit, required: true, location_name: "QueryCapacityUnits"))
602
631
  CapacityUnitsConfiguration.struct_class = Types::CapacityUnitsConfiguration
@@ -798,6 +827,9 @@ module Aws::Kendra
798
827
  DataSourceConfiguration.add_member(:web_crawler_configuration, Shapes::ShapeRef.new(shape: WebCrawlerConfiguration, location_name: "WebCrawlerConfiguration"))
799
828
  DataSourceConfiguration.add_member(:work_docs_configuration, Shapes::ShapeRef.new(shape: WorkDocsConfiguration, location_name: "WorkDocsConfiguration"))
800
829
  DataSourceConfiguration.add_member(:fsx_configuration, Shapes::ShapeRef.new(shape: FsxConfiguration, location_name: "FsxConfiguration"))
830
+ DataSourceConfiguration.add_member(:slack_configuration, Shapes::ShapeRef.new(shape: SlackConfiguration, location_name: "SlackConfiguration"))
831
+ DataSourceConfiguration.add_member(:box_configuration, Shapes::ShapeRef.new(shape: BoxConfiguration, location_name: "BoxConfiguration"))
832
+ DataSourceConfiguration.add_member(:quip_configuration, Shapes::ShapeRef.new(shape: QuipConfiguration, location_name: "QuipConfiguration"))
801
833
  DataSourceConfiguration.struct_class = Types::DataSourceConfiguration
802
834
 
803
835
  DataSourceGroup.add_member(:group_id, Shapes::ShapeRef.new(shape: PrincipalName, required: true, location_name: "GroupId"))
@@ -1206,6 +1238,8 @@ module Aws::Kendra
1206
1238
 
1207
1239
  FaqSummaryItems.member = Shapes::ShapeRef.new(shape: FaqSummary)
1208
1240
 
1241
+ FolderIdList.member = Shapes::ShapeRef.new(shape: FolderId)
1242
+
1209
1243
  FsxConfiguration.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
1210
1244
  FsxConfiguration.add_member(:file_system_type, Shapes::ShapeRef.new(shape: FsxFileSystemType, required: true, location_name: "FileSystemType"))
1211
1245
  FsxConfiguration.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: DataSourceVpcConfiguration, required: true, location_name: "VpcConfiguration"))
@@ -1469,11 +1503,15 @@ module Aws::Kendra
1469
1503
 
1470
1504
  PrincipalList.member = Shapes::ShapeRef.new(shape: Principal)
1471
1505
 
1506
+ PrivateChannelFilter.member = Shapes::ShapeRef.new(shape: String)
1507
+
1472
1508
  ProxyConfiguration.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
1473
1509
  ProxyConfiguration.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
1474
1510
  ProxyConfiguration.add_member(:credentials, Shapes::ShapeRef.new(shape: SecretArn, location_name: "Credentials"))
1475
1511
  ProxyConfiguration.struct_class = Types::ProxyConfiguration
1476
1512
 
1513
+ PublicChannelFilter.member = Shapes::ShapeRef.new(shape: String)
1514
+
1477
1515
  PutPrincipalMappingRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
1478
1516
  PutPrincipalMappingRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, location_name: "DataSourceId"))
1479
1517
  PutPrincipalMappingRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: GroupId, required: true, location_name: "GroupId"))
@@ -1529,6 +1567,20 @@ module Aws::Kendra
1529
1567
 
1530
1568
  QuerySuggestionsBlockListSummaryItems.member = Shapes::ShapeRef.new(shape: QuerySuggestionsBlockListSummary)
1531
1569
 
1570
+ QuipConfiguration.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
1571
+ QuipConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "SecretArn"))
1572
+ QuipConfiguration.add_member(:crawl_file_comments, Shapes::ShapeRef.new(shape: Boolean, location_name: "CrawlFileComments"))
1573
+ QuipConfiguration.add_member(:crawl_chat_rooms, Shapes::ShapeRef.new(shape: Boolean, location_name: "CrawlChatRooms"))
1574
+ QuipConfiguration.add_member(:crawl_attachments, Shapes::ShapeRef.new(shape: Boolean, location_name: "CrawlAttachments"))
1575
+ QuipConfiguration.add_member(:folder_ids, Shapes::ShapeRef.new(shape: FolderIdList, location_name: "FolderIds"))
1576
+ QuipConfiguration.add_member(:thread_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "ThreadFieldMappings"))
1577
+ QuipConfiguration.add_member(:message_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "MessageFieldMappings"))
1578
+ QuipConfiguration.add_member(:attachment_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "AttachmentFieldMappings"))
1579
+ QuipConfiguration.add_member(:inclusion_patterns, Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStrings, location_name: "InclusionPatterns"))
1580
+ QuipConfiguration.add_member(:exclusion_patterns, Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStrings, location_name: "ExclusionPatterns"))
1581
+ QuipConfiguration.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: DataSourceVpcConfiguration, location_name: "VpcConfiguration"))
1582
+ QuipConfiguration.struct_class = Types::QuipConfiguration
1583
+
1532
1584
  Relevance.add_member(:freshness, Shapes::ShapeRef.new(shape: DocumentMetadataBoolean, location_name: "Freshness"))
1533
1585
  Relevance.add_member(:importance, Shapes::ShapeRef.new(shape: Importance, location_name: "Importance"))
1534
1586
  Relevance.add_member(:duration, Shapes::ShapeRef.new(shape: Duration, location_name: "Duration"))
@@ -1686,6 +1738,24 @@ module Aws::Kendra
1686
1738
 
1687
1739
  SiteMapsList.member = Shapes::ShapeRef.new(shape: SiteMap)
1688
1740
 
1741
+ SlackConfiguration.add_member(:team_id, Shapes::ShapeRef.new(shape: TeamId, required: true, location_name: "TeamId"))
1742
+ SlackConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "SecretArn"))
1743
+ SlackConfiguration.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: DataSourceVpcConfiguration, location_name: "VpcConfiguration"))
1744
+ SlackConfiguration.add_member(:slack_entity_list, Shapes::ShapeRef.new(shape: SlackEntityList, required: true, location_name: "SlackEntityList"))
1745
+ SlackConfiguration.add_member(:use_change_log, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseChangeLog"))
1746
+ SlackConfiguration.add_member(:crawl_bot_message, Shapes::ShapeRef.new(shape: Boolean, location_name: "CrawlBotMessage"))
1747
+ SlackConfiguration.add_member(:exclude_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExcludeArchived"))
1748
+ SlackConfiguration.add_member(:since_crawl_date, Shapes::ShapeRef.new(shape: SinceCrawlDate, required: true, location_name: "SinceCrawlDate"))
1749
+ SlackConfiguration.add_member(:look_back_period, Shapes::ShapeRef.new(shape: LookBackPeriod, location_name: "LookBackPeriod"))
1750
+ SlackConfiguration.add_member(:private_channel_filter, Shapes::ShapeRef.new(shape: PrivateChannelFilter, location_name: "PrivateChannelFilter"))
1751
+ SlackConfiguration.add_member(:public_channel_filter, Shapes::ShapeRef.new(shape: PublicChannelFilter, location_name: "PublicChannelFilter"))
1752
+ SlackConfiguration.add_member(:inclusion_patterns, Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStrings, location_name: "InclusionPatterns"))
1753
+ SlackConfiguration.add_member(:exclusion_patterns, Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStrings, location_name: "ExclusionPatterns"))
1754
+ SlackConfiguration.add_member(:field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "FieldMappings"))
1755
+ SlackConfiguration.struct_class = Types::SlackConfiguration
1756
+
1757
+ SlackEntityList.member = Shapes::ShapeRef.new(shape: SlackEntity)
1758
+
1689
1759
  SnapshotsDataHeaderFields.member = Shapes::ShapeRef.new(shape: String)
1690
1760
 
1691
1761
  SnapshotsDataRecord.member = Shapes::ShapeRef.new(shape: String)