aws-sdk-kendra 1.50.0 → 1.53.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kendra/client.rb +547 -6
- data/lib/aws-sdk-kendra/client_api.rb +112 -0
- data/lib/aws-sdk-kendra/types.rb +1740 -301
- data/lib/aws-sdk-kendra.rb +1 -1
- metadata +2 -2
| @@ -611,6 +611,13 @@ module Aws::Kendra | |
| 611 611 | 
             
                # related to processing the batch are sent to your Amazon Web Services
         | 
| 612 612 | 
             
                # CloudWatch log.
         | 
| 613 613 | 
             
                #
         | 
| 614 | 
            +
                # For an example of ingesting inline documents using Python and Java
         | 
| 615 | 
            +
                # SDKs, see [Adding files directly to an index][1].
         | 
| 616 | 
            +
                #
         | 
| 617 | 
            +
                #
         | 
| 618 | 
            +
                #
         | 
| 619 | 
            +
                # [1]: https://docs.aws.amazon.com/kendra/latest/dg/in-adding-binary-doc.html
         | 
| 620 | 
            +
                #
         | 
| 614 621 | 
             
                # @option params [required, String] :index_id
         | 
| 615 622 | 
             
                #   The identifier of the index to add the documents to. You need to
         | 
| 616 623 | 
             
                #   create the index first using the `CreateIndex` API.
         | 
| @@ -827,9 +834,16 @@ module Aws::Kendra | |
| 827 834 | 
             
                # Amazon S3 and [custom][1] data sources are the only supported data
         | 
| 828 835 | 
             
                # sources in the Amazon Web Services GovCloud (US-West) region.
         | 
| 829 836 | 
             
                #
         | 
| 837 | 
            +
                # For an example of creating an index and data source using the Python
         | 
| 838 | 
            +
                # SDK, see [Getting started with Python SDK][2]. For an example of
         | 
| 839 | 
            +
                # creating an index and data source using the Java SDK, see [Getting
         | 
| 840 | 
            +
                # started with Java SDK][3].
         | 
| 841 | 
            +
                #
         | 
| 830 842 | 
             
                #
         | 
| 831 843 | 
             
                #
         | 
| 832 844 | 
             
                # [1]: https://docs.aws.amazon.com/kendra/latest/dg/data-source-custom.html
         | 
| 845 | 
            +
                # [2]: https://docs.aws.amazon.com/kendra/latest/dg/gs-python.html
         | 
| 846 | 
            +
                # [3]: https://docs.aws.amazon.com/kendra/latest/dg/gs-java.html
         | 
| 833 847 | 
             
                #
         | 
| 834 848 | 
             
                # @option params [required, String] :name
         | 
| 835 849 | 
             
                #   A unique name for the data source. A data source name can't be
         | 
| @@ -925,7 +939,7 @@ module Aws::Kendra | |
| 925 939 | 
             
                #   resp = client.create_data_source({
         | 
| 926 940 | 
             
                #     name: "DataSourceName", # required
         | 
| 927 941 | 
             
                #     index_id: "IndexId", # required
         | 
| 928 | 
            -
                #     type: "S3", # required, accepts S3, SHAREPOINT, DATABASE, SALESFORCE, ONEDRIVE, SERVICENOW, CUSTOM, CONFLUENCE, GOOGLEDRIVE, WEBCRAWLER, WORKDOCS, FSX, SLACK, BOX, QUIP
         | 
| 942 | 
            +
                #     type: "S3", # required, accepts S3, SHAREPOINT, DATABASE, SALESFORCE, ONEDRIVE, SERVICENOW, CUSTOM, CONFLUENCE, GOOGLEDRIVE, WEBCRAWLER, WORKDOCS, FSX, SLACK, BOX, QUIP, JIRA, GITHUB, ALFRESCO
         | 
| 929 943 | 
             
                #     configuration: {
         | 
| 930 944 | 
             
                #       s3_configuration: {
         | 
| 931 945 | 
             
                #         bucket_name: "S3BucketName", # required
         | 
| @@ -1357,6 +1371,188 @@ module Aws::Kendra | |
| 1357 1371 | 
             
                #           security_group_ids: ["VpcSecurityGroupId"], # required
         | 
| 1358 1372 | 
             
                #         },
         | 
| 1359 1373 | 
             
                #       },
         | 
| 1374 | 
            +
                #       jira_configuration: {
         | 
| 1375 | 
            +
                #         jira_account_url: "JiraAccountUrl", # required
         | 
| 1376 | 
            +
                #         secret_arn: "SecretArn", # required
         | 
| 1377 | 
            +
                #         use_change_log: false,
         | 
| 1378 | 
            +
                #         project: ["String"],
         | 
| 1379 | 
            +
                #         issue_type: ["String"],
         | 
| 1380 | 
            +
                #         status: ["String"],
         | 
| 1381 | 
            +
                #         issue_sub_entity_filter: ["COMMENTS"], # accepts COMMENTS, ATTACHMENTS, WORKLOGS
         | 
| 1382 | 
            +
                #         attachment_field_mappings: [
         | 
| 1383 | 
            +
                #           {
         | 
| 1384 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1385 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1386 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1387 | 
            +
                #           },
         | 
| 1388 | 
            +
                #         ],
         | 
| 1389 | 
            +
                #         comment_field_mappings: [
         | 
| 1390 | 
            +
                #           {
         | 
| 1391 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1392 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1393 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1394 | 
            +
                #           },
         | 
| 1395 | 
            +
                #         ],
         | 
| 1396 | 
            +
                #         issue_field_mappings: [
         | 
| 1397 | 
            +
                #           {
         | 
| 1398 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1399 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1400 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1401 | 
            +
                #           },
         | 
| 1402 | 
            +
                #         ],
         | 
| 1403 | 
            +
                #         project_field_mappings: [
         | 
| 1404 | 
            +
                #           {
         | 
| 1405 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1406 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1407 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1408 | 
            +
                #           },
         | 
| 1409 | 
            +
                #         ],
         | 
| 1410 | 
            +
                #         work_log_field_mappings: [
         | 
| 1411 | 
            +
                #           {
         | 
