cdk-comprehend-s3olap 2.0.23 → 2.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +110 -59
  8. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +75 -69
  9. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +20 -4
  10. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +4 -2
  11. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
  12. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +106 -61
  13. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +24 -21
  14. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +27 -5
  15. package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +228 -61
  16. package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +6 -0
  17. package/node_modules/aws-sdk/clients/athena.d.ts +57 -2
  18. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +12 -3
  19. package/node_modules/aws-sdk/clients/dms.d.ts +26 -2
  20. package/node_modules/aws-sdk/clients/emr.d.ts +8 -0
  21. package/node_modules/aws-sdk/clients/glue.d.ts +16 -3
  22. package/node_modules/aws-sdk/clients/kendra.d.ts +109 -41
  23. package/node_modules/aws-sdk/clients/mwaa.d.ts +9 -12
  24. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  25. package/node_modules/aws-sdk/clients/rds.d.ts +79 -79
  26. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +27 -1
  27. package/node_modules/aws-sdk/clients/workmail.d.ts +203 -0
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +12 -1
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +22 -11
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +128 -64
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/lib/event_listeners.js +10 -0
  34. package/node_modules/aws-sdk/lib/model/api.js +1 -0
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/node_modules/esbuild/install.js +4 -4
  37. package/node_modules/esbuild/lib/main.js +12 -12
  38. package/node_modules/esbuild/package.json +21 -21
  39. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  40. package/node_modules/esbuild-linux-64/package.json +1 -1
  41. package/package.json +6 -6
