cdk-docker-image-deployment 0.0.89 → 0.0.90
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +762 -46
- package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +230 -14
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +586 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1169 -483
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/metadata.json +8 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +6 -3
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2666 -931
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +1516 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.paginators.json +26 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +269 -26
- package/node_modules/aws-sdk/clients/docdbelastic.d.ts +565 -0
- package/node_modules/aws-sdk/clients/docdbelastic.js +18 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +1026 -83
- package/node_modules/aws-sdk/clients/s3control.d.ts +18 -6
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2434 -98
- package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +1610 -0
- package/node_modules/aws-sdk/clients/sagemakergeospatial.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +87 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +765 -21
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -75,6 +75,14 @@ declare class Glue extends Service {
|
|
|
75
75
|
* Retrieves the details for the custom patterns specified by a list of names.
|
|
76
76
|
*/
|
|
77
77
|
batchGetCustomEntityTypes(callback?: (err: AWSError, data: Glue.Types.BatchGetCustomEntityTypesResponse) => void): Request<Glue.Types.BatchGetCustomEntityTypesResponse, AWSError>;
|
|
78
|
+
/**
|
|
79
|
+
* Retrieves a list of data quality results for the specified result IDs.
|
|
80
|
+
*/
|
|
81
|
+
batchGetDataQualityResult(params: Glue.Types.BatchGetDataQualityResultRequest, callback?: (err: AWSError, data: Glue.Types.BatchGetDataQualityResultResponse) => void): Request<Glue.Types.BatchGetDataQualityResultResponse, AWSError>;
|
|
82
|
+
/**
|
|
83
|
+
* Retrieves a list of data quality results for the specified result IDs.
|
|
84
|
+
*/
|
|
85
|
+
batchGetDataQualityResult(callback?: (err: AWSError, data: Glue.Types.BatchGetDataQualityResultResponse) => void): Request<Glue.Types.BatchGetDataQualityResultResponse, AWSError>;
|
|
78
86
|
/**
|
|
79
87
|
* Returns a list of resource metadata for a given list of development endpoint names. After calling the ListDevEndpoints operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
|
|
80
88
|
*/
|
|
@@ -131,6 +139,22 @@ declare class Glue extends Service {
|
|
|
131
139
|
* Updates one or more partitions in a batch operation.
|
|
132
140
|
*/
|
|
133
141
|
batchUpdatePartition(callback?: (err: AWSError, data: Glue.Types.BatchUpdatePartitionResponse) => void): Request<Glue.Types.BatchUpdatePartitionResponse, AWSError>;
|
|
142
|
+
/**
|
|
143
|
+
* Cancels the specified recommendation run that was being used to generate rules.
|
|
144
|
+
*/
|
|
145
|
+
cancelDataQualityRuleRecommendationRun(params: Glue.Types.CancelDataQualityRuleRecommendationRunRequest, callback?: (err: AWSError, data: Glue.Types.CancelDataQualityRuleRecommendationRunResponse) => void): Request<Glue.Types.CancelDataQualityRuleRecommendationRunResponse, AWSError>;
|
|
146
|
+
/**
|
|
147
|
+
* Cancels the specified recommendation run that was being used to generate rules.
|
|
148
|
+
*/
|
|
149
|
+
cancelDataQualityRuleRecommendationRun(callback?: (err: AWSError, data: Glue.Types.CancelDataQualityRuleRecommendationRunResponse) => void): Request<Glue.Types.CancelDataQualityRuleRecommendationRunResponse, AWSError>;
|
|
150
|
+
/**
|
|
151
|
+
* Cancels a run where a ruleset is being evaluated against a data source.
|
|
152
|
+
*/
|
|
153
|
+
cancelDataQualityRulesetEvaluationRun(params: Glue.Types.CancelDataQualityRulesetEvaluationRunRequest, callback?: (err: AWSError, data: Glue.Types.CancelDataQualityRulesetEvaluationRunResponse) => void): Request<Glue.Types.CancelDataQualityRulesetEvaluationRunResponse, AWSError>;
|
|
154
|
+
/**
|
|
155
|
+
* Cancels a run where a ruleset is being evaluated against a data source.
|
|
156
|
+
*/
|
|
157
|
+
cancelDataQualityRulesetEvaluationRun(callback?: (err: AWSError, data: Glue.Types.CancelDataQualityRulesetEvaluationRunResponse) => void): Request<Glue.Types.CancelDataQualityRulesetEvaluationRunResponse, AWSError>;
|
|
134
158
|
/**
|
|
135
159
|
* Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can cancel a machine learning task run at any time by calling CancelMLTaskRun with a task run's parent transform's TransformID and the task run's TaskRunId.
|
|
136
160
|
*/
|
|
@@ -195,6 +219,14 @@ declare class Glue extends Service {
|
|
|
195
219
|
* Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data. Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.
|
|
196
220
|
*/
|
|
197
221
|
createCustomEntityType(callback?: (err: AWSError, data: Glue.Types.CreateCustomEntityTypeResponse) => void): Request<Glue.Types.CreateCustomEntityTypeResponse, AWSError>;
|
|
222
|
+
/**
|
|
223
|
+
* Creates a data quality ruleset with DQDL rules applied to a specified Glue table. You create the ruleset using the Data Quality Definition Language (DQDL). For more information, see the Glue developer guide.
|
|
224
|
+
*/
|
|
225
|
+
createDataQualityRuleset(params: Glue.Types.CreateDataQualityRulesetRequest, callback?: (err: AWSError, data: Glue.Types.CreateDataQualityRulesetResponse) => void): Request<Glue.Types.CreateDataQualityRulesetResponse, AWSError>;
|
|
226
|
+
/**
|
|
227
|
+
* Creates a data quality ruleset with DQDL rules applied to a specified Glue table. You create the ruleset using the Data Quality Definition Language (DQDL). For more information, see the Glue developer guide.
|
|
228
|
+
*/
|
|
229
|
+
createDataQualityRuleset(callback?: (err: AWSError, data: Glue.Types.CreateDataQualityRulesetResponse) => void): Request<Glue.Types.CreateDataQualityRulesetResponse, AWSError>;
|
|
198
230
|
/**
|
|
199
231
|
* Creates a new database in a Data Catalog.
|
|
200
232
|
*/
|
|
@@ -371,6 +403,14 @@ declare class Glue extends Service {
|
|
|
371
403
|
* Deletes a custom pattern by specifying its name.
|
|
372
404
|
*/
|
|
373
405
|
deleteCustomEntityType(callback?: (err: AWSError, data: Glue.Types.DeleteCustomEntityTypeResponse) => void): Request<Glue.Types.DeleteCustomEntityTypeResponse, AWSError>;
|
|
406
|
+
/**
|
|
407
|
+
* Deletes a data quality ruleset.
|
|
408
|
+
*/
|
|
409
|
+
deleteDataQualityRuleset(params: Glue.Types.DeleteDataQualityRulesetRequest, callback?: (err: AWSError, data: Glue.Types.DeleteDataQualityRulesetResponse) => void): Request<Glue.Types.DeleteDataQualityRulesetResponse, AWSError>;
|
|
410
|
+
/**
|
|
411
|
+
* Deletes a data quality ruleset.
|
|
412
|
+
*/
|
|
413
|
+
deleteDataQualityRuleset(callback?: (err: AWSError, data: Glue.Types.DeleteDataQualityRulesetResponse) => void): Request<Glue.Types.DeleteDataQualityRulesetResponse, AWSError>;
|
|
374
414
|
/**
|
|
375
415
|
* Removes a specified database from a Data Catalog. After completing this operation, you no longer have access to the tables (and all table versions and partitions that might belong to the tables) and the user-defined functions in the deleted database. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service. To ensure the immediate deletion of all related resources, before calling DeleteDatabase, use DeleteTableVersion or BatchDeleteTableVersion, DeletePartition or BatchDeletePartition, DeleteUserDefinedFunction, and DeleteTable or BatchDeleteTable, to delete any resources that belong to the database.
|
|
376
416
|
*/
|
|
@@ -627,6 +667,38 @@ declare class Glue extends Service {
|
|
|
627
667
|
* Retrieves the security configuration for a specified catalog.
|
|
628
668
|
*/
|
|
629
669
|
getDataCatalogEncryptionSettings(callback?: (err: AWSError, data: Glue.Types.GetDataCatalogEncryptionSettingsResponse) => void): Request<Glue.Types.GetDataCatalogEncryptionSettingsResponse, AWSError>;
|
|
670
|
+
/**
|
|
671
|
+
* Retrieves the result of a data quality rule evaluation.
|
|
672
|
+
*/
|
|
673
|
+
getDataQualityResult(params: Glue.Types.GetDataQualityResultRequest, callback?: (err: AWSError, data: Glue.Types.GetDataQualityResultResponse) => void): Request<Glue.Types.GetDataQualityResultResponse, AWSError>;
|
|
674
|
+
/**
|
|
675
|
+
* Retrieves the result of a data quality rule evaluation.
|
|
676
|
+
*/
|
|
677
|
+
getDataQualityResult(callback?: (err: AWSError, data: Glue.Types.GetDataQualityResultResponse) => void): Request<Glue.Types.GetDataQualityResultResponse, AWSError>;
|
|
678
|
+
/**
|
|
679
|
+
* Gets the specified recommendation run that was used to generate rules.
|
|
680
|
+
*/
|
|
681
|
+
getDataQualityRuleRecommendationRun(params: Glue.Types.GetDataQualityRuleRecommendationRunRequest, callback?: (err: AWSError, data: Glue.Types.GetDataQualityRuleRecommendationRunResponse) => void): Request<Glue.Types.GetDataQualityRuleRecommendationRunResponse, AWSError>;
|
|
682
|
+
/**
|
|
683
|
+
* Gets the specified recommendation run that was used to generate rules.
|
|
684
|
+
*/
|
|
685
|
+
getDataQualityRuleRecommendationRun(callback?: (err: AWSError, data: Glue.Types.GetDataQualityRuleRecommendationRunResponse) => void): Request<Glue.Types.GetDataQualityRuleRecommendationRunResponse, AWSError>;
|
|
686
|
+
/**
|
|
687
|
+
* Returns an existing ruleset by identifier or name.
|
|
688
|
+
*/
|
|
689
|
+
getDataQualityRuleset(params: Glue.Types.GetDataQualityRulesetRequest, callback?: (err: AWSError, data: Glue.Types.GetDataQualityRulesetResponse) => void): Request<Glue.Types.GetDataQualityRulesetResponse, AWSError>;
|
|
690
|
+
/**
|
|
691
|
+
* Returns an existing ruleset by identifier or name.
|
|
692
|
+
*/
|
|
693
|
+
getDataQualityRuleset(callback?: (err: AWSError, data: Glue.Types.GetDataQualityRulesetResponse) => void): Request<Glue.Types.GetDataQualityRulesetResponse, AWSError>;
|
|
694
|
+
/**
|
|
695
|
+
* Retrieves a specific run where a ruleset is evaluated against a data source.
|
|
696
|
+
*/
|
|
697
|
+
getDataQualityRulesetEvaluationRun(params: Glue.Types.GetDataQualityRulesetEvaluationRunRequest, callback?: (err: AWSError, data: Glue.Types.GetDataQualityRulesetEvaluationRunResponse) => void): Request<Glue.Types.GetDataQualityRulesetEvaluationRunResponse, AWSError>;
|
|
698
|
+
/**
|
|
699
|
+
* Retrieves a specific run where a ruleset is evaluated against a data source.
|
|
700
|
+
*/
|
|
701
|
+
getDataQualityRulesetEvaluationRun(callback?: (err: AWSError, data: Glue.Types.GetDataQualityRulesetEvaluationRunResponse) => void): Request<Glue.Types.GetDataQualityRulesetEvaluationRunResponse, AWSError>;
|
|
630
702
|
/**
|
|
631
703
|
* Retrieves the definition of a specified database.
|
|
632
704
|
*/
|
|
@@ -1035,6 +1107,38 @@ declare class Glue extends Service {
|
|
|
1035
1107
|
* Lists all the custom patterns that have been created.
|
|
1036
1108
|
*/
|
|
1037
1109
|
listCustomEntityTypes(callback?: (err: AWSError, data: Glue.Types.ListCustomEntityTypesResponse) => void): Request<Glue.Types.ListCustomEntityTypesResponse, AWSError>;
|
|
1110
|
+
/**
|
|
1111
|
+
* Returns all data quality execution results for your account.
|
|
1112
|
+
*/
|
|
1113
|
+
listDataQualityResults(params: Glue.Types.ListDataQualityResultsRequest, callback?: (err: AWSError, data: Glue.Types.ListDataQualityResultsResponse) => void): Request<Glue.Types.ListDataQualityResultsResponse, AWSError>;
|
|
1114
|
+
/**
|
|
1115
|
+
* Returns all data quality execution results for your account.
|
|
1116
|
+
*/
|
|
1117
|
+
listDataQualityResults(callback?: (err: AWSError, data: Glue.Types.ListDataQualityResultsResponse) => void): Request<Glue.Types.ListDataQualityResultsResponse, AWSError>;
|
|
1118
|
+
/**
|
|
1119
|
+
* Lists the recommendation runs meeting the filter criteria.
|
|
1120
|
+
*/
|
|
1121
|
+
listDataQualityRuleRecommendationRuns(params: Glue.Types.ListDataQualityRuleRecommendationRunsRequest, callback?: (err: AWSError, data: Glue.Types.ListDataQualityRuleRecommendationRunsResponse) => void): Request<Glue.Types.ListDataQualityRuleRecommendationRunsResponse, AWSError>;
|
|
1122
|
+
/**
|
|
1123
|
+
* Lists the recommendation runs meeting the filter criteria.
|
|
1124
|
+
*/
|
|
1125
|
+
listDataQualityRuleRecommendationRuns(callback?: (err: AWSError, data: Glue.Types.ListDataQualityRuleRecommendationRunsResponse) => void): Request<Glue.Types.ListDataQualityRuleRecommendationRunsResponse, AWSError>;
|
|
1126
|
+
/**
|
|
1127
|
+
* Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.
|
|
1128
|
+
*/
|
|
1129
|
+
listDataQualityRulesetEvaluationRuns(params: Glue.Types.ListDataQualityRulesetEvaluationRunsRequest, callback?: (err: AWSError, data: Glue.Types.ListDataQualityRulesetEvaluationRunsResponse) => void): Request<Glue.Types.ListDataQualityRulesetEvaluationRunsResponse, AWSError>;
|
|
1130
|
+
/**
|
|
1131
|
+
* Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.
|
|
1132
|
+
*/
|
|
1133
|
+
listDataQualityRulesetEvaluationRuns(callback?: (err: AWSError, data: Glue.Types.ListDataQualityRulesetEvaluationRunsResponse) => void): Request<Glue.Types.ListDataQualityRulesetEvaluationRunsResponse, AWSError>;
|
|
1134
|
+
/**
|
|
1135
|
+
* Returns a paginated list of rulesets for the specified list of Glue tables.
|
|
1136
|
+
*/
|
|
1137
|
+
listDataQualityRulesets(params: Glue.Types.ListDataQualityRulesetsRequest, callback?: (err: AWSError, data: Glue.Types.ListDataQualityRulesetsResponse) => void): Request<Glue.Types.ListDataQualityRulesetsResponse, AWSError>;
|
|
1138
|
+
/**
|
|
1139
|
+
* Returns a paginated list of rulesets for the specified list of Glue tables.
|
|
1140
|
+
*/
|
|
1141
|
+
listDataQualityRulesets(callback?: (err: AWSError, data: Glue.Types.ListDataQualityRulesetsResponse) => void): Request<Glue.Types.ListDataQualityRulesetsResponse, AWSError>;
|
|
1038
1142
|
/**
|
|
1039
1143
|
* Retrieves the names of all DevEndpoint resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names. This operation takes the optional Tags field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.
|
|
1040
1144
|
*/
|
|
@@ -1227,6 +1331,22 @@ declare class Glue extends Service {
|
|
|
1227
1331
|
* Changes the schedule state of the specified crawler to SCHEDULED, unless the crawler is already running or the schedule state is already SCHEDULED.
|
|
1228
1332
|
*/
|
|
1229
1333
|
startCrawlerSchedule(callback?: (err: AWSError, data: Glue.Types.StartCrawlerScheduleResponse) => void): Request<Glue.Types.StartCrawlerScheduleResponse, AWSError>;
|
|
1334
|
+
/**
|
|
1335
|
+
* Starts a recommendation run that is used to generate rules when you don't know what rules to write. Glue Data Quality analyzes the data and comes up with recommendations for a potential ruleset. You can then triage the ruleset and modify the generated ruleset to your liking.
|
|
1336
|
+
*/
|
|
1337
|
+
startDataQualityRuleRecommendationRun(params: Glue.Types.StartDataQualityRuleRecommendationRunRequest, callback?: (err: AWSError, data: Glue.Types.StartDataQualityRuleRecommendationRunResponse) => void): Request<Glue.Types.StartDataQualityRuleRecommendationRunResponse, AWSError>;
|
|
1338
|
+
/**
|
|
1339
|
+
* Starts a recommendation run that is used to generate rules when you don't know what rules to write. Glue Data Quality analyzes the data and comes up with recommendations for a potential ruleset. You can then triage the ruleset and modify the generated ruleset to your liking.
|
|
1340
|
+
*/
|
|
1341
|
+
startDataQualityRuleRecommendationRun(callback?: (err: AWSError, data: Glue.Types.StartDataQualityRuleRecommendationRunResponse) => void): Request<Glue.Types.StartDataQualityRuleRecommendationRunResponse, AWSError>;
|
|
1342
|
+
/**
|
|
1343
|
+
* Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table). The evaluation computes results which you can retrieve with the GetDataQualityResult API.
|
|
1344
|
+
*/
|
|
1345
|
+
startDataQualityRulesetEvaluationRun(params: Glue.Types.StartDataQualityRulesetEvaluationRunRequest, callback?: (err: AWSError, data: Glue.Types.StartDataQualityRulesetEvaluationRunResponse) => void): Request<Glue.Types.StartDataQualityRulesetEvaluationRunResponse, AWSError>;
|
|
1346
|
+
/**
|
|
1347
|
+
* Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table). The evaluation computes results which you can retrieve with the GetDataQualityResult API.
|
|
1348
|
+
*/
|
|
1349
|
+
startDataQualityRulesetEvaluationRun(callback?: (err: AWSError, data: Glue.Types.StartDataQualityRulesetEvaluationRunResponse) => void): Request<Glue.Types.StartDataQualityRulesetEvaluationRunResponse, AWSError>;
|
|
1230
1350
|
/**
|
|
1231
1351
|
* Begins an asynchronous task to export all labeled data for a particular transform. This task is the only label-related API call that is not part of the typical active learning workflow. You typically use StartExportLabelsTaskRun when you want to work with all of your existing labels at the same time, such as when you want to remove or change labels that were previously submitted as truth. This API operation accepts the TransformId whose labels you want to export and an Amazon Simple Storage Service (Amazon S3) path to export the labels to. The operation returns a TaskRunId. You can check on the status of your task run by calling the GetMLTaskRun API.
|
|
1232
1352
|
*/
|
|
@@ -1395,6 +1515,14 @@ declare class Glue extends Service {
|
|
|
1395
1515
|
* Updates the schedule of a crawler using a cron expression.
|
|
1396
1516
|
*/
|
|
1397
1517
|
updateCrawlerSchedule(callback?: (err: AWSError, data: Glue.Types.UpdateCrawlerScheduleResponse) => void): Request<Glue.Types.UpdateCrawlerScheduleResponse, AWSError>;
|
|
1518
|
+
/**
|
|
1519
|
+
* Updates the specified data quality ruleset.
|
|
1520
|
+
*/
|
|
1521
|
+
updateDataQualityRuleset(params: Glue.Types.UpdateDataQualityRulesetRequest, callback?: (err: AWSError, data: Glue.Types.UpdateDataQualityRulesetResponse) => void): Request<Glue.Types.UpdateDataQualityRulesetResponse, AWSError>;
|
|
1522
|
+
/**
|
|
1523
|
+
* Updates the specified data quality ruleset.
|
|
1524
|
+
*/
|
|
1525
|
+
updateDataQualityRuleset(callback?: (err: AWSError, data: Glue.Types.UpdateDataQualityRulesetResponse) => void): Request<Glue.Types.UpdateDataQualityRulesetResponse, AWSError>;
|
|
1398
1526
|
/**
|
|
1399
1527
|
* Updates an existing database definition in a Data Catalog.
|
|
1400
1528
|
*/
|
|
@@ -1830,6 +1958,22 @@ declare namespace Glue {
|
|
|
1830
1958
|
*/
|
|
1831
1959
|
CustomEntityTypesNotFound?: CustomEntityTypeNames;
|
|
1832
1960
|
}
|
|
1961
|
+
export interface BatchGetDataQualityResultRequest {
|
|
1962
|
+
/**
|
|
1963
|
+
* A list of unique result IDs for the data quality results.
|
|
1964
|
+
*/
|
|
1965
|
+
ResultIds: DataQualityResultIds;
|
|
1966
|
+
}
|
|
1967
|
+
export interface BatchGetDataQualityResultResponse {
|
|
1968
|
+
/**
|
|
1969
|
+
* A list of DataQualityResult objects representing the data quality results.
|
|
1970
|
+
*/
|
|
1971
|
+
Results: DataQualityResultsList;
|
|
1972
|
+
/**
|
|
1973
|
+
* A list of result IDs for which results were not found.
|
|
1974
|
+
*/
|
|
1975
|
+
ResultsNotFound?: DataQualityResultIds;
|
|
1976
|
+
}
|
|
1833
1977
|
export interface BatchGetDevEndpointsRequest {
|
|
1834
1978
|
/**
|
|
1835
1979
|
* The list of DevEndpoint names, which might be the names returned from the ListDevEndpoint operation.
|
|
@@ -2162,6 +2306,22 @@ declare namespace Glue {
|
|
|
2162
2306
|
export type BoxedNonNegativeInt = number;
|
|
2163
2307
|
export type BoxedNonNegativeLong = number;
|
|
2164
2308
|
export type BoxedPositiveInt = number;
|
|
2309
|
+
export interface CancelDataQualityRuleRecommendationRunRequest {
|
|
2310
|
+
/**
|
|
2311
|
+
* The unique run identifier associated with this run.
|
|
2312
|
+
*/
|
|
2313
|
+
RunId: HashString;
|
|
2314
|
+
}
|
|
2315
|
+
export interface CancelDataQualityRuleRecommendationRunResponse {
|
|
2316
|
+
}
|
|
2317
|
+
export interface CancelDataQualityRulesetEvaluationRunRequest {
|
|
2318
|
+
/**
|
|
2319
|
+
* The unique run identifier associated with this run.
|
|
2320
|
+
*/
|
|
2321
|
+
RunId: HashString;
|
|
2322
|
+
}
|
|
2323
|
+
export interface CancelDataQualityRulesetEvaluationRunResponse {
|
|
2324
|
+
}
|
|
2165
2325
|
export interface CancelMLTaskRunRequest {
|
|
2166
2326
|
/**
|
|
2167
2327
|
* The unique identifier of the machine learning transform.
|
|
@@ -2591,6 +2751,10 @@ declare namespace Glue {
|
|
|
2591
2751
|
* Specifies a custom visual transform created by a user.
|
|
2592
2752
|
*/
|
|
2593
2753
|
DynamicTransform?: DynamicTransform;
|
|
2754
|
+
/**
|
|
2755
|
+
* Specifies your data quality evaluation criteria.
|
|
2756
|
+
*/
|
|
2757
|
+
EvaluateDataQuality?: EvaluateDataQuality;
|
|
2594
2758
|
}
|
|
2595
2759
|
export type CodeGenConfigurationNodes = {[key: string]: CodeGenConfigurationNode};
|
|
2596
2760
|
export interface CodeGenEdge {
|
|
@@ -3314,6 +3478,38 @@ declare namespace Glue {
|
|
|
3314
3478
|
*/
|
|
3315
3479
|
Name?: NameString;
|
|
3316
3480
|
}
|
|
3481
|
+
export interface CreateDataQualityRulesetRequest {
|
|
3482
|
+
/**
|
|
3483
|
+
* A unique name for the data quality ruleset.
|
|
3484
|
+
*/
|
|
3485
|
+
Name: NameString;
|
|
3486
|
+
/**
|
|
3487
|
+
* A description of the data quality ruleset.
|
|
3488
|
+
*/
|
|
3489
|
+
Description?: DescriptionString;
|
|
3490
|
+
/**
|
|
3491
|
+
* A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
|
|
3492
|
+
*/
|
|
3493
|
+
Ruleset: DataQualityRulesetString;
|
|
3494
|
+
/**
|
|
3495
|
+
* A list of tags applied to the data quality ruleset.
|
|
3496
|
+
*/
|
|
3497
|
+
Tags?: TagsMap;
|
|
3498
|
+
/**
|
|
3499
|
+
* A target table associated with the data quality ruleset.
|
|
3500
|
+
*/
|
|
3501
|
+
TargetTable?: DataQualityTargetTable;
|
|
3502
|
+
/**
|
|
3503
|
+
* Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.
|
|
3504
|
+
*/
|
|
3505
|
+
ClientToken?: HashString;
|
|
3506
|
+
}
|
|
3507
|
+
export interface CreateDataQualityRulesetResponse {
|
|
3508
|
+
/**
|
|
3509
|
+
* A unique name for the data quality ruleset.
|
|
3510
|
+
*/
|
|
3511
|
+
Name?: NameString;
|
|
3512
|
+
}
|
|
3317
3513
|
export interface CreateDatabaseRequest {
|
|
3318
3514
|
/**
|
|
3319
3515
|
* The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services account ID is used by default.
|
|
@@ -4152,6 +4348,33 @@ declare namespace Glue {
|
|
|
4152
4348
|
export type CustomEntityTypeNames = NameString[];
|
|
4153
4349
|
export type CustomEntityTypes = CustomEntityType[];
|
|
4154
4350
|
export type CustomPatterns = string;
|
|
4351
|
+
export type DQDLString = string;
|
|
4352
|
+
export interface DQResultsPublishingOptions {
|
|
4353
|
+
/**
|
|
4354
|
+
* The context of the evaluation.
|
|
4355
|
+
*/
|
|
4356
|
+
EvaluationContext?: GenericLimitedString;
|
|
4357
|
+
/**
|
|
4358
|
+
* The Amazon S3 prefix prepended to the results.
|
|
4359
|
+
*/
|
|
4360
|
+
ResultsS3Prefix?: EnclosedInStringProperty;
|
|
4361
|
+
/**
|
|
4362
|
+
* Enable metrics for your data quality results.
|
|
4363
|
+
*/
|
|
4364
|
+
CloudWatchMetricsEnabled?: BoxedBoolean;
|
|
4365
|
+
/**
|
|
4366
|
+
* Enable publishing for your data quality results.
|
|
4367
|
+
*/
|
|
4368
|
+
ResultsPublishingEnabled?: BoxedBoolean;
|
|
4369
|
+
}
|
|
4370
|
+
export interface DQStopJobOnFailureOptions {
|
|
4371
|
+
/**
|
|
4372
|
+
* When to stop job if your data quality evaluation fails. Options are Immediate or AfterDataLoad.
|
|
4373
|
+
*/
|
|
4374
|
+
StopJobOnFailureTiming?: DQStopJobOnFailureTiming;
|
|
4375
|
+
}
|
|
4376
|
+
export type DQStopJobOnFailureTiming = "Immediate"|"AfterDataLoad"|string;
|
|
4377
|
+
export type DQTransformOutput = "PrimaryInput"|"EvaluationResults"|string;
|
|
4155
4378
|
export type DagEdges = CodeGenEdge[];
|
|
4156
4379
|
export type DagNodes = CodeGenNode[];
|
|
4157
4380
|
export interface DataCatalogEncryptionSettings {
|
|
@@ -4172,6 +4395,274 @@ declare namespace Glue {
|
|
|
4172
4395
|
DataLakePrincipalIdentifier?: DataLakePrincipalString;
|
|
4173
4396
|
}
|
|
4174
4397
|
export type DataLakePrincipalString = string;
|
|
4398
|
+
export interface DataQualityEvaluationRunAdditionalRunOptions {
|
|
4399
|
+
/**
|
|
4400
|
+
* Whether or not to enable CloudWatch metrics.
|
|
4401
|
+
*/
|
|
4402
|
+
CloudWatchMetricsEnabled?: NullableBoolean;
|
|
4403
|
+
/**
|
|
4404
|
+
* Prefix for Amazon S3 to store results.
|
|
4405
|
+
*/
|
|
4406
|
+
ResultsS3Prefix?: UriString;
|
|
4407
|
+
}
|
|
4408
|
+
export interface DataQualityResult {
|
|
4409
|
+
/**
|
|
4410
|
+
* A unique result ID for the data quality result.
|
|
4411
|
+
*/
|
|
4412
|
+
ResultId?: HashString;
|
|
4413
|
+
/**
|
|
4414
|
+
* An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.
|
|
4415
|
+
*/
|
|
4416
|
+
Score?: GenericBoundedDouble;
|
|
4417
|
+
/**
|
|
4418
|
+
* The table associated with the data quality result, if any.
|
|
4419
|
+
*/
|
|
4420
|
+
DataSource?: DataSource;
|
|
4421
|
+
/**
|
|
4422
|
+
* The name of the ruleset associated with the data quality result.
|
|
4423
|
+
*/
|
|
4424
|
+
RulesetName?: NameString;
|
|
4425
|
+
/**
|
|
4426
|
+
* In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data quality nodes will have names. In the case of multiple nodes, the evaluationContext can differentiate the nodes.
|
|
4427
|
+
*/
|
|
4428
|
+
EvaluationContext?: GenericString;
|
|
4429
|
+
/**
|
|
4430
|
+
* The date and time when this data quality run started.
|
|
4431
|
+
*/
|
|
4432
|
+
StartedOn?: Timestamp;
|
|
4433
|
+
/**
|
|
4434
|
+
* The date and time when this data quality run completed.
|
|
4435
|
+
*/
|
|
4436
|
+
CompletedOn?: Timestamp;
|
|
4437
|
+
/**
|
|
4438
|
+
* The job name associated with the data quality result, if any.
|
|
4439
|
+
*/
|
|
4440
|
+
JobName?: NameString;
|
|
4441
|
+
/**
|
|
4442
|
+
* The job run ID associated with the data quality result, if any.
|
|
4443
|
+
*/
|
|
4444
|
+
JobRunId?: HashString;
|
|
4445
|
+
/**
|
|
4446
|
+
* The unique run ID for the ruleset evaluation for this data quality result.
|
|
4447
|
+
*/
|
|
4448
|
+
RulesetEvaluationRunId?: HashString;
|
|
4449
|
+
/**
|
|
4450
|
+
* A list of DataQualityRuleResult objects representing the results for each rule.
|
|
4451
|
+
*/
|
|
4452
|
+
RuleResults?: DataQualityRuleResults;
|
|
4453
|
+
}
|
|
4454
|
+
export interface DataQualityResultDescription {
|
|
4455
|
+
/**
|
|
4456
|
+
* The unique result ID for this data quality result.
|
|
4457
|
+
*/
|
|
4458
|
+
ResultId?: HashString;
|
|
4459
|
+
/**
|
|
4460
|
+
* The table name associated with the data quality result.
|
|
4461
|
+
*/
|
|
4462
|
+
DataSource?: DataSource;
|
|
4463
|
+
/**
|
|
4464
|
+
* The job name associated with the data quality result.
|
|
4465
|
+
*/
|
|
4466
|
+
JobName?: NameString;
|
|
4467
|
+
/**
|
|
4468
|
+
* The job run ID associated with the data quality result.
|
|
4469
|
+
*/
|
|
4470
|
+
JobRunId?: HashString;
|
|
4471
|
+
/**
|
|
4472
|
+
* The time that the run started for this data quality result.
|
|
4473
|
+
*/
|
|
4474
|
+
StartedOn?: Timestamp;
|
|
4475
|
+
}
|
|
4476
|
+
export type DataQualityResultDescriptionList = DataQualityResultDescription[];
|
|
4477
|
+
export interface DataQualityResultFilterCriteria {
|
|
4478
|
+
/**
|
|
4479
|
+
* Filter results by the specified data source. For example, retrieving all results for an Glue table.
|
|
4480
|
+
*/
|
|
4481
|
+
DataSource?: DataSource;
|
|
4482
|
+
/**
|
|
4483
|
+
* Filter results by the specified job name.
|
|
4484
|
+
*/
|
|
4485
|
+
JobName?: NameString;
|
|
4486
|
+
/**
|
|
4487
|
+
* Filter results by the specified job run ID.
|
|
4488
|
+
*/
|
|
4489
|
+
JobRunId?: HashString;
|
|
4490
|
+
/**
|
|
4491
|
+
* Filter results by runs that started after this time.
|
|
4492
|
+
*/
|
|
4493
|
+
StartedAfter?: Timestamp;
|
|
4494
|
+
/**
|
|
4495
|
+
* Filter results by runs that started before this time.
|
|
4496
|
+
*/
|
|
4497
|
+
StartedBefore?: Timestamp;
|
|
4498
|
+
}
|
|
4499
|
+
export type DataQualityResultIdList = HashString[];
|
|
4500
|
+
export type DataQualityResultIds = HashString[];
|
|
4501
|
+
export type DataQualityResultsList = DataQualityResult[];
|
|
4502
|
+
export interface DataQualityRuleRecommendationRunDescription {
|
|
4503
|
+
/**
|
|
4504
|
+
* The unique run identifier associated with this run.
|
|
4505
|
+
*/
|
|
4506
|
+
RunId?: HashString;
|
|
4507
|
+
/**
|
|
4508
|
+
* The status for this run.
|
|
4509
|
+
*/
|
|
4510
|
+
Status?: TaskStatusType;
|
|
4511
|
+
/**
|
|
4512
|
+
* The date and time when this run started.
|
|
4513
|
+
*/
|
|
4514
|
+
StartedOn?: Timestamp;
|
|
4515
|
+
/**
|
|
4516
|
+
* The data source (Glue table) associated with the recommendation run.
|
|
4517
|
+
*/
|
|
4518
|
+
DataSource?: DataSource;
|
|
4519
|
+
}
|
|
4520
|
+
export interface DataQualityRuleRecommendationRunFilter {
|
|
4521
|
+
/**
|
|
4522
|
+
* Filter based on a specified data source (Glue table).
|
|
4523
|
+
*/
|
|
4524
|
+
DataSource: DataSource;
|
|
4525
|
+
/**
|
|
4526
|
+
* Filter based on time for results started before provided time.
|
|
4527
|
+
*/
|
|
4528
|
+
StartedBefore?: Timestamp;
|
|
4529
|
+
/**
|
|
4530
|
+
* Filter based on time for results started after provided time.
|
|
4531
|
+
*/
|
|
4532
|
+
StartedAfter?: Timestamp;
|
|
4533
|
+
}
|
|
4534
|
+
export type DataQualityRuleRecommendationRunList = DataQualityRuleRecommendationRunDescription[];
|
|
4535
|
+
export interface DataQualityRuleResult {
|
|
4536
|
+
/**
|
|
4537
|
+
* The name of the data quality rule.
|
|
4538
|
+
*/
|
|
4539
|
+
Name?: NameString;
|
|
4540
|
+
/**
|
|
4541
|
+
* A description of the data quality rule.
|
|
4542
|
+
*/
|
|
4543
|
+
Description?: DescriptionString;
|
|
4544
|
+
/**
|
|
4545
|
+
* An evaluation message.
|
|
4546
|
+
*/
|
|
4547
|
+
EvaluationMessage?: DescriptionString;
|
|
4548
|
+
/**
|
|
4549
|
+
* A pass or fail status for the rule.
|
|
4550
|
+
*/
|
|
4551
|
+
Result?: DataQualityRuleResultStatus;
|
|
4552
|
+
}
|
|
4553
|
+
export type DataQualityRuleResultStatus = "PASS"|"FAIL"|"ERROR"|string;
|
|
4554
|
+
export type DataQualityRuleResults = DataQualityRuleResult[];
|
|
4555
|
+
export interface DataQualityRulesetEvaluationRunDescription {
|
|
4556
|
+
/**
|
|
4557
|
+
* The unique run identifier associated with this run.
|
|
4558
|
+
*/
|
|
4559
|
+
RunId?: HashString;
|
|
4560
|
+
/**
|
|
4561
|
+
* The status for this run.
|
|
4562
|
+
*/
|
|
4563
|
+
Status?: TaskStatusType;
|
|
4564
|
+
/**
|
|
4565
|
+
* The date and time when the run started.
|
|
4566
|
+
*/
|
|
4567
|
+
StartedOn?: Timestamp;
|
|
4568
|
+
/**
|
|
4569
|
+
* The data source (an Glue table) associated with the run.
|
|
4570
|
+
*/
|
|
4571
|
+
DataSource?: DataSource;
|
|
4572
|
+
}
|
|
4573
|
+
export interface DataQualityRulesetEvaluationRunFilter {
|
|
4574
|
+
/**
|
|
4575
|
+
* Filter based on a data source (an Glue table) associated with the run.
|
|
4576
|
+
*/
|
|
4577
|
+
DataSource: DataSource;
|
|
4578
|
+
/**
|
|
4579
|
+
* Filter results by runs that started before this time.
|
|
4580
|
+
*/
|
|
4581
|
+
StartedBefore?: Timestamp;
|
|
4582
|
+
/**
|
|
4583
|
+
* Filter results by runs that started after this time.
|
|
4584
|
+
*/
|
|
4585
|
+
StartedAfter?: Timestamp;
|
|
4586
|
+
}
|
|
4587
|
+
export type DataQualityRulesetEvaluationRunList = DataQualityRulesetEvaluationRunDescription[];
|
|
4588
|
+
export interface DataQualityRulesetFilterCriteria {
|
|
4589
|
+
/**
|
|
4590
|
+
* The name of the ruleset filter criteria.
|
|
4591
|
+
*/
|
|
4592
|
+
Name?: NameString;
|
|
4593
|
+
/**
|
|
4594
|
+
* The description of the ruleset filter criteria.
|
|
4595
|
+
*/
|
|
4596
|
+
Description?: DescriptionString;
|
|
4597
|
+
/**
|
|
4598
|
+
* Filter on rulesets created before this date.
|
|
4599
|
+
*/
|
|
4600
|
+
CreatedBefore?: Timestamp;
|
|
4601
|
+
/**
|
|
4602
|
+
* Filter on rulesets created after this date.
|
|
4603
|
+
*/
|
|
4604
|
+
CreatedAfter?: Timestamp;
|
|
4605
|
+
/**
|
|
4606
|
+
* Filter on rulesets last modified before this date.
|
|
4607
|
+
*/
|
|
4608
|
+
LastModifiedBefore?: Timestamp;
|
|
4609
|
+
/**
|
|
4610
|
+
* Filter on rulesets last modified after this date.
|
|
4611
|
+
*/
|
|
4612
|
+
LastModifiedAfter?: Timestamp;
|
|
4613
|
+
/**
|
|
4614
|
+
* The name and database name of the target table.
|
|
4615
|
+
*/
|
|
4616
|
+
TargetTable?: DataQualityTargetTable;
|
|
4617
|
+
}
|
|
4618
|
+
export type DataQualityRulesetList = DataQualityRulesetListDetails[];
|
|
4619
|
+
export interface DataQualityRulesetListDetails {
|
|
4620
|
+
/**
|
|
4621
|
+
* The name of the data quality ruleset.
|
|
4622
|
+
*/
|
|
4623
|
+
Name?: NameString;
|
|
4624
|
+
/**
|
|
4625
|
+
* A description of the data quality ruleset.
|
|
4626
|
+
*/
|
|
4627
|
+
Description?: DescriptionString;
|
|
4628
|
+
/**
|
|
4629
|
+
* The date and time the data quality ruleset was created.
|
|
4630
|
+
*/
|
|
4631
|
+
CreatedOn?: Timestamp;
|
|
4632
|
+
/**
|
|
4633
|
+
* The date and time the data quality ruleset was last modified.
|
|
4634
|
+
*/
|
|
4635
|
+
LastModifiedOn?: Timestamp;
|
|
4636
|
+
/**
|
|
4637
|
+
* An object representing an Glue table.
|
|
4638
|
+
*/
|
|
4639
|
+
TargetTable?: DataQualityTargetTable;
|
|
4640
|
+
/**
|
|
4641
|
+
* When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
|
|
4642
|
+
*/
|
|
4643
|
+
RecommendationRunId?: HashString;
|
|
4644
|
+
/**
|
|
4645
|
+
* The number of rules in the ruleset.
|
|
4646
|
+
*/
|
|
4647
|
+
RuleCount?: NullableInteger;
|
|
4648
|
+
}
|
|
4649
|
+
export type DataQualityRulesetString = string;
|
|
4650
|
+
export interface DataQualityTargetTable {
|
|
4651
|
+
/**
|
|
4652
|
+
* The name of the Glue table.
|
|
4653
|
+
*/
|
|
4654
|
+
TableName: NameString;
|
|
4655
|
+
/**
|
|
4656
|
+
* The name of the database where the Glue table exists.
|
|
4657
|
+
*/
|
|
4658
|
+
DatabaseName: NameString;
|
|
4659
|
+
}
|
|
4660
|
+
export interface DataSource {
|
|
4661
|
+
/**
|
|
4662
|
+
* An Glue table.
|
|
4663
|
+
*/
|
|
4664
|
+
GlueTable: GlueTable;
|
|
4665
|
+
}
|
|
4175
4666
|
export interface Database {
|
|
4176
4667
|
/**
|
|
4177
4668
|
* The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.
|
|
@@ -4398,6 +4889,14 @@ declare namespace Glue {
|
|
|
4398
4889
|
*/
|
|
4399
4890
|
Name?: NameString;
|
|
4400
4891
|
}
|
|
4892
|
+
export interface DeleteDataQualityRulesetRequest {
|
|
4893
|
+
/**
|
|
4894
|
+
* A name for the data quality ruleset.
|
|
4895
|
+
*/
|
|
4896
|
+
Name: NameString;
|
|
4897
|
+
}
|
|
4898
|
+
export interface DeleteDataQualityRulesetResponse {
|
|
4899
|
+
}
|
|
4401
4900
|
export interface DeleteDatabaseRequest {
|
|
4402
4901
|
/**
|
|
4403
4902
|
* The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default.
|
|
@@ -5038,6 +5537,32 @@ declare namespace Glue {
|
|
|
5038
5537
|
}
|
|
5039
5538
|
export type ErrorMessageString = string;
|
|
5040
5539
|
export type ErrorString = string;
|
|
5540
|
+
export interface EvaluateDataQuality {
|
|
5541
|
+
/**
|
|
5542
|
+
* The name of the data quality evaluation.
|
|
5543
|
+
*/
|
|
5544
|
+
Name: NodeName;
|
|
5545
|
+
/**
|
|
5546
|
+
* The inputs of your data quality evaluation.
|
|
5547
|
+
*/
|
|
5548
|
+
Inputs: OneInput;
|
|
5549
|
+
/**
|
|
5550
|
+
* The ruleset for your data quality evaluation.
|
|
5551
|
+
*/
|
|
5552
|
+
Ruleset: DQDLString;
|
|
5553
|
+
/**
|
|
5554
|
+
* The output of your data quality evaluation.
|
|
5555
|
+
*/
|
|
5556
|
+
Output?: DQTransformOutput;
|
|
5557
|
+
/**
|
|
5558
|
+
* Options to configure how your results are published.
|
|
5559
|
+
*/
|
|
5560
|
+
PublishingOptions?: DQResultsPublishingOptions;
|
|
5561
|
+
/**
|
|
5562
|
+
* Options to configure how your job will stop if your data quality evaluation fails.
|
|
5563
|
+
*/
|
|
5564
|
+
StopJobOnFailureOptions?: DQStopJobOnFailureOptions;
|
|
5565
|
+
}
|
|
5041
5566
|
export interface EvaluationMetrics {
|
|
5042
5567
|
/**
|
|
5043
5568
|
* The type of machine learning transform.
|
|
@@ -5375,153 +5900,365 @@ declare namespace Glue {
|
|
|
5375
5900
|
}
|
|
5376
5901
|
export interface GetConnectionRequest {
|
|
5377
5902
|
/**
|
|
5378
|
-
* The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.
|
|
5903
|
+
* The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.
|
|
5904
|
+
*/
|
|
5905
|
+
CatalogId?: CatalogIdString;
|
|
5906
|
+
/**
|
|
5907
|
+
* The name of the connection definition to retrieve.
|
|
5908
|
+
*/
|
|
5909
|
+
Name: NameString;
|
|
5910
|
+
/**
|
|
5911
|
+
* Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
|
|
5912
|
+
*/
|
|
5913
|
+
HidePassword?: Boolean;
|
|
5914
|
+
}
|
|
5915
|
+
export interface GetConnectionResponse {
|
|
5916
|
+
/**
|
|
5917
|
+
* The requested connection definition.
|
|
5918
|
+
*/
|
|
5919
|
+
Connection?: Connection;
|
|
5920
|
+
}
|
|
5921
|
+
export interface GetConnectionsFilter {
|
|
5922
|
+
/**
|
|
5923
|
+
* A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.
|
|
5924
|
+
*/
|
|
5925
|
+
MatchCriteria?: MatchCriteria;
|
|
5926
|
+
/**
|
|
5927
|
+
* The type of connections to return. Currently, SFTP is not supported.
|
|
5928
|
+
*/
|
|
5929
|
+
ConnectionType?: ConnectionType;
|
|
5930
|
+
}
|
|
5931
|
+
export interface GetConnectionsRequest {
|
|
5932
|
+
/**
|
|
5933
|
+
* The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.
|
|
5934
|
+
*/
|
|
5935
|
+
CatalogId?: CatalogIdString;
|
|
5936
|
+
/**
|
|
5937
|
+
* A filter that controls which connections are returned.
|
|
5938
|
+
*/
|
|
5939
|
+
Filter?: GetConnectionsFilter;
|
|
5940
|
+
/**
|
|
5941
|
+
* Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
|
|
5942
|
+
*/
|
|
5943
|
+
HidePassword?: Boolean;
|
|
5944
|
+
/**
|
|
5945
|
+
* A continuation token, if this is a continuation call.
|
|
5946
|
+
*/
|
|
5947
|
+
NextToken?: Token;
|
|
5948
|
+
/**
|
|
5949
|
+
* The maximum number of connections to return in one response.
|
|
5950
|
+
*/
|
|
5951
|
+
MaxResults?: PageSize;
|
|
5952
|
+
}
|
|
5953
|
+
export interface GetConnectionsResponse {
|
|
5954
|
+
/**
|
|
5955
|
+
* A list of requested connection definitions.
|
|
5956
|
+
*/
|
|
5957
|
+
ConnectionList?: ConnectionList;
|
|
5958
|
+
/**
|
|
5959
|
+
* A continuation token, if the list of connections returned does not include the last of the filtered connections.
|
|
5960
|
+
*/
|
|
5961
|
+
NextToken?: Token;
|
|
5962
|
+
}
|
|
5963
|
+
export interface GetCrawlerMetricsRequest {
|
|
5964
|
+
/**
|
|
5965
|
+
* A list of the names of crawlers about which to retrieve metrics.
|
|
5966
|
+
*/
|
|
5967
|
+
CrawlerNameList?: CrawlerNameList;
|
|
5968
|
+
/**
|
|
5969
|
+
* The maximum size of a list to return.
|
|
5970
|
+
*/
|
|
5971
|
+
MaxResults?: PageSize;
|
|
5972
|
+
/**
|
|
5973
|
+
* A continuation token, if this is a continuation call.
|
|
5974
|
+
*/
|
|
5975
|
+
NextToken?: Token;
|
|
5976
|
+
}
|
|
5977
|
+
export interface GetCrawlerMetricsResponse {
|
|
5978
|
+
/**
|
|
5979
|
+
* A list of metrics for the specified crawler.
|
|
5980
|
+
*/
|
|
5981
|
+
CrawlerMetricsList?: CrawlerMetricsList;
|
|
5982
|
+
/**
|
|
5983
|
+
* A continuation token, if the returned list does not contain the last metric available.
|
|
5984
|
+
*/
|
|
5985
|
+
NextToken?: Token;
|
|
5986
|
+
}
|
|
5987
|
+
export interface GetCrawlerRequest {
|
|
5988
|
+
/**
|
|
5989
|
+
* The name of the crawler to retrieve metadata for.
|
|
5990
|
+
*/
|
|
5991
|
+
Name: NameString;
|
|
5992
|
+
}
|
|
5993
|
+
export interface GetCrawlerResponse {
|
|
5994
|
+
/**
|
|
5995
|
+
* The metadata for the specified crawler.
|
|
5996
|
+
*/
|
|
5997
|
+
Crawler?: Crawler;
|
|
5998
|
+
}
|
|
5999
|
+
export interface GetCrawlersRequest {
|
|
6000
|
+
/**
|
|
6001
|
+
* The number of crawlers to return on each call.
|
|
6002
|
+
*/
|
|
6003
|
+
MaxResults?: PageSize;
|
|
6004
|
+
/**
|
|
6005
|
+
* A continuation token, if this is a continuation request.
|
|
6006
|
+
*/
|
|
6007
|
+
NextToken?: Token;
|
|
6008
|
+
}
|
|
6009
|
+
export interface GetCrawlersResponse {
|
|
6010
|
+
/**
|
|
6011
|
+
* A list of crawler metadata.
|
|
6012
|
+
*/
|
|
6013
|
+
Crawlers?: CrawlerList;
|
|
6014
|
+
/**
|
|
6015
|
+
* A continuation token, if the returned list has not reached the end of those defined in this customer account.
|
|
6016
|
+
*/
|
|
6017
|
+
NextToken?: Token;
|
|
6018
|
+
}
|
|
6019
|
+
export interface GetCustomEntityTypeRequest {
|
|
6020
|
+
/**
|
|
6021
|
+
* The name of the custom pattern that you want to retrieve.
|
|
6022
|
+
*/
|
|
6023
|
+
Name: NameString;
|
|
6024
|
+
}
|
|
6025
|
+
export interface GetCustomEntityTypeResponse {
|
|
6026
|
+
/**
|
|
6027
|
+
* The name of the custom pattern that you retrieved.
|
|
6028
|
+
*/
|
|
6029
|
+
Name?: NameString;
|
|
6030
|
+
/**
|
|
6031
|
+
* A regular expression string that is used for detecting sensitive data in a custom pattern.
|
|
6032
|
+
*/
|
|
6033
|
+
RegexString?: NameString;
|
|
6034
|
+
/**
|
|
6035
|
+
* A list of context words if specified when you created the custom pattern. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.
|
|
6036
|
+
*/
|
|
6037
|
+
ContextWords?: ContextWords;
|
|
6038
|
+
}
|
|
6039
|
+
export interface GetDataCatalogEncryptionSettingsRequest {
|
|
6040
|
+
/**
|
|
6041
|
+
* The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.
|
|
6042
|
+
*/
|
|
6043
|
+
CatalogId?: CatalogIdString;
|
|
6044
|
+
}
|
|
6045
|
+
export interface GetDataCatalogEncryptionSettingsResponse {
|
|
6046
|
+
/**
|
|
6047
|
+
* The requested security configuration.
|
|
6048
|
+
*/
|
|
6049
|
+
DataCatalogEncryptionSettings?: DataCatalogEncryptionSettings;
|
|
6050
|
+
}
|
|
6051
|
+
export interface GetDataQualityResultRequest {
|
|
6052
|
+
/**
|
|
6053
|
+
* A unique result ID for the data quality result.
|
|
6054
|
+
*/
|
|
6055
|
+
ResultId: HashString;
|
|
6056
|
+
}
|
|
6057
|
+
export interface GetDataQualityResultResponse {
|
|
6058
|
+
/**
|
|
6059
|
+
* A unique result ID for the data quality result.
|
|
6060
|
+
*/
|
|
6061
|
+
ResultId?: HashString;
|
|
6062
|
+
/**
|
|
6063
|
+
* An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.
|
|
6064
|
+
*/
|
|
6065
|
+
Score?: GenericBoundedDouble;
|
|
6066
|
+
/**
|
|
6067
|
+
* The table associated with the data quality result, if any.
|
|
6068
|
+
*/
|
|
6069
|
+
DataSource?: DataSource;
|
|
6070
|
+
/**
|
|
6071
|
+
* The name of the ruleset associated with the data quality result.
|
|
6072
|
+
*/
|
|
6073
|
+
RulesetName?: NameString;
|
|
6074
|
+
/**
|
|
6075
|
+
* In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data quality nodes will have names. In the case of multiple nodes, the evaluationContext can differentiate the nodes.
|
|
6076
|
+
*/
|
|
6077
|
+
EvaluationContext?: GenericString;
|
|
6078
|
+
/**
|
|
6079
|
+
* The date and time when the run for this data quality result started.
|
|
6080
|
+
*/
|
|
6081
|
+
StartedOn?: Timestamp;
|
|
6082
|
+
/**
|
|
6083
|
+
* The date and time when the run for this data quality result was completed.
|
|
6084
|
+
*/
|
|
6085
|
+
CompletedOn?: Timestamp;
|
|
6086
|
+
/**
|
|
6087
|
+
* The job name associated with the data quality result, if any.
|
|
6088
|
+
*/
|
|
6089
|
+
JobName?: NameString;
|
|
6090
|
+
/**
|
|
6091
|
+
* The job run ID associated with the data quality result, if any.
|
|
6092
|
+
*/
|
|
6093
|
+
JobRunId?: HashString;
|
|
6094
|
+
/**
|
|
6095
|
+
* The unique run ID associated with the ruleset evaluation.
|
|
6096
|
+
*/
|
|
6097
|
+
RulesetEvaluationRunId?: HashString;
|
|
6098
|
+
/**
|
|
6099
|
+
* A list of DataQualityRuleResult objects representing the results for each rule.
|
|
6100
|
+
*/
|
|
6101
|
+
RuleResults?: DataQualityRuleResults;
|
|
6102
|
+
}
|
|
6103
|
+
export interface GetDataQualityRuleRecommendationRunRequest {
|
|
6104
|
+
/**
|
|
6105
|
+
* The unique run identifier associated with this run.
|
|
6106
|
+
*/
|
|
6107
|
+
RunId: HashString;
|
|
6108
|
+
}
|
|
6109
|
+
export interface GetDataQualityRuleRecommendationRunResponse {
|
|
6110
|
+
/**
|
|
6111
|
+
* The unique run identifier associated with this run.
|
|
6112
|
+
*/
|
|
6113
|
+
RunId?: HashString;
|
|
6114
|
+
/**
|
|
6115
|
+
* The data source (an Glue table) associated with this run.
|
|
6116
|
+
*/
|
|
6117
|
+
DataSource?: DataSource;
|
|
6118
|
+
/**
|
|
6119
|
+
* An IAM role supplied to encrypt the results of the run.
|
|
5379
6120
|
*/
|
|
5380
|
-
|
|
6121
|
+
Role?: RoleString;
|
|
5381
6122
|
/**
|
|
5382
|
-
* The
|
|
6123
|
+
* The number of G.1X workers to be used in the run. The default is 5.
|
|
5383
6124
|
*/
|
|
5384
|
-
|
|
6125
|
+
NumberOfWorkers?: NullableInteger;
|
|
5385
6126
|
/**
|
|
5386
|
-
*
|
|
6127
|
+
* The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
|
|
5387
6128
|
*/
|
|
5388
|
-
|
|
5389
|
-
}
|
|
5390
|
-
export interface GetConnectionResponse {
|
|
6129
|
+
Timeout?: Timeout;
|
|
5391
6130
|
/**
|
|
5392
|
-
* The
|
|
6131
|
+
* The status for this run.
|
|
5393
6132
|
*/
|
|
5394
|
-
|
|
5395
|
-
}
|
|
5396
|
-
export interface GetConnectionsFilter {
|
|
6133
|
+
Status?: TaskStatusType;
|
|
5397
6134
|
/**
|
|
5398
|
-
*
|
|
6135
|
+
* The error strings that are associated with the run.
|
|
5399
6136
|
*/
|
|
5400
|
-
|
|
6137
|
+
ErrorString?: GenericString;
|
|
5401
6138
|
/**
|
|
5402
|
-
* The
|
|
6139
|
+
* The date and time when this run started.
|
|
5403
6140
|
*/
|
|
5404
|
-
|
|
5405
|
-
}
|
|
5406
|
-
export interface GetConnectionsRequest {
|
|
6141
|
+
StartedOn?: Timestamp;
|
|
5407
6142
|
/**
|
|
5408
|
-
*
|
|
6143
|
+
* A timestamp. The last point in time when this data quality rule recommendation run was modified.
|
|
5409
6144
|
*/
|
|
5410
|
-
|
|
6145
|
+
LastModifiedOn?: Timestamp;
|
|
5411
6146
|
/**
|
|
5412
|
-
*
|
|
6147
|
+
* The date and time when this run was completed.
|
|
5413
6148
|
*/
|
|
5414
|
-
|
|
6149
|
+
CompletedOn?: Timestamp;
|
|
5415
6150
|
/**
|
|
5416
|
-
*
|
|
6151
|
+
* The amount of time (in seconds) that the run consumed resources.
|
|
5417
6152
|
*/
|
|
5418
|
-
|
|
6153
|
+
ExecutionTime?: ExecutionTime;
|
|
5419
6154
|
/**
|
|
5420
|
-
*
|
|
6155
|
+
* When a start rule recommendation run completes, it creates a recommended ruleset (a set of rules). This member has those rules in Data Quality Definition Language (DQDL) format.
|
|
5421
6156
|
*/
|
|
5422
|
-
|
|
6157
|
+
RecommendedRuleset?: DataQualityRulesetString;
|
|
5423
6158
|
/**
|
|
5424
|
-
* The
|
|
6159
|
+
* The name of the ruleset that was created by the run.
|
|
5425
6160
|
*/
|
|
5426
|
-
|
|
6161
|
+
CreatedRulesetName?: NameString;
|
|
5427
6162
|
}
|
|
5428
|
-
export interface
|
|
6163
|
+
export interface GetDataQualityRulesetEvaluationRunRequest {
|
|
5429
6164
|
/**
|
|
5430
|
-
*
|
|
6165
|
+
* The unique run identifier associated with this run.
|
|
5431
6166
|
*/
|
|
5432
|
-
|
|
6167
|
+
RunId: HashString;
|
|
6168
|
+
}
|
|
6169
|
+
export interface GetDataQualityRulesetEvaluationRunResponse {
|
|
5433
6170
|
/**
|
|
5434
|
-
*
|
|
6171
|
+
* The unique run identifier associated with this run.
|
|
5435
6172
|
*/
|
|
5436
|
-
|
|
5437
|
-
}
|
|
5438
|
-
export interface GetCrawlerMetricsRequest {
|
|
6173
|
+
RunId?: HashString;
|
|
5439
6174
|
/**
|
|
5440
|
-
*
|
|
6175
|
+
* The data source (an Glue table) associated with this evaluation run.
|
|
5441
6176
|
*/
|
|
5442
|
-
|
|
6177
|
+
DataSource?: DataSource;
|
|
5443
6178
|
/**
|
|
5444
|
-
*
|
|
6179
|
+
* An IAM role supplied to encrypt the results of the run.
|
|
5445
6180
|
*/
|
|
5446
|
-
|
|
6181
|
+
Role?: RoleString;
|
|
5447
6182
|
/**
|
|
5448
|
-
*
|
|
6183
|
+
* The number of G.1X workers to be used in the run. The default is 5.
|
|
5449
6184
|
*/
|
|
5450
|
-
|
|
5451
|
-
}
|
|
5452
|
-
export interface GetCrawlerMetricsResponse {
|
|
6185
|
+
NumberOfWorkers?: NullableInteger;
|
|
5453
6186
|
/**
|
|
5454
|
-
*
|
|
6187
|
+
* The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
|
|
5455
6188
|
*/
|
|
5456
|
-
|
|
6189
|
+
Timeout?: Timeout;
|
|
5457
6190
|
/**
|
|
5458
|
-
*
|
|
6191
|
+
* Additional run options you can specify for an evaluation run.
|
|
5459
6192
|
*/
|
|
5460
|
-
|
|
5461
|
-
}
|
|
5462
|
-
export interface GetCrawlerRequest {
|
|
6193
|
+
AdditionalRunOptions?: DataQualityEvaluationRunAdditionalRunOptions;
|
|
5463
6194
|
/**
|
|
5464
|
-
* The
|
|
6195
|
+
* The status for this run.
|
|
5465
6196
|
*/
|
|
5466
|
-
|
|
5467
|
-
}
|
|
5468
|
-
export interface GetCrawlerResponse {
|
|
6197
|
+
Status?: TaskStatusType;
|
|
5469
6198
|
/**
|
|
5470
|
-
* The
|
|
6199
|
+
* The error strings that are associated with the run.
|
|
5471
6200
|
*/
|
|
5472
|
-
|
|
5473
|
-
}
|
|
5474
|
-
export interface GetCrawlersRequest {
|
|
6201
|
+
ErrorString?: GenericString;
|
|
5475
6202
|
/**
|
|
5476
|
-
* The
|
|
6203
|
+
* The date and time when this run started.
|
|
5477
6204
|
*/
|
|
5478
|
-
|
|
6205
|
+
StartedOn?: Timestamp;
|
|
5479
6206
|
/**
|
|
5480
|
-
* A
|
|
6207
|
+
* A timestamp. The last point in time when this data quality rule recommendation run was modified.
|
|
5481
6208
|
*/
|
|
5482
|
-
|
|
5483
|
-
}
|
|
5484
|
-
export interface GetCrawlersResponse {
|
|
6209
|
+
LastModifiedOn?: Timestamp;
|
|
5485
6210
|
/**
|
|
5486
|
-
*
|
|
6211
|
+
* The date and time when this run was completed.
|
|
5487
6212
|
*/
|
|
5488
|
-
|
|
6213
|
+
CompletedOn?: Timestamp;
|
|
5489
6214
|
/**
|
|
5490
|
-
*
|
|
6215
|
+
* The amount of time (in seconds) that the run consumed resources.
|
|
5491
6216
|
*/
|
|
5492
|
-
|
|
6217
|
+
ExecutionTime?: ExecutionTime;
|
|
6218
|
+
/**
|
|
6219
|
+
* A list of ruleset names for the run.
|
|
6220
|
+
*/
|
|
6221
|
+
RulesetNames?: RulesetNames;
|
|
6222
|
+
/**
|
|
6223
|
+
* A list of result IDs for the data quality results for the run.
|
|
6224
|
+
*/
|
|
6225
|
+
ResultIds?: DataQualityResultIdList;
|
|
5493
6226
|
}
|
|
5494
|
-
export interface
|
|
6227
|
+
export interface GetDataQualityRulesetRequest {
|
|
5495
6228
|
/**
|
|
5496
|
-
* The name of the
|
|
6229
|
+
* The name of the ruleset.
|
|
5497
6230
|
*/
|
|
5498
6231
|
Name: NameString;
|
|
5499
6232
|
}
|
|
5500
|
-
export interface
|
|
6233
|
+
export interface GetDataQualityRulesetResponse {
|
|
5501
6234
|
/**
|
|
5502
|
-
* The name of the
|
|
6235
|
+
* The name of the ruleset.
|
|
5503
6236
|
*/
|
|
5504
6237
|
Name?: NameString;
|
|
5505
6238
|
/**
|
|
5506
|
-
* A
|
|
6239
|
+
* A description of the ruleset.
|
|
5507
6240
|
*/
|
|
5508
|
-
|
|
6241
|
+
Description?: DescriptionString;
|
|
5509
6242
|
/**
|
|
5510
|
-
* A
|
|
6243
|
+
* A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
|
|
5511
6244
|
*/
|
|
5512
|
-
|
|
5513
|
-
}
|
|
5514
|
-
export interface GetDataCatalogEncryptionSettingsRequest {
|
|
6245
|
+
Ruleset?: DataQualityRulesetString;
|
|
5515
6246
|
/**
|
|
5516
|
-
* The
|
|
6247
|
+
* The name and database name of the target table.
|
|
5517
6248
|
*/
|
|
5518
|
-
|
|
5519
|
-
}
|
|
5520
|
-
export interface GetDataCatalogEncryptionSettingsResponse {
|
|
6249
|
+
TargetTable?: DataQualityTargetTable;
|
|
5521
6250
|
/**
|
|
5522
|
-
* The
|
|
6251
|
+
* A timestamp. The time and date that this data quality ruleset was created.
|
|
5523
6252
|
*/
|
|
5524
|
-
|
|
6253
|
+
CreatedOn?: Timestamp;
|
|
6254
|
+
/**
|
|
6255
|
+
* A timestamp. The last point in time when this data quality ruleset was modified.
|
|
6256
|
+
*/
|
|
6257
|
+
LastModifiedOn?: Timestamp;
|
|
6258
|
+
/**
|
|
6259
|
+
* When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
|
|
6260
|
+
*/
|
|
6261
|
+
RecommendationRunId?: HashString;
|
|
5525
6262
|
}
|
|
5526
6263
|
export interface GetDatabaseRequest {
|
|
5527
6264
|
/**
|
|
@@ -6771,7 +7508,12 @@ declare namespace Glue {
|
|
|
6771
7508
|
* The name of the connection to the Glue Data Catalog.
|
|
6772
7509
|
*/
|
|
6773
7510
|
ConnectionName?: NameString;
|
|
7511
|
+
/**
|
|
7512
|
+
* Additional options for the table. Currently there are two keys supported: pushDownPredicate: to filter on partitions without having to list and read all the files in your dataset. catalogPartitionPredicate: to use server-side partition pruning using partition indexes in the Glue Data Catalog.
|
|
7513
|
+
*/
|
|
7514
|
+
AdditionalOptions?: GlueTableAdditionalOptions;
|
|
6774
7515
|
}
|
|
7516
|
+
export type GlueTableAdditionalOptions = {[key: string]: DescriptionString};
|
|
6775
7517
|
export type GlueTables = GlueTable[];
|
|
6776
7518
|
export type GlueVersionString = string;
|
|
6777
7519
|
export interface GovernedCatalogSource {
|
|
@@ -7717,6 +8459,106 @@ declare namespace Glue {
|
|
|
7717
8459
|
*/
|
|
7718
8460
|
NextToken?: PaginationToken;
|
|
7719
8461
|
}
|
|
8462
|
+
export interface ListDataQualityResultsRequest {
|
|
8463
|
+
/**
|
|
8464
|
+
* The filter criteria.
|
|
8465
|
+
*/
|
|
8466
|
+
Filter?: DataQualityResultFilterCriteria;
|
|
8467
|
+
/**
|
|
8468
|
+
* A paginated token to offset the results.
|
|
8469
|
+
*/
|
|
8470
|
+
NextToken?: PaginationToken;
|
|
8471
|
+
/**
|
|
8472
|
+
* The maximum number of results to return.
|
|
8473
|
+
*/
|
|
8474
|
+
MaxResults?: PageSize;
|
|
8475
|
+
}
|
|
8476
|
+
export interface ListDataQualityResultsResponse {
|
|
8477
|
+
/**
|
|
8478
|
+
* A list of DataQualityResultDescription objects.
|
|
8479
|
+
*/
|
|
8480
|
+
Results: DataQualityResultDescriptionList;
|
|
8481
|
+
/**
|
|
8482
|
+
* A pagination token, if more results are available.
|
|
8483
|
+
*/
|
|
8484
|
+
NextToken?: PaginationToken;
|
|
8485
|
+
}
|
|
8486
|
+
export interface ListDataQualityRuleRecommendationRunsRequest {
|
|
8487
|
+
/**
|
|
8488
|
+
* The filter criteria.
|
|
8489
|
+
*/
|
|
8490
|
+
Filter?: DataQualityRuleRecommendationRunFilter;
|
|
8491
|
+
/**
|
|
8492
|
+
* A paginated token to offset the results.
|
|
8493
|
+
*/
|
|
8494
|
+
NextToken?: PaginationToken;
|
|
8495
|
+
/**
|
|
8496
|
+
* The maximum number of results to return.
|
|
8497
|
+
*/
|
|
8498
|
+
MaxResults?: PageSize;
|
|
8499
|
+
}
|
|
8500
|
+
export interface ListDataQualityRuleRecommendationRunsResponse {
|
|
8501
|
+
/**
|
|
8502
|
+
* A list of DataQualityRuleRecommendationRunDescription objects.
|
|
8503
|
+
*/
|
|
8504
|
+
Runs?: DataQualityRuleRecommendationRunList;
|
|
8505
|
+
/**
|
|
8506
|
+
* A pagination token, if more results are available.
|
|
8507
|
+
*/
|
|
8508
|
+
NextToken?: PaginationToken;
|
|
8509
|
+
}
|
|
8510
|
+
export interface ListDataQualityRulesetEvaluationRunsRequest {
|
|
8511
|
+
/**
|
|
8512
|
+
* The filter criteria.
|
|
8513
|
+
*/
|
|
8514
|
+
Filter?: DataQualityRulesetEvaluationRunFilter;
|
|
8515
|
+
/**
|
|
8516
|
+
* A paginated token to offset the results.
|
|
8517
|
+
*/
|
|
8518
|
+
NextToken?: PaginationToken;
|
|
8519
|
+
/**
|
|
8520
|
+
* The maximum number of results to return.
|
|
8521
|
+
*/
|
|
8522
|
+
MaxResults?: PageSize;
|
|
8523
|
+
}
|
|
8524
|
+
export interface ListDataQualityRulesetEvaluationRunsResponse {
|
|
8525
|
+
/**
|
|
8526
|
+
* A list of DataQualityRulesetEvaluationRunDescription objects representing data quality ruleset runs.
|
|
8527
|
+
*/
|
|
8528
|
+
Runs?: DataQualityRulesetEvaluationRunList;
|
|
8529
|
+
/**
|
|
8530
|
+
* A pagination token, if more results are available.
|
|
8531
|
+
*/
|
|
8532
|
+
NextToken?: PaginationToken;
|
|
8533
|
+
}
|
|
8534
|
+
export interface ListDataQualityRulesetsRequest {
|
|
8535
|
+
/**
|
|
8536
|
+
* A paginated token to offset the results.
|
|
8537
|
+
*/
|
|
8538
|
+
NextToken?: PaginationToken;
|
|
8539
|
+
/**
|
|
8540
|
+
* The maximum number of results to return.
|
|
8541
|
+
*/
|
|
8542
|
+
MaxResults?: PageSize;
|
|
8543
|
+
/**
|
|
8544
|
+
* The filter criteria.
|
|
8545
|
+
*/
|
|
8546
|
+
Filter?: DataQualityRulesetFilterCriteria;
|
|
8547
|
+
/**
|
|
8548
|
+
* A list of key-value pair tags.
|
|
8549
|
+
*/
|
|
8550
|
+
Tags?: TagsMap;
|
|
8551
|
+
}
|
|
8552
|
+
export interface ListDataQualityRulesetsResponse {
|
|
8553
|
+
/**
|
|
8554
|
+
* A paginated list of rulesets for the specified list of Glue tables.
|
|
8555
|
+
*/
|
|
8556
|
+
Rulesets?: DataQualityRulesetList;
|
|
8557
|
+
/**
|
|
8558
|
+
* A pagination token, if more results are available.
|
|
8559
|
+
*/
|
|
8560
|
+
NextToken?: PaginationToken;
|
|
8561
|
+
}
|
|
7720
8562
|
export interface ListDevEndpointsRequest {
|
|
7721
8563
|
/**
|
|
7722
8564
|
* A continuation token, if this is a continuation request.
|
|
@@ -9096,6 +9938,7 @@ declare namespace Glue {
|
|
|
9096
9938
|
export type RoleArn = string;
|
|
9097
9939
|
export type RoleString = string;
|
|
9098
9940
|
export type RowTag = string;
|
|
9941
|
+
export type RulesetNames = NameString[];
|
|
9099
9942
|
export type RunId = string;
|
|
9100
9943
|
export interface RunStatementRequest {
|
|
9101
9944
|
/**
|
|
@@ -10015,6 +10858,74 @@ declare namespace Glue {
|
|
|
10015
10858
|
}
|
|
10016
10859
|
export interface StartCrawlerScheduleResponse {
|
|
10017
10860
|
}
|
|
10861
|
+
export interface StartDataQualityRuleRecommendationRunRequest {
|
|
10862
|
+
/**
|
|
10863
|
+
* The data source (Glue table) associated with this run.
|
|
10864
|
+
*/
|
|
10865
|
+
DataSource: DataSource;
|
|
10866
|
+
/**
|
|
10867
|
+
* An IAM role supplied to encrypt the results of the run.
|
|
10868
|
+
*/
|
|
10869
|
+
Role: RoleString;
|
|
10870
|
+
/**
|
|
10871
|
+
* The number of G.1X workers to be used in the run. The default is 5.
|
|
10872
|
+
*/
|
|
10873
|
+
NumberOfWorkers?: NullableInteger;
|
|
10874
|
+
/**
|
|
10875
|
+
* The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
|
|
10876
|
+
*/
|
|
10877
|
+
Timeout?: Timeout;
|
|
10878
|
+
/**
|
|
10879
|
+
* A name for the ruleset.
|
|
10880
|
+
*/
|
|
10881
|
+
CreatedRulesetName?: NameString;
|
|
10882
|
+
/**
|
|
10883
|
+
* Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.
|
|
10884
|
+
*/
|
|
10885
|
+
ClientToken?: HashString;
|
|
10886
|
+
}
|
|
10887
|
+
export interface StartDataQualityRuleRecommendationRunResponse {
|
|
10888
|
+
/**
|
|
10889
|
+
* The unique run identifier associated with this run.
|
|
10890
|
+
*/
|
|
10891
|
+
RunId?: HashString;
|
|
10892
|
+
}
|
|
10893
|
+
export interface StartDataQualityRulesetEvaluationRunRequest {
|
|
10894
|
+
/**
|
|
10895
|
+
* The data source (Glue table) associated with this run.
|
|
10896
|
+
*/
|
|
10897
|
+
DataSource: DataSource;
|
|
10898
|
+
/**
|
|
10899
|
+
* An IAM role supplied to encrypt the results of the run.
|
|
10900
|
+
*/
|
|
10901
|
+
Role: RoleString;
|
|
10902
|
+
/**
|
|
10903
|
+
* The number of G.1X workers to be used in the run. The default is 5.
|
|
10904
|
+
*/
|
|
10905
|
+
NumberOfWorkers?: NullableInteger;
|
|
10906
|
+
/**
|
|
10907
|
+
* The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
|
|
10908
|
+
*/
|
|
10909
|
+
Timeout?: Timeout;
|
|
10910
|
+
/**
|
|
10911
|
+
* Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.
|
|
10912
|
+
*/
|
|
10913
|
+
ClientToken?: HashString;
|
|
10914
|
+
/**
|
|
10915
|
+
* Additional run options you can specify for an evaluation run.
|
|
10916
|
+
*/
|
|
10917
|
+
AdditionalRunOptions?: DataQualityEvaluationRunAdditionalRunOptions;
|
|
10918
|
+
/**
|
|
10919
|
+
* A list of ruleset names.
|
|
10920
|
+
*/
|
|
10921
|
+
RulesetNames: RulesetNames;
|
|
10922
|
+
}
|
|
10923
|
+
export interface StartDataQualityRulesetEvaluationRunResponse {
|
|
10924
|
+
/**
|
|
10925
|
+
* The unique run identifier associated with this run.
|
|
10926
|
+
*/
|
|
10927
|
+
RunId?: HashString;
|
|
10928
|
+
}
|
|
10018
10929
|
export interface StartExportLabelsTaskRunRequest {
|
|
10019
10930
|
/**
|
|
10020
10931
|
* The unique identifier of the machine learning transform.
|
|
@@ -11127,6 +12038,38 @@ declare namespace Glue {
|
|
|
11127
12038
|
*/
|
|
11128
12039
|
CustomDatatypes?: CustomDatatypes;
|
|
11129
12040
|
}
|
|
12041
|
+
export interface UpdateDataQualityRulesetRequest {
|
|
12042
|
+
/**
|
|
12043
|
+
* The name of the data quality ruleset.
|
|
12044
|
+
*/
|
|
12045
|
+
Name: NameString;
|
|
12046
|
+
/**
|
|
12047
|
+
* The new name of the ruleset, if you are renaming it.
|
|
12048
|
+
*/
|
|
12049
|
+
UpdatedName?: NameString;
|
|
12050
|
+
/**
|
|
12051
|
+
* A description of the ruleset.
|
|
12052
|
+
*/
|
|
12053
|
+
Description?: DescriptionString;
|
|
12054
|
+
/**
|
|
12055
|
+
* A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
|
|
12056
|
+
*/
|
|
12057
|
+
Ruleset?: DataQualityRulesetString;
|
|
12058
|
+
}
|
|
12059
|
+
export interface UpdateDataQualityRulesetResponse {
|
|
12060
|
+
/**
|
|
12061
|
+
* The name of the data quality ruleset.
|
|
12062
|
+
*/
|
|
12063
|
+
Name?: NameString;
|
|
12064
|
+
/**
|
|
12065
|
+
* A description of the ruleset.
|
|
12066
|
+
*/
|
|
12067
|
+
Description?: DescriptionString;
|
|
12068
|
+
/**
|
|
12069
|
+
* A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
|
|
12070
|
+
*/
|
|
12071
|
+
Ruleset?: DataQualityRulesetString;
|
|
12072
|
+
}
|
|
11130
12073
|
export interface UpdateDatabaseRequest {
|
|
11131
12074
|
/**
|
|
11132
12075
|
* The ID of the Data Catalog in which the metadata database resides. If none is provided, the Amazon Web Services account ID is used by default.
|