| 1412 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1413 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1414 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1415 | 
            +
                #           },
         | 
| 1416 | 
            +
                #         ],
         | 
| 1417 | 
            +
                #         inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
         | 
| 1418 | 
            +
                #         exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
         | 
| 1419 | 
            +
                #         vpc_configuration: {
         | 
| 1420 | 
            +
                #           subnet_ids: ["SubnetId"], # required
         | 
| 1421 | 
            +
                #           security_group_ids: ["VpcSecurityGroupId"], # required
         | 
| 1422 | 
            +
                #         },
         | 
| 1423 | 
            +
                #       },
         | 
| 1424 | 
            +
                #       git_hub_configuration: {
         | 
| 1425 | 
            +
                #         saa_s_configuration: {
         | 
| 1426 | 
            +
                #           organization_name: "OrganizationName", # required
         | 
| 1427 | 
            +
                #           host_url: "Url", # required
         | 
| 1428 | 
            +
                #         },
         | 
| 1429 | 
            +
                #         on_premise_configuration: {
         | 
| 1430 | 
            +
                #           host_url: "Url", # required
         | 
| 1431 | 
            +
                #           organization_name: "OrganizationName", # required
         | 
| 1432 | 
            +
                #           ssl_certificate_s3_path: { # required
         | 
| 1433 | 
            +
                #             bucket: "S3BucketName", # required
         | 
| 1434 | 
            +
                #             key: "S3ObjectKey", # required
         | 
| 1435 | 
            +
                #           },
         | 
| 1436 | 
            +
                #         },
         | 
| 1437 | 
            +
                #         type: "SAAS", # accepts SAAS, ON_PREMISE
         | 
| 1438 | 
            +
                #         secret_arn: "SecretArn", # required
         | 
| 1439 | 
            +
                #         use_change_log: false,
         | 
| 1440 | 
            +
                #         git_hub_document_crawl_properties: {
         | 
| 1441 | 
            +
                #           crawl_repository_documents: false,
         | 
| 1442 | 
            +
                #           crawl_issue: false,
         | 
| 1443 | 
            +
                #           crawl_issue_comment: false,
         | 
| 1444 | 
            +
                #           crawl_issue_comment_attachment: false,
         | 
| 1445 | 
            +
                #           crawl_pull_request: false,
         | 
| 1446 | 
            +
                #           crawl_pull_request_comment: false,
         | 
| 1447 | 
            +
                #           crawl_pull_request_comment_attachment: false,
         | 
| 1448 | 
            +
                #         },
         | 
| 1449 | 
            +
                #         repository_filter: ["RepositoryName"],
         | 
| 1450 | 
            +
                #         inclusion_folder_name_patterns: ["String"],
         | 
| 1451 | 
            +
                #         inclusion_file_type_patterns: ["String"],
         | 
| 1452 | 
            +
                #         inclusion_file_name_patterns: ["String"],
         | 
| 1453 | 
            +
                #         exclusion_folder_name_patterns: ["String"],
         | 
| 1454 | 
            +
                #         exclusion_file_type_patterns: ["String"],
         | 
| 1455 | 
            +
                #         exclusion_file_name_patterns: ["String"],
         | 
| 1456 | 
            +
                #         vpc_configuration: {
         | 
| 1457 | 
            +
                #           subnet_ids: ["SubnetId"], # required
         | 
| 1458 | 
            +
                #           security_group_ids: ["VpcSecurityGroupId"], # required
         | 
| 1459 | 
            +
                #         },
         | 
| 1460 | 
            +
                #         git_hub_repository_configuration_field_mappings: [
         | 
| 1461 | 
            +
                #           {
         | 
| 1462 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1463 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1464 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1465 | 
            +
                #           },
         | 
| 1466 | 
            +
                #         ],
         | 
| 1467 | 
            +
                #         git_hub_commit_configuration_field_mappings: [
         | 
| 1468 | 
            +
                #           {
         | 
| 1469 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1470 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1471 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1472 | 
            +
                #           },
         | 
| 1473 | 
            +
                #         ],
         | 
| 1474 | 
            +
                #         git_hub_issue_document_configuration_field_mappings: [
         | 
| 1475 | 
            +
                #           {
         | 
| 1476 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1477 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1478 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1479 | 
            +
                #           },
         | 
| 1480 | 
            +
                #         ],
         | 
| 1481 | 
            +
                #         git_hub_issue_comment_configuration_field_mappings: [
         | 
| 1482 | 
            +
                #           {
         | 
| 1483 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1484 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1485 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1486 | 
            +
                #           },
         | 
| 1487 | 
            +
                #         ],
         | 
| 1488 | 
            +
                #         git_hub_issue_attachment_configuration_field_mappings: [
         | 
| 1489 | 
            +
                #           {
         | 
| 1490 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1491 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1492 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1493 | 
            +
                #           },
         | 
| 1494 | 
            +
                #         ],
         | 
| 1495 | 
            +
                #         git_hub_pull_request_comment_configuration_field_mappings: [
         | 
| 1496 | 
            +
                #           {
         | 
| 1497 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1498 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1499 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1500 | 
            +
                #           },
         | 
| 1501 | 
            +
                #         ],
         | 
| 1502 | 
            +
                #         git_hub_pull_request_document_configuration_field_mappings: [
         | 
| 1503 | 
            +
                #           {
         | 
| 1504 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1505 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1506 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1507 | 
            +
                #           },
         | 
| 1508 | 
            +
                #         ],
         | 
| 1509 | 
            +
                #         git_hub_pull_request_document_attachment_configuration_field_mappings: [
         | 
| 1510 | 
            +
                #           {
         | 
| 1511 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1512 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1513 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1514 | 
            +
                #           },
         | 
| 1515 | 
            +
                #         ],
         | 
| 1516 | 
            +
                #       },
         | 
| 1517 | 
            +
                #       alfresco_configuration: {
         | 
| 1518 | 
            +
                #         site_url: "SiteUrl", # required
         | 
| 1519 | 
            +
                #         site_id: "SiteId", # required
         | 
| 1520 | 
            +
                #         secret_arn: "SecretArn", # required
         | 
