aws-sdk-kendra 1.50.0 → 1.51.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: e6a6965973af33d92bbf4cc608275e3bc4541732260d918579e22e511489bb5f
4
- data.tar.gz: 0cc5f5fd3094fd4c5003092d9d5c5990eefde7fcf979c1a6a36bccc2324dbdaa
3
+ metadata.gz: 9c4530b8aec37c1b07463e54346ec7c7a99d2ceef01369b572a27d04c19b91dc
4
+ data.tar.gz: 18da96c2f2c752a2f25a91d2926ba0042d03b63ae81c19a98e293ceaeb316f04
5
5
  SHA512:
6
- metadata.gz: 1a550a8ee7d74f4150d598980f6ab06347a41d8f07b7bb126fc9c11fc9445cbcc2dd4f4eb6d7aa376e0512c5f0bf3265dd29455657d2dff2f69a74380dc9bbbd
7
- data.tar.gz: 7629850184c7aee4770c3c6a3d014acb661378f48f3b2ac8ccf7a72712394bf6e6cc78eee4d4a09184677c9eb047132a8fea65183a63e7dc9a1c8aa039007b2d
6
+ metadata.gz: c4aad3a31332f5de79d7aea4333d9b1bda266eeb670ef63ffa39358fbeac202186beef72e2dbee2f30c9a9f9f1cca0328a0aec2270a7b51262cd1d17702ba724
7
+ data.tar.gz: 001762fe12e24bf154eea7e29a031b5b671e701744ec6530fb7075462dc9d257cf526a2bf356c8ceff9925ba7542167fe25c97aa6cf6a5fc3c45a3fddc38e5b4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2022-05-12)
5
+ ------------------
6
+
7
+ * Feature - Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html
8
+
4
9
  1.50.0 (2022-05-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.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, SLACK, BOX, QUIP
928
+ # type: "S3", # required, accepts S3, SHAREPOINT, DATABASE, SALESFORCE, ONEDRIVE, SERVICENOW, CUSTOM, CONFLUENCE, GOOGLEDRIVE, WEBCRAWLER, WORKDOCS, FSX, SLACK, BOX, QUIP, JIRA
929
929
  # configuration: {
930
930
  # s3_configuration: {
931
931
  # bucket_name: "S3BucketName", # required
@@ -1357,6 +1357,56 @@ module Aws::Kendra
1357
1357
  # security_group_ids: ["VpcSecurityGroupId"], # required
1358
1358
  # },
1359
1359
  # },
1360
+ # jira_configuration: {
1361
+ # jira_account_url: "JiraAccountUrl", # required
1362
+ # secret_arn: "SecretArn", # required
1363
+ # use_change_log: false,
1364
+ # project: ["String"],
1365
+ # issue_type: ["String"],
1366
+ # status: ["String"],
1367
+ # issue_sub_entity_filter: ["COMMENTS"], # accepts COMMENTS, ATTACHMENTS, WORKLOGS
1368
+ # attachment_field_mappings: [
1369
+ # {
1370
+ # data_source_field_name: "DataSourceFieldName", # required
1371
+ # date_field_format: "DataSourceDateFieldFormat",
1372
+ # index_field_name: "IndexFieldName", # required
1373
+ # },
1374
+ # ],
1375
+ # comment_field_mappings: [
1376
+ # {
1377
+ # data_source_field_name: "DataSourceFieldName", # required
1378
+ # date_field_format: "DataSourceDateFieldFormat",
1379
+ # index_field_name: "IndexFieldName", # required
1380
+ # },
1381
+ # ],
1382
+ # issue_field_mappings: [
1383
+ # {
1384
+ # data_source_field_name: "DataSourceFieldName", # required
1385
+ # date_field_format: "DataSourceDateFieldFormat",
1386
+ # index_field_name: "IndexFieldName", # required
1387
+ # },
1388
+ # ],
1389
+ # project_field_mappings: [
1390
+ # {
1391
+ # data_source_field_name: "DataSourceFieldName", # required
1392
+ # date_field_format: "DataSourceDateFieldFormat",
1393
+ # index_field_name: "IndexFieldName", # required
1394
+ # },
1395
+ # ],
1396
+ # work_log_field_mappings: [
1397
+ # {
1398
+ # data_source_field_name: "DataSourceFieldName", # required
1399
+ # date_field_format: "DataSourceDateFieldFormat",
1400
+ # index_field_name: "IndexFieldName", # required
1401
+ # },
1402
+ # ],
1403
+ # inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
1404
+ # exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
1405
+ # vpc_configuration: {
1406
+ # subnet_ids: ["SubnetId"], # required
1407
+ # security_group_ids: ["VpcSecurityGroupId"], # required
1408
+ # },
1409
+ # },
1360
1410
  # },
1361
1411
  # description: "Description",
1362
1412
  # schedule: "ScanSchedule",
@@ -2224,7 +2274,7 @@ module Aws::Kendra
2224
2274
  # resp.id #=> String
2225
2275
  # resp.index_id #=> String
2226
2276
  # resp.name #=> String
2227
- # resp.type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX", "QUIP"
2277
+ # resp.type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX", "QUIP", "JIRA"
2228
2278
  # resp.configuration.s3_configuration.bucket_name #=> String
2229
2279
  # resp.configuration.s3_configuration.inclusion_prefixes #=> Array
2230
2280
  # resp.configuration.s3_configuration.inclusion_prefixes[0] #=> String
@@ -2540,6 +2590,45 @@ module Aws::Kendra
2540
2590
  # resp.configuration.quip_configuration.vpc_configuration.subnet_ids[0] #=> String
2541
2591
  # resp.configuration.quip_configuration.vpc_configuration.security_group_ids #=> Array
2542
2592
  # resp.configuration.quip_configuration.vpc_configuration.security_group_ids[0] #=> String
2593
+ # resp.configuration.jira_configuration.jira_account_url #=> String
2594
+ # resp.configuration.jira_configuration.secret_arn #=> String
2595
+ # resp.configuration.jira_configuration.use_change_log #=> Boolean
2596
+ # resp.configuration.jira_configuration.project #=> Array
2597
+ # resp.configuration.jira_configuration.project[0] #=> String
2598
+ # resp.configuration.jira_configuration.issue_type #=> Array
2599
+ # resp.configuration.jira_configuration.issue_type[0] #=> String
2600
+ # resp.configuration.jira_configuration.status #=> Array
2601
+ # resp.configuration.jira_configuration.status[0] #=> String
2602
+ # resp.configuration.jira_configuration.issue_sub_entity_filter #=> Array
2603
+ # resp.configuration.jira_configuration.issue_sub_entity_filter[0] #=> String, one of "COMMENTS", "ATTACHMENTS", "WORKLOGS"
2604
+ # resp.configuration.jira_configuration.attachment_field_mappings #=> Array
2605
+ # resp.configuration.jira_configuration.attachment_field_mappings[0].data_source_field_name #=> String
2606
+ # resp.configuration.jira_configuration.attachment_field_mappings[0].date_field_format #=> String
2607
+ # resp.configuration.jira_configuration.attachment_field_mappings[0].index_field_name #=> String
2608
+ # resp.configuration.jira_configuration.comment_field_mappings #=> Array
2609
+ # resp.configuration.jira_configuration.comment_field_mappings[0].data_source_field_name #=> String
2610
+ # resp.configuration.jira_configuration.comment_field_mappings[0].date_field_format #=> String
2611
+ # resp.configuration.jira_configuration.comment_field_mappings[0].index_field_name #=> String
2612
+ # resp.configuration.jira_configuration.issue_field_mappings #=> Array
2613
+ # resp.configuration.jira_configuration.issue_field_mappings[0].data_source_field_name #=> String
2614
+ # resp.configuration.jira_configuration.issue_field_mappings[0].date_field_format #=> String
2615
+ # resp.configuration.jira_configuration.issue_field_mappings[0].index_field_name #=> String
2616
+ # resp.configuration.jira_configuration.project_field_mappings #=> Array
2617
+ # resp.configuration.jira_configuration.project_field_mappings[0].data_source_field_name #=> String
2618
+ # resp.configuration.jira_configuration.project_field_mappings[0].date_field_format #=> String
2619
+ # resp.configuration.jira_configuration.project_field_mappings[0].index_field_name #=> String
2620
+ # resp.configuration.jira_configuration.work_log_field_mappings #=> Array
2621
+ # resp.configuration.jira_configuration.work_log_field_mappings[0].data_source_field_name #=> String
2622
+ # resp.configuration.jira_configuration.work_log_field_mappings[0].date_field_format #=> String
2623
+ # resp.configuration.jira_configuration.work_log_field_mappings[0].index_field_name #=> String
2624
+ # resp.configuration.jira_configuration.inclusion_patterns #=> Array
2625
+ # resp.configuration.jira_configuration.inclusion_patterns[0] #=> String
2626
+ # resp.configuration.jira_configuration.exclusion_patterns #=> Array
2627
+ # resp.configuration.jira_configuration.exclusion_patterns[0] #=> String
2628
+ # resp.configuration.jira_configuration.vpc_configuration.subnet_ids #=> Array
2629
+ # resp.configuration.jira_configuration.vpc_configuration.subnet_ids[0] #=> String
2630
+ # resp.configuration.jira_configuration.vpc_configuration.security_group_ids #=> Array
2631
+ # resp.configuration.jira_configuration.vpc_configuration.security_group_ids[0] #=> String
2543
2632
  # resp.created_at #=> Time
2544
2633
  # resp.updated_at #=> Time
2545
2634
  # resp.description #=> String
@@ -3374,7 +3463,7 @@ module Aws::Kendra
3374
3463
  # resp.summary_items #=> Array
3375
3464
  # resp.summary_items[0].name #=> String
3376
3465
  # resp.summary_items[0].id #=> String
3377
- # resp.summary_items[0].type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX", "QUIP"
3466
+ # resp.summary_items[0].type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX", "QUIP", "JIRA"
3378
3467
  # resp.summary_items[0].created_at #=> Time
3379
3468
  # resp.summary_items[0].updated_at #=> Time
3380
3469
  # resp.summary_items[0].status #=> String, one of "CREATING", "DELETING", "FAILED", "UPDATING", "ACTIVE"
@@ -4962,6 +5051,56 @@ module Aws::Kendra
4962
5051
  # security_group_ids: ["VpcSecurityGroupId"], # required
4963
5052
  # },
4964
5053
  # },
5054
+ # jira_configuration: {
5055
+ # jira_account_url: "JiraAccountUrl", # required
5056
+ # secret_arn: "SecretArn", # required
5057
+ # use_change_log: false,
5058
+ # project: ["String"],
5059
+ # issue_type: ["String"],
5060
+ # status: ["String"],
5061
+ # issue_sub_entity_filter: ["COMMENTS"], # accepts COMMENTS, ATTACHMENTS, WORKLOGS
5062
+ # attachment_field_mappings: [
5063
+ # {
5064
+ # data_source_field_name: "DataSourceFieldName", # required
5065
+ # date_field_format: "DataSourceDateFieldFormat",
5066
+ # index_field_name: "IndexFieldName", # required
5067
+ # },
5068
+ # ],
5069
+ # comment_field_mappings: [
5070
+ # {
5071
+ # data_source_field_name: "DataSourceFieldName", # required
5072
+ # date_field_format: "DataSourceDateFieldFormat",
5073
+ # index_field_name: "IndexFieldName", # required
5074
+ # },
5075
+ # ],
5076
+ # issue_field_mappings: [
5077
+ # {
5078
+ # data_source_field_name: "DataSourceFieldName", # required
5079
+ # date_field_format: "DataSourceDateFieldFormat",
5080
+ # index_field_name: "IndexFieldName", # required
5081
+ # },
5082
+ # ],
5083
+ # project_field_mappings: [
5084
+ # {
5085
+ # data_source_field_name: "DataSourceFieldName", # required
5086
+ # date_field_format: "DataSourceDateFieldFormat",
5087
+ # index_field_name: "IndexFieldName", # required
5088
+ # },
5089
+ # ],
5090
+ # work_log_field_mappings: [
5091
+ # {
5092
+ # data_source_field_name: "DataSourceFieldName", # required
5093
+ # date_field_format: "DataSourceDateFieldFormat",
5094
+ # index_field_name: "IndexFieldName", # required
5095
+ # },
5096
+ # ],
5097
+ # inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
5098
+ # exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
5099
+ # vpc_configuration: {
5100
+ # subnet_ids: ["SubnetId"], # required
5101
+ # security_group_ids: ["VpcSecurityGroupId"], # required
5102
+ # },
5103
+ # },
4965
5104
  # },
4966
5105
  # description: "Description",
4967
5106
  # schedule: "ScanSchedule",
@@ -5432,7 +5571,7 @@ module Aws::Kendra
5432
5571
  params: params,
5433
5572
  config: config)
