cdk-comprehend-s3olap 2.0.70 → 2.0.73

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 (47) 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 +22 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +220 -167
  8. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +464 -31
  9. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +119 -39
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
  12. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +227 -33
  13. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.paginators.json +5 -0
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +601 -558
  15. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +114 -85
  16. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +98 -66
  17. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +135 -111
  18. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +54 -0
  19. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +405 -123
  20. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +104 -22
  21. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json +11 -0
  22. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +52 -51
  23. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +11 -5
  24. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -3
  25. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +472 -43
  26. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +100 -2
  27. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +2 -2
  28. package/node_modules/aws-sdk/clients/connect.d.ts +246 -160
  29. package/node_modules/aws-sdk/clients/dynamodb.d.ts +276 -2
  30. package/node_modules/aws-sdk/clients/ec2.d.ts +53 -0
  31. package/node_modules/aws-sdk/clients/ivschat.d.ts +5 -5
  32. package/node_modules/aws-sdk/clients/kendra.d.ts +93 -56
  33. package/node_modules/aws-sdk/clients/lakeformation.d.ts +48 -2
  34. package/node_modules/aws-sdk/clients/lambda.d.ts +45 -17
  35. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +290 -2
  36. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +72 -3
  37. package/node_modules/aws-sdk/clients/networkmanager.d.ts +5 -0
  38. package/node_modules/aws-sdk/clients/rds.d.ts +36 -12
  39. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +11 -11
  40. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  41. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +18 -18
  42. package/node_modules/aws-sdk/dist/aws-sdk.js +1225 -771
  43. package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
  44. package/node_modules/aws-sdk/lib/core.js +1 -1
  45. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +252 -2
  46. package/node_modules/aws-sdk/package.json +1 -1
  47. package/package.json +8 -8