| 1521 | 
            +
                #         ssl_certificate_s3_path: { # required
         | 
| 1522 | 
            +
                #           bucket: "S3BucketName", # required
         | 
| 1523 | 
            +
                #           key: "S3ObjectKey", # required
         | 
| 1524 | 
            +
                #         },
         | 
| 1525 | 
            +
                #         crawl_system_folders: false,
         | 
| 1526 | 
            +
                #         crawl_comments: false,
         | 
| 1527 | 
            +
                #         entity_filter: ["wiki"], # accepts wiki, blog, documentLibrary
         | 
| 1528 | 
            +
                #         document_library_field_mappings: [
         | 
| 1529 | 
            +
                #           {
         | 
| 1530 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1531 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1532 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1533 | 
            +
                #           },
         | 
| 1534 | 
            +
                #         ],
         | 
| 1535 | 
            +
                #         blog_field_mappings: [
         | 
| 1536 | 
            +
                #           {
         | 
| 1537 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1538 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1539 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1540 | 
            +
                #           },
         | 
| 1541 | 
            +
                #         ],
         | 
| 1542 | 
            +
                #         wiki_field_mappings: [
         | 
| 1543 | 
            +
                #           {
         | 
| 1544 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 1545 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 1546 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 1547 | 
            +
                #           },
         | 
| 1548 | 
            +
                #         ],
         | 
| 1549 | 
            +
                #         inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
         | 
| 1550 | 
            +
                #         exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
         | 
| 1551 | 
            +
                #         vpc_configuration: {
         | 
| 1552 | 
            +
                #           subnet_ids: ["SubnetId"], # required
         | 
| 1553 | 
            +
                #           security_group_ids: ["VpcSecurityGroupId"], # required
         | 
| 1554 | 
            +
                #         },
         | 
| 1555 | 
            +
                #       },
         | 
| 1360 1556 | 
             
                #     },
         | 
| 1361 1557 | 
             
                #     description: "Description",
         | 
| 1362 1558 | 
             
                #     schedule: "ScanSchedule",
         | 
| @@ -1441,8 +1637,9 @@ module Aws::Kendra | |
| 1441 1637 | 
             
                end
         | 
| 1442 1638 |  | 
| 1443 1639 | 
             
                # Creates an Amazon Kendra experience such as a search application. For
         | 
| 1444 | 
            -
                # more information on creating a search application experience, | 
| 1445 | 
            -
                #  | 
| 1640 | 
            +
                # more information on creating a search application experience,
         | 
| 1641 | 
            +
                # including using the Python and Java SDKs, see [Building a search
         | 
| 1642 | 
            +
                # experience with no code][1].
         | 
| 1446 1643 | 
             
                #
         | 
| 1447 1644 | 
             
                #
         | 
| 1448 1645 | 
             
                #
         | 
| @@ -1524,6 +1721,13 @@ module Aws::Kendra | |
| 1524 1721 | 
             
                #
         | 
| 1525 1722 | 
             
                # Adding FAQs to an index is an asynchronous operation.
         | 
| 1526 1723 | 
             
                #
         | 
| 1724 | 
            +
                # For an example of adding an FAQ to an index using Python and Java
         | 
| 1725 | 
            +
                # SDKs, see [Using you FAQ file][1].
         | 
| 1726 | 
            +
                #
         | 
| 1727 | 
            +
                #
         | 
| 1728 | 
            +
                #
         | 
| 1729 | 
            +
                # [1]: https://docs.aws.amazon.com/kendra/latest/dg/in-creating-faq.html#using-faq-file
         | 
| 1730 | 
            +
                #
         | 
| 1527 1731 | 
             
                # @option params [required, String] :index_id
         | 
| 1528 1732 | 
             
                #   The identifier of the index that contains the FAQ.
         | 
| 1529 1733 | 
             
                #
         | 
| @@ -1629,6 +1833,16 @@ module Aws::Kendra | |
| 1629 1833 | 
             
                # Once the index is active you can index your documents using the
         | 
| 1630 1834 | 
             
                # `BatchPutDocument` API or using one of the supported data sources.
         | 
| 1631 1835 | 
             
                #
         | 
| 1836 | 
            +
                # For an example of creating an index and data source using the Python
         | 
| 1837 | 
            +
                # SDK, see [Getting started with Python SDK][1]. For an example of
         | 
| 1838 | 
            +
                # creating an index and data source using the Java SDK, see [Getting
         | 
| 1839 | 
            +
                # started with Java SDK][2].
         | 
| 1840 | 
            +
                #
         | 
| 1841 | 
            +
                #
         | 
| 1842 | 
            +
                #
         | 
| 1843 | 
            +
                # [1]: https://docs.aws.amazon.com/kendra/latest/dg/gs-python.html
         | 
| 1844 | 
            +
                # [2]: https://docs.aws.amazon.com/kendra/latest/dg/gs-java.html
         | 
| 1845 | 
            +
                #
         | 
| 1632 1846 | 
             
                # @option params [required, String] :name
         | 
| 1633 1847 | 
             
                #   The name for the new index.
         | 
| 1634 1848 | 
             
                #
         | 
| @@ -1776,9 +1990,13 @@ module Aws::Kendra | |
| 1776 1990 | 
             
                # `CreateQuerySuggestionsBlockList` is currently not supported in the
         | 
| 1777 1991 | 
             
                # Amazon Web Services GovCloud (US-West) region.
         | 
| 1778 1992 | 
             
                #
         | 
| 1993 | 
            +
                # For an example of creating a block list for query suggestions using
         | 
| 1994 | 
            +
                # the Python SDK, see [Query suggestions block list][2].
         | 
| 1995 | 
            +
                #
         | 
| 1779 1996 | 
             
                #
         | 
| 1780 1997 | 
             
                #
         | 
| 1781 1998 | 
             
                # [1]: https://docs.aws.amazon.com/kendra/latest/dg/quotas.html
         | 
| 1999 | 
            +
                # [2]: https://docs.aws.amazon.com/kendra/latest/dg/query-suggestions.html#suggestions-block-list
         | 
| 1782 2000 | 
             
                #
         | 
| 1783 2001 | 
             
                # @option params [required, String] :index_id
         | 