5434
5573
  context[:gem_name] = 'aws-sdk-kendra'
5435
- context[:gem_version] = '1.50.0'
5574
+ context[:gem_version] = '1.51.0'
5436
5575
  Seahorse::Client::Request.new(handlers, context)
5437
5576
  end
5438
5577
 
@@ -268,7 +268,13 @@ module Aws::Kendra
268
268
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
269
269
  Interval = Shapes::StringShape.new(name: 'Interval')
270
270
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
271
+ IssueSubEntity = Shapes::StringShape.new(name: 'IssueSubEntity')
272
+ IssueSubEntityFilter = Shapes::ListShape.new(name: 'IssueSubEntityFilter')
273
+ IssueType = Shapes::ListShape.new(name: 'IssueType')
271
274
  Issuer = Shapes::StringShape.new(name: 'Issuer')
275
+ JiraAccountUrl = Shapes::StringShape.new(name: 'JiraAccountUrl')
276
+ JiraConfiguration = Shapes::StructureShape.new(name: 'JiraConfiguration')
277
+ JiraStatus = Shapes::ListShape.new(name: 'JiraStatus')
272
278
  JsonTokenTypeConfiguration = Shapes::StructureShape.new(name: 'JsonTokenTypeConfiguration')
273
279
  JwtTokenTypeConfiguration = Shapes::StructureShape.new(name: 'JwtTokenTypeConfiguration')