@@ -44,11 +44,11 @@ declare class Kendra extends Service {
44
44
  */
45
45
  batchGetDocumentStatus(callback?: (err: AWSError, data: Kendra.Types.BatchGetDocumentStatusResponse) => void): Request<Kendra.Types.BatchGetDocumentStatusResponse, AWSError>;
46
46
  /**
47
- * Adds one or more documents to an index. The BatchPutDocument API enables you to ingest inline documents or a set of documents stored in an Amazon S3 bucket. Use this API to ingest your text and unstructured text into an index, add custom attributes to the documents, and to attach an access control list to the documents added to the index. The documents are indexed asynchronously. You can see the progress of the batch using Amazon Web Services CloudWatch. Any error messages related to processing the batch are sent to your Amazon Web Services CloudWatch log.
47
+ * Adds one or more documents to an index. The BatchPutDocument API enables you to ingest inline documents or a set of documents stored in an Amazon S3 bucket. Use this API to ingest your text and unstructured text into an index, add custom attributes to the documents, and to attach an access control list to the documents added to the index. The documents are indexed asynchronously. You can see the progress of the batch using Amazon Web Services CloudWatch. Any error messages related to processing the batch are sent to your Amazon Web Services CloudWatch log. For an example of ingesting inline documents using Python and Java SDKs, see Adding files directly to an index.
48
48
  */
49
49
  batchPutDocument(params: Kendra.Types.BatchPutDocumentRequest, callback?: (err: AWSError, data: Kendra.Types.BatchPutDocumentResponse) => void): Request<Kendra.Types.BatchPutDocumentResponse, AWSError>;
50
50
  /**
51
- * Adds one or more documents to an index. The BatchPutDocument API enables you to ingest inline documents or a set of documents stored in an Amazon S3 bucket. Use this API to ingest your text and unstructured text into an index, add custom attributes to the documents, and to attach an access control list to the documents added to the index. The documents are indexed asynchronously. You can see the progress of the batch using Amazon Web Services CloudWatch. Any error messages related to processing the batch are sent to your Amazon Web Services CloudWatch log.
51
+ * Adds one or more documents to an index. The BatchPutDocument API enables you to ingest inline documents or a set of documents stored in an Amazon S3 bucket. Use this API to ingest your text and unstructured text into an index, add custom attributes to the documents, and to attach an access control list to the documents added to the index. The documents are indexed asynchronously. You can see the progress of the batch using Amazon Web Services CloudWatch. Any error messages related to processing the batch are sent to your Amazon Web Services CloudWatch log. For an example of ingesting inline documents using Python and Java SDKs, see Adding files directly to an index.
52
52
  */
53
53
  batchPutDocument(callback?: (err: AWSError, data: Kendra.Types.BatchPutDocumentResponse) => void): Request<Kendra.Types.BatchPutDocumentResponse, AWSError>;
54
54
  /**
@@ -60,51 +60,51 @@ declare class Kendra extends Service {
60
60
  */
61
61
  clearQuerySuggestions(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
62
62
  /**
63
- * Creates a data source that you want to use with an Amazon Kendra index. You specify a name, data source connector type and description for your data source. You also specify configuration information for the data source connector. CreateDataSource is a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised. Amazon S3 and custom data sources are the only supported data sources in the Amazon Web Services GovCloud (US-West) region.
63
+ * Creates a data source that you want to use with an Amazon Kendra index. You specify a name, data source connector type and description for your data source. You also specify configuration information for the data source connector. CreateDataSource is a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised. Amazon S3 and custom data sources are the only supported data sources in the Amazon Web Services GovCloud (US-West) region. For an example of creating an index and data source using the Python SDK, see Getting started with Python SDK. For an example of creating an index and data source using the Java SDK, see Getting started with Java SDK.
64
64
  */
65
65
  createDataSource(params: Kendra.Types.CreateDataSourceRequest, callback?: (err: AWSError, data: Kendra.Types.CreateDataSourceResponse) => void): Request<Kendra.Types.CreateDataSourceResponse, AWSError>;
66
66
  /**
67
- * Creates a data source that you want to use with an Amazon Kendra index. You specify a name, data source connector type and description for your data source. You also specify configuration information for the data source connector. CreateDataSource is a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised. Amazon S3 and custom data sources are the only supported data sources in the Amazon Web Services GovCloud (US-West) region.
67
+ * Creates a data source that you want to use with an Amazon Kendra index. You specify a name, data source connector type and description for your data source. You also specify configuration information for the data source connector. CreateDataSource is a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised. Amazon S3 and custom data sources are the only supported data sources in the Amazon Web Services GovCloud (US-West) region. For an example of creating an index and data source using the Python SDK, see Getting started with Python SDK. For an example of creating an index and data source using the Java SDK, see Getting started with Java SDK.
68
68
  */
69
69
  createDataSource(callback?: (err: AWSError, data: Kendra.Types.CreateDataSourceResponse) => void): Request<Kendra.Types.CreateDataSourceResponse, AWSError>;
70
70
  /**
71
- * Creates an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
71
+ * Creates an Amazon Kendra experience such as a search application. For more information on creating a search application experience, including using the Python and Java SDKs, see Building a search experience with no code.
72
72
  */
73
73
  createExperience(params: Kendra.Types.CreateExperienceRequest, callback?: (err: AWSError, data: Kendra.Types.CreateExperienceResponse) => void): Request<Kendra.Types.CreateExperienceResponse, AWSError>;
74
74
  /**
75
- * Creates an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
75
+ * Creates an Amazon Kendra experience such as a search application. For more information on creating a search application experience, including using the Python and Java SDKs, see Building a search experience with no code.
76
76
  */
77
77
  createExperience(callback?: (err: AWSError, data: Kendra.Types.CreateExperienceResponse) => void): Request<Kendra.Types.CreateExperienceResponse, AWSError>;
78
78
  /**
79
- * Creates an new set of frequently asked question (FAQ) questions and answers. Adding FAQs to an index is an asynchronous operation.
79
+ * Creates an new set of frequently asked question (FAQ) questions and answers. Adding FAQs to an index is an asynchronous operation. For an example of adding an FAQ to an index using Python and Java SDKs, see Using you FAQ file.
80
80
  */
81
81
  createFaq(params: Kendra.Types.CreateFaqRequest, callback?: (err: AWSError, data: Kendra.Types.CreateFaqResponse) => void): Request<Kendra.Types.CreateFaqResponse, AWSError>;
82
82
  /**
83
- * Creates an new set of frequently asked question (FAQ) questions and answers. Adding FAQs to an index is an asynchronous operation.
83
+ * Creates an new set of frequently asked question (FAQ) questions and answers. Adding FAQs to an index is an asynchronous operation. For an example of adding an FAQ to an index using Python and Java SDKs, see Using you FAQ file.
84
84
  */
85
85
  createFaq(callback?: (err: AWSError, data: Kendra.Types.CreateFaqResponse) => void): Request<Kendra.Types.CreateFaqResponse, AWSError>;
86
86
  /**
87
- * Creates a new Amazon Kendra index. Index creation is an asynchronous API. To determine if index creation has completed, check the Status field returned from a call to DescribeIndex. The Status field is set to ACTIVE when the index is ready to use. Once the index is active you can index your documents using the BatchPutDocument API or using one of the supported data sources.
87
+ * Creates a new Amazon Kendra index. Index creation is an asynchronous API. To determine if index creation has completed, check the Status field returned from a call to DescribeIndex. The Status field is set to ACTIVE when the index is ready to use. Once the index is active you can index your documents using the BatchPutDocument API or using one of the supported data sources. For an example of creating an index and data source using the Python SDK, see Getting started with Python SDK. For an example of creating an index and data source using the Java SDK, see Getting started with Java SDK.
88
88
  */
89
89
  createIndex(params: Kendra.Types.CreateIndexRequest, callback?: (err: AWSError, data: Kendra.Types.CreateIndexResponse) => void): Request<Kendra.Types.CreateIndexResponse, AWSError>;
90
90
  /**
91
- * Creates a new Amazon Kendra index. Index creation is an asynchronous API. To determine if index creation has completed, check the Status field returned from a call to DescribeIndex. The Status field is set to ACTIVE when the index is ready to use. Once the index is active you can index your documents using the BatchPutDocument API or using one of the supported data sources.
91
+ * Creates a new Amazon Kendra index. Index creation is an asynchronous API. To determine if index creation has completed, check the Status field returned from a call to DescribeIndex. The Status field is set to ACTIVE when the index is ready to use. Once the index is active you can index your documents using the BatchPutDocument API or using one of the supported data sources. For an example of creating an index and data source using the Python SDK, see Getting started with Python SDK. For an example of creating an index and data source using the Java SDK, see Getting started with Java SDK.
92
92
  */
93
93
  createIndex(callback?: (err: AWSError, data: Kendra.Types.CreateIndexResponse) => void): Request<Kendra.Types.CreateIndexResponse, AWSError>;
94
94
  /**
95
- * Creates a block list to exlcude certain queries from suggestions. Any query that contains words or phrases specified in the block list is blocked or filtered out from being shown as a suggestion. You need to provide the file location of your block list text file in your S3 bucket. In your text file, enter each block word or phrase on a separate line. For information on the current quota limits for block lists, see Quotas for Amazon Kendra. CreateQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
95
+ * Creates a block list to exlcude certain queries from suggestions. Any query that contains words or phrases specified in the block list is blocked or filtered out from being shown as a suggestion. You need to provide the file location of your block list text file in your S3 bucket. In your text file, enter each block word or phrase on a separate line. For information on the current quota limits for block lists, see Quotas for Amazon Kendra. CreateQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region. For an example of creating a block list for query suggestions using the Python SDK, see Query suggestions block list.
96
96
  */
97
97
  createQuerySuggestionsBlockList(params: Kendra.Types.CreateQuerySuggestionsBlockListRequest, callback?: (err: AWSError, data: Kendra.Types.CreateQuerySuggestionsBlockListResponse) => void): Request<Kendra.Types.CreateQuerySuggestionsBlockListResponse, AWSError>;
98
98
  /**
99
- * Creates a block list to exlcude certain queries from suggestions. Any query that contains words or phrases specified in the block list is blocked or filtered out from being shown as a suggestion. You need to provide the file location of your block list text file in your S3 bucket. In your text file, enter each block word or phrase on a separate line. For information on the current quota limits for block lists, see Quotas for Amazon Kendra. CreateQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
99
+ * Creates a block list to exlcude certain queries from suggestions. Any query that contains words or phrases specified in the block list is blocked or filtered out from being shown as a suggestion. You need to provide the file location of your block list text file in your S3 bucket. In your text file, enter each block word or phrase on a separate line. For information on the current quota limits for block lists, see Quotas for Amazon Kendra. CreateQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region. For an example of creating a block list for query suggestions using the Python SDK, see Query suggestions block list.
100
100
  */
101
101
  createQuerySuggestionsBlockList(callback?: (err: AWSError, data: Kendra.Types.CreateQuerySuggestionsBlockListResponse) => void): Request<Kendra.Types.CreateQuerySuggestionsBlockListResponse, AWSError>;
102
102
  /**
103
- * Creates a thesaurus for an index. The thesaurus contains a list of synonyms in Solr format.
103
+ * Creates a thesaurus for an index. The thesaurus contains a list of synonyms in Solr format. For an example of adding a thesaurus file to an index, see Adding custom synonyms to an index.
104
104
  */
105
105
  createThesaurus(params: Kendra.Types.CreateThesaurusRequest, callback?: (err: AWSError, data: Kendra.Types.CreateThesaurusResponse) => void): Request<Kendra.Types.CreateThesaurusResponse, AWSError>;
106
106
  /**
107
- * Creates a thesaurus for an index. The thesaurus contains a list of synonyms in Solr format.
107
+ * Creates a thesaurus for an index. The thesaurus contains a list of synonyms in Solr format. For an example of adding a thesaurus file to an index, see Adding custom synonyms to an index.
108
108
  */
109
109
  createThesaurus(callback?: (err: AWSError, data: Kendra.Types.CreateThesaurusResponse) => void): Request<Kendra.Types.CreateThesaurusResponse, AWSError>;
110
110
  /**
@@ -487,6 +487,61 @@ declare namespace Kendra {
487
487
  TextWithHighlightsValue?: TextWithHighlights;
488
488
  }
489
489
  export type AdditionalResultAttributeValueType = "TEXT_WITH_HIGHLIGHTS_VALUE"|string;
490
+ export interface AlfrescoConfiguration {
491
+ /**
492
+ * The URL of the Alfresco site. For example, https://hostname:8080.
493
+ */
494
+ SiteUrl: SiteUrl;
495
+ /**
496
+ * The identifier of the Alfresco site. For example, my-site.
497
+ */
498
+ SiteId: SiteId;
499
+ /**
500
+ * The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your Alfresco data source. The secret must contain a JSON structure with the following keys: username—The user name of the Alfresco account. password—The password of the Alfresco account.
501
+ */
502
+ SecretArn: SecretArn;
503
+ /**
504
+ * The path to the SSL certificate stored in an Amazon S3 bucket. You use this to connect to Alfresco.
505
+ */
506
+ SslCertificateS3Path: S3Path;
507
+ /**
508
+ * TRUE to index shared files.
509
+ */
510
+ CrawlSystemFolders?: Boolean;
511
+ /**
512
+ * TRUE to index comments of wikis and blogs.
513
+ */
514
+ CrawlComments?: Boolean;
515
+ /**
516
+ * Specify whether to index document libraries, wikis, or blogs. You can specify one or more of these options.
517
+ */
518
+ EntityFilter?: EntityFilter;
519
+ /**
520
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco document libraries to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Alfresco fields. For more information, see Mapping data source fields. The Alfresco data source field names must exist in your Alfresco custom metadata.
521
+ */
522
+ DocumentLibraryFieldMappings?: DataSourceToIndexFieldMappingList;
523
+ /**
524
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco blogs to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Alfresco fields. For more information, see Mapping data source fields. The Alfresco data source field names must exist in your Alfresco custom metadata.
525
+ */
526
+ BlogFieldMappings?: DataSourceToIndexFieldMappingList;
527
+ /**
528
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco wikis to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Alfresco fields. For more information, see Mapping data source fields. The Alfresco data source field names must exist in your Alfresco custom metadata.
529
+ */
530
+ WikiFieldMappings?: DataSourceToIndexFieldMappingList;
531
+ /**
532
+ * A list of regular expression patterns to include certain files in your Alfresco data source. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
533
+ */
534
+ InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
535
+ /**
536
+ * A list of regular expression patterns to exclude certain files in your Alfresco data source. Files that match the patterns are excluded from the index. Files that don't match the patterns are included in the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
537
+ */
538
+ ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
539
+ /**
540
+ * Configuration information for an Amazon Virtual Private Cloud to connect to your Alfresco. For more information, see Configuring a VPC.
541
+ */
542
+ VpcConfiguration?: DataSourceVpcConfiguration;
543
+ }
544
+ export type AlfrescoEntity = "wiki"|"blog"|"documentLibrary"|string;
490
545
  export type AmazonResourceName = string;
491
546
  export type AssociateEntitiesToExperienceFailedEntityList = FailedEntity[];
492
547
  export interface AssociateEntitiesToExperienceRequest {
@@ -758,11 +813,11 @@ declare namespace Kendra {
758
813
  }
759
814
  export interface CapacityUnitsConfiguration {
760
815
  /**
761
- * The amount of extra storage capacity for an index. A single capacity unit provides 30 GB of storage space or 100,000 documents, whichever is reached first.
816
+ * The amount of extra storage capacity for an index. A single capacity unit provides 30 GB of storage space or 100,000 documents, whichever is reached first. You can add up to 100 extra capacity units.
762
817
  */
763
818
  StorageCapacityUnits: StorageCapacityUnit;
764
819
  /**
765
- * The amount of extra query capacity for an index and GetQuerySuggestions capacity. A single extra capacity unit for an index provides 0.1 queries per second or approximately 8,000 queries per day. GetQuerySuggestions capacity is five times the provisioned query capacity for an index, or the base capacity of 2.5 calls per second, whichever is higher. For example, the base capacity for an index is 0.1 queries per second, and GetQuerySuggestions capacity has a base of 2.5 calls per second. If you add another 0.1 queries per second to total 0.2 queries per second for an index, the GetQuerySuggestions capacity is 2.5 calls per second (higher than five times 0.2 queries per second).
820
+ * The amount of extra query capacity for an index and GetQuerySuggestions capacity. A single extra capacity unit for an index provides 0.1 queries per second or approximately 8,000 queries per day. You can add up to 100 extra capacity units. GetQuerySuggestions capacity is five times the provisioned query capacity for an index, or the base capacity of 2.5 calls per second, whichever is higher. For example, the base capacity for an index is 0.1 queries per second, and GetQuerySuggestions capacity has a base of 2.5 calls per second. If you add another 0.1 queries per second to total 0.2 queries per second for an index, the GetQuerySuggestions capacity is 2.5 calls per second (higher than five times 0.2 queries per second).
766
821
  */
767
822
  QueryCapacityUnits: QueryCapacityUnit;
768
823
  }
@@ -812,7 +867,7 @@ declare namespace Kendra {
812
867
  export type ConditionOperator = "GreaterThan"|"GreaterThanOrEquals"|"LessThan"|"LessThanOrEquals"|"Equals"|"NotEquals"|"Contains"|"NotContains"|"Exists"|"NotExists"|"BeginsWith"|string;
813
868
  export interface ConfluenceAttachmentConfiguration {
814
869
  /**
815
- * Indicates whether Amazon Kendra indexes attachments to the pages and blogs in the Confluence data source.
870
+ * TRUE to index attachments of pages and blogs in Confluence.
816
871
  */
817
872
  CrawlAttachments?: Boolean;
818
873
  /**
@@ -864,11 +919,11 @@ declare namespace Kendra {
864
919
  */
865
920
  ServerUrl: Url;
866
921
  /**
867
- * The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your Confluence server. The secret must contain a JSON structure with the following keys: username—The user name or email address of a user with administrative privileges for the Confluence server. password—The password associated with the user logging in to the Confluence server.
922
+ * The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the user name and password required to connect to the Confluence instance. If you use Confluence cloud, you use a generated API token as the password. For more information, see Using a Confluemce data source.
868
923
  */
869
924
  SecretArn: SecretArn;
870
925
  /**
871
- * Specifies the version of the Confluence installation that you are connecting to.
926
+ * The version or the type of the Confluence installation to connect to.
872
927
  */
873
928
  Version: ConfluenceVersion;
874
929
  /**
@@ -896,13 +951,13 @@ declare namespace Kendra {
896
951
  */
897
952
  InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
898
953
  /**
899
- * &gt;A list of regular expression patterns to exclude certain blog posts, pages, spaces, or attachments in your Confluence. Content that matches the patterns are excluded from the index. Content that doesn't match the patterns is included in the index. If content matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the content isn't included in the index.
954
+ * A list of regular expression patterns to exclude certain blog posts, pages, spaces, or attachments in your Confluence. Content that matches the patterns are excluded from the index. Content that doesn't match the patterns is included in the index. If content matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the content isn't included in the index.
900
955
  */
901
956
  ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
902
957
  }
903
958
  export interface ConfluencePageConfiguration {
904
959
  /**
905
- * &gt;Maps attributes or field names of Confluence pages to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Confluence fields. For more information, see Mapping data source fields. The Confluence data source field names must exist in your Confluence custom metadata. If you specify the PageFieldMappings parameter, you must specify at least one field mapping.
960
+ * Maps attributes or field names of Confluence pages to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Confluence fields. For more information, see Mapping data source fields. The Confluence data source field names must exist in your Confluence custom metadata. If you specify the PageFieldMappings parameter, you must specify at least one field mapping.
906
961
  */
907
962
  PageFieldMappings?: ConfluencePageFieldMappingsList;
908
963
  }
@@ -924,11 +979,11 @@ declare namespace Kendra {
924
979
  }
925
980
  export interface ConfluenceSpaceConfiguration {
926
981
  /**
927
- * Specifies whether Amazon Kendra should index personal spaces. Users can add restrictions to items in personal spaces. If personal spaces are indexed, queries without user context information may return restricted items from a personal space in their results. For more information, see Filtering on user context.
982
+ * TRUE to index personal spaces. You can add restrictions to items in personal spaces. If personal spaces are indexed, queries without user context information may return restricted items from a personal space in their results. For more information, see Filtering on user context.
928
983
  */
929
984
  CrawlPersonalSpaces?: Boolean;
930
985
  /**
931
- * Specifies whether Amazon Kendra should index archived spaces.
986
+ * TRUE to index archived spaces.
932
987
  */
933
988
  CrawlArchivedSpaces?: Boolean;
934
989
  /**
@@ -1348,6 +1403,10 @@ declare namespace Kendra {
1348
1403
  * Provides the configuration information to connect to GitHub as your data source.
1349
1404
  */
1350
1405
  GitHubConfiguration?: GitHubConfiguration;
1406
+ /**
1407
+ * Provides the configuration information to connect to Alfresco as your data source.
1408
+ */
1409
+ AlfrescoConfiguration?: AlfrescoConfiguration;
1351
1410
  }
1352
1411
  export type DataSourceDateFieldFormat = string;
1353
1412
  export type DataSourceFieldName = string;
@@ -1483,7 +1542,7 @@ declare namespace Kendra {
1483
1542
  IndexFieldName: IndexFieldName;
1484
1543
  }
1485
1544
  export type DataSourceToIndexFieldMappingList = DataSourceToIndexFieldMapping[];
1486
- export type DataSourceType = "S3"|"SHAREPOINT"|"DATABASE"|"SALESFORCE"|"ONEDRIVE"|"SERVICENOW"|"CUSTOM"|"CONFLUENCE"|"GOOGLEDRIVE"|"WEBCRAWLER"|"WORKDOCS"|"FSX"|"SLACK"|"BOX"|"QUIP"|"JIRA"|"GITHUB"|string;
1545
+ export type DataSourceType = "S3"|"SHAREPOINT"|"DATABASE"|"SALESFORCE"|"ONEDRIVE"|"SERVICENOW"|"CUSTOM"|"CONFLUENCE"|"GOOGLEDRIVE"|"WEBCRAWLER"|"WORKDOCS"|"FSX"|"SLACK"|"BOX"|"QUIP"|"JIRA"|"GITHUB"|"ALFRESCO"|string;
1487
1546
  export interface DataSourceVpcConfiguration {
1488
1547
  /**
1489
1548
  * A list of identifiers for subnets within your Amazon VPC. The subnets should be able to connect to each other in the VPC, and they should have outgoing access to the Internet through a NAT device.
@@ -2285,6 +2344,7 @@ declare namespace Kendra {
2285
2344
  */
2286
2345
  LastName?: NameType;
2287
2346
  }
2347
+ export type EntityFilter = AlfrescoEntity[];
2288
2348
  export type EntityId = string;
2289
2349
  export type EntityIdsList = EntityId[];
2290
2350
  export interface EntityPersonaConfiguration {
@@ -2862,15 +2922,15 @@ declare namespace Kendra {
2862
2922
  export type JiraAccountUrl = string;
2863
2923
  export interface JiraConfiguration {
2864
2924
  /**
2865
- * The URL of the Jira account. For example, company.attlassian.net or https://jira.company.com. You can find your Jira account URL in the URL of your profile page for Jira desktop.
2925
+ * The URL of the Jira account. For example, company.atlassian.net or https://jira.company.com. You can find your Jira account URL in the URL of your profile page for Jira desktop.
2866
2926
  */
2867
2927
  JiraAccountUrl: JiraAccountUrl;
2868
2928
  /**
2869
- * The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your Jira data source. The secret must contain a JSON structure with the following keys: jira-id—The ID of the Jira account. jiraCredentials—The password of the Jira account user.
2929
+ * The Amazon Resource Name (ARN) of a secret in Secrets Manager contains the key-value pairs required to connect to your Jira data source. The secret must contain a JSON structure with the following keys: jiraId—The Jira username. jiraCredentials—The Jira API token. For more information on creating an API token in Jira, see Authentication for a Jira data source.
2870
2930
  */
2871
2931
  SecretArn: SecretArn;
2872
2932
  /**
2873
- * Specify to use the change log option to update your index.
2933
+ * TRUE to use the Jira change log to determine which documents require updating in the index. Depending on the change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in Jira.
2874
2934
  */
2875
2935
  UseChangeLog?: Boolean;
2876
2936
  /**
@@ -3291,7 +3351,7 @@ declare namespace Kendra {
3291
3351
  */
3292
3352
  OrganizationName: OrganizationName;
3293
3353
  /**
3294
- * Information required to find a specific file in an Amazon S3 bucket.
3354
+ * The path to the SSL certificate stored in an Amazon S3 bucket. You use this to connect to GitHub.
3295
3355
  */
3296
3356
  SslCertificateS3Path: S3Path;
3297
3357
  }
@@ -3321,7 +3381,7 @@ declare namespace Kendra {
3321
3381
  */
3322
3382
  FieldMappings?: DataSourceToIndexFieldMappingList;
3323
3383
  /**
3324
- * A Boolean value that specifies whether local groups are disabled (True) or enabled (False).
3384
+ * TRUE to disable local groups information.
3325
3385
  */
3326
3386
  DisableLocalGroups?: Boolean;
3327
3387
  }
@@ -3597,19 +3657,19 @@ declare namespace Kendra {
3597
3657
  */
3598
3658
  SecretArn: SecretArn;
3599
3659
  /**
3600
- * Specify whether to crawl file comments in Quip. You can specify one or more of these options.
3660
+ * TRUE to index file comments.
3601
3661
  */
3602
3662
  CrawlFileComments?: Boolean;
3603
3663
  /**
3604
- * Specify whether to crawl chat rooms in Quip. You can specify one or more of these options.
3664
+ * TRUE to index the contents of chat rooms.
3605
3665
  */
3606
3666
  CrawlChatRooms?: Boolean;
3607
3667
  /**
3608
- * Specify whether to crawl attachments in Quip. You can specify one or more of these options.
3668
+ * TRUE to index attachments.
3609
3669
  */
3610
3670
  CrawlAttachments?: Boolean;
3611
3671
  /**
3612
- * The identifier of the Quip folder IDs to index.
3672
+ * The identifier of the Quip folders you want to index.
3613
3673
  */
3614
3674
  FolderIds?: FolderIdList;
3615
3675
  /**
@@ -3913,7 +3973,7 @@ declare namespace Kendra {
3913
3973
  */
3914
3974
  HostUrl: ServiceNowHostUrl;
3915
3975
  /**
3916
- * The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the user name and password required to connect to the ServiceNow instance.
3976
+ * The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the user name and password required to connect to the ServiceNow instance. You can also provide OAuth authentication credentials of user name, password, client ID, and client secret. For more information, see Authentication for a ServiceNow data source.
3917
3977
  */
3918
3978
  SecretArn: SecretArn;
3919
3979
  /**
@@ -3993,19 +4053,19 @@ declare namespace Kendra {
3993
4053
  }
3994
4054
  export interface SharePointConfiguration {
3995
4055
  /**
3996
- * The version of Microsoft SharePoint that you are using as a data source.
4056
+ * The version of Microsoft SharePoint that you use.
3997
4057
  */
3998
4058
  SharePointVersion: SharePointVersion;
3999
4059
  /**
4000
- * The URLs of the Microsoft SharePoint site that contains the documents that should be indexed.
4060
+ * The Microsoft SharePoint site URLs for the documents you want to indext.
4001
4061
  */
4002
4062
  Urls: SharePointUrlList;
4003
4063
  /**
4004
- * The Amazon Resource Name (ARN) of credentials stored in Secrets Manager. The credentials should be a user/password pair. If you use SharePoint Server, you also need to provide the sever domain name as part of the credentials. For more information, see Using a Microsoft SharePoint Data Source. For more information about Secrets Manager see What Is Secrets Manager in the Secrets Manager user guide.
4064
+ * The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the user name and password required to connect to the SharePoint instance. If you use SharePoint Server, you also need to provide the sever domain name as part of the credentials. For more information, see Using a Microsoft SharePoint Data Source.
4005
4065
  */
4006
4066
  SecretArn: SecretArn;
4007
4067
  /**
4008
- * TRUE to include attachments to documents stored in your Microsoft SharePoint site in the index; otherwise, FALSE.
4068
+ * TRUE to index document attachments.
4009
4069
  */
4010
4070
  CrawlAttachments?: Boolean;
4011
4071
  /**
@@ -4013,13 +4073,16 @@ declare namespace Kendra {
4013
4073
  */
4014
4074
  UseChangeLog?: Boolean;
4015
4075
  /**
4016
- * A list of regular expression patterns to include certain documents in your SharePoint. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The regex is applied to the display URL of the SharePoint document.
4076
+ * A list of regular expression patterns to include certain documents in your SharePoint. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The regex applies to the display URL of the SharePoint document.
4017
4077
  */
4018
4078
  InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
4019
4079
  /**
4020
- * A list of regular expression patterns to exclude certain documents in your SharePoint. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The regex is applied to the display URL of the SharePoint document.
4080
+ * A list of regular expression patterns to exclude certain documents in your SharePoint. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The regex applies to the display URL of the SharePoint document.
4021
4081
  */
4022
4082
  ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
4083
+ /**
4084
+ * Configuration information for an Amazon Virtual Private Cloud to connect to your Microsoft SharePoint. For more information, see Configuring a VPC.
4085
+ */
4023
4086
  VpcConfiguration?: DataSourceVpcConfiguration;
4024
4087
  /**
4025
4088
  * A list of DataSourceToIndexFieldMapping objects that map SharePoint data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to SharePoint fields. For more information, see Mapping data source fields. The SharePoint data source field names must exist in your SharePoint custom metadata.
@@ -4030,15 +4093,19 @@ declare namespace Kendra {
4030
4093
  */
4031
4094
  DocumentTitleFieldName?: DataSourceFieldName;
4032
4095
  /**
4033
- * A Boolean value that specifies whether local groups are disabled (True) or enabled (False).
4096
+ * TRUE to disable local groups information.
4034
4097
  */
4035
4098
  DisableLocalGroups?: Boolean;
4099
+ /**
4100
+ * The path to the SSL certificate stored in an Amazon S3 bucket. You use this to connect to SharePoint.
4101
+ */
4036
4102
  SslCertificateS3Path?: S3Path;
4037
4103
  }
4038
4104
  export type SharePointUrlList = Url[];
4039
4105
  export type SharePointVersion = "SHAREPOINT_2013"|"SHAREPOINT_2016"|"SHAREPOINT_ONLINE"|string;
4040
4106
  export type SharedDriveId = string;
4041
4107
  export type SinceCrawlDate = string;
4108
+ export type SiteId = string;
4042
4109
  export type SiteMap = string;
4043
4110
  export interface SiteMapsConfiguration {
4044
4111
  /**
@@ -4047,6 +4114,7 @@ declare namespace Kendra {
4047
4114
  SiteMaps: SiteMapsList;
4048
4115
  }
4049
4116
  export type SiteMapsList = SiteMap[];
4117
+ export type SiteUrl = string;
4050
4118
  export interface SlackConfiguration {
4051
4119
  /**
4052
4120
  * The identifier of the team in the Slack workspace. For example, T0123456789. You can find your team ID in the URL of the main page of your Slack workspace. When you log in to Slack via a browser, you are directed to the URL of the main page. For example, https://app.slack.com/client/T0123456789/....
@@ -116,7 +116,7 @@ declare namespace MWAA {
116
116
  /**
117
117
  * An Airflow CLI login token.
118
118
  */
119
- CliToken?: SyntheticCreateCliTokenResponseToken;
119
+ CliToken?: Token;
120
120
  /**
121
121
  * The Airflow web server hostname for the environment.
122
122
  */
@@ -126,9 +126,9 @@ declare namespace MWAA {
126
126
  /**
127
127
  * A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. To learn more, see Apache Airflow configuration options.
128
128
  */
129
- AirflowConfigurationOptions?: SyntheticCreateEnvironmentInputAirflowConfigurationOptions;
129
+ AirflowConfigurationOptions?: AirflowConfigurationOptions;
130
130
  /**
131
- * The Apache Airflow version for your environment. If no value is specified, defaults to the latest version. Valid values: 1.10.12, 2.0.2. To learn more, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA).
131
+ * The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. Valid values: 1.10.12, 2.0.2, and 2.2.2. To learn more, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA).
132
132
  */
133
133
  AirflowVersion?: AirflowVersion;
134
134
  /**
@@ -184,7 +184,7 @@ declare namespace MWAA {
184
184
  */
185
185
  RequirementsS3Path?: RelativePath;
186
186
  /**
187
- * The number of Apache Airflow schedulers to run in your environment. Valid values: v2.0.2 - Accepts between 2 to 5. Defaults to 2. v1.10.12 - Accepts 1.
187
+ * The number of Apache Airflow schedulers to run in your environment. Valid values: v2 - Accepts between 2 to 5. Defaults to 2. v1 - Accepts 1.
188
188
  */
189
189
  Schedulers?: Schedulers;
190
190
  /**
@@ -224,7 +224,7 @@ declare namespace MWAA {
224
224
  /**
225
225
  * An Airflow web server login token.
226
226
  */
227
- WebToken?: SyntheticCreateWebLoginTokenResponseToken;
227
+ WebToken?: Token;
228
228
  }
229
229
  export type CreatedAt = Date;
230
230
  export interface DeleteEnvironmentInput {
@@ -253,7 +253,7 @@ declare namespace MWAA {
253
253
  */
254
254
  AirflowConfigurationOptions?: AirflowConfigurationOptions;
255
255
  /**
256
- * The Apache Airflow version on your environment. Valid values: 1.10.12, 2.0.2.
256
+ * The Apache Airflow version on your environment. Valid values: 1.10.12, 2.0.2, and 2.2.2.
257
257
  */
258
258
  AirflowVersion?: AirflowVersion;
259
259
  /**
@@ -576,10 +576,6 @@ declare namespace MWAA {
576
576
  export type String = string;
577
577
  export type SubnetId = string;
578
578
  export type SubnetList = SubnetId[];
579
- export type SyntheticCreateCliTokenResponseToken = string;
580
- export type SyntheticCreateEnvironmentInputAirflowConfigurationOptions = {[key: string]: ConfigValue};
581
- export type SyntheticCreateWebLoginTokenResponseToken = string;
582
- export type SyntheticUpdateEnvironmentInputAirflowConfigurationOptions = {[key: string]: ConfigValue};
583
579
  export type TagKey = string;
584
580
  export type TagKeyList = TagKey[];
585
581
  export type TagMap = {[key: string]: TagValue};
@@ -597,6 +593,7 @@ declare namespace MWAA {
597
593
  }
598
594
  export type TagValue = string;
599
595
  export type Timestamp = Date;
596
+ export type Token = string;
600
597
  export type Unit = "Seconds"|"Microseconds"|"Milliseconds"|"Bytes"|"Kilobytes"|"Megabytes"|"Gigabytes"|"Terabytes"|"Bits"|"Kilobits"|"Megabits"|"Gigabits"|"Terabits"|"Percent"|"Count"|"Bytes/Second"|"Kilobytes/Second"|"Megabytes/Second"|"Gigabytes/Second"|"Terabytes/Second"|"Bits/Second"|"Kilobits/Second"|"Megabits/Second"|"Gigabits/Second"|"Terabits/Second"|"Count/Second"|"None"|string;
601
598
  export interface UntagResourceInput {
602
599
  /**
@@ -615,9 +612,9 @@ declare namespace MWAA {
615
612
  /**
616
613
  * A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. To learn more, see Apache Airflow configuration options.
617
614
  */
618
- AirflowConfigurationOptions?: SyntheticUpdateEnvironmentInputAirflowConfigurationOptions;
615
+ AirflowConfigurationOptions?: AirflowConfigurationOptions;
619
616
  /**
620
- * The Apache Airflow version for your environment. If no value is specified, defaults to the latest version. Valid values: 1.10.12, 2.0.2.
617
+ * The Apache Airflow version for your environment. If no value is specified, defaults to the latest version. Valid values: 1.10.12, 2.0.2, and 2.2.2.
621
618
  */
622
619
  AirflowVersion?: AirflowVersion;
623
620
  /**
@@ -152,14 +152,14 @@ declare namespace Pricing {
152
152
  /**
153
153
  * The list of products that match your filters. The list contains both the product metadata and the price information.
154
154
  */
155
- PriceList?: PriceList;
155
+ PriceList?: PriceListJsonItems;
156
156
  /**
157
157
  * The pagination token that indicates the next set of results to retrieve.
158
158
  */
159
159
  NextToken?: String;
160
160
  }
161
- export type PriceList = PriceListItemJSON[];
162
- export type PriceListItemJSON = string;
161
+ export type PriceListJsonItem = string;
162
+ export type PriceListJsonItems = PriceListJsonItem[];
163
163
  export interface Service {
164
164
  /**
165
165
  * The code for the Amazon Web Services service.