| 1784 2002 | 
             
                #   The identifier of the index you want to create a query suggestions
         | 
| @@ -1869,6 +2087,13 @@ module Aws::Kendra | |
| 1869 2087 | 
             
                # Creates a thesaurus for an index. The thesaurus contains a list of
         | 
| 1870 2088 | 
             
                # synonyms in Solr format.
         | 
| 1871 2089 | 
             
                #
         | 
| 2090 | 
            +
                # For an example of adding a thesaurus file to an index, see [Adding
         | 
| 2091 | 
            +
                # custom synonyms to an index][1].
         | 
| 2092 | 
            +
                #
         | 
| 2093 | 
            +
                #
         | 
| 2094 | 
            +
                #
         | 
| 2095 | 
            +
                # [1]: https://docs.aws.amazon.com/kendra/latest/dg/index-synonyms-adding-thesaurus-file.html
         | 
| 2096 | 
            +
                #
         | 
| 1872 2097 | 
             
                # @option params [required, String] :index_id
         | 
| 1873 2098 | 
             
                #   The unique identifier of the index for the new thesaurus.
         | 
| 1874 2099 | 
             
                #
         | 
| @@ -2224,7 +2449,7 @@ module Aws::Kendra | |
| 2224 2449 | 
             
                #   resp.id #=> String
         | 
| 2225 2450 | 
             
                #   resp.index_id #=> String
         | 
| 2226 2451 | 
             
                #   resp.name #=> String
         | 
| 2227 | 
            -
                #   resp.type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX", "QUIP"
         | 
| 2452 | 
            +
                #   resp.type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX", "QUIP", "JIRA", "GITHUB", "ALFRESCO"
         | 
| 2228 2453 | 
             
                #   resp.configuration.s3_configuration.bucket_name #=> String
         | 
| 2229 2454 | 
             
                #   resp.configuration.s3_configuration.inclusion_prefixes #=> Array
         | 
| 2230 2455 | 
             
                #   resp.configuration.s3_configuration.inclusion_prefixes[0] #=> String
         | 
| @@ -2540,6 +2765,140 @@ module Aws::Kendra | |
| 2540 2765 | 
             
                #   resp.configuration.quip_configuration.vpc_configuration.subnet_ids[0] #=> String
         | 
| 2541 2766 | 
             
                #   resp.configuration.quip_configuration.vpc_configuration.security_group_ids #=> Array
         | 
| 2542 2767 | 
             
                #   resp.configuration.quip_configuration.vpc_configuration.security_group_ids[0] #=> String
         | 
| 2768 | 
            +
                #   resp.configuration.jira_configuration.jira_account_url #=> String
         | 
| 2769 | 
            +
                #   resp.configuration.jira_configuration.secret_arn #=> String
         | 
| 2770 | 
            +
                #   resp.configuration.jira_configuration.use_change_log #=> Boolean
         | 
| 2771 | 
            +
                #   resp.configuration.jira_configuration.project #=> Array
         | 
| 2772 | 
            +
                #   resp.configuration.jira_configuration.project[0] #=> String
         | 
| 2773 | 
            +
                #   resp.configuration.jira_configuration.issue_type #=> Array
         | 
| 2774 | 
            +
                #   resp.configuration.jira_configuration.issue_type[0] #=> String
         | 
| 2775 | 
            +
                #   resp.configuration.jira_configuration.status #=> Array
         | 
| 2776 | 
            +
                #   resp.configuration.jira_configuration.status[0] #=> String
         | 
| 2777 | 
            +
                #   resp.configuration.jira_configuration.issue_sub_entity_filter #=> Array
         | 
| 2778 | 
            +
                #   resp.configuration.jira_configuration.issue_sub_entity_filter[0] #=> String, one of "COMMENTS", "ATTACHMENTS", "WORKLOGS"
         | 
| 2779 | 
            +
                #   resp.configuration.jira_configuration.attachment_field_mappings #=> Array
         | 
| 2780 | 
            +
                #   resp.configuration.jira_configuration.attachment_field_mappings[0].data_source_field_name #=> String
         | 
| 2781 | 
            +
                #   resp.configuration.jira_configuration.attachment_field_mappings[0].date_field_format #=> String
         | 
| 2782 | 
            +
                #   resp.configuration.jira_configuration.attachment_field_mappings[0].index_field_name #=> String
         | 
| 2783 | 
            +
                #   resp.configuration.jira_configuration.comment_field_mappings #=> Array
         | 
| 2784 | 
            +
                #   resp.configuration.jira_configuration.comment_field_mappings[0].data_source_field_name #=> String
         | 
| 2785 | 
            +
                #   resp.configuration.jira_configuration.comment_field_mappings[0].date_field_format #=> String
         | 
| 2786 | 
            +
                #   resp.configuration.jira_configuration.comment_field_mappings[0].index_field_name #=> String
         | 
| 2787 | 
            +
                #   resp.configuration.jira_configuration.issue_field_mappings #=> Array
         | 
| 2788 | 
            +
                #   resp.configuration.jira_configuration.issue_field_mappings[0].data_source_field_name #=> String
         | 
| 2789 | 
            +
                #   resp.configuration.jira_configuration.issue_field_mappings[0].date_field_format #=> String
         | 
| 2790 | 
            +
                #   resp.configuration.jira_configuration.issue_field_mappings[0].index_field_name #=> String
         | 
| 2791 | 
            +
                #   resp.configuration.jira_configuration.project_field_mappings #=> Array
         | 
| 2792 | 
            +
                #   resp.configuration.jira_configuration.project_field_mappings[0].data_source_field_name #=> String
         | 
| 2793 | 
            +
                #   resp.configuration.jira_configuration.project_field_mappings[0].date_field_format #=> String
         | 
| 2794 | 
            +
                #   resp.configuration.jira_configuration.project_field_mappings[0].index_field_name #=> String
         | 
| 2795 | 
            +
                #   resp.configuration.jira_configuration.work_log_field_mappings #=> Array
         | 
| 2796 | 
            +
                #   resp.configuration.jira_configuration.work_log_field_mappings[0].data_source_field_name #=> String
         | 