274
280
  KeyLocation = Shapes::StringShape.new(name: 'KeyLocation')
@@ -342,6 +348,7 @@ module Aws::Kendra
342
348
  PrincipalOrderingId = Shapes::IntegerShape.new(name: 'PrincipalOrderingId')
343
349
  PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
344
350
  PrivateChannelFilter = Shapes::ListShape.new(name: 'PrivateChannelFilter')
351
+ Project = Shapes::ListShape.new(name: 'Project')
345
352
  ProxyConfiguration = Shapes::StructureShape.new(name: 'ProxyConfiguration')
346
353
  PublicChannelFilter = Shapes::ListShape.new(name: 'PublicChannelFilter')
347
354
  PutPrincipalMappingRequest = Shapes::StructureShape.new(name: 'PutPrincipalMappingRequest')
@@ -831,6 +838,7 @@ module Aws::Kendra
831
838
  DataSourceConfiguration.add_member(:slack_configuration, Shapes::ShapeRef.new(shape: SlackConfiguration, location_name: "SlackConfiguration"))
832
839
  DataSourceConfiguration.add_member(:box_configuration, Shapes::ShapeRef.new(shape: BoxConfiguration, location_name: "BoxConfiguration"))
833
840
  DataSourceConfiguration.add_member(:quip_configuration, Shapes::ShapeRef.new(shape: QuipConfiguration, location_name: "QuipConfiguration"))
