cdk-comprehend-s3olap 2.0.72 → 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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +119 -39
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +70 -69
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +54 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +246 -160
- package/node_modules/aws-sdk/clients/ivschat.d.ts +5 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +57 -52
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +72 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +131 -42
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -167,7 +167,7 @@ declare namespace Ivschat {
|
|
167
167
|
*/
|
168
168
|
name?: RoomName;
|
169
169
|
/**
|
170
|
-
* Tags to attach to the resource. Array of maps, each of the form string:string (key:value).
|
170
|
+
* Tags to attach to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.
|
171
171
|
*/
|
172
172
|
tags?: Tags;
|
173
173
|
}
|
@@ -336,7 +336,7 @@ declare namespace Ivschat {
|
|
336
336
|
}
|
337
337
|
export interface ListTagsForResourceResponse {
|
338
338
|
/**
|
339
|
-
* Tags
|
339
|
+
* Tags attached to the resource, from the request.
|
340
340
|
*/
|
341
341
|
tags: Tags;
|
342
342
|
}
|
@@ -384,7 +384,7 @@ declare namespace Ivschat {
|
|
384
384
|
*/
|
385
385
|
name?: RoomName;
|
386
386
|
/**
|
387
|
-
* Tags attached to the resource.
|
387
|
+
* Tags attached to the resource. See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.
|
388
388
|
*/
|
389
389
|
tags?: Tags;
|
390
390
|
/**
|
@@ -422,7 +422,7 @@ declare namespace Ivschat {
|
|
422
422
|
*/
|
423
423
|
resourceArn: ResourceArn;
|
424
424
|
/**
|
425
|
-
* Array of tags to be added or updated.
|
425
|
+
* Array of tags to be added or updated. See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.
|
426
426
|
*/
|
427
427
|
tags: Tags;
|
428
428
|
}
|
@@ -437,7 +437,7 @@ declare namespace Ivschat {
|
|
437
437
|
*/
|
438
438
|
resourceArn: ResourceArn;
|
439
439
|
/**
|
440
|
-
* Array of tags to be removed.
|
440
|
+
* Array of tags to be removed. See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.
|
441
441
|
*/
|
442
442
|
tagKeys: TagKeyList;
|
443
443
|
}
|
@@ -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.
|
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.
|
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
|
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
|
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
|
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
|
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
|
/**
|
@@ -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
|
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
|
/**
|
@@ -1007,6 +1008,10 @@ declare namespace Kendra {
|
|
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.
|
1008
1009
|
*/
|
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;
|
1010
1015
|
}
|
1011
1016
|
export interface ConfluencePageConfiguration {
|
1012
1017
|
/**
|
@@ -1190,7 +1195,7 @@ declare namespace Kendra {
|
|
1190
1195
|
*/
|
1191
1196
|
Schedule?: ScanSchedule;
|
1192
1197
|
/**
|
1193
|
-
* The Amazon Resource Name (ARN) of a role with permission to access the data source
|
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.
|
1194
1199
|
*/
|
1195
1200
|
RoleArn?: RoleArn;
|
1196
1201
|
/**
|
@@ -1687,11 +1692,11 @@ declare namespace Kendra {
|
|
1687
1692
|
}
|
1688
1693
|
export interface DeleteDataSourceRequest {
|
1689
1694
|
/**
|
1690
|
-
* The identifier of the data source you want to delete.
|
1695
|
+
* The identifier of the data source connector you want to delete.
|
1691
1696
|
*/
|
1692
1697
|
Id: DataSourceId;
|
1693
1698
|
/**
|
1694
|
-
* The identifier of the index used with the data source.
|
1699
|
+
* The identifier of the index used with the data source connector.
|
1695
1700
|
*/
|
1696
1701
|
IndexId: IndexId;
|
1697
1702
|
}
|
@@ -1795,33 +1800,33 @@ declare namespace Kendra {
|
|
1795
1800
|
}
|
1796
1801
|
export interface DescribeDataSourceRequest {
|
1797
1802
|
/**
|
1798
|
-
* The identifier of the data source.
|
1803
|
+
* The identifier of the data source connector.
|
1799
1804
|
*/
|
1800
1805
|
Id: DataSourceId;
|
1801
1806
|
/**
|
1802
|
-
* The identifier of the index used with the data source.
|
1807
|
+
* The identifier of the index used with the data source connector.
|
1803
1808
|
*/
|
1804
1809
|
IndexId: IndexId;
|
1805
1810
|
}
|
1806
1811
|
export interface DescribeDataSourceResponse {
|
1807
1812
|
/**
|
1808
|
-
* The identifier of the data source.
|
1813
|
+
* The identifier of the data source connector.
|
1809
1814
|
*/
|
1810
1815
|
Id?: DataSourceId;
|
1811
1816
|
/**
|
1812
|
-
* The identifier of the index
|
1817
|
+
* The identifier of the index used with the data source connector.
|
1813
1818
|
*/
|
1814
1819
|
IndexId?: IndexId;
|
1815
1820
|
/**
|
1816
|
-
* The name for the data source.
|
1821
|
+
* The name for the data source connector.
|
1817
1822
|
*/
|
1818
1823
|
Name?: DataSourceName;
|
1819
1824
|
/**
|
1820
|
-
* The type of the data source.
|
1825
|
+
* The type of the data source. For example, SHAREPOINT.
|
1821
1826
|
*/
|
1822
1827
|
Type?: DataSourceType;
|
1823
1828
|
/**
|
1824
|
-
* 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.
|
1825
1830
|
*/
|
1826
1831
|
Configuration?: DataSourceConfiguration;
|
1827
1832
|
/**
|
@@ -1829,19 +1834,19 @@ declare namespace Kendra {
|
|
1829
1834
|
*/
|
1830
1835
|
VpcConfiguration?: DataSourceVpcConfiguration;
|
1831
1836
|
/**
|
1832
|
-
* The Unix timestamp of when the data source was created.
|
1837
|
+
* The Unix timestamp of when the data source connector was created.
|
1833
1838
|
*/
|
1834
1839
|
CreatedAt?: Timestamp;
|
1835
1840
|
/**
|
1836
|
-
* The Unix timestamp of when the data source was last updated.
|
1841
|
+
* The Unix timestamp of when the data source connector was last updated.
|
1837
1842
|
*/
|
1838
1843
|
UpdatedAt?: Timestamp;
|
1839
1844
|
/**
|
1840
|
-
* The description for the data source.
|
1845
|
+
* The description for the data source connector.
|
1841
1846
|
*/
|
1842
1847
|
Description?: Description;
|
1843
1848
|
/**
|
1844
|
-
* 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.
|
1845
1850
|
*/
|
1846
1851
|
Status?: DataSourceStatus;
|
1847
1852
|
/**
|
@@ -1849,7 +1854,7 @@ declare namespace Kendra {
|
|
1849
1854
|
*/
|
1850
1855
|
Schedule?: ScanSchedule;
|
1851
1856
|
/**
|
1852
|
-
* The Amazon Resource Name (ARN) of the role
|
1857
|
+
* The Amazon Resource Name (ARN) of the role with permission to access the data source and required resources.
|
1853
1858
|
*/
|
1854
1859
|
RoleArn?: RoleArn;
|
1855
1860
|
/**
|
@@ -3201,11 +3206,11 @@ declare namespace Kendra {
|
|
3201
3206
|
}
|
3202
3207
|
export interface ListDataSourceSyncJobsRequest {
|
3203
3208
|
/**
|
3204
|
-
* The identifier of the data source.
|
3209
|
+
* The identifier of the data source connector.
|
3205
3210
|
*/
|
3206
3211
|
Id: DataSourceId;
|
3207
3212
|
/**
|
3208
|
-
* The identifier of the index used with the data source.
|
3213
|
+
* The identifier of the index used with the data source connector.
|
3209
3214
|
*/
|
3210
3215
|
IndexId: IndexId;
|
3211
3216
|
/**
|
@@ -3217,17 +3222,17 @@ declare namespace Kendra {
|
|
3217
3222
|
*/
|
3218
3223
|
MaxResults?: MaxResultsIntegerForListDataSourceSyncJobsRequest;
|
3219
3224
|
/**
|
3220
|
-
* 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.
|
3221
3226
|
*/
|
3222
3227
|
StartTimeFilter?: TimeRange;
|
3223
3228
|
/**
|
3224
|
-
*
|
3229
|
+
* Only returns synchronization jobs with the Status field equal to the specified status.
|
3225
3230
|
*/
|
3226
3231
|
StatusFilter?: DataSourceSyncJobStatus;
|
3227
3232
|
}
|
3228
3233
|
export interface ListDataSourceSyncJobsResponse {
|
3229
3234
|
/**
|
3230
|
-
* A history of synchronization jobs for the data source.
|
3235
|
+
* A history of synchronization jobs for the data source connector.
|
3231
3236
|
*/
|
3232
3237
|
History?: DataSourceSyncJobHistoryList;
|
3233
3238
|
/**
|
@@ -3237,25 +3242,25 @@ declare namespace Kendra {
|
|
3237
3242
|
}
|
3238
3243
|
export interface ListDataSourcesRequest {
|
3239
3244
|
/**
|
3240
|
-
* The identifier of the index used with one or more data
|
3245
|
+
* The identifier of the index used with one or more data source connectors.
|
3241
3246
|
*/
|
3242
3247
|
IndexId: IndexId;
|
3243
3248
|
/**
|
3244
|
-
* 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
|
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).
|
3245
3250
|
*/
|
3246
3251
|
NextToken?: NextToken;
|
3247
3252
|
/**
|
3248
|
-
* The maximum number of data
|
3253
|
+
* The maximum number of data source connectors to return.
|
3249
3254
|
*/
|
3250
3255
|
MaxResults?: MaxResultsIntegerForListDataSourcesRequest;
|
3251
3256
|
}
|
3252
3257
|
export interface ListDataSourcesResponse {
|
3253
3258
|
/**
|
3254
|
-
* An array of summary information for one or more data
|
3259
|
+
* An array of summary information for one or more data source connector.
|
3255
3260
|
*/
|
3256
3261
|
SummaryItems?: DataSourceSummaryList;
|
3257
3262
|
/**
|
3258
|
-
* 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
|
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.
|
3259
3264
|
*/
|
3260
3265
|
NextToken?: NextToken;
|
3261
3266
|
}
|
@@ -3524,7 +3529,7 @@ declare namespace Kendra {
|
|
3524
3529
|
*/
|
3525
3530
|
OrganizationName: OrganizationName;
|
3526
3531
|
/**
|
3527
|
-
* 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.
|
3528
3533
|
*/
|
3529
3534
|
SslCertificateS3Path: S3Path;
|
3530
3535
|
}
|
@@ -3822,7 +3827,7 @@ declare namespace Kendra {
|
|
3822
3827
|
export type QueryText = string;
|
3823
3828
|
export interface QuipConfiguration {
|
3824
3829
|
/**
|
3825
|
-
* The Quip site domain.
|
3830
|
+
* The Quip site domain. For example, https://quip-company.quipdomain.com/browse. The domain in this example is "quipdomain".
|
3826
3831
|
*/
|
3827
3832
|
Domain: Domain;
|
3828
3833
|
/**
|
@@ -3842,7 +3847,7 @@ declare namespace Kendra {
|
|
3842
3847
|
*/
|
3843
3848
|
CrawlAttachments?: Boolean;
|
3844
3849
|
/**
|
3845
|
-
* The identifiers of the Quip folders you want to index. You can find in your browser URL when you access your folder in Quip. For example, https://quip-company.com/zlLuOVNSarTL/folder-name.
|
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".
|
3846
3851
|
*/
|
3847
3852
|
FolderIds?: FolderIdList;
|
3848
3853
|
/**
|
@@ -4230,7 +4235,7 @@ declare namespace Kendra {
|
|
4230
4235
|
*/
|
4231
4236
|
SharePointVersion: SharePointVersion;
|
4232
4237
|
/**
|
4233
|
-
* The Microsoft SharePoint site URLs for the documents you want to
|
4238
|
+
* The Microsoft SharePoint site URLs for the documents you want to index.
|
4234
4239
|
*/
|
4235
4240
|
Urls: SharePointUrlList;
|
4236
4241
|
/**
|
@@ -4270,7 +4275,7 @@ declare namespace Kendra {
|
|
4270
4275
|
*/
|
4271
4276
|
DisableLocalGroups?: Boolean;
|
4272
4277
|
/**
|
4273
|
-
* 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.
|
4274
4279
|
*/
|
4275
4280
|
SslCertificateS3Path?: S3Path;
|
4276
4281
|
/**
|
@@ -4396,11 +4401,11 @@ declare namespace Kendra {
|
|
4396
4401
|
}
|
4397
4402
|
export interface StartDataSourceSyncJobRequest {
|
4398
4403
|
/**
|
4399
|
-
* The identifier of the data source to synchronize.
|
4404
|
+
* The identifier of the data source connector to synchronize.
|
4400
4405
|
*/
|
4401
4406
|
Id: DataSourceId;
|
4402
4407
|
/**
|
4403
|
-
* The identifier of the index
|
4408
|
+
* The identifier of the index used with the data source connector.
|
4404
4409
|
*/
|
4405
4410
|
IndexId: IndexId;
|
4406
4411
|
}
|
@@ -4430,11 +4435,11 @@ declare namespace Kendra {
|
|
4430
4435
|
}
|
4431
4436
|
export interface StopDataSourceSyncJobRequest {
|
4432
4437
|
/**
|
4433
|
-
* 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.
|
4434
4439
|
*/
|
4435
4440
|
Id: DataSourceId;
|
4436
4441
|
/**
|
4437
|
-
* The identifier of the index
|
4442
|
+
* The identifier of the index used with the data source connector.
|
4438
4443
|
*/
|
4439
4444
|
IndexId: IndexId;
|
4440
4445
|
}
|
@@ -4641,7 +4646,7 @@ declare namespace Kendra {
|
|
4641
4646
|
}
|
4642
4647
|
export interface UpdateDataSourceRequest {
|
4643
4648
|
/**
|
4644
|
-
* The identifier of the data source you want to update.
|
4649
|
+
* The identifier of the data source connector you want to update.
|
4645
4650
|
*/
|
4646
4651
|
Id: DataSourceId;
|
4647
4652
|
/**
|
@@ -4669,7 +4674,7 @@ declare namespace Kendra {
|
|
4669
4674
|
*/
|
4670
4675
|
Schedule?: ScanSchedule;
|
4671
4676
|
/**
|
4672
|
-
* The Amazon Resource Name (ARN) of a role with permission to access the data source. For more information, see IAM
|
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.
|
4673
4678
|
*/
|
4674
4679
|
RoleArn?: RoleArn;
|
4675
4680
|
/**
|
@@ -123,6 +123,14 @@ declare class LookoutMetrics extends Service {
|
|
123
123
|
* Returns details about a group of anomalous metrics.
|
124
124
|
*/
|
125
125
|
getAnomalyGroup(callback?: (err: AWSError, data: LookoutMetrics.Types.GetAnomalyGroupResponse) => void): Request<LookoutMetrics.Types.GetAnomalyGroupResponse, AWSError>;
|
126
|
+
/**
|
127
|
+
* Returns details about the requested data quality metrics.
|
128
|
+
*/
|
129
|
+
getDataQualityMetrics(params: LookoutMetrics.Types.GetDataQualityMetricsRequest, callback?: (err: AWSError, data: LookoutMetrics.Types.GetDataQualityMetricsResponse) => void): Request<LookoutMetrics.Types.GetDataQualityMetricsResponse, AWSError>;
|
130
|
+
/**
|
131
|
+
* Returns details about the requested data quality metrics.
|
132
|
+
*/
|
133
|
+
getDataQualityMetrics(callback?: (err: AWSError, data: LookoutMetrics.Types.GetDataQualityMetricsResponse) => void): Request<LookoutMetrics.Types.GetDataQualityMetricsResponse, AWSError>;
|
126
134
|
/**
|
127
135
|
* Get feedback for an anomaly group.
|
128
136
|
*/
|
@@ -377,6 +385,17 @@ declare namespace LookoutMetrics {
|
|
377
385
|
*/
|
378
386
|
AnomalyDetectorFrequency?: Frequency;
|
379
387
|
}
|
388
|
+
export interface AnomalyDetectorDataQualityMetric {
|
389
|
+
/**
|
390
|
+
* The start time for the data quality metrics collection.
|
391
|
+
*/
|
392
|
+
StartTimestamp?: Timestamp;
|
393
|
+
/**
|
394
|
+
* An array of DataQualityMetricList objects. Each object in the array contains information about a data quality metric.
|
395
|
+
*/
|
396
|
+
MetricSetDataQualityMetricList?: MetricSetDataQualityMetricList;
|
397
|
+
}
|
398
|
+
export type AnomalyDetectorDataQualityMetricList = AnomalyDetectorDataQualityMetric[];
|
380
399
|
export type AnomalyDetectorDescription = string;
|
381
400
|
export type AnomalyDetectorFailureType = "ACTIVATION_FAILURE"|"BACK_TEST_ACTIVATION_FAILURE"|"DELETION_FAILURE"|"DEACTIVATION_FAILURE"|string;
|
382
401
|
export type AnomalyDetectorName = string;
|
@@ -706,7 +725,7 @@ declare namespace LookoutMetrics {
|
|
706
725
|
*/
|
707
726
|
MetricList: MetricList;
|
708
727
|
/**
|
709
|
-
* After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3 and
|
728
|
+
* After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3, Redshift, Athena and datasources.
|
710
729
|
*/
|
711
730
|
Offset?: Offset;
|
712
731
|
/**
|
@@ -767,6 +786,27 @@ declare namespace LookoutMetrics {
|
|
767
786
|
QuoteSymbol?: QuoteSymbol;
|
768
787
|
}
|
769
788
|
export type DataItem = string;
|
789
|
+
export interface DataQualityMetric {
|
790
|
+
/**
|
791
|
+
* The name of the data quality metric.
|
792
|
+
*/
|
793
|
+
MetricType?: DataQualityMetricType;
|
794
|
+
/**
|
795
|
+
* A description of the data quality metric.
|
796
|
+
*/
|
797
|
+
MetricDescription?: DataQualityMetricDescription;
|
798
|
+
/**
|
799
|
+
* The column that is being monitored.
|
800
|
+
*/
|
801
|
+
RelatedColumnName?: RelatedColumnName;
|
802
|
+
/**
|
803
|
+
* The value of the data quality metric.
|
804
|
+
*/
|
805
|
+
MetricValue?: Double;
|
806
|
+
}
|
807
|
+
export type DataQualityMetricDescription = string;
|
808
|
+
export type DataQualityMetricList = DataQualityMetric[];
|
809
|
+
export type DataQualityMetricType = "COLUMN_COMPLETENESS"|"DIMENSION_UNIQUENESS"|"TIME_SERIES_COUNT"|"ROWS_PROCESSED"|"ROWS_PARTIAL_COMPLIANCE"|"INVALID_ROWS_COMPLIANCE"|"BACKTEST_TRAINING_DATA_START_TIME_STAMP"|"BACKTEST_TRAINING_DATA_END_TIME_STAMP"|"BACKTEST_INFERENCE_DATA_START_TIME_STAMP"|"BACKTEST_INFERENCE_DATA_END_TIME_STAMP"|string;
|
770
810
|
export type DatabaseHost = string;
|
771
811
|
export type DatabasePort = number;
|
772
812
|
export type DateTimeFormat = string;
|
@@ -915,7 +955,7 @@ declare namespace LookoutMetrics {
|
|
915
955
|
*/
|
916
956
|
LastModificationTime?: Timestamp;
|
917
957
|
/**
|
918
|
-
*
|
958
|
+
* After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3, Redshift, Athena and datasources.
|
919
959
|
*/
|
920
960
|
Offset?: Offset;
|
921
961
|
/**
|
@@ -1092,6 +1132,7 @@ declare namespace LookoutMetrics {
|
|
1092
1132
|
}
|
1093
1133
|
export type DimensionValueContributionList = DimensionValueContribution[];
|
1094
1134
|
export type DimensionValueList = DimensionValue[];
|
1135
|
+
export type Double = number;
|
1095
1136
|
export type ErrorMessage = string;
|
1096
1137
|
export type ExecutionList = ExecutionStatus[];
|
1097
1138
|
export interface ExecutionStatus {
|
@@ -1136,6 +1177,22 @@ declare namespace LookoutMetrics {
|
|
1136
1177
|
*/
|
1137
1178
|
AnomalyGroup?: AnomalyGroup;
|
1138
1179
|
}
|
1180
|
+
export interface GetDataQualityMetricsRequest {
|
1181
|
+
/**
|
1182
|
+
* The Amazon Resource Name (ARN) of the anomaly detector that you want to investigate.
|
1183
|
+
*/
|
1184
|
+
AnomalyDetectorArn: Arn;
|
1185
|
+
/**
|
1186
|
+
* The Amazon Resource Name (ARN) of a specific data quality metric set.
|
1187
|
+
*/
|
1188
|
+
MetricSetArn?: Arn;
|
1189
|
+
}
|
1190
|
+
export interface GetDataQualityMetricsResponse {
|
1191
|
+
/**
|
1192
|
+
* A list of the data quality metrics for the AnomalyDetectorArn that you requested.
|
1193
|
+
*/
|
1194
|
+
AnomalyDetectorDataQualityMetricList?: AnomalyDetectorDataQualityMetricList;
|
1195
|
+
}
|
1139
1196
|
export interface GetFeedbackRequest {
|
1140
1197
|
/**
|
1141
1198
|
* The Amazon Resource Name (ARN) of the anomaly detector.
|
@@ -1461,6 +1518,17 @@ declare namespace LookoutMetrics {
|
|
1461
1518
|
export type MetricList = Metric[];
|
1462
1519
|
export type MetricName = string;
|
1463
1520
|
export type MetricNameList = MetricName[];
|
1521
|
+
export interface MetricSetDataQualityMetric {
|
1522
|
+
/**
|
1523
|
+
* The Amazon Resource Name (ARN) of the data quality metric array.
|
1524
|
+
*/
|
1525
|
+
MetricSetArn?: Arn;
|
1526
|
+
/**
|
1527
|
+
* The array of data quality metrics contained in the data quality metric set.
|
1528
|
+
*/
|
1529
|
+
DataQualityMetricList?: DataQualityMetricList;
|
1530
|
+
}
|
1531
|
+
export type MetricSetDataQualityMetricList = MetricSetDataQualityMetric[];
|
1464
1532
|
export type MetricSetDescription = string;
|
1465
1533
|
export type MetricSetName = string;
|
1466
1534
|
export interface MetricSetSummary {
|
@@ -1610,6 +1678,7 @@ declare namespace LookoutMetrics {
|
|
1610
1678
|
*/
|
1611
1679
|
VpcConfiguration?: VpcConfiguration;
|
1612
1680
|
}
|
1681
|
+
export type RelatedColumnName = string;
|
1613
1682
|
export type RelationshipType = "CAUSE_OF_INPUT_ANOMALY_GROUP"|"EFFECT_OF_INPUT_ANOMALY_GROUP"|string;
|
1614
1683
|
export interface S3SourceConfig {
|
1615
1684
|
/**
|
@@ -1808,7 +1877,7 @@ declare namespace LookoutMetrics {
|
|
1808
1877
|
*/
|
1809
1878
|
MetricList?: MetricList;
|
1810
1879
|
/**
|
1811
|
-
* After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3 and
|
1880
|
+
* After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3, Redshift, Athena and datasources.
|
1812
1881
|
*/
|
1813
1882
|
Offset?: Offset;
|
1814
1883
|
/**
|