| 2797 | 
            +
                #   resp.configuration.jira_configuration.work_log_field_mappings[0].date_field_format #=> String
         | 
| 2798 | 
            +
                #   resp.configuration.jira_configuration.work_log_field_mappings[0].index_field_name #=> String
         | 
| 2799 | 
            +
                #   resp.configuration.jira_configuration.inclusion_patterns #=> Array
         | 
| 2800 | 
            +
                #   resp.configuration.jira_configuration.inclusion_patterns[0] #=> String
         | 
| 2801 | 
            +
                #   resp.configuration.jira_configuration.exclusion_patterns #=> Array
         | 
| 2802 | 
            +
                #   resp.configuration.jira_configuration.exclusion_patterns[0] #=> String
         | 
| 2803 | 
            +
                #   resp.configuration.jira_configuration.vpc_configuration.subnet_ids #=> Array
         | 
| 2804 | 
            +
                #   resp.configuration.jira_configuration.vpc_configuration.subnet_ids[0] #=> String
         | 
| 2805 | 
            +
                #   resp.configuration.jira_configuration.vpc_configuration.security_group_ids #=> Array
         | 
| 2806 | 
            +
                #   resp.configuration.jira_configuration.vpc_configuration.security_group_ids[0] #=> String
         | 
| 2807 | 
            +
                #   resp.configuration.git_hub_configuration.saa_s_configuration.organization_name #=> String
         | 
| 2808 | 
            +
                #   resp.configuration.git_hub_configuration.saa_s_configuration.host_url #=> String
         | 
| 2809 | 
            +
                #   resp.configuration.git_hub_configuration.on_premise_configuration.host_url #=> String
         | 
| 2810 | 
            +
                #   resp.configuration.git_hub_configuration.on_premise_configuration.organization_name #=> String
         | 
| 2811 | 
            +
                #   resp.configuration.git_hub_configuration.on_premise_configuration.ssl_certificate_s3_path.bucket #=> String
         | 
| 2812 | 
            +
                #   resp.configuration.git_hub_configuration.on_premise_configuration.ssl_certificate_s3_path.key #=> String
         | 
| 2813 | 
            +
                #   resp.configuration.git_hub_configuration.type #=> String, one of "SAAS", "ON_PREMISE"
         | 
| 2814 | 
            +
                #   resp.configuration.git_hub_configuration.secret_arn #=> String
         | 
| 2815 | 
            +
                #   resp.configuration.git_hub_configuration.use_change_log #=> Boolean
         | 
| 2816 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_document_crawl_properties.crawl_repository_documents #=> Boolean
         | 
| 2817 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_document_crawl_properties.crawl_issue #=> Boolean
         | 
| 2818 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_document_crawl_properties.crawl_issue_comment #=> Boolean
         | 
| 2819 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_document_crawl_properties.crawl_issue_comment_attachment #=> Boolean
         | 
| 2820 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_document_crawl_properties.crawl_pull_request #=> Boolean
         | 
| 2821 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_document_crawl_properties.crawl_pull_request_comment #=> Boolean
         | 
| 2822 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_document_crawl_properties.crawl_pull_request_comment_attachment #=> Boolean
         | 
| 2823 | 
            +
                #   resp.configuration.git_hub_configuration.repository_filter #=> Array
         | 
| 2824 | 
            +
                #   resp.configuration.git_hub_configuration.repository_filter[0] #=> String
         | 
| 2825 | 
            +
                #   resp.configuration.git_hub_configuration.inclusion_folder_name_patterns #=> Array
         | 
| 2826 | 
            +
                #   resp.configuration.git_hub_configuration.inclusion_folder_name_patterns[0] #=> String
         | 
| 2827 | 
            +
                #   resp.configuration.git_hub_configuration.inclusion_file_type_patterns #=> Array
         | 
| 2828 | 
            +
                #   resp.configuration.git_hub_configuration.inclusion_file_type_patterns[0] #=> String
         | 
| 2829 | 
            +
                #   resp.configuration.git_hub_configuration.inclusion_file_name_patterns #=> Array
         | 
| 2830 | 
            +
                #   resp.configuration.git_hub_configuration.inclusion_file_name_patterns[0] #=> String
         | 
| 2831 | 
            +
                #   resp.configuration.git_hub_configuration.exclusion_folder_name_patterns #=> Array
         | 
| 2832 | 
            +
                #   resp.configuration.git_hub_configuration.exclusion_folder_name_patterns[0] #=> String
         | 
| 2833 | 
            +
                #   resp.configuration.git_hub_configuration.exclusion_file_type_patterns #=> Array
         | 
| 2834 | 
            +
                #   resp.configuration.git_hub_configuration.exclusion_file_type_patterns[0] #=> String
         | 
| 2835 | 
            +
                #   resp.configuration.git_hub_configuration.exclusion_file_name_patterns #=> Array
         | 
| 2836 | 
            +
                #   resp.configuration.git_hub_configuration.exclusion_file_name_patterns[0] #=> String
         | 
| 2837 | 
            +
                #   resp.configuration.git_hub_configuration.vpc_configuration.subnet_ids #=> Array
         | 
| 2838 | 
            +
                #   resp.configuration.git_hub_configuration.vpc_configuration.subnet_ids[0] #=> String
         | 
| 2839 | 
            +
                #   resp.configuration.git_hub_configuration.vpc_configuration.security_group_ids #=> Array
         | 
| 2840 | 
            +
                #   resp.configuration.git_hub_configuration.vpc_configuration.security_group_ids[0] #=> String
         | 
| 2841 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_repository_configuration_field_mappings #=> Array
         | 
| 2842 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_repository_configuration_field_mappings[0].data_source_field_name #=> String
         | 
| 2843 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_repository_configuration_field_mappings[0].date_field_format #=> String
         | 
| 2844 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_repository_configuration_field_mappings[0].index_field_name #=> String
         | 
| 2845 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_commit_configuration_field_mappings #=> Array
         | 
| 2846 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_commit_configuration_field_mappings[0].data_source_field_name #=> String
         | 
| 2847 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_commit_configuration_field_mappings[0].date_field_format #=> String
         | 