841
+ DataSourceConfiguration.add_member(:jira_configuration, Shapes::ShapeRef.new(shape: JiraConfiguration, location_name: "JiraConfiguration"))
834
842
  DataSourceConfiguration.struct_class = Types::DataSourceConfiguration
835
843
 
836
844
  DataSourceGroup.add_member(:group_id, Shapes::ShapeRef.new(shape: PrincipalName, required: true, location_name: "GroupId"))
@@ -1349,6 +1357,29 @@ module Aws::Kendra
1349
1357
  InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
1350
1358
  InvalidRequestException.struct_class = Types::InvalidRequestException
1351
1359
 
1360
+ IssueSubEntityFilter.member = Shapes::ShapeRef.new(shape: IssueSubEntity)
1361
+
1362
+ IssueType.member = Shapes::ShapeRef.new(shape: String)
1363
+
1364
+ JiraConfiguration.add_member(:jira_account_url, Shapes::ShapeRef.new(shape: JiraAccountUrl, required: true, location_name: "JiraAccountUrl"))
1365
+ JiraConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "SecretArn"))
1366
+ JiraConfiguration.add_member(:use_change_log, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseChangeLog"))
1367
+ JiraConfiguration.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
1368
+ JiraConfiguration.add_member(:issue_type, Shapes::ShapeRef.new(shape: IssueType, location_name: "IssueType"))
1369
+ JiraConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: JiraStatus, location_name: "Status"))
1370
+ JiraConfiguration.add_member(:issue_sub_entity_filter, Shapes::ShapeRef.new(shape: IssueSubEntityFilter, location_name: "IssueSubEntityFilter"))
1371
+ JiraConfiguration.add_member(:attachment_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "AttachmentFieldMappings"))
1372
+ JiraConfiguration.add_member(:comment_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "CommentFieldMappings"))
1373
+ JiraConfiguration.add_member(:issue_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "IssueFieldMappings"))
1374
+ JiraConfiguration.add_member(:project_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "ProjectFieldMappings"))
1375
+ JiraConfiguration.add_member(:work_log_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "WorkLogFieldMappings"))
1376
+ JiraConfiguration.add_member(:inclusion_patterns, Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStrings, location_name: "InclusionPatterns"))
1377
+ JiraConfiguration.add_member(:exclusion_patterns, Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStrings, location_name: "ExclusionPatterns"))
1378
+ JiraConfiguration.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: DataSourceVpcConfiguration, location_name: "VpcConfiguration"))
1379
+ JiraConfiguration.struct_class = Types::JiraConfiguration
1380
+
1381
+ JiraStatus.member = Shapes::ShapeRef.new(shape: String)
1382
+
1352
1383
  JsonTokenTypeConfiguration.add_member(:user_name_attribute_field, Shapes::ShapeRef.new(shape: String, required: true, location_name: "UserNameAttributeField"))