@@ -68,11 +68,11 @@ declare class Kendra extends Service {
68
68
  */
69
69
  createAccessControlConfiguration(callback?: (err: AWSError, data: Kendra.Types.CreateAccessControlConfigurationResponse) => void): Request<Kendra.Types.CreateAccessControlConfigurationResponse, AWSError>;
70
70
  /**
71
- * 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.
71
+ * Creates a data source connector 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.
72
72
  */
73
73
  createDataSource(params: Kendra.Types.CreateDataSourceRequest, callback?: (err: AWSError, data: Kendra.Types.CreateDataSourceResponse) => void): Request<Kendra.Types.CreateDataSourceResponse, AWSError>;
74
74
  /**
75
- * 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.
75
+ * Creates a data source connector 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.
76
76
  */
77
77
  createDataSource(callback?: (err: AWSError, data: Kendra.Types.CreateDataSourceResponse) => void): Request<Kendra.Types.CreateDataSourceResponse, AWSError>;
78
78
  /**
@@ -124,11 +124,11 @@ declare class Kendra extends Service {
124
124
  */
125
125
  deleteAccessControlConfiguration(callback?: (err: AWSError, data: Kendra.Types.DeleteAccessControlConfigurationResponse) => void): Request<Kendra.Types.DeleteAccessControlConfigurationResponse, AWSError>;
126
126
  /**
127
- * Deletes an Amazon Kendra data source. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the Status field returned by a call to the DescribeDataSource API is set to DELETING. For more information, see Deleting Data Sources.
127
+ * Deletes an Amazon Kendra data source connector. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the Status field returned by a call to the DescribeDataSource API is set to DELETING. For more information, see Deleting Data Sources.
128
128
  */
129
129
  deleteDataSource(params: Kendra.Types.DeleteDataSourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
130
130
  /**
131
- * Deletes an Amazon Kendra data source. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the Status field returned by a call to the DescribeDataSource API is set to DELETING. For more information, see Deleting Data Sources.
131
+ * Deletes an Amazon Kendra data source connector. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the Status field returned by a call to the DescribeDataSource API is set to DELETING. For more information, see Deleting Data Sources.
132
132
  */
133
133
  deleteDataSource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
134
134
  /**
@@ -188,11 +188,11 @@ declare class Kendra extends Service {
188
188
  */
189
189
  describeAccessControlConfiguration(callback?: (err: AWSError, data: Kendra.Types.DescribeAccessControlConfigurationResponse) => void): Request<Kendra.Types.DescribeAccessControlConfigurationResponse, AWSError>;
190
190
  /**
191
- * Gets information about an Amazon Kendra data source.
191
+ * Gets information about an Amazon Kendra data source connector.
192
192
  */
193
193
  describeDataSource(params: Kendra.Types.DescribeDataSourceRequest, callback?: (err: AWSError, data: Kendra.Types.DescribeDataSourceResponse) => void): Request<Kendra.Types.DescribeDataSourceResponse, AWSError>;
194
194
  /**
195
- * Gets information about an Amazon Kendra data source.
195
+ * Gets information about an Amazon Kendra data source connector.
196
196
  */
197
197
  describeDataSource(callback?: (err: AWSError, data: Kendra.Types.DescribeDataSourceResponse) => void): Request<Kendra.Types.DescribeDataSourceResponse, AWSError>;
198
198
  /**
@@ -292,19 +292,19 @@ declare class Kendra extends Service {
292
292
  */
293
293
  listAccessControlConfigurations(callback?: (err: AWSError, data: Kendra.Types.ListAccessControlConfigurationsResponse) => void): Request<Kendra.Types.ListAccessControlConfigurationsResponse, AWSError>;
294
294
  /**
295
- * Gets statistics about synchronizing Amazon Kendra with a data source.
295
+ * Gets statistics about synchronizing a data source connector.
296
296
  */
297
297
  listDataSourceSyncJobs(params: Kendra.Types.ListDataSourceSyncJobsRequest, callback?: (err: AWSError, data: Kendra.Types.ListDataSourceSyncJobsResponse) => void): Request<Kendra.Types.ListDataSourceSyncJobsResponse, AWSError>;
298
298
  /**
299
- * Gets statistics about synchronizing Amazon Kendra with a data source.
299
+ * Gets statistics about synchronizing a data source connector.
300
300
  */
301
301
  listDataSourceSyncJobs(callback?: (err: AWSError, data: Kendra.Types.ListDataSourceSyncJobsResponse) => void): Request<Kendra.Types.ListDataSourceSyncJobsResponse, AWSError>;
302
302
  /**
303
- * Lists the data sources that you have created.
303
+ * Lists the data source connectors that you have created.
304
304
  */
305
305
  listDataSources(params: Kendra.Types.ListDataSourcesRequest, callback?: (err: AWSError, data: Kendra.Types.ListDataSourcesResponse) => void): Request<Kendra.Types.ListDataSourcesResponse, AWSError>;
306
306
  /**
307
- * Lists the data sources that you have created.
307
+ * Lists the data source connectors that you have created.
308
308
  */
309
309
  listDataSources(callback?: (err: AWSError, data: Kendra.Types.ListDataSourcesResponse) => void): Request<Kendra.Types.ListDataSourcesResponse, AWSError>;
310
310
  /**
@@ -396,11 +396,11 @@ declare class Kendra extends Service {
396
396
  */
397
397
  query(callback?: (err: AWSError, data: Kendra.Types.QueryResult) => void): Request<Kendra.Types.QueryResult, AWSError>;
398
398
  /**
399
- * Starts a synchronization job for a data source. If a synchronization job is already in progress, Amazon Kendra returns a ResourceInUseException exception.
399
+ * Starts a synchronization job for a data source connector. If a synchronization job is already in progress, Amazon Kendra returns a ResourceInUseException exception.
400
400
  */
401
401
  startDataSourceSyncJob(params: Kendra.Types.StartDataSourceSyncJobRequest, callback?: (err: AWSError, data: Kendra.Types.StartDataSourceSyncJobResponse) => void): Request<Kendra.Types.StartDataSourceSyncJobResponse, AWSError>;
402
402
  /**
403
- * Starts a synchronization job for a data source. If a synchronization job is already in progress, Amazon Kendra returns a ResourceInUseException exception.
403
+ * Starts a synchronization job for a data source connector. If a synchronization job is already in progress, Amazon Kendra returns a ResourceInUseException exception.
404
404
  */
405
405
  startDataSourceSyncJob(callback?: (err: AWSError, data: Kendra.Types.StartDataSourceSyncJobResponse) => void): Request<Kendra.Types.StartDataSourceSyncJobResponse, AWSError>;
406
406
  /**
@@ -444,11 +444,11 @@ declare class Kendra extends Service {
444
444
  */
445
445
  updateAccessControlConfiguration(callback?: (err: AWSError, data: Kendra.Types.UpdateAccessControlConfigurationResponse) => void): Request<Kendra.Types.UpdateAccessControlConfigurationResponse, AWSError>;
446
446
  /**
447
- * Updates an existing Amazon Kendra data source.
447
+ * Updates an existing Amazon Kendra data source connector.
448
448
  */
449
449
  updateDataSource(params: Kendra.Types.UpdateDataSourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
450
450
  /**
451
- * Updates an existing Amazon Kendra data source.
451
+ * Updates an existing Amazon Kendra data source connector.
452
452
  */
453
453
  updateDataSource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
454
454
  /**
@@ -504,7 +504,7 @@ declare namespace Kendra {
504
504
  export type AccessControlConfigurationSummaryList = AccessControlConfigurationSummary[];
505
505
  export interface AccessControlListConfiguration {
506
506
  /**
507
- * Path to the Amazon Web Services S3 bucket that contains the ACL files.
507
+ * Path to the Amazon S3 bucket that contains the ACL files.
508
508
  */
509
509
  KeyPath?: S3ObjectKey;
510
510
  }
@@ -550,7 +550,7 @@ declare namespace Kendra {
550
550
  */
551
551
  SecretArn: SecretArn;
552
552
  /**
553
- * The path to the SSL certificate stored in an Amazon S3 bucket. You use this to connect to Alfresco.
553
+ * The path to the SSL certificate stored in an Amazon S3 bucket. You use this to connect to Alfresco if you require a secure SSL connection. You can simply generate a self-signed X509 certificate on any computer using OpenSSL. For an example of using OpenSSL to create an X509 certificate, see Create and sign an X509 certificate.
554
554
  */
555
555
  SslCertificateS3Path: S3Path;
556
556
  /**
@@ -940,6 +940,7 @@ declare namespace Kendra {
940
940
  */
941
941
  IndexFieldName?: IndexFieldName;
942
942
  }
943
+ export type ConfluenceAuthenticationType = "HTTP_BASIC"|"PAT"|string;
943
944
  export interface ConfluenceBlogConfiguration {
944
945
  /**
945
946
  * Maps attributes or field names of Confluence blogs 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 BlogFieldMappings parameter, you must specify at least one field mapping.
@@ -968,7 +969,7 @@ declare namespace Kendra {
968
969
  */
969
970
  ServerUrl: Url;
970
971
  /**
971
- * 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 Confluence data source.
972
+ * 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 Confluence data source. You can also provide authentication credentials in the form of a personal access token. For more information, see Authentication for a Confluence data source.
972
973
  */
973
974
  SecretArn: SecretArn;
974
975
  /**
@@ -1003,6 +1004,14 @@ declare namespace Kendra {
1003
1004
  * 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.
1004
1005
  */
1005
1006
  ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
1007
+ /**
1008
+ * Configuration information to connect to your Confluence URL instance via a web proxy. You can use this option for Confluence Server. You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS. Web proxy credentials are optional and you can use them to connect to a web proxy server that requires basic authentication of user name and password. To store web proxy credentials, you use a secret in Secrets Manager. It is recommended that you follow best security practices when configuring your web proxy. This includes setting up throttling, setting up logging and monitoring, and applying security patches on a regular basis. If you use your web proxy with multiple data sources, sync jobs that occur at the same time could strain the load on your proxy. It is recommended you prepare your proxy beforehand for any security and load requirements.
1009
+ */
1010
+ ProxyConfiguration?: ProxyConfiguration;
1011
+ /**
1012
+ * Whether you want to connect to Confluence using basic authentication of user name and password, or a personal access token. You can use a personal access token for Confluence Server.
1013
+ */
1014
+ AuthenticationType?: ConfluenceAuthenticationType;
1006
1015
  }
1007
1016
  export interface ConfluencePageConfiguration {
1008
1017
  /**
@@ -1158,7 +1167,7 @@ declare namespace Kendra {
1158
1167
  }
1159
1168
  export interface CreateDataSourceRequest {
1160
1169
  /**
1161
- * A unique name for the data source connector. A data source name can't be changed without deleting and recreating the data source connector.
1170
+ * A name for the data source connector.
1162
1171
  */
1163
1172
  Name: DataSourceName;
1164
1173
  /**
@@ -1173,6 +1182,10 @@ declare namespace Kendra {
1173
1182
  * Configuration information to connect to your data source repository. You can't specify the Configuration parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception. The Configuration parameter is required for all other data sources.
1174
1183
  */
1175
1184
  Configuration?: DataSourceConfiguration;
1185
+ /**
1186
+ * Configuration information for an Amazon Virtual Private Cloud to connect to your data source. For more information, see Configuring a VPC.
1187
+ */
1188
+ VpcConfiguration?: DataSourceVpcConfiguration;
1176
1189
  /**
1177
1190
  * A description for the data source connector.
1178
1191
  */
@@ -1182,7 +1195,7 @@ declare namespace Kendra {
1182
1195
  */
1183
1196
  Schedule?: ScanSchedule;
1184
1197
  /**
1185
- * The Amazon Resource Name (ARN) of a role with permission to access the data source connector. For more information, see IAM Roles for Amazon Kendra. You can't specify the RoleArn parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception. The RoleArn parameter is required for all other data sources.
1198
+ * The Amazon Resource Name (ARN) of a role with permission to access the data source and required resources. For more information, see IAM roles for Amazon Kendra. You can't specify the RoleArn parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception. The RoleArn parameter is required for all other data sources.
1186
1199
  */
1187
1200
  RoleArn?: RoleArn;
1188
1201
  /**
@@ -1488,6 +1501,10 @@ declare namespace Kendra {
1488
1501
  * Provides the configuration information to connect to Alfresco as your data source.
1489
1502
  */
1490
1503
  AlfrescoConfiguration?: AlfrescoConfiguration;
1504
+ /**
1505
+ * Provides a template for the configuration information to connect to your data source.
1506
+ */
1507
+ TemplateConfiguration?: TemplateConfiguration;
1491
1508
  }
1492
1509
  export type DataSourceDateFieldFormat = string;
1493
1510
  export type DataSourceFieldName = string;
@@ -1623,7 +1640,7 @@ declare namespace Kendra {
1623
1640
  IndexFieldName: IndexFieldName;
1624
1641
  }
1625
1642
  export type DataSourceToIndexFieldMappingList = DataSourceToIndexFieldMapping[];
1626
- export type DataSourceType = "S3"|"SHAREPOINT"|"DATABASE"|"SALESFORCE"|"ONEDRIVE"|"SERVICENOW"|"CUSTOM"|"CONFLUENCE"|"GOOGLEDRIVE"|"WEBCRAWLER"|"WORKDOCS"|"FSX"|"SLACK"|"BOX"|"QUIP"|"JIRA"|"GITHUB"|"ALFRESCO"|string;
1643
+ export type DataSourceType = "S3"|"SHAREPOINT"|"DATABASE"|"SALESFORCE"|"ONEDRIVE"|"SERVICENOW"|"CUSTOM"|"CONFLUENCE"|"GOOGLEDRIVE"|"WEBCRAWLER"|"WORKDOCS"|"FSX"|"SLACK"|"BOX"|"QUIP"|"JIRA"|"GITHUB"|"ALFRESCO"|"TEMPLATE"|string;
1627
1644
  export interface DataSourceVpcConfiguration {
1628
1645
  /**
1629
1646
  * 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.
@@ -1675,11 +1692,11 @@ declare namespace Kendra {
1675
1692
  }
1676
1693
  export interface DeleteDataSourceRequest {
1677
1694
  /**
1678
- * The identifier of the data source you want to delete.
1695
+ * The identifier of the data source connector you want to delete.
1679
1696
  */
1680
1697
  Id: DataSourceId;
1681
1698
  /**
1682
- * The identifier of the index used with the data source.
1699
+ * The identifier of the index used with the data source connector.
1683
1700
  */
1684
1701
  IndexId: IndexId;
1685
1702
  }
@@ -1783,49 +1800,53 @@ declare namespace Kendra {
1783
1800
  }
1784
1801
  export interface DescribeDataSourceRequest {
1785
1802
  /**
1786
- * The identifier of the data source.
1803
+ * The identifier of the data source connector.
1787
1804
  */
1788
1805
  Id: DataSourceId;
1789
1806
  /**
1790
- * The identifier of the index used with the data source.
1807
+ * The identifier of the index used with the data source connector.
1791
1808
  */
1792
1809
  IndexId: IndexId;
1793
1810
  }
1794
1811
  export interface DescribeDataSourceResponse {
1795
1812
  /**
1796
- * The identifier of the data source.
1813
+ * The identifier of the data source connector.
1797
1814
  */
1798
1815
  Id?: DataSourceId;
1799
1816
  /**
1800
- * The identifier of the index that contains the data source.
1817
+ * The identifier of the index used with the data source connector.
1801
1818
  */
1802
1819
  IndexId?: IndexId;
1803
1820
  /**
1804
- * The name that you gave the data source when it was created.
1821
+ * The name for the data source connector.
1805
1822
  */
1806
1823
  Name?: DataSourceName;
1807
1824
  /**
1808
- * The type of the data source.
1825
+ * The type of the data source. For example, SHAREPOINT.
1809
1826
  */
1810
1827
  Type?: DataSourceType;
1811
1828
  /**
1812
- * Configuration details for the data source. This shows how the data source is configured. The configuration options for a data source depend on the data source provider.
1829
+ * Configuration details for the data source connector. This shows how the data source is configured. The configuration options for a data source depend on the data source provider.
1813
1830
  */
1814
1831
  Configuration?: DataSourceConfiguration;
1815
1832
  /**
1816
- * The Unix timestamp of when the data source was created.
1833
+ * Configuration information for an Amazon Virtual Private Cloud to connect to your data source. For more information, see Configuring a VPC.
1834
+ */
1835
+ VpcConfiguration?: DataSourceVpcConfiguration;
1836
+ /**
1837
+ * The Unix timestamp of when the data source connector was created.
1817
1838
  */
1818
1839
  CreatedAt?: Timestamp;
1819
1840
  /**
1820
- * The Unix timestamp of when the data source was last updated.
1841
+ * The Unix timestamp of when the data source connector was last updated.
1821
1842
  */
1822
1843
  UpdatedAt?: Timestamp;
1823
1844
  /**
1824
- * The description for the data source.
1845
+ * The description for the data source connector.
1825
1846
  */
1826
1847
  Description?: Description;
1827
1848
  /**
1828
- * The current status of the data source. When the status is ACTIVE the data source is ready to use. When the status is FAILED, the ErrorMessage field contains the reason that the data source failed.
1849
+ * The current status of the data source connector. When the status is ACTIVE the data source is ready to use. When the status is FAILED, the ErrorMessage field contains the reason that the data source failed.
1829
1850
  */
1830
1851
  Status?: DataSourceStatus;
1831
1852
  /**
@@ -1833,7 +1854,7 @@ declare namespace Kendra {
1833
1854
  */
1834
1855
  Schedule?: ScanSchedule;
1835
1856
  /**
1836
- * The Amazon Resource Name (ARN) of the role that enables the data source to access its resources.
1857
+ * The Amazon Resource Name (ARN) of the role with permission to access the data source and required resources.
1837
1858
  */
1838
1859
  RoleArn?: RoleArn;
1839
1860
  /**
@@ -3185,11 +3206,11 @@ declare namespace Kendra {
3185
3206
  }
3186
3207
  export interface ListDataSourceSyncJobsRequest {
3187
3208
  /**
3188
- * The identifier of the data source.
3209
+ * The identifier of the data source connector.
3189
3210
  */
3190
3211
  Id: DataSourceId;
3191
3212
  /**
3192
- * The identifier of the index used with the data source.
3213
+ * The identifier of the index used with the data source connector.
3193
3214
  */
3194
3215
  IndexId: IndexId;
3195
3216
  /**
@@ -3201,17 +3222,17 @@ declare namespace Kendra {
3201
3222
  */
3202
3223
  MaxResults?: MaxResultsIntegerForListDataSourceSyncJobsRequest;
3203
3224
  /**
3204
- * When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
3225
+ * When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
3205
3226
  */
3206
3227
  StartTimeFilter?: TimeRange;
3207
3228
  /**
3208
- * When specified, only returns synchronization jobs with the Status field equal to the specified status.
3229
+ * Only returns synchronization jobs with the Status field equal to the specified status.
3209
3230
  */
3210
3231
  StatusFilter?: DataSourceSyncJobStatus;
3211
3232
  }
3212
3233
  export interface ListDataSourceSyncJobsResponse {
3213
3234
  /**
3214
- * A history of synchronization jobs for the data source.
3235
+ * A history of synchronization jobs for the data source connector.
3215
3236
  */
3216
3237
  History?: DataSourceSyncJobHistoryList;
3217
3238
  /**
@@ -3221,25 +3242,25 @@ declare namespace Kendra {
3221
3242
  }
3222
3243
  export interface ListDataSourcesRequest {
3223
3244
  /**
3224
- * The identifier of the index used with one or more data sources.
3245
+ * The identifier of the index used with one or more data source connectors.
3225
3246
  */
3226
3247
  IndexId: IndexId;
3227
3248
  /**
3228
- * If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of data sources (DataSourceSummaryItems).
3249
+ * If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of data source connectors (DataSourceSummaryItems).
3229
3250
  */
3230
3251
  NextToken?: NextToken;
3231
3252
  /**
3232
- * The maximum number of data sources to return.
3253
+ * The maximum number of data source connectors to return.
3233
3254
  */
3234
3255
  MaxResults?: MaxResultsIntegerForListDataSourcesRequest;
3235
3256
  }
3236
3257
  export interface ListDataSourcesResponse {
3237
3258
  /**
3238
- * An array of summary information for one or more data sources.
3259
+ * An array of summary information for one or more data source connector.
3239
3260
  */
3240
3261
  SummaryItems?: DataSourceSummaryList;
3241
3262
  /**
3242
- * If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of data sources.
3263
+ * If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of data source connectors.
3243
3264
  */
3244
3265
  NextToken?: NextToken;
3245
3266
  }
@@ -3508,7 +3529,7 @@ declare namespace Kendra {
3508
3529
  */
3509
3530
  OrganizationName: OrganizationName;
3510
3531
  /**
3511
- * The path to the SSL certificate stored in an Amazon S3 bucket. You use this to connect to GitHub.
3532
+ * The path to the SSL certificate stored in an Amazon S3 bucket. You use this to connect to GitHub if you require a secure SSL connection. You can simply generate a self-signed X509 certificate on any computer using OpenSSL. For an example of using OpenSSL to create an X509 certificate, see Create and sign an X509 certificate.
3512
3533
  */
3513
3534
  SslCertificateS3Path: S3Path;
3514
3535
  }
@@ -3806,7 +3827,7 @@ declare namespace Kendra {
3806
3827
  export type QueryText = string;
3807
3828
  export interface QuipConfiguration {
3808
3829
  /**
3809
- * The Quip site domain.
3830
+ * The Quip site domain. For example, https://quip-company.quipdomain.com/browse. The domain in this example is "quipdomain".
3810
3831
  */
3811
3832
  Domain: Domain;
3812
3833
  /**
@@ -3826,7 +3847,7 @@ declare namespace Kendra {
3826
3847
  */
3827
3848
  CrawlAttachments?: Boolean;
3828
3849
  /**
3829
- * The identifiers of the Quip folders you want to index.
3850
+ * The identifiers of the Quip folders you want to index. You can find the folder ID in your browser URL when you access your folder in Quip. For example, https://quip-company.quipdomain.com/zlLuOVNSarTL/folder-name. The folder ID in this example is "zlLuOVNSarTL".
3830
3851
  */
3831
3852
  FolderIds?: FolderIdList;
3832
3853
  /**
@@ -4214,7 +4235,7 @@ declare namespace Kendra {
4214
4235
  */
4215
4236
  SharePointVersion: SharePointVersion;
4216
4237
  /**
4217
- * The Microsoft SharePoint site URLs for the documents you want to indext.
4238
+ * The Microsoft SharePoint site URLs for the documents you want to index.
4218
4239
  */
4219
4240
  Urls: SharePointUrlList;
4220
4241
  /**
@@ -4254,13 +4275,17 @@ declare namespace Kendra {
4254
4275
  */
4255
4276
  DisableLocalGroups?: Boolean;
4256
4277
  /**
4257
- * The path to the SSL certificate stored in an Amazon S3 bucket. You use this to connect to SharePoint.
4278
+ * The path to the SSL certificate stored in an Amazon S3 bucket. You use this to connect to SharePoint Server if you require a secure SSL connection. You can simply generate a self-signed X509 certificate on any computer using OpenSSL. For an example of using OpenSSL to create an X509 certificate, see Create and sign an X509 certificate.
4258
4279
  */
4259
4280
  SslCertificateS3Path?: S3Path;
4260
4281
  /**
4261
4282
  * Whether you want to connect to SharePoint using basic authentication of user name and password, or OAuth authentication of user name, password, client ID, and client secret. You can use OAuth authentication for SharePoint Online.
4262
4283
  */
4263
4284
  AuthenticationType?: SharePointOnlineAuthenticationType;
4285
+ /**
4286
+ * Configuration information to connect to your Microsoft SharePoint site URLs via instance via a web proxy. You can use this option for SharePoint Server. You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS. Web proxy credentials are optional and you can use them to connect to a web proxy server that requires basic authentication of user name and password. To store web proxy credentials, you use a secret in Secrets Manager. It is recommended that you follow best security practices when configuring your web proxy. This includes setting up throttling, setting up logging and monitoring, and applying security patches on a regular basis. If you use your web proxy with multiple data sources, sync jobs that occur at the same time could strain the load on your proxy. It is recommended you prepare your proxy beforehand for any security and load requirements.
4287
+ */
4288
+ ProxyConfiguration?: ProxyConfiguration;
4264
4289
  }
4265
4290
  export type SharePointOnlineAuthenticationType = "HTTP_BASIC"|"OAUTH2"|string;
4266
4291
  export type SharePointUrlList = Url[];
@@ -4376,11 +4401,11 @@ declare namespace Kendra {
4376
4401
  }
4377
4402
  export interface StartDataSourceSyncJobRequest {
4378
4403
  /**
4379
- * The identifier of the data source to synchronize.
4404
+ * The identifier of the data source connector to synchronize.
4380
4405
  */
4381
4406
  Id: DataSourceId;
4382
4407
  /**
4383
- * The identifier of the index that contains the data source.
4408
+ * The identifier of the index used with the data source connector.
4384
4409
  */
4385
4410
  IndexId: IndexId;
4386
4411
  }
@@ -4410,11 +4435,11 @@ declare namespace Kendra {
4410
4435
  }
4411
4436
  export interface StopDataSourceSyncJobRequest {
4412
4437
  /**
4413
- * The identifier of the data source for which to stop the synchronization jobs.
4438
+ * The identifier of the data source connector for which to stop the synchronization jobs.
4414
4439
  */
4415
4440
  Id: DataSourceId;
4416
4441
  /**
4417
- * The identifier of the index that contains the data source.
4442
+ * The identifier of the index used with the data source connector.
4418
4443
  */
4419
4444
  IndexId: IndexId;
4420
4445
  }
@@ -4509,6 +4534,14 @@ declare namespace Kendra {
4509
4534
  }
4510
4535
  export type TagValue = string;
4511
4536
  export type TeamId = string;
4537
+ export interface Template {
4538
+ }
4539
+ export interface TemplateConfiguration {
4540
+ /**
4541
+ * The template schema used for the data source. The following links to the template schema for data sources where templates are supported: Zendesk template schema
4542
+ */
4543
+ Template?: Template;
4544
+ }
4512
4545
  export type TenantDomain = string;
4513
4546
  export interface TextDocumentStatistics {
4514
4547
  /**
@@ -4613,11 +4646,11 @@ declare namespace Kendra {
4613
4646
  }
4614
4647
  export interface UpdateDataSourceRequest {
4615
4648
  /**
4616
- * The identifier of the data source you want to update.
4649
+ * The identifier of the data source connector you want to update.
4617
4650
  */
4618
4651
  Id: DataSourceId;
4619
4652
  /**
4620
- * A new name for the data source connector. You must first delete the data source and re-create it to change the name of the data source.
4653
+ * A new name for the data source connector.
4621
4654
  */
4622
4655
  Name?: DataSourceName;
4623
4656
  /**
@@ -4628,6 +4661,10 @@ declare namespace Kendra {
4628
4661
  * Configuration information you want to update for the data source connector.
4629
4662
  */
4630
4663
  Configuration?: DataSourceConfiguration;
4664
+ /**
4665
+ * Configuration information for an Amazon Virtual Private Cloud to connect to your data source. For more information, see Configuring a VPC.
4666
+ */
4667
+ VpcConfiguration?: DataSourceVpcConfiguration;
4631
4668
  /**
4632
4669
  * A new description for the data source connector.
4633
4670
  */
@@ -4637,7 +4674,7 @@ declare namespace Kendra {
4637
4674
  */
4638
4675
  Schedule?: ScanSchedule;
4639
4676
  /**
4640
- * The Amazon Resource Name (ARN) of a role with permission to access the data source. For more information, see IAM Roles for Amazon Kendra.
4677
+ * The Amazon Resource Name (ARN) of a role with permission to access the data source and required resources. For more information, see IAM roles for Amazon Kendra.
4641
4678
  */
4642
4679
  RoleArn?: RoleArn;
4643
4680
  /**
@@ -20,6 +20,14 @@ declare class LakeFormation extends Service {
20
20
  * Attaches one or more LF-tags to an existing resource.
21
21
  */
22
22
  addLFTagsToResource(callback?: (err: AWSError, data: LakeFormation.Types.AddLFTagsToResourceResponse) => void): Request<LakeFormation.Types.AddLFTagsToResourceResponse, AWSError>;
23
+ /**
24
+ * Allows a caller to assume an IAM role decorated as the SAML user specified in the SAML assertion included in the request. This decoration allows Lake Formation to enforce access policies against the SAML users and groups. This API operation requires SAML federation setup in the caller’s account as it can only be called with valid SAML assertions. Lake Formation does not scope down the permission of the assumed role. All permissions attached to the role via the SAML federation setup will be included in the role session. This decorated role is expected to access data in Amazon S3 by getting temporary access from Lake Formation which is authorized via the virtual API GetDataAccess. Therefore, all SAML roles that can be assumed via AssumeDecoratedRoleWithSAML must at a minimum include lakeformation:GetDataAccess in their role policies. A typical IAM policy attached to such a role would look as follows:
25
+ */
26
+ assumeDecoratedRoleWithSAML(params: LakeFormation.Types.AssumeDecoratedRoleWithSAMLRequest, callback?: (err: AWSError, data: LakeFormation.Types.AssumeDecoratedRoleWithSAMLResponse) => void): Request<LakeFormation.Types.AssumeDecoratedRoleWithSAMLResponse, AWSError>;
27
+ /**
28
+ * Allows a caller to assume an IAM role decorated as the SAML user specified in the SAML assertion included in the request. This decoration allows Lake Formation to enforce access policies against the SAML users and groups. This API operation requires SAML federation setup in the caller’s account as it can only be called with valid SAML assertions. Lake Formation does not scope down the permission of the assumed role. All permissions attached to the role via the SAML federation setup will be included in the role session. This decorated role is expected to access data in Amazon S3 by getting temporary access from Lake Formation which is authorized via the virtual API GetDataAccess. Therefore, all SAML roles that can be assumed via AssumeDecoratedRoleWithSAML must at a minimum include lakeformation:GetDataAccess in their role policies. A typical IAM policy attached to such a role would look as follows:
29
+ */
30
+ assumeDecoratedRoleWithSAML(callback?: (err: AWSError, data: LakeFormation.Types.AssumeDecoratedRoleWithSAMLResponse) => void): Request<LakeFormation.Types.AssumeDecoratedRoleWithSAMLResponse, AWSError>;
23
31
  /**
24
32
  * Batch operation to grant permissions to the principal.
25
33
  */
@@ -77,11 +85,11 @@ declare class LakeFormation extends Service {
77
85
  */
78
86
  deleteDataCellsFilter(callback?: (err: AWSError, data: LakeFormation.Types.DeleteDataCellsFilterResponse) => void): Request<LakeFormation.Types.DeleteDataCellsFilterResponse, AWSError>;
79
87
  /**
80
- * Deletes the specified LF-tag key name. If the attribute key does not exist or the LF-tag does not exist, then the operation will not do anything. If the attribute key exists, then the operation checks if any resources are tagged with this attribute key, if yes, the API throws a 400 Exception with the message "Delete not allowed" as the LF-tag key is still attached with resources. You can consider untagging resources with this LF-tag key.
88
+ * Deletes the specified LF-tag given a key name. If the input parameter tag key was not found, then the operation will throw an exception. When you delete an LF-tag, the LFTagPolicy attached to the LF-tag becomes invalid. If the deleted LF-tag was still assigned to any resource, the tag policy attach to the deleted LF-tag will no longer be applied to the resource.
81
89
  */
82
90
  deleteLFTag(params: LakeFormation.Types.DeleteLFTagRequest, callback?: (err: AWSError, data: LakeFormation.Types.DeleteLFTagResponse) => void): Request<LakeFormation.Types.DeleteLFTagResponse, AWSError>;
83
91
  /**
84
- * Deletes the specified LF-tag key name. If the attribute key does not exist or the LF-tag does not exist, then the operation will not do anything. If the attribute key exists, then the operation checks if any resources are tagged with this attribute key, if yes, the API throws a 400 Exception with the message "Delete not allowed" as the LF-tag key is still attached with resources. You can consider untagging resources with this LF-tag key.
92
+ * Deletes the specified LF-tag given a key name. If the input parameter tag key was not found, then the operation will throw an exception. When you delete an LF-tag, the LFTagPolicy attached to the LF-tag becomes invalid. If the deleted LF-tag was still assigned to any resource, the tag policy attach to the deleted LF-tag will no longer be applied to the resource.
85
93
  */
86
94
  deleteLFTag(callback?: (err: AWSError, data: LakeFormation.Types.DeleteLFTagResponse) => void): Request<LakeFormation.Types.DeleteLFTagResponse, AWSError>;
87
95
  /**
@@ -407,6 +415,42 @@ declare namespace LakeFormation {
407
415
  }
408
416
  export interface AllRowsWildcard {
409
417
  }
418
+ export interface AssumeDecoratedRoleWithSAMLRequest {
419
+ /**
420
+ * A SAML assertion consisting of an assertion statement for the user who needs temporary credentials. This must match the SAML assertion that was issued to IAM. This must be Base64 encoded.
421
+ */
422
+ SAMLAssertion: SAMLAssertionString;
423
+ /**
424
+ * The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such as GetTemporaryTableCredentials. The caller must also have iam:PassRole permission on this role.
425
+ */
426
+ RoleArn: IAMRoleArn;
427
+ /**
428
+ * The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
429
+ */
430
+ PrincipalArn: IAMSAMLProviderArn;
431
+ /**
432
+ * The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
433
+ */
434
+ DurationSeconds?: CredentialTimeoutDurationSecondInteger;
435
+ }
436
+ export interface AssumeDecoratedRoleWithSAMLResponse {
437
+ /**
438
+ * The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret key).
439
+ */
440
+ AccessKeyId?: AccessKeyIdString;
441
+ /**
442
+ * The secret key for the temporary credentials. (The access key consists of an access key ID and a secret key).
443
+ */
444
+ SecretAccessKey?: SecretAccessKeyString;
445
+ /**
446
+ * The session token for the temporary credentials.
447
+ */
448
+ SessionToken?: SessionTokenString;
449
+ /**
450
+ * The date and time when the temporary credentials expire.
451
+ */
452
+ Expiration?: ExpirationTimestamp;
453
+ }
410
454
  export interface AuditContext {
411
455
  /**
412
456
  * The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to track. This information will be displayed in CloudTrail log in your account.
@@ -1154,6 +1198,7 @@ declare namespace LakeFormation {
1154
1198
  export interface GrantPermissionsResponse {
1155
1199
  }
1156
1200
  export type IAMRoleArn = string;
1201
+ export type IAMSAMLProviderArn = string;
1157
1202
  export type Identifier = string;
1158
1203
  export type Integer = number;
1159
1204
  export interface LFTag {
@@ -1652,6 +1697,7 @@ declare namespace LakeFormation {
1652
1697
  */
1653
1698
  AllRowsWildcard?: AllRowsWildcard;
1654
1699
  }
1700
+ export type SAMLAssertionString = string;
1655
1701
  export interface SearchDatabasesByLFTagsRequest {
1656
1702
  /**
1657
1703
  * A continuation token, if this is not the first call to retrieve this list.