| 2848 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_commit_configuration_field_mappings[0].index_field_name #=> String
         | 
| 2849 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_issue_document_configuration_field_mappings #=> Array
         | 
| 2850 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_issue_document_configuration_field_mappings[0].data_source_field_name #=> String
         | 
| 2851 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_issue_document_configuration_field_mappings[0].date_field_format #=> String
         | 
| 2852 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_issue_document_configuration_field_mappings[0].index_field_name #=> String
         | 
| 2853 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_issue_comment_configuration_field_mappings #=> Array
         | 
| 2854 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_issue_comment_configuration_field_mappings[0].data_source_field_name #=> String
         | 
| 2855 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_issue_comment_configuration_field_mappings[0].date_field_format #=> String
         | 
| 2856 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_issue_comment_configuration_field_mappings[0].index_field_name #=> String
         | 
| 2857 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_issue_attachment_configuration_field_mappings #=> Array
         | 
| 2858 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_issue_attachment_configuration_field_mappings[0].data_source_field_name #=> String
         | 
| 2859 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_issue_attachment_configuration_field_mappings[0].date_field_format #=> String
         | 
| 2860 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_issue_attachment_configuration_field_mappings[0].index_field_name #=> String
         | 
| 2861 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_pull_request_comment_configuration_field_mappings #=> Array
         | 
| 2862 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_pull_request_comment_configuration_field_mappings[0].data_source_field_name #=> String
         | 
| 2863 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_pull_request_comment_configuration_field_mappings[0].date_field_format #=> String
         | 
| 2864 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_pull_request_comment_configuration_field_mappings[0].index_field_name #=> String
         | 
| 2865 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_pull_request_document_configuration_field_mappings #=> Array
         | 
| 2866 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_pull_request_document_configuration_field_mappings[0].data_source_field_name #=> String
         | 
| 2867 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_pull_request_document_configuration_field_mappings[0].date_field_format #=> String
         | 
| 2868 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_pull_request_document_configuration_field_mappings[0].index_field_name #=> String
         | 
| 2869 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_pull_request_document_attachment_configuration_field_mappings #=> Array
         | 
| 2870 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_pull_request_document_attachment_configuration_field_mappings[0].data_source_field_name #=> String
         | 
| 2871 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_pull_request_document_attachment_configuration_field_mappings[0].date_field_format #=> String
         | 
| 2872 | 
            +
                #   resp.configuration.git_hub_configuration.git_hub_pull_request_document_attachment_configuration_field_mappings[0].index_field_name #=> String
         | 
| 2873 | 
            +
                #   resp.configuration.alfresco_configuration.site_url #=> String
         | 
| 2874 | 
            +
                #   resp.configuration.alfresco_configuration.site_id #=> String
         | 
| 2875 | 
            +
                #   resp.configuration.alfresco_configuration.secret_arn #=> String
         | 
| 2876 | 
            +
                #   resp.configuration.alfresco_configuration.ssl_certificate_s3_path.bucket #=> String
         | 
| 2877 | 
            +
                #   resp.configuration.alfresco_configuration.ssl_certificate_s3_path.key #=> String
         | 
| 2878 | 
            +
                #   resp.configuration.alfresco_configuration.crawl_system_folders #=> Boolean
         | 
| 2879 | 
            +
                #   resp.configuration.alfresco_configuration.crawl_comments #=> Boolean
         | 
| 2880 | 
            +
                #   resp.configuration.alfresco_configuration.entity_filter #=> Array
         | 
| 2881 | 
            +
                #   resp.configuration.alfresco_configuration.entity_filter[0] #=> String, one of "wiki", "blog", "documentLibrary"
         | 
| 2882 | 
            +
                #   resp.configuration.alfresco_configuration.document_library_field_mappings #=> Array
         | 
| 2883 | 
            +
                #   resp.configuration.alfresco_configuration.document_library_field_mappings[0].data_source_field_name #=> String
         | 
| 2884 | 
            +
                #   resp.configuration.alfresco_configuration.document_library_field_mappings[0].date_field_format #=> String
         | 
| 2885 | 
            +
                #   resp.configuration.alfresco_configuration.document_library_field_mappings[0].index_field_name #=> String
         | 
| 2886 | 
            +
                #   resp.configuration.alfresco_configuration.blog_field_mappings #=> Array
         | 
| 2887 | 
            +
                #   resp.configuration.alfresco_configuration.blog_field_mappings[0].data_source_field_name #=> String
         | 
| 2888 | 
            +
                #   resp.configuration.alfresco_configuration.blog_field_mappings[0].date_field_format #=> String
         | 
| 2889 | 
            +
                #   resp.configuration.alfresco_configuration.blog_field_mappings[0].index_field_name #=> String
         | 
| 2890 | 
            +
                #   resp.configuration.alfresco_configuration.wiki_field_mappings #=> Array
         | 
| 2891 | 
            +
                #   resp.configuration.alfresco_configuration.wiki_field_mappings[0].data_source_field_name #=> String
         | 
| 2892 | 
            +
                #   resp.configuration.alfresco_configuration.wiki_field_mappings[0].date_field_format #=> String
         | 
| 2893 | 
            +
                #   resp.configuration.alfresco_configuration.wiki_field_mappings[0].index_field_name #=> String
         | 
| 2894 | 
            +
                #   resp.configuration.alfresco_configuration.inclusion_patterns #=> Array
         | 
| 2895 | 
            +
                #   resp.configuration.alfresco_configuration.inclusion_patterns[0] #=> String
         | 
| 2896 | 
            +
                #   resp.configuration.alfresco_configuration.exclusion_patterns #=> Array
         | 
| 2897 | 
            +
                #   resp.configuration.alfresco_configuration.exclusion_patterns[0] #=> String
         | 
| 2898 | 
            +
                #   resp.configuration.alfresco_configuration.vpc_configuration.subnet_ids #=> Array
         | 
| 2899 | 
            +
                #   resp.configuration.alfresco_configuration.vpc_configuration.subnet_ids[0] #=> String
         | 
| 2900 | 
            +
                #   resp.configuration.alfresco_configuration.vpc_configuration.security_group_ids #=> Array
         | 