1353
1384
  JsonTokenTypeConfiguration.add_member(:group_attribute_field, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GroupAttributeField"))
1354
1385
  JsonTokenTypeConfiguration.struct_class = Types::JsonTokenTypeConfiguration
@@ -1509,6 +1540,8 @@ module Aws::Kendra
1509
1540
 
1510
1541
  PrivateChannelFilter.member = Shapes::ShapeRef.new(shape: String)
1511
1542
 
1543
+ Project.member = Shapes::ShapeRef.new(shape: String)
1544
+
1512
1545
  ProxyConfiguration.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
1513
1546
  ProxyConfiguration.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
1514
1547
  ProxyConfiguration.add_member(:credentials, Shapes::ShapeRef.new(shape: SecretArn, location_name: "Credentials"))
@@ -2112,7 +2112,7 @@ module Aws::Kendra
2112
2112
  # {
2113
2113
  # name: "DataSourceName", # required
2114
2114
  # index_id: "IndexId", # required
2115
- # type: "S3", # required, accepts S3, SHAREPOINT, DATABASE, SALESFORCE, ONEDRIVE, SERVICENOW, CUSTOM, CONFLUENCE, GOOGLEDRIVE, WEBCRAWLER, WORKDOCS, FSX, SLACK, BOX, QUIP
2115
+ # type: "S3", # required, accepts S3, SHAREPOINT, DATABASE, SALESFORCE, ONEDRIVE, SERVICENOW, CUSTOM, CONFLUENCE, GOOGLEDRIVE, WEBCRAWLER, WORKDOCS, FSX, SLACK, BOX, QUIP, JIRA
2116
2116
  # configuration: {
2117
2117
  # s3_configuration: {
2118
2118
  # bucket_name: "S3BucketName", # required
@@ -2544,6 +2544,56 @@ module Aws::Kendra
2544
2544
  # security_group_ids: ["VpcSecurityGroupId"], # required
2545
2545
  # },
2546
2546
  # },
2547
+ # jira_configuration: {
2548
+ # jira_account_url: "JiraAccountUrl", # required
2549
+ # secret_arn: "SecretArn", # required
2550
+ # use_change_log: false,
2551
+ # project: ["String"],
2552
+ # issue_type: ["String"],
2553
+ # status: ["String"],
2554
+ # issue_sub_entity_filter: ["COMMENTS"], # accepts COMMENTS, ATTACHMENTS, WORKLOGS
2555
+ # attachment_field_mappings: [
2556
+ # {
2557
+ # data_source_field_name: "DataSourceFieldName", # required
2558
+ # date_field_format: "DataSourceDateFieldFormat",
2559
+ # index_field_name: "IndexFieldName", # required
2560
+ # },
2561
+ # ],
2562
+ # comment_field_mappings: [
2563
+ # {
2564
+ # data_source_field_name: "DataSourceFieldName", # required
2565
+ # date_field_format: "DataSourceDateFieldFormat",
2566
+ # index_field_name: "IndexFieldName", # required
2567
+ # },
2568
+ # ],
2569
+ # issue_field_mappings: [
2570
+ # {
2571
+ # data_source_field_name: "DataSourceFieldName", # required
2572
+ # date_field_format: "DataSourceDateFieldFormat",
2573
+ # index_field_name: "IndexFieldName", # required
2574
+ # },
2575
+ # ],
2576
+ # project_field_mappings: [
2577
+ # {
2578
+ # data_source_field_name: "DataSourceFieldName", # required
2579
+ # date_field_format: "DataSourceDateFieldFormat",
2580
+ # index_field_name: "IndexFieldName", # required
2581
+ # },
2582
+ # ],
2583
+ # work_log_field_mappings: [
2584
+ # {
2585
+ # data_source_field_name: "DataSourceFieldName", # required
2586
+ # date_field_format: "DataSourceDateFieldFormat",
2587
+ # index_field_name: "IndexFieldName", # required
2588
+ # },
2589
+ # ],
2590
+ # inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
2591
+ # exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
2592
+ # vpc_configuration: {
2593
+ # subnet_ids: ["SubnetId"], # required
2594
+ # security_group_ids: ["VpcSecurityGroupId"], # required
2595
+ # },
2596
+ # },
2547
2597
  # },
2548
2598
  # description: "Description",
2549
2599
  # schedule: "ScanSchedule",
@@ -3850,6 +3900,56 @@ module Aws::Kendra
3850
3900
  # security_group_ids: ["VpcSecurityGroupId"], # required
3851
3901
  # },
3852
3902
  # },
3903
+ # jira_configuration: {
3904
+ # jira_account_url: "JiraAccountUrl", # required
3905
+ # secret_arn: "SecretArn", # required
3906
+ # use_change_log: false,
3907
+ # project: ["String"],
3908
+ # issue_type: ["String"],
3909
+ # status: ["String"],
3910
+ # issue_sub_entity_filter: ["COMMENTS"], # accepts COMMENTS, ATTACHMENTS, WORKLOGS
3911
+ # attachment_field_mappings: [
3912
+ # {
3913
+ # data_source_field_name: "DataSourceFieldName", # required
3914
+ # date_field_format: "DataSourceDateFieldFormat",
3915
+ # index_field_name: "IndexFieldName", # required
3916
+ # },
3917
+ # ],
3918
+ # comment_field_mappings: [
3919
+ # {
3920
+ # data_source_field_name: "DataSourceFieldName", # required
3921
+ # date_field_format: "DataSourceDateFieldFormat",
3922
+ # index_field_name: "IndexFieldName", # required
3923
+ # },
3924
+ # ],
3925
+ # issue_field_mappings: [
3926
+ # {
3927
+ # data_source_field_name: "DataSourceFieldName", # required
3928
+ # date_field_format: "DataSourceDateFieldFormat",
3929
+ # index_field_name: "IndexFieldName", # required
3930
+ # },
3931
+ # ],
3932
+ # project_field_mappings: [
3933
+ # {
3934
+ # data_source_field_name: "DataSourceFieldName", # required
3935
+ # date_field_format: "DataSourceDateFieldFormat",
3936
+ # index_field_name: "IndexFieldName", # required
3937
+ # },
3938
+ # ],
3939
+ # work_log_field_mappings: [
3940
+ # {
3941
+ # data_source_field_name: "DataSourceFieldName", # required
3942
+ # date_field_format: "DataSourceDateFieldFormat",
3943
+ # index_field_name: "IndexFieldName", # required
3944
+ # },
3945
+ # ],
3946
+ # inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
3947
+ # exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
3948
+ # vpc_configuration: {
3949
+ # subnet_ids: ["SubnetId"], # required
3950
+ # security_group_ids: ["VpcSecurityGroupId"], # required
3951
+ # },
3952
+ # },
3853
3953
  # }
3854
3954
  #
3855
3955
  # @!attribute [rw] s3_configuration
@@ -3922,6 +4022,11 @@ module Aws::Kendra
3922
4022
  # data source.
3923
4023
  # @return [Types::QuipConfiguration]
3924
4024
  #
4025
+ # @!attribute [rw] jira_configuration
4026
+ # Provides the configuration information to connect to Jira as your
4027
+ # data source.
4028
+ # @return [Types::JiraConfiguration]
4029
+ #
3925
4030
  # @see http://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DataSourceConfiguration AWS API Documentation
3926
4031
  #
3927
4032
  class DataSourceConfiguration < Struct.new(
@@ -3938,7 +4043,8 @@ module Aws::Kendra
3938
4043
  :fsx_configuration,
3939
4044
  :slack_configuration,
3940
4045
  :box_configuration,
3941
- :quip_configuration)
4046
+ :quip_configuration,
4047
+ :jira_configuration)
3942
4048
  SENSITIVE = []