| 2901 | 
            +
                #   resp.configuration.alfresco_configuration.vpc_configuration.security_group_ids[0] #=> String
         | 
| 2543 2902 | 
             
                #   resp.created_at #=> Time
         | 
| 2544 2903 | 
             
                #   resp.updated_at #=> Time
         | 
| 2545 2904 | 
             
                #   resp.description #=> String
         | 
| @@ -3374,7 +3733,7 @@ module Aws::Kendra | |
| 3374 3733 | 
             
                #   resp.summary_items #=> Array
         | 
| 3375 3734 | 
             
                #   resp.summary_items[0].name #=> String
         | 
| 3376 3735 | 
             
                #   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"
         | 
| 3736 | 
            +
                #   resp.summary_items[0].type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX", "QUIP", "JIRA", "GITHUB", "ALFRESCO"
         | 
| 3378 3737 | 
             
                #   resp.summary_items[0].created_at #=> Time
         | 
| 3379 3738 | 
             
                #   resp.summary_items[0].updated_at #=> Time
         | 
| 3380 3739 | 
             
                #   resp.summary_items[0].status #=> String, one of "CREATING", "DELETING", "FAILED", "UPDATING", "ACTIVE"
         | 
| @@ -4962,6 +5321,188 @@ module Aws::Kendra | |
| 4962 5321 | 
             
                #           security_group_ids: ["VpcSecurityGroupId"], # required
         | 
| 4963 5322 | 
             
                #         },
         | 
| 4964 5323 | 
             
                #       },
         | 
| 5324 | 
            +
                #       jira_configuration: {
         | 
| 5325 | 
            +
                #         jira_account_url: "JiraAccountUrl", # required
         | 
| 5326 | 
            +
                #         secret_arn: "SecretArn", # required
         | 
| 5327 | 
            +
                #         use_change_log: false,
         | 
| 5328 | 
            +
                #         project: ["String"],
         | 
| 5329 | 
            +
                #         issue_type: ["String"],
         | 
| 5330 | 
            +
                #         status: ["String"],
         | 
| 5331 | 
            +
                #         issue_sub_entity_filter: ["COMMENTS"], # accepts COMMENTS, ATTACHMENTS, WORKLOGS
         | 
| 5332 | 
            +
                #         attachment_field_mappings: [
         | 
| 5333 | 
            +
                #           {
         | 
| 5334 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5335 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5336 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5337 | 
            +
                #           },
         | 
| 5338 | 
            +
                #         ],
         | 
| 5339 | 
            +
                #         comment_field_mappings: [
         | 
| 5340 | 
            +
                #           {
         | 
| 5341 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5342 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5343 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5344 | 
            +
                #           },
         | 
| 5345 | 
            +
                #         ],
         | 
| 5346 | 
            +
                #         issue_field_mappings: [
         | 
| 5347 | 
            +
                #           {
         | 
| 5348 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5349 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5350 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5351 | 
            +
                #           },
         | 
| 5352 | 
            +
                #         ],
         | 
| 5353 | 
            +
                #         project_field_mappings: [
         | 
| 5354 | 
            +
                #           {
         | 
| 5355 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5356 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5357 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5358 | 
            +
                #           },
         | 
| 5359 | 
            +
                #         ],
         | 
| 5360 | 
            +
                #         work_log_field_mappings: [
         | 
| 5361 | 
            +
                #           {
         | 
| 5362 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5363 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5364 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5365 | 
            +
                #           },
         | 
| 5366 | 
            +
                #         ],
         | 
| 5367 | 
            +
                #         inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
         | 
| 5368 | 
            +
                #         exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
         | 
| 5369 | 
            +
                #         vpc_configuration: {
         | 
| 5370 | 
            +
                #           subnet_ids: ["SubnetId"], # required
         | 
| 5371 | 
            +
                #           security_group_ids: ["VpcSecurityGroupId"], # required
         | 
| 5372 | 
            +
                #         },
         | 
| 5373 | 
            +
                #       },
         | 
| 5374 | 
            +
                #       git_hub_configuration: {
         | 
| 5375 | 
            +
                #         saa_s_configuration: {
         | 
| 5376 | 
            +
                #           organization_name: "OrganizationName", # required
         | 
| 5377 | 
            +
                #           host_url: "Url", # required
         | 
| 5378 | 
            +
                #         },
         | 
| 5379 | 
            +
                #         on_premise_configuration: {
         | 
| 5380 | 
            +
                #           host_url: "Url", # required
         | 
| 5381 | 
            +
                #           organization_name: "OrganizationName", # required
         | 
| 5382 | 
            +
                #           ssl_certificate_s3_path: { # required
         | 
| 5383 | 
            +
                #             bucket: "S3BucketName", # required
         | 
| 5384 | 
            +
                #             key: "S3ObjectKey", # required
         | 
| 5385 | 
            +
                #           },
         | 
| 5386 | 
            +
                #         },
         | 
| 5387 | 
            +
                #         type: "SAAS", # accepts SAAS, ON_PREMISE
         | 
| 5388 | 
            +
                #         secret_arn: "SecretArn", # required
         | 
| 5389 | 
            +
                #         use_change_log: false,
         | 
| 5390 | 
            +
                #         git_hub_document_crawl_properties: {
         | 
| 5391 | 
            +
                #           crawl_repository_documents: false,
         | 
| 5392 | 
            +
                #           crawl_issue: false,
         | 
| 5393 | 
            +
                #           crawl_issue_comment: false,
         | 
| 5394 | 
            +
                #           crawl_issue_comment_attachment: false,
         | 
| 5395 | 
            +
                #           crawl_pull_request: false,
         | 
| 5396 | 
            +
                #           crawl_pull_request_comment: false,
         | 
| 5397 | 
            +
                #           crawl_pull_request_comment_attachment: false,
         | 
| 5398 | 
            +
                #         },
         | 
| 5399 | 
            +
                #         repository_filter: ["RepositoryName"],
         | 
| 5400 | 
            +
                #         inclusion_folder_name_patterns: ["String"],
         | 
| 5401 | 
            +
                #         inclusion_file_type_patterns: ["String"],
         | 
| 5402 | 
            +
                #         inclusion_file_name_patterns: ["String"],
         | 
| 5403 | 
            +
                #         exclusion_folder_name_patterns: ["String"],
         | 
| 5404 | 
            +
                #         exclusion_file_type_patterns: ["String"],
         | 
| 5405 | 
            +
                #         exclusion_file_name_patterns: ["String"],
         | 
| 5406 | 
            +
                #         vpc_configuration: {
         | 
| 5407 | 
            +
                #           subnet_ids: ["SubnetId"], # required
         | 
| 5408 | 
            +
                #           security_group_ids: ["VpcSecurityGroupId"], # required
         | 
| 5409 | 
            +
                #         },
         | 
| 5410 | 
            +
                #         git_hub_repository_configuration_field_mappings: [
         | 
| 5411 | 
            +
                #           {
         | 
| 5412 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5413 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5414 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5415 | 
            +
                #           },
         | 
| 5416 | 
            +
                #         ],
         | 
| 5417 | 
            +
                #         git_hub_commit_configuration_field_mappings: [
         | 
| 5418 | 
            +
                #           {
         | 
| 5419 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5420 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5421 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5422 | 
            +
                #           },
         | 
| 5423 | 
            +
                #         ],
         | 
| 5424 | 
            +
                #         git_hub_issue_document_configuration_field_mappings: [
         | 
| 5425 | 
            +
                #           {
         | 
| 5426 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5427 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5428 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5429 | 
            +
                #           },
         | 
| 5430 | 
            +
                #         ],
         | 
| 5431 | 
            +
                #         git_hub_issue_comment_configuration_field_mappings: [
         | 
| 5432 | 
            +
                #           {
         | 
| 5433 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5434 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5435 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5436 | 
            +
                #           },
         | 
| 5437 | 
            +
                #         ],
         | 
| 5438 | 
            +
                #         git_hub_issue_attachment_configuration_field_mappings: [
         | 
| 5439 | 
            +
                #           {
         | 
| 5440 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5441 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5442 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5443 | 
            +
                #           },
         | 
| 5444 | 
            +
                #         ],
         | 
| 5445 | 
            +
                #         git_hub_pull_request_comment_configuration_field_mappings: [
         | 
| 5446 | 
            +
                #           {
         | 
| 5447 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5448 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5449 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5450 | 
            +
                #           },
         | 
| 5451 | 
            +
                #         ],
         | 
| 5452 | 
            +
                #         git_hub_pull_request_document_configuration_field_mappings: [
         | 
| 5453 | 
            +
                #           {
         | 
| 5454 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5455 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5456 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5457 | 
            +
                #           },
         | 
| 5458 | 
            +
                #         ],
         | 
| 5459 | 
            +
                #         git_hub_pull_request_document_attachment_configuration_field_mappings: [
         | 
| 5460 | 
            +
                #           {
         | 
| 5461 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5462 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5463 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5464 | 
            +
                #           },
         | 
| 5465 | 
            +
                #         ],
         | 
| 5466 | 
            +
                #       },
         | 
| 5467 | 
            +
                #       alfresco_configuration: {
         | 
| 5468 | 
            +
                #         site_url: "SiteUrl", # required
         | 
| 5469 | 
            +
                #         site_id: "SiteId", # required
         | 
| 5470 | 
            +
                #         secret_arn: "SecretArn", # required
         | 
| 5471 | 
            +
                #         ssl_certificate_s3_path: { # required
         | 
| 5472 | 
            +
                #           bucket: "S3BucketName", # required
         | 
| 5473 | 
            +
                #           key: "S3ObjectKey", # required
         | 
| 5474 | 
            +
                #         },
         | 
| 5475 | 
            +
                #         crawl_system_folders: false,
         | 
| 5476 | 
            +
                #         crawl_comments: false,
         | 
| 5477 | 
            +
                #         entity_filter: ["wiki"], # accepts wiki, blog, documentLibrary
         | 
| 5478 | 
            +
                #         document_library_field_mappings: [
         | 
| 5479 | 
            +
                #           {
         | 
| 5480 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5481 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5482 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5483 | 
            +
                #           },
         | 
| 5484 | 
            +
                #         ],
         | 
| 5485 | 
            +
                #         blog_field_mappings: [
         | 
| 5486 | 
            +
                #           {
         | 
| 5487 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5488 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5489 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5490 | 
            +
                #           },
         | 
| 5491 | 
            +
                #         ],
         | 
| 5492 | 
            +
                #         wiki_field_mappings: [
         | 
| 5493 | 
            +
                #           {
         | 
| 5494 | 
            +
                #             data_source_field_name: "DataSourceFieldName", # required
         | 
| 5495 | 
            +
                #             date_field_format: "DataSourceDateFieldFormat",
         | 
| 5496 | 
            +
                #             index_field_name: "IndexFieldName", # required
         | 
| 5497 | 
            +
                #           },
         | 
| 5498 | 
            +
                #         ],
         | 
| 5499 | 
            +
                #         inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
         | 
| 5500 | 
            +
                #         exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
         | 
| 5501 | 
            +
                #         vpc_configuration: {
         | 
| 5502 | 
            +
                #           subnet_ids: ["SubnetId"], # required
         | 
| 5503 | 
            +
                #           security_group_ids: ["VpcSecurityGroupId"], # required
         | 
| 5504 | 
            +
                #         },
         | 
| 5505 | 
            +
                #       },
         | 
| 4965 5506 | 
             
                #     },
         | 
| 4966 5507 | 
             
                #     description: "Description",
         | 
| 4967 5508 | 
             
                #     schedule: "ScanSchedule",
         | 
| @@ -5432,7 +5973,7 @@ module Aws::Kendra | |
| 5432 5973 | 
             
                    params: params,
         | 
| 5433 5974 | 
             
                    config: config)
         | 
| 5434 5975 | 
             
                  context[:gem_name] = 'aws-sdk-kendra'
         | 
| 5435 | 
            -
                  context[:gem_version] = '1. | 
| 5976 | 
            +
                  context[:gem_version] = '1.53.0'
         | 
| 5436 5977 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 5437 5978 | 
             
                end
         | 
| 5438 5979 |  |