3943
4049
  include Aws::Structure
3944
4050
  end
@@ -7249,6 +7355,212 @@ module Aws::Kendra
7249
7355
  include Aws::Structure
7250
7356
  end
7251
7357
 
7358
+ # @note When making an API call, you may pass JiraConfiguration
7359
+ # data as a hash:
7360
+ #
7361
+ # {
7362
+ # jira_account_url: "JiraAccountUrl", # required
7363
+ # secret_arn: "SecretArn", # required
7364
+ # use_change_log: false,
7365
+ # project: ["String"],
7366
+ # issue_type: ["String"],
7367
+ # status: ["String"],
7368
+ # issue_sub_entity_filter: ["COMMENTS"], # accepts COMMENTS, ATTACHMENTS, WORKLOGS
7369
+ # attachment_field_mappings: [
7370
+ # {
7371
+ # data_source_field_name: "DataSourceFieldName", # required
7372
+ # date_field_format: "DataSourceDateFieldFormat",
7373
+ # index_field_name: "IndexFieldName", # required
7374
+ # },
7375
+ # ],
7376
+ # comment_field_mappings: [
7377
+ # {
7378
+ # data_source_field_name: "DataSourceFieldName", # required
7379
+ # date_field_format: "DataSourceDateFieldFormat",
7380
+ # index_field_name: "IndexFieldName", # required
7381
+ # },
7382
+ # ],
7383
+ # issue_field_mappings: [
7384
+ # {
7385
+ # data_source_field_name: "DataSourceFieldName", # required
7386
+ # date_field_format: "DataSourceDateFieldFormat",
7387
+ # index_field_name: "IndexFieldName", # required
7388
+ # },
7389
+ # ],
7390
+ # project_field_mappings: [
7391
+ # {
7392
+ # data_source_field_name: "DataSourceFieldName", # required
7393
+ # date_field_format: "DataSourceDateFieldFormat",
7394
+ # index_field_name: "IndexFieldName", # required
7395
+ # },
7396
+ # ],
7397
+ # work_log_field_mappings: [
7398
+ # {
7399
+ # data_source_field_name: "DataSourceFieldName", # required
7400
+ # date_field_format: "DataSourceDateFieldFormat",
7401
+ # index_field_name: "IndexFieldName", # required
7402
+ # },
7403
+ # ],
7404
+ # inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
7405
+ # exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
7406
+ # vpc_configuration: {
7407
+ # subnet_ids: ["SubnetId"], # required
7408
+ # security_group_ids: ["VpcSecurityGroupId"], # required
7409
+ # },
7410
+ # }
7411
+ #
7412
+ # @!attribute [rw] jira_account_url
7413
+ # The URL of the Jira account. For example, company.attlassian.net or
7414
+ # https://jira.company.com. You can find your Jira account URL in the
7415
+ # URL of your profile page for Jira desktop.
7416
+ # @return [String]
7417
+ #
7418
+ # @!attribute [rw] secret_arn
7419
+ # The Amazon Resource Name (ARN) of an Secrets Manager secret that
7420
+ # contains the key-value pairs required to connect to your Jira data
7421
+ # source. The secret must contain a JSON structure with the following
7422
+ # keys:
7423
+ #
7424
+ # * jira-id—The Active Directory user name, along with the Domain Name
7425
+ # System (DNS) domain name. For example, *user@corp.example.com*.
7426
+ #
7427
+ # * jiraCredentials—The password of the Jira account user.
7428
+ # @return [String]
7429
+ #
7430
+ # @!attribute [rw] use_change_log
7431
+ # Specify to use the change log option to update your index.
7432
+ # @return [Boolean]
7433
+ #
7434
+ # @!attribute [rw] project
7435
+ # Specify which projects to crawl in your Jira data source. You can
7436
+ # specify one or more Jira project IDs.
7437
+ # @return [Array<String>]
7438
+ #
7439
+ # @!attribute [rw] issue_type
7440
+ # Specify which issue types to crawl in your Jira data source. You can
7441
+ # specify one or more of these options to crawl.
7442
+ # @return [Array<String>]
7443
+ #
7444
+ # @!attribute [rw] status
7445
+ # Specify which statuses to crawl in your Jira data source. You can
7446
+ # specify one or more of these options to crawl.
7447
+ # @return [Array<String>]
7448
+ #
7449
+ # @!attribute [rw] issue_sub_entity_filter
7450
+ # Specify whether to crawl comments, attachments, and work logs. You
7451
+ # can specify one or more of these options.
7452
+ # @return [Array<String>]
7453
+ #
7454
+ # @!attribute [rw] attachment_field_mappings
7455
+ # A list of DataSourceToIndexFieldMapping objects that map attributes
7456
+ # or field names of Jira attachments to Amazon Kendra index field
7457
+ # names. To create custom fields, use the UpdateIndex API before you
7458
+ # map to Jira fields. For more information, see [ Mapping data source
7459
+ # fields][1]. The Jira data source field names must exist in your Jira
7460
+ # custom metadata.
7461
+ #
7462
+ #
7463
+ #
7464
+ # [1]: https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html
7465
+ # @return [Array<Types::DataSourceToIndexFieldMapping>]
7466
+ #
7467
+ # @!attribute [rw] comment_field_mappings
7468
+ # A list of DataSourceToIndexFieldMapping objects that map attributes
7469
+ # or field names of Jira comments to Amazon Kendra index field names.
7470
+ # To create custom fields, use the UpdateIndex API before you map to
7471
+ # Jira fields. For more information, see [ Mapping data source
7472
+ # fields][1]. The Jira data source field names must exist in your Jira
7473
+ # custom metadata.
7474
+ #
7475
+ #
7476
+ #
7477
+ # [1]: https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html
7478
+ # @return [Array<Types::DataSourceToIndexFieldMapping>]
7479
+ #
7480
+ # @!attribute [rw] issue_field_mappings
7481
+ # A list of DataSourceToIndexFieldMapping objects that map attributes
7482
+ # or field names of Jira issues to Amazon Kendra index field names. To
7483
+ # create custom fields, use the UpdateIndex API before you map to Jira
7484
+ # fields. For more information, see [ Mapping data source fields][1].
7485
+ # The Jira data source field names must exist in your Jira custom
7486
+ # metadata.
7487
+ #
7488
+ #
7489
+ #
7490
+ # [1]: https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html
7491
+ # @return [Array<Types::DataSourceToIndexFieldMapping>]
7492
+ #
7493
+ # @!attribute [rw] project_field_mappings
7494
+ # A list of DataSourceToIndexFieldMapping objects that map attributes
7495
+ # or field names of Jira projects to Amazon Kendra index field names.
7496
+ # To create custom fields, use the UpdateIndex API before you map to
7497
+ # Jira fields. For more information, see [ Mapping data source
7498
+ # fields][1]. The Jira data source field names must exist in your Jira
7499
+ # custom metadata.
7500
+ #
7501
+ #
7502
+ #
7503
+ # [1]: https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html
7504
+ # @return [Array<Types::DataSourceToIndexFieldMapping>]
7505
+ #
7506
+ # @!attribute [rw] work_log_field_mappings
7507
+ # A list of DataSourceToIndexFieldMapping objects that map attributes
7508
+ # or field names of Jira work logs to Amazon Kendra index field names.
7509
+ # To create custom fields, use the UpdateIndex API before you map to
7510
+ # Jira fields. For more information, see [ Mapping data source
7511
+ # fields][1]. The Jira data source field names must exist in your Jira
7512
+ # custom metadata.
7513
+ #
7514
+ #
7515
+ #
7516
+ # [1]: https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html
7517
+ # @return [Array<Types::DataSourceToIndexFieldMapping>]
7518
+ #
7519
+ # @!attribute [rw] inclusion_patterns
7520
+ # A list of regular expression patterns to include certain file paths,
7521
+ # file names, and file types in your Jira data source. Files that
7522
+ # match the patterns are included in the index. Files that don't
7523
+ # match the patterns are excluded from the index. If a file matches
7524
+ # both an inclusion pattern and an exclusion pattern, the exclusion
7525
+ # pattern takes precedence and the file isn't included in the index.
7526
+ # @return [Array<String>]
7527
+ #
7528
+ # @!attribute [rw] exclusion_patterns
7529
+ # A list of regular expression patterns to exclude certain file paths,
7530
+ # file names, and file types in your Jira data source. Files that
7531
+ # match the patterns are excluded from the index. Files that don’t
7532
+ # match the patterns are included in the index. If a file matches both
7533
+ # an inclusion pattern and an exclusion pattern, the exclusion pattern
7534
+ # takes precedence and the file isn't included in the index.
7535
+ # @return [Array<String>]
7536
+ #
7537
+ # @!attribute [rw] vpc_configuration
7538
+ # Configuration information for an Amazon Virtual Private Cloud to
7539
+ # connect to your Jira. Your Jira account must reside inside your VPC.
7540
+ # @return [Types::DataSourceVpcConfiguration]
7541
+ #
7542
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/JiraConfiguration AWS API Documentation
7543
+ #
7544
+ class JiraConfiguration < Struct.new(
7545
+ :jira_account_url,
7546
+ :secret_arn,
7547
+ :use_change_log,
7548
+ :project,
7549
+ :issue_type,
7550
+ :status,
7551
+ :issue_sub_entity_filter,
7552
+ :attachment_field_mappings,
7553
+ :comment_field_mappings,
7554
+ :issue_field_mappings,
7555
+ :project_field_mappings,
7556
+ :work_log_field_mappings,
7557
+ :inclusion_patterns,
7558
+ :exclusion_patterns,
7559
+ :vpc_configuration)
7560
+ SENSITIVE = []
7561
+ include Aws::Structure
7562
+ end
7563
+
7252
7564
  # Provides the configuration information for the JSON token type.
7253
7565
  #
7254
7566
  # @note When making an API call, you may pass JsonTokenTypeConfiguration
@@ -11569,6 +11881,56 @@ module Aws::Kendra
11569
11881
  # security_group_ids: ["VpcSecurityGroupId"], # required
11570
11882
  # },
11571
11883
  # },
11884
+ # jira_configuration: {
11885
+ # jira_account_url: "JiraAccountUrl", # required
11886
+ # secret_arn: "SecretArn", # required
11887
+ # use_change_log: false,
11888
+ # project: ["String"],
11889
+ # issue_type: ["String"],
11890
+ # status: ["String"],
11891
+ # issue_sub_entity_filter: ["COMMENTS"], # accepts COMMENTS, ATTACHMENTS, WORKLOGS
11892
+ # attachment_field_mappings: [
11893
+ # {
11894
+ # data_source_field_name: "DataSourceFieldName", # required
11895
+ # date_field_format: "DataSourceDateFieldFormat",
11896
+ # index_field_name: "IndexFieldName", # required
11897
+ # },
11898
+ # ],
11899
+ # comment_field_mappings: [
11900
+ # {
11901
+ # data_source_field_name: "DataSourceFieldName", # required
11902
+ # date_field_format: "DataSourceDateFieldFormat",
11903
+ # index_field_name: "IndexFieldName", # required
11904
+ # },
11905
+ # ],
11906
+ # issue_field_mappings: [
11907
+ # {
11908
+ # data_source_field_name: "DataSourceFieldName", # required
11909
+ # date_field_format: "DataSourceDateFieldFormat",
11910
+ # index_field_name: "IndexFieldName", # required
11911
+ # },
11912
+ # ],
11913
+ # project_field_mappings: [
11914
+ # {
11915
+ # data_source_field_name: "DataSourceFieldName", # required
11916
+ # date_field_format: "DataSourceDateFieldFormat",
11917
+ # index_field_name: "IndexFieldName", # required
11918
+ # },
11919
+ # ],
11920
+ # work_log_field_mappings: [
11921
+ # {
11922
+ # data_source_field_name: "DataSourceFieldName", # required
11923
+ # date_field_format: "DataSourceDateFieldFormat",
11924
+ # index_field_name: "IndexFieldName", # required
11925
+ # },
11926
+ # ],
11927
+ # inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
11928
+ # exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
11929
+ # vpc_configuration: {
11930
+ # subnet_ids: ["SubnetId"], # required
11931
+ # security_group_ids: ["VpcSecurityGroupId"], # required
11932
+ # },
11933
+ # },
11572
11934
  # },
11573
11935
  # description: "Description",
11574
11936
  # schedule: "ScanSchedule",
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-kendra/customizations'
48
48
  # @!group service
49
49
  module Aws::Kendra
50
50
 
51
- GEM_VERSION = '1.50.0'
51
+ GEM_VERSION = '1.51.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kendra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-05 00:00:00.000000000 Z
11
+ date: 2022-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core