@aws-sdk/client-glue 3.218.0 → 3.221.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/Glue.js +240 -0
- package/dist-cjs/commands/BatchGetDataQualityResultCommand.js +46 -0
- package/dist-cjs/commands/CancelDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/CancelDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/CreateDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateSessionCommand.js +3 -3
- package/dist-cjs/commands/CreateTableCommand.js +3 -3
- package/dist-cjs/commands/CreateTriggerCommand.js +3 -3
- package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityResultCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityResultsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRuleRecommendationRunsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRulesetEvaluationRunsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRulesetsCommand.js +46 -0
- package/dist-cjs/commands/ListDevEndpointsCommand.js +3 -3
- package/dist-cjs/commands/ListJobsCommand.js +3 -3
- package/dist-cjs/commands/ListMLTransformsCommand.js +3 -3
- package/dist-cjs/commands/ListRegistriesCommand.js +3 -3
- package/dist-cjs/commands/ListSchemaVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListSchemasCommand.js +3 -3
- package/dist-cjs/commands/ListSessionsCommand.js +3 -3
- package/dist-cjs/commands/ListStatementsCommand.js +3 -3
- package/dist-cjs/commands/ListTriggersCommand.js +3 -3
- package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
- package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
- package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +3 -3
- package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +1 -2
- package/dist-cjs/commands/StartDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/StartDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/UpdateDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/index.js +16 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +104 -103
- package/dist-cjs/models/models_1.js +145 -139
- package/dist-cjs/models/models_2.js +223 -3
- package/dist-cjs/pagination/ListDataQualityResultsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRulesetsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1653 -129
- package/dist-es/Glue.js +240 -0
- package/dist-es/commands/BatchGetDataQualityResultCommand.js +42 -0
- package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/CreateDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +1 -1
- package/dist-es/commands/CreateSessionCommand.js +1 -1
- package/dist-es/commands/CreateTableCommand.js +1 -1
- package/dist-es/commands/CreateTriggerCommand.js +1 -1
- package/dist-es/commands/CreateUserDefinedFunctionCommand.js +1 -1
- package/dist-es/commands/DeleteDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/ListDataQualityResultsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRulesetsCommand.js +42 -0
- package/dist-es/commands/ListDevEndpointsCommand.js +1 -1
- package/dist-es/commands/ListJobsCommand.js +1 -1
- package/dist-es/commands/ListMLTransformsCommand.js +1 -1
- package/dist-es/commands/ListRegistriesCommand.js +1 -1
- package/dist-es/commands/ListSchemaVersionsCommand.js +1 -1
- package/dist-es/commands/ListSchemasCommand.js +1 -1
- package/dist-es/commands/ListSessionsCommand.js +1 -1
- package/dist-es/commands/ListStatementsCommand.js +1 -1
- package/dist-es/commands/ListTriggersCommand.js +1 -1
- package/dist-es/commands/ListWorkflowsCommand.js +1 -1
- package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +1 -1
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -1
- package/dist-es/commands/PutSchemaVersionMetadataCommand.js +1 -1
- package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +1 -2
- package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/UpdateDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/index.js +16 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +80 -78
- package/dist-es/models/models_1.js +109 -102
- package/dist-es/models/models_2.js +167 -0
- package/dist-es/pagination/ListDataQualityResultsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRulesetsPaginator.js +32 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1610 -119
- package/dist-types/Glue.d.ts +114 -0
- package/dist-types/GlueClient.d.ts +18 -2
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +37 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +39 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTriggerCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +37 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMLTransformsCommand.d.ts +1 -1
- package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
- package/dist-types/commands/ListTriggersCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +1 -2
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +16 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +417 -552
- package/dist-types/models/models_1.d.ts +3382 -3180
- package/dist-types/models/models_2.d.ts +1086 -2
- package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +48 -0
- package/dist-types/ts3.4/Glue.d.ts +320 -0
- package/dist-types/ts3.4/GlueClient.d.ts +96 -0
- package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +16 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +166 -187
- package/dist-types/ts3.4/models/models_1.d.ts +306 -262
- package/dist-types/ts3.4/models/models_2.d.ts +458 -3
- package/dist-types/ts3.4/pagination/ListDataQualityResultsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRulesetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +192 -0
- package/package.json +1 -1
|
@@ -31,6 +31,10 @@ import {
|
|
|
31
31
|
BatchGetCustomEntityTypesCommandInput,
|
|
32
32
|
BatchGetCustomEntityTypesCommandOutput,
|
|
33
33
|
} from "./commands/BatchGetCustomEntityTypesCommand";
|
|
34
|
+
import {
|
|
35
|
+
BatchGetDataQualityResultCommandInput,
|
|
36
|
+
BatchGetDataQualityResultCommandOutput,
|
|
37
|
+
} from "./commands/BatchGetDataQualityResultCommand";
|
|
34
38
|
import {
|
|
35
39
|
BatchGetDevEndpointsCommandInput,
|
|
36
40
|
BatchGetDevEndpointsCommandOutput,
|
|
@@ -59,6 +63,14 @@ import {
|
|
|
59
63
|
BatchUpdatePartitionCommandInput,
|
|
60
64
|
BatchUpdatePartitionCommandOutput,
|
|
61
65
|
} from "./commands/BatchUpdatePartitionCommand";
|
|
66
|
+
import {
|
|
67
|
+
CancelDataQualityRuleRecommendationRunCommandInput,
|
|
68
|
+
CancelDataQualityRuleRecommendationRunCommandOutput,
|
|
69
|
+
} from "./commands/CancelDataQualityRuleRecommendationRunCommand";
|
|
70
|
+
import {
|
|
71
|
+
CancelDataQualityRulesetEvaluationRunCommandInput,
|
|
72
|
+
CancelDataQualityRulesetEvaluationRunCommandOutput,
|
|
73
|
+
} from "./commands/CancelDataQualityRulesetEvaluationRunCommand";
|
|
62
74
|
import {
|
|
63
75
|
CancelMLTaskRunCommandInput,
|
|
64
76
|
CancelMLTaskRunCommandOutput,
|
|
@@ -95,6 +107,10 @@ import {
|
|
|
95
107
|
CreateDatabaseCommandInput,
|
|
96
108
|
CreateDatabaseCommandOutput,
|
|
97
109
|
} from "./commands/CreateDatabaseCommand";
|
|
110
|
+
import {
|
|
111
|
+
CreateDataQualityRulesetCommandInput,
|
|
112
|
+
CreateDataQualityRulesetCommandOutput,
|
|
113
|
+
} from "./commands/CreateDataQualityRulesetCommand";
|
|
98
114
|
import {
|
|
99
115
|
CreateDevEndpointCommandInput,
|
|
100
116
|
CreateDevEndpointCommandOutput,
|
|
@@ -183,6 +199,10 @@ import {
|
|
|
183
199
|
DeleteDatabaseCommandInput,
|
|
184
200
|
DeleteDatabaseCommandOutput,
|
|
185
201
|
} from "./commands/DeleteDatabaseCommand";
|
|
202
|
+
import {
|
|
203
|
+
DeleteDataQualityRulesetCommandInput,
|
|
204
|
+
DeleteDataQualityRulesetCommandOutput,
|
|
205
|
+
} from "./commands/DeleteDataQualityRulesetCommand";
|
|
186
206
|
import {
|
|
187
207
|
DeleteDevEndpointCommandInput,
|
|
188
208
|
DeleteDevEndpointCommandOutput,
|
|
@@ -319,6 +339,22 @@ import {
|
|
|
319
339
|
GetDataflowGraphCommandInput,
|
|
320
340
|
GetDataflowGraphCommandOutput,
|
|
321
341
|
} from "./commands/GetDataflowGraphCommand";
|
|
342
|
+
import {
|
|
343
|
+
GetDataQualityResultCommandInput,
|
|
344
|
+
GetDataQualityResultCommandOutput,
|
|
345
|
+
} from "./commands/GetDataQualityResultCommand";
|
|
346
|
+
import {
|
|
347
|
+
GetDataQualityRuleRecommendationRunCommandInput,
|
|
348
|
+
GetDataQualityRuleRecommendationRunCommandOutput,
|
|
349
|
+
} from "./commands/GetDataQualityRuleRecommendationRunCommand";
|
|
350
|
+
import {
|
|
351
|
+
GetDataQualityRulesetCommandInput,
|
|
352
|
+
GetDataQualityRulesetCommandOutput,
|
|
353
|
+
} from "./commands/GetDataQualityRulesetCommand";
|
|
354
|
+
import {
|
|
355
|
+
GetDataQualityRulesetEvaluationRunCommandInput,
|
|
356
|
+
GetDataQualityRulesetEvaluationRunCommandOutput,
|
|
357
|
+
} from "./commands/GetDataQualityRulesetEvaluationRunCommand";
|
|
322
358
|
import {
|
|
323
359
|
GetDevEndpointCommandInput,
|
|
324
360
|
GetDevEndpointCommandOutput,
|
|
@@ -511,6 +547,22 @@ import {
|
|
|
511
547
|
ListCustomEntityTypesCommandInput,
|
|
512
548
|
ListCustomEntityTypesCommandOutput,
|
|
513
549
|
} from "./commands/ListCustomEntityTypesCommand";
|
|
550
|
+
import {
|
|
551
|
+
ListDataQualityResultsCommandInput,
|
|
552
|
+
ListDataQualityResultsCommandOutput,
|
|
553
|
+
} from "./commands/ListDataQualityResultsCommand";
|
|
554
|
+
import {
|
|
555
|
+
ListDataQualityRuleRecommendationRunsCommandInput,
|
|
556
|
+
ListDataQualityRuleRecommendationRunsCommandOutput,
|
|
557
|
+
} from "./commands/ListDataQualityRuleRecommendationRunsCommand";
|
|
558
|
+
import {
|
|
559
|
+
ListDataQualityRulesetEvaluationRunsCommandInput,
|
|
560
|
+
ListDataQualityRulesetEvaluationRunsCommandOutput,
|
|
561
|
+
} from "./commands/ListDataQualityRulesetEvaluationRunsCommand";
|
|
562
|
+
import {
|
|
563
|
+
ListDataQualityRulesetsCommandInput,
|
|
564
|
+
ListDataQualityRulesetsCommandOutput,
|
|
565
|
+
} from "./commands/ListDataQualityRulesetsCommand";
|
|
514
566
|
import {
|
|
515
567
|
ListDevEndpointsCommandInput,
|
|
516
568
|
ListDevEndpointsCommandOutput,
|
|
@@ -607,6 +659,14 @@ import {
|
|
|
607
659
|
StartCrawlerScheduleCommandInput,
|
|
608
660
|
StartCrawlerScheduleCommandOutput,
|
|
609
661
|
} from "./commands/StartCrawlerScheduleCommand";
|
|
662
|
+
import {
|
|
663
|
+
StartDataQualityRuleRecommendationRunCommandInput,
|
|
664
|
+
StartDataQualityRuleRecommendationRunCommandOutput,
|
|
665
|
+
} from "./commands/StartDataQualityRuleRecommendationRunCommand";
|
|
666
|
+
import {
|
|
667
|
+
StartDataQualityRulesetEvaluationRunCommandInput,
|
|
668
|
+
StartDataQualityRulesetEvaluationRunCommandOutput,
|
|
669
|
+
} from "./commands/StartDataQualityRulesetEvaluationRunCommand";
|
|
610
670
|
import {
|
|
611
671
|
StartExportLabelsTaskRunCommandInput,
|
|
612
672
|
StartExportLabelsTaskRunCommandOutput,
|
|
@@ -695,6 +755,10 @@ import {
|
|
|
695
755
|
UpdateDatabaseCommandInput,
|
|
696
756
|
UpdateDatabaseCommandOutput,
|
|
697
757
|
} from "./commands/UpdateDatabaseCommand";
|
|
758
|
+
import {
|
|
759
|
+
UpdateDataQualityRulesetCommandInput,
|
|
760
|
+
UpdateDataQualityRulesetCommandOutput,
|
|
761
|
+
} from "./commands/UpdateDataQualityRulesetCommand";
|
|
698
762
|
import {
|
|
699
763
|
UpdateDevEndpointCommandInput,
|
|
700
764
|
UpdateDevEndpointCommandOutput,
|
|
@@ -849,6 +913,19 @@ export declare class Glue extends GlueClient {
|
|
|
849
913
|
options: __HttpHandlerOptions,
|
|
850
914
|
cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void
|
|
851
915
|
): void;
|
|
916
|
+
batchGetDataQualityResult(
|
|
917
|
+
args: BatchGetDataQualityResultCommandInput,
|
|
918
|
+
options?: __HttpHandlerOptions
|
|
919
|
+
): Promise<BatchGetDataQualityResultCommandOutput>;
|
|
920
|
+
batchGetDataQualityResult(
|
|
921
|
+
args: BatchGetDataQualityResultCommandInput,
|
|
922
|
+
cb: (err: any, data?: BatchGetDataQualityResultCommandOutput) => void
|
|
923
|
+
): void;
|
|
924
|
+
batchGetDataQualityResult(
|
|
925
|
+
args: BatchGetDataQualityResultCommandInput,
|
|
926
|
+
options: __HttpHandlerOptions,
|
|
927
|
+
cb: (err: any, data?: BatchGetDataQualityResultCommandOutput) => void
|
|
928
|
+
): void;
|
|
852
929
|
batchGetDevEndpoints(
|
|
853
930
|
args: BatchGetDevEndpointsCommandInput,
|
|
854
931
|
options?: __HttpHandlerOptions
|
|
@@ -940,6 +1017,44 @@ export declare class Glue extends GlueClient {
|
|
|
940
1017
|
options: __HttpHandlerOptions,
|
|
941
1018
|
cb: (err: any, data?: BatchUpdatePartitionCommandOutput) => void
|
|
942
1019
|
): void;
|
|
1020
|
+
cancelDataQualityRuleRecommendationRun(
|
|
1021
|
+
args: CancelDataQualityRuleRecommendationRunCommandInput,
|
|
1022
|
+
options?: __HttpHandlerOptions
|
|
1023
|
+
): Promise<CancelDataQualityRuleRecommendationRunCommandOutput>;
|
|
1024
|
+
cancelDataQualityRuleRecommendationRun(
|
|
1025
|
+
args: CancelDataQualityRuleRecommendationRunCommandInput,
|
|
1026
|
+
cb: (
|
|
1027
|
+
err: any,
|
|
1028
|
+
data?: CancelDataQualityRuleRecommendationRunCommandOutput
|
|
1029
|
+
) => void
|
|
1030
|
+
): void;
|
|
1031
|
+
cancelDataQualityRuleRecommendationRun(
|
|
1032
|
+
args: CancelDataQualityRuleRecommendationRunCommandInput,
|
|
1033
|
+
options: __HttpHandlerOptions,
|
|
1034
|
+
cb: (
|
|
1035
|
+
err: any,
|
|
1036
|
+
data?: CancelDataQualityRuleRecommendationRunCommandOutput
|
|
1037
|
+
) => void
|
|
1038
|
+
): void;
|
|
1039
|
+
cancelDataQualityRulesetEvaluationRun(
|
|
1040
|
+
args: CancelDataQualityRulesetEvaluationRunCommandInput,
|
|
1041
|
+
options?: __HttpHandlerOptions
|
|
1042
|
+
): Promise<CancelDataQualityRulesetEvaluationRunCommandOutput>;
|
|
1043
|
+
cancelDataQualityRulesetEvaluationRun(
|
|
1044
|
+
args: CancelDataQualityRulesetEvaluationRunCommandInput,
|
|
1045
|
+
cb: (
|
|
1046
|
+
err: any,
|
|
1047
|
+
data?: CancelDataQualityRulesetEvaluationRunCommandOutput
|
|
1048
|
+
) => void
|
|
1049
|
+
): void;
|
|
1050
|
+
cancelDataQualityRulesetEvaluationRun(
|
|
1051
|
+
args: CancelDataQualityRulesetEvaluationRunCommandInput,
|
|
1052
|
+
options: __HttpHandlerOptions,
|
|
1053
|
+
cb: (
|
|
1054
|
+
err: any,
|
|
1055
|
+
data?: CancelDataQualityRulesetEvaluationRunCommandOutput
|
|
1056
|
+
) => void
|
|
1057
|
+
): void;
|
|
943
1058
|
cancelMLTaskRun(
|
|
944
1059
|
args: CancelMLTaskRunCommandInput,
|
|
945
1060
|
options?: __HttpHandlerOptions
|
|
@@ -1057,6 +1172,19 @@ export declare class Glue extends GlueClient {
|
|
|
1057
1172
|
options: __HttpHandlerOptions,
|
|
1058
1173
|
cb: (err: any, data?: CreateDatabaseCommandOutput) => void
|
|
1059
1174
|
): void;
|
|
1175
|
+
createDataQualityRuleset(
|
|
1176
|
+
args: CreateDataQualityRulesetCommandInput,
|
|
1177
|
+
options?: __HttpHandlerOptions
|
|
1178
|
+
): Promise<CreateDataQualityRulesetCommandOutput>;
|
|
1179
|
+
createDataQualityRuleset(
|
|
1180
|
+
args: CreateDataQualityRulesetCommandInput,
|
|
1181
|
+
cb: (err: any, data?: CreateDataQualityRulesetCommandOutput) => void
|
|
1182
|
+
): void;
|
|
1183
|
+
createDataQualityRuleset(
|
|
1184
|
+
args: CreateDataQualityRulesetCommandInput,
|
|
1185
|
+
options: __HttpHandlerOptions,
|
|
1186
|
+
cb: (err: any, data?: CreateDataQualityRulesetCommandOutput) => void
|
|
1187
|
+
): void;
|
|
1060
1188
|
createDevEndpoint(
|
|
1061
1189
|
args: CreateDevEndpointCommandInput,
|
|
1062
1190
|
options?: __HttpHandlerOptions
|
|
@@ -1349,6 +1477,19 @@ export declare class Glue extends GlueClient {
|
|
|
1349
1477
|
options: __HttpHandlerOptions,
|
|
1350
1478
|
cb: (err: any, data?: DeleteDatabaseCommandOutput) => void
|
|
1351
1479
|
): void;
|
|
1480
|
+
deleteDataQualityRuleset(
|
|
1481
|
+
args: DeleteDataQualityRulesetCommandInput,
|
|
1482
|
+
options?: __HttpHandlerOptions
|
|
1483
|
+
): Promise<DeleteDataQualityRulesetCommandOutput>;
|
|
1484
|
+
deleteDataQualityRuleset(
|
|
1485
|
+
args: DeleteDataQualityRulesetCommandInput,
|
|
1486
|
+
cb: (err: any, data?: DeleteDataQualityRulesetCommandOutput) => void
|
|
1487
|
+
): void;
|
|
1488
|
+
deleteDataQualityRuleset(
|
|
1489
|
+
args: DeleteDataQualityRulesetCommandInput,
|
|
1490
|
+
options: __HttpHandlerOptions,
|
|
1491
|
+
cb: (err: any, data?: DeleteDataQualityRulesetCommandOutput) => void
|
|
1492
|
+
): void;
|
|
1352
1493
|
deleteDevEndpoint(
|
|
1353
1494
|
args: DeleteDevEndpointCommandInput,
|
|
1354
1495
|
options?: __HttpHandlerOptions
|
|
@@ -1791,6 +1932,70 @@ export declare class Glue extends GlueClient {
|
|
|
1791
1932
|
options: __HttpHandlerOptions,
|
|
1792
1933
|
cb: (err: any, data?: GetDataflowGraphCommandOutput) => void
|
|
1793
1934
|
): void;
|
|
1935
|
+
getDataQualityResult(
|
|
1936
|
+
args: GetDataQualityResultCommandInput,
|
|
1937
|
+
options?: __HttpHandlerOptions
|
|
1938
|
+
): Promise<GetDataQualityResultCommandOutput>;
|
|
1939
|
+
getDataQualityResult(
|
|
1940
|
+
args: GetDataQualityResultCommandInput,
|
|
1941
|
+
cb: (err: any, data?: GetDataQualityResultCommandOutput) => void
|
|
1942
|
+
): void;
|
|
1943
|
+
getDataQualityResult(
|
|
1944
|
+
args: GetDataQualityResultCommandInput,
|
|
1945
|
+
options: __HttpHandlerOptions,
|
|
1946
|
+
cb: (err: any, data?: GetDataQualityResultCommandOutput) => void
|
|
1947
|
+
): void;
|
|
1948
|
+
getDataQualityRuleRecommendationRun(
|
|
1949
|
+
args: GetDataQualityRuleRecommendationRunCommandInput,
|
|
1950
|
+
options?: __HttpHandlerOptions
|
|
1951
|
+
): Promise<GetDataQualityRuleRecommendationRunCommandOutput>;
|
|
1952
|
+
getDataQualityRuleRecommendationRun(
|
|
1953
|
+
args: GetDataQualityRuleRecommendationRunCommandInput,
|
|
1954
|
+
cb: (
|
|
1955
|
+
err: any,
|
|
1956
|
+
data?: GetDataQualityRuleRecommendationRunCommandOutput
|
|
1957
|
+
) => void
|
|
1958
|
+
): void;
|
|
1959
|
+
getDataQualityRuleRecommendationRun(
|
|
1960
|
+
args: GetDataQualityRuleRecommendationRunCommandInput,
|
|
1961
|
+
options: __HttpHandlerOptions,
|
|
1962
|
+
cb: (
|
|
1963
|
+
err: any,
|
|
1964
|
+
data?: GetDataQualityRuleRecommendationRunCommandOutput
|
|
1965
|
+
) => void
|
|
1966
|
+
): void;
|
|
1967
|
+
getDataQualityRuleset(
|
|
1968
|
+
args: GetDataQualityRulesetCommandInput,
|
|
1969
|
+
options?: __HttpHandlerOptions
|
|
1970
|
+
): Promise<GetDataQualityRulesetCommandOutput>;
|
|
1971
|
+
getDataQualityRuleset(
|
|
1972
|
+
args: GetDataQualityRulesetCommandInput,
|
|
1973
|
+
cb: (err: any, data?: GetDataQualityRulesetCommandOutput) => void
|
|
1974
|
+
): void;
|
|
1975
|
+
getDataQualityRuleset(
|
|
1976
|
+
args: GetDataQualityRulesetCommandInput,
|
|
1977
|
+
options: __HttpHandlerOptions,
|
|
1978
|
+
cb: (err: any, data?: GetDataQualityRulesetCommandOutput) => void
|
|
1979
|
+
): void;
|
|
1980
|
+
getDataQualityRulesetEvaluationRun(
|
|
1981
|
+
args: GetDataQualityRulesetEvaluationRunCommandInput,
|
|
1982
|
+
options?: __HttpHandlerOptions
|
|
1983
|
+
): Promise<GetDataQualityRulesetEvaluationRunCommandOutput>;
|
|
1984
|
+
getDataQualityRulesetEvaluationRun(
|
|
1985
|
+
args: GetDataQualityRulesetEvaluationRunCommandInput,
|
|
1986
|
+
cb: (
|
|
1987
|
+
err: any,
|
|
1988
|
+
data?: GetDataQualityRulesetEvaluationRunCommandOutput
|
|
1989
|
+
) => void
|
|
1990
|
+
): void;
|
|
1991
|
+
getDataQualityRulesetEvaluationRun(
|
|
1992
|
+
args: GetDataQualityRulesetEvaluationRunCommandInput,
|
|
1993
|
+
options: __HttpHandlerOptions,
|
|
1994
|
+
cb: (
|
|
1995
|
+
err: any,
|
|
1996
|
+
data?: GetDataQualityRulesetEvaluationRunCommandOutput
|
|
1997
|
+
) => void
|
|
1998
|
+
): void;
|
|
1794
1999
|
getDevEndpoint(
|
|
1795
2000
|
args: GetDevEndpointCommandInput,
|
|
1796
2001
|
options?: __HttpHandlerOptions
|
|
@@ -2415,6 +2620,70 @@ export declare class Glue extends GlueClient {
|
|
|
2415
2620
|
options: __HttpHandlerOptions,
|
|
2416
2621
|
cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void
|
|
2417
2622
|
): void;
|
|
2623
|
+
listDataQualityResults(
|
|
2624
|
+
args: ListDataQualityResultsCommandInput,
|
|
2625
|
+
options?: __HttpHandlerOptions
|
|
2626
|
+
): Promise<ListDataQualityResultsCommandOutput>;
|
|
2627
|
+
listDataQualityResults(
|
|
2628
|
+
args: ListDataQualityResultsCommandInput,
|
|
2629
|
+
cb: (err: any, data?: ListDataQualityResultsCommandOutput) => void
|
|
2630
|
+
): void;
|
|
2631
|
+
listDataQualityResults(
|
|
2632
|
+
args: ListDataQualityResultsCommandInput,
|
|
2633
|
+
options: __HttpHandlerOptions,
|
|
2634
|
+
cb: (err: any, data?: ListDataQualityResultsCommandOutput) => void
|
|
2635
|
+
): void;
|
|
2636
|
+
listDataQualityRuleRecommendationRuns(
|
|
2637
|
+
args: ListDataQualityRuleRecommendationRunsCommandInput,
|
|
2638
|
+
options?: __HttpHandlerOptions
|
|
2639
|
+
): Promise<ListDataQualityRuleRecommendationRunsCommandOutput>;
|
|
2640
|
+
listDataQualityRuleRecommendationRuns(
|
|
2641
|
+
args: ListDataQualityRuleRecommendationRunsCommandInput,
|
|
2642
|
+
cb: (
|
|
2643
|
+
err: any,
|
|
2644
|
+
data?: ListDataQualityRuleRecommendationRunsCommandOutput
|
|
2645
|
+
) => void
|
|
2646
|
+
): void;
|
|
2647
|
+
listDataQualityRuleRecommendationRuns(
|
|
2648
|
+
args: ListDataQualityRuleRecommendationRunsCommandInput,
|
|
2649
|
+
options: __HttpHandlerOptions,
|
|
2650
|
+
cb: (
|
|
2651
|
+
err: any,
|
|
2652
|
+
data?: ListDataQualityRuleRecommendationRunsCommandOutput
|
|
2653
|
+
) => void
|
|
2654
|
+
): void;
|
|
2655
|
+
listDataQualityRulesetEvaluationRuns(
|
|
2656
|
+
args: ListDataQualityRulesetEvaluationRunsCommandInput,
|
|
2657
|
+
options?: __HttpHandlerOptions
|
|
2658
|
+
): Promise<ListDataQualityRulesetEvaluationRunsCommandOutput>;
|
|
2659
|
+
listDataQualityRulesetEvaluationRuns(
|
|
2660
|
+
args: ListDataQualityRulesetEvaluationRunsCommandInput,
|
|
2661
|
+
cb: (
|
|
2662
|
+
err: any,
|
|
2663
|
+
data?: ListDataQualityRulesetEvaluationRunsCommandOutput
|
|
2664
|
+
) => void
|
|
2665
|
+
): void;
|
|
2666
|
+
listDataQualityRulesetEvaluationRuns(
|
|
2667
|
+
args: ListDataQualityRulesetEvaluationRunsCommandInput,
|
|
2668
|
+
options: __HttpHandlerOptions,
|
|
2669
|
+
cb: (
|
|
2670
|
+
err: any,
|
|
2671
|
+
data?: ListDataQualityRulesetEvaluationRunsCommandOutput
|
|
2672
|
+
) => void
|
|
2673
|
+
): void;
|
|
2674
|
+
listDataQualityRulesets(
|
|
2675
|
+
args: ListDataQualityRulesetsCommandInput,
|
|
2676
|
+
options?: __HttpHandlerOptions
|
|
2677
|
+
): Promise<ListDataQualityRulesetsCommandOutput>;
|
|
2678
|
+
listDataQualityRulesets(
|
|
2679
|
+
args: ListDataQualityRulesetsCommandInput,
|
|
2680
|
+
cb: (err: any, data?: ListDataQualityRulesetsCommandOutput) => void
|
|
2681
|
+
): void;
|
|
2682
|
+
listDataQualityRulesets(
|
|
2683
|
+
args: ListDataQualityRulesetsCommandInput,
|
|
2684
|
+
options: __HttpHandlerOptions,
|
|
2685
|
+
cb: (err: any, data?: ListDataQualityRulesetsCommandOutput) => void
|
|
2686
|
+
): void;
|
|
2418
2687
|
listDevEndpoints(
|
|
2419
2688
|
args: ListDevEndpointsCommandInput,
|
|
2420
2689
|
options?: __HttpHandlerOptions
|
|
@@ -2727,6 +2996,44 @@ export declare class Glue extends GlueClient {
|
|
|
2727
2996
|
options: __HttpHandlerOptions,
|
|
2728
2997
|
cb: (err: any, data?: StartCrawlerScheduleCommandOutput) => void
|
|
2729
2998
|
): void;
|
|
2999
|
+
startDataQualityRuleRecommendationRun(
|
|
3000
|
+
args: StartDataQualityRuleRecommendationRunCommandInput,
|
|
3001
|
+
options?: __HttpHandlerOptions
|
|
3002
|
+
): Promise<StartDataQualityRuleRecommendationRunCommandOutput>;
|
|
3003
|
+
startDataQualityRuleRecommendationRun(
|
|
3004
|
+
args: StartDataQualityRuleRecommendationRunCommandInput,
|
|
3005
|
+
cb: (
|
|
3006
|
+
err: any,
|
|
3007
|
+
data?: StartDataQualityRuleRecommendationRunCommandOutput
|
|
3008
|
+
) => void
|
|
3009
|
+
): void;
|
|
3010
|
+
startDataQualityRuleRecommendationRun(
|
|
3011
|
+
args: StartDataQualityRuleRecommendationRunCommandInput,
|
|
3012
|
+
options: __HttpHandlerOptions,
|
|
3013
|
+
cb: (
|
|
3014
|
+
err: any,
|
|
3015
|
+
data?: StartDataQualityRuleRecommendationRunCommandOutput
|
|
3016
|
+
) => void
|
|
3017
|
+
): void;
|
|
3018
|
+
startDataQualityRulesetEvaluationRun(
|
|
3019
|
+
args: StartDataQualityRulesetEvaluationRunCommandInput,
|
|
3020
|
+
options?: __HttpHandlerOptions
|
|
3021
|
+
): Promise<StartDataQualityRulesetEvaluationRunCommandOutput>;
|
|
3022
|
+
startDataQualityRulesetEvaluationRun(
|
|
3023
|
+
args: StartDataQualityRulesetEvaluationRunCommandInput,
|
|
3024
|
+
cb: (
|
|
3025
|
+
err: any,
|
|
3026
|
+
data?: StartDataQualityRulesetEvaluationRunCommandOutput
|
|
3027
|
+
) => void
|
|
3028
|
+
): void;
|
|
3029
|
+
startDataQualityRulesetEvaluationRun(
|
|
3030
|
+
args: StartDataQualityRulesetEvaluationRunCommandInput,
|
|
3031
|
+
options: __HttpHandlerOptions,
|
|
3032
|
+
cb: (
|
|
3033
|
+
err: any,
|
|
3034
|
+
data?: StartDataQualityRulesetEvaluationRunCommandOutput
|
|
3035
|
+
) => void
|
|
3036
|
+
): void;
|
|
2730
3037
|
startExportLabelsTaskRun(
|
|
2731
3038
|
args: StartExportLabelsTaskRunCommandInput,
|
|
2732
3039
|
options?: __HttpHandlerOptions
|
|
@@ -3025,6 +3332,19 @@ export declare class Glue extends GlueClient {
|
|
|
3025
3332
|
options: __HttpHandlerOptions,
|
|
3026
3333
|
cb: (err: any, data?: UpdateDatabaseCommandOutput) => void
|
|
3027
3334
|
): void;
|
|
3335
|
+
updateDataQualityRuleset(
|
|
3336
|
+
args: UpdateDataQualityRulesetCommandInput,
|
|
3337
|
+
options?: __HttpHandlerOptions
|
|
3338
|
+
): Promise<UpdateDataQualityRulesetCommandOutput>;
|
|
3339
|
+
updateDataQualityRuleset(
|
|
3340
|
+
args: UpdateDataQualityRulesetCommandInput,
|
|
3341
|
+
cb: (err: any, data?: UpdateDataQualityRulesetCommandOutput) => void
|
|
3342
|
+
): void;
|
|
3343
|
+
updateDataQualityRuleset(
|
|
3344
|
+
args: UpdateDataQualityRulesetCommandInput,
|
|
3345
|
+
options: __HttpHandlerOptions,
|
|
3346
|
+
cb: (err: any, data?: UpdateDataQualityRulesetCommandOutput) => void
|
|
3347
|
+
): void;
|
|
3028
3348
|
updateDevEndpoint(
|
|
3029
3349
|
args: UpdateDevEndpointCommandInput,
|
|
3030
3350
|
options?: __HttpHandlerOptions
|
|
@@ -75,6 +75,10 @@ import {
|
|
|
75
75
|
BatchGetCustomEntityTypesCommandInput,
|
|
76
76
|
BatchGetCustomEntityTypesCommandOutput,
|
|
77
77
|
} from "./commands/BatchGetCustomEntityTypesCommand";
|
|
78
|
+
import {
|
|
79
|
+
BatchGetDataQualityResultCommandInput,
|
|
80
|
+
BatchGetDataQualityResultCommandOutput,
|
|
81
|
+
} from "./commands/BatchGetDataQualityResultCommand";
|
|
78
82
|
import {
|
|
79
83
|
BatchGetDevEndpointsCommandInput,
|
|
80
84
|
BatchGetDevEndpointsCommandOutput,
|
|
@@ -103,6 +107,14 @@ import {
|
|
|
103
107
|
BatchUpdatePartitionCommandInput,
|
|
104
108
|
BatchUpdatePartitionCommandOutput,
|
|
105
109
|
} from "./commands/BatchUpdatePartitionCommand";
|
|
110
|
+
import {
|
|
111
|
+
CancelDataQualityRuleRecommendationRunCommandInput,
|
|
112
|
+
CancelDataQualityRuleRecommendationRunCommandOutput,
|
|
113
|
+
} from "./commands/CancelDataQualityRuleRecommendationRunCommand";
|
|
114
|
+
import {
|
|
115
|
+
CancelDataQualityRulesetEvaluationRunCommandInput,
|
|
116
|
+
CancelDataQualityRulesetEvaluationRunCommandOutput,
|
|
117
|
+
} from "./commands/CancelDataQualityRulesetEvaluationRunCommand";
|
|
106
118
|
import {
|
|
107
119
|
CancelMLTaskRunCommandInput,
|
|
108
120
|
CancelMLTaskRunCommandOutput,
|
|
@@ -139,6 +151,10 @@ import {
|
|
|
139
151
|
CreateDatabaseCommandInput,
|
|
140
152
|
CreateDatabaseCommandOutput,
|
|
141
153
|
} from "./commands/CreateDatabaseCommand";
|
|
154
|
+
import {
|
|
155
|
+
CreateDataQualityRulesetCommandInput,
|
|
156
|
+
CreateDataQualityRulesetCommandOutput,
|
|
157
|
+
} from "./commands/CreateDataQualityRulesetCommand";
|
|
142
158
|
import {
|
|
143
159
|
CreateDevEndpointCommandInput,
|
|
144
160
|
CreateDevEndpointCommandOutput,
|
|
@@ -227,6 +243,10 @@ import {
|
|
|
227
243
|
DeleteDatabaseCommandInput,
|
|
228
244
|
DeleteDatabaseCommandOutput,
|
|
229
245
|
} from "./commands/DeleteDatabaseCommand";
|
|
246
|
+
import {
|
|
247
|
+
DeleteDataQualityRulesetCommandInput,
|
|
248
|
+
DeleteDataQualityRulesetCommandOutput,
|
|
249
|
+
} from "./commands/DeleteDataQualityRulesetCommand";
|
|
230
250
|
import {
|
|
231
251
|
DeleteDevEndpointCommandInput,
|
|
232
252
|
DeleteDevEndpointCommandOutput,
|
|
@@ -363,6 +383,22 @@ import {
|
|
|
363
383
|
GetDataflowGraphCommandInput,
|
|
364
384
|
GetDataflowGraphCommandOutput,
|
|
365
385
|
} from "./commands/GetDataflowGraphCommand";
|
|
386
|
+
import {
|
|
387
|
+
GetDataQualityResultCommandInput,
|
|
388
|
+
GetDataQualityResultCommandOutput,
|
|
389
|
+
} from "./commands/GetDataQualityResultCommand";
|
|
390
|
+
import {
|
|
391
|
+
GetDataQualityRuleRecommendationRunCommandInput,
|
|
392
|
+
GetDataQualityRuleRecommendationRunCommandOutput,
|
|
393
|
+
} from "./commands/GetDataQualityRuleRecommendationRunCommand";
|
|
394
|
+
import {
|
|
395
|
+
GetDataQualityRulesetCommandInput,
|
|
396
|
+
GetDataQualityRulesetCommandOutput,
|
|
397
|
+
} from "./commands/GetDataQualityRulesetCommand";
|
|
398
|
+
import {
|
|
399
|
+
GetDataQualityRulesetEvaluationRunCommandInput,
|
|
400
|
+
GetDataQualityRulesetEvaluationRunCommandOutput,
|
|
401
|
+
} from "./commands/GetDataQualityRulesetEvaluationRunCommand";
|
|
366
402
|
import {
|
|
367
403
|
GetDevEndpointCommandInput,
|
|
368
404
|
GetDevEndpointCommandOutput,
|
|
@@ -555,6 +591,22 @@ import {
|
|
|
555
591
|
ListCustomEntityTypesCommandInput,
|
|
556
592
|
ListCustomEntityTypesCommandOutput,
|
|
557
593
|
} from "./commands/ListCustomEntityTypesCommand";
|
|
594
|
+
import {
|
|
595
|
+
ListDataQualityResultsCommandInput,
|
|
596
|
+
ListDataQualityResultsCommandOutput,
|
|
597
|
+
} from "./commands/ListDataQualityResultsCommand";
|
|
598
|
+
import {
|
|
599
|
+
ListDataQualityRuleRecommendationRunsCommandInput,
|
|
600
|
+
ListDataQualityRuleRecommendationRunsCommandOutput,
|
|
601
|
+
} from "./commands/ListDataQualityRuleRecommendationRunsCommand";
|
|
602
|
+
import {
|
|
603
|
+
ListDataQualityRulesetEvaluationRunsCommandInput,
|
|
604
|
+
ListDataQualityRulesetEvaluationRunsCommandOutput,
|
|
605
|
+
} from "./commands/ListDataQualityRulesetEvaluationRunsCommand";
|
|
606
|
+
import {
|
|
607
|
+
ListDataQualityRulesetsCommandInput,
|
|
608
|
+
ListDataQualityRulesetsCommandOutput,
|
|
609
|
+
} from "./commands/ListDataQualityRulesetsCommand";
|
|
558
610
|
import {
|
|
559
611
|
ListDevEndpointsCommandInput,
|
|
560
612
|
ListDevEndpointsCommandOutput,
|
|
@@ -651,6 +703,14 @@ import {
|
|
|
651
703
|
StartCrawlerScheduleCommandInput,
|
|
652
704
|
StartCrawlerScheduleCommandOutput,
|
|
653
705
|
} from "./commands/StartCrawlerScheduleCommand";
|
|
706
|
+
import {
|
|
707
|
+
StartDataQualityRuleRecommendationRunCommandInput,
|
|
708
|
+
StartDataQualityRuleRecommendationRunCommandOutput,
|
|
709
|
+
} from "./commands/StartDataQualityRuleRecommendationRunCommand";
|
|
710
|
+
import {
|
|
711
|
+
StartDataQualityRulesetEvaluationRunCommandInput,
|
|
712
|
+
StartDataQualityRulesetEvaluationRunCommandOutput,
|
|
713
|
+
} from "./commands/StartDataQualityRulesetEvaluationRunCommand";
|
|
654
714
|
import {
|
|
655
715
|
StartExportLabelsTaskRunCommandInput,
|
|
656
716
|
StartExportLabelsTaskRunCommandOutput,
|
|
@@ -739,6 +799,10 @@ import {
|
|
|
739
799
|
UpdateDatabaseCommandInput,
|
|
740
800
|
UpdateDatabaseCommandOutput,
|
|
741
801
|
} from "./commands/UpdateDatabaseCommand";
|
|
802
|
+
import {
|
|
803
|
+
UpdateDataQualityRulesetCommandInput,
|
|
804
|
+
UpdateDataQualityRulesetCommandOutput,
|
|
805
|
+
} from "./commands/UpdateDataQualityRulesetCommand";
|
|
742
806
|
import {
|
|
743
807
|
UpdateDevEndpointCommandInput,
|
|
744
808
|
UpdateDevEndpointCommandOutput,
|
|
@@ -801,6 +865,7 @@ export declare type ServiceInputTypes =
|
|
|
801
865
|
| BatchGetBlueprintsCommandInput
|
|
802
866
|
| BatchGetCrawlersCommandInput
|
|
803
867
|
| BatchGetCustomEntityTypesCommandInput
|
|
868
|
+
| BatchGetDataQualityResultCommandInput
|
|
804
869
|
| BatchGetDevEndpointsCommandInput
|
|
805
870
|
| BatchGetJobsCommandInput
|
|
806
871
|
| BatchGetPartitionCommandInput
|
|
@@ -808,6 +873,8 @@ export declare type ServiceInputTypes =
|
|
|
808
873
|
| BatchGetWorkflowsCommandInput
|
|
809
874
|
| BatchStopJobRunCommandInput
|
|
810
875
|
| BatchUpdatePartitionCommandInput
|
|
876
|
+
| CancelDataQualityRuleRecommendationRunCommandInput
|
|
877
|
+
| CancelDataQualityRulesetEvaluationRunCommandInput
|
|
811
878
|
| CancelMLTaskRunCommandInput
|
|
812
879
|
| CancelStatementCommandInput
|
|
813
880
|
| CheckSchemaVersionValidityCommandInput
|
|
@@ -816,6 +883,7 @@ export declare type ServiceInputTypes =
|
|
|
816
883
|
| CreateConnectionCommandInput
|
|
817
884
|
| CreateCrawlerCommandInput
|
|
818
885
|
| CreateCustomEntityTypeCommandInput
|
|
886
|
+
| CreateDataQualityRulesetCommandInput
|
|
819
887
|
| CreateDatabaseCommandInput
|
|
820
888
|
| CreateDevEndpointCommandInput
|
|
821
889
|
| CreateJobCommandInput
|
|
@@ -838,6 +906,7 @@ export declare type ServiceInputTypes =
|
|
|
838
906
|
| DeleteConnectionCommandInput
|
|
839
907
|
| DeleteCrawlerCommandInput
|
|
840
908
|
| DeleteCustomEntityTypeCommandInput
|
|
909
|
+
| DeleteDataQualityRulesetCommandInput
|
|
841
910
|
| DeleteDatabaseCommandInput
|
|
842
911
|
| DeleteDevEndpointCommandInput
|
|
843
912
|
| DeleteJobCommandInput
|
|
@@ -870,6 +939,10 @@ export declare type ServiceInputTypes =
|
|
|
870
939
|
| GetCrawlersCommandInput
|
|
871
940
|
| GetCustomEntityTypeCommandInput
|
|
872
941
|
| GetDataCatalogEncryptionSettingsCommandInput
|
|
942
|
+
| GetDataQualityResultCommandInput
|
|
943
|
+
| GetDataQualityRuleRecommendationRunCommandInput
|
|
944
|
+
| GetDataQualityRulesetCommandInput
|
|
945
|
+
| GetDataQualityRulesetEvaluationRunCommandInput
|
|
873
946
|
| GetDatabaseCommandInput
|
|
874
947
|
| GetDatabasesCommandInput
|
|
875
948
|
| GetDataflowGraphCommandInput
|
|
@@ -921,6 +994,10 @@ export declare type ServiceInputTypes =
|
|
|
921
994
|
| ListCrawlersCommandInput
|
|
922
995
|
| ListCrawlsCommandInput
|
|
923
996
|
| ListCustomEntityTypesCommandInput
|
|
997
|
+
| ListDataQualityResultsCommandInput
|
|
998
|
+
| ListDataQualityRuleRecommendationRunsCommandInput
|
|
999
|
+
| ListDataQualityRulesetEvaluationRunsCommandInput
|
|
1000
|
+
| ListDataQualityRulesetsCommandInput
|
|
924
1001
|
| ListDevEndpointsCommandInput
|
|
925
1002
|
| ListJobsCommandInput
|
|
926
1003
|
| ListMLTransformsCommandInput
|
|
@@ -945,6 +1022,8 @@ export declare type ServiceInputTypes =
|
|
|
945
1022
|
| StartBlueprintRunCommandInput
|
|
946
1023
|
| StartCrawlerCommandInput
|
|
947
1024
|
| StartCrawlerScheduleCommandInput
|
|
1025
|
+
| StartDataQualityRuleRecommendationRunCommandInput
|
|
1026
|
+
| StartDataQualityRulesetEvaluationRunCommandInput
|
|
948
1027
|
| StartExportLabelsTaskRunCommandInput
|
|
949
1028
|
| StartImportLabelsTaskRunCommandInput
|
|
950
1029
|
| StartJobRunCommandInput
|
|
@@ -966,6 +1045,7 @@ export declare type ServiceInputTypes =
|
|
|
966
1045
|
| UpdateConnectionCommandInput
|
|
967
1046
|
| UpdateCrawlerCommandInput
|
|
968
1047
|
| UpdateCrawlerScheduleCommandInput
|
|
1048
|
+
| UpdateDataQualityRulesetCommandInput
|
|
969
1049
|
| UpdateDatabaseCommandInput
|
|
970
1050
|
| UpdateDevEndpointCommandInput
|
|
971
1051
|
| UpdateJobCommandInput
|
|
@@ -988,6 +1068,7 @@ export declare type ServiceOutputTypes =
|
|
|
988
1068
|
| BatchGetBlueprintsCommandOutput
|
|
989
1069
|
| BatchGetCrawlersCommandOutput
|
|
990
1070
|
| BatchGetCustomEntityTypesCommandOutput
|
|
1071
|
+
| BatchGetDataQualityResultCommandOutput
|
|
991
1072
|
| BatchGetDevEndpointsCommandOutput
|
|
992
1073
|
| BatchGetJobsCommandOutput
|
|
993
1074
|
| BatchGetPartitionCommandOutput
|
|
@@ -995,6 +1076,8 @@ export declare type ServiceOutputTypes =
|
|
|
995
1076
|
| BatchGetWorkflowsCommandOutput
|
|
996
1077
|
| BatchStopJobRunCommandOutput
|
|
997
1078
|
| BatchUpdatePartitionCommandOutput
|
|
1079
|
+
| CancelDataQualityRuleRecommendationRunCommandOutput
|
|
1080
|
+
| CancelDataQualityRulesetEvaluationRunCommandOutput
|
|
998
1081
|
| CancelMLTaskRunCommandOutput
|
|
999
1082
|
| CancelStatementCommandOutput
|
|
1000
1083
|
| CheckSchemaVersionValidityCommandOutput
|
|
@@ -1003,6 +1086,7 @@ export declare type ServiceOutputTypes =
|
|
|
1003
1086
|
| CreateConnectionCommandOutput
|
|
1004
1087
|
| CreateCrawlerCommandOutput
|
|
1005
1088
|
| CreateCustomEntityTypeCommandOutput
|
|
1089
|
+
| CreateDataQualityRulesetCommandOutput
|
|
1006
1090
|
| CreateDatabaseCommandOutput
|
|
1007
1091
|
| CreateDevEndpointCommandOutput
|
|
1008
1092
|
| CreateJobCommandOutput
|
|
@@ -1025,6 +1109,7 @@ export declare type ServiceOutputTypes =
|
|
|
1025
1109
|
| DeleteConnectionCommandOutput
|
|
1026
1110
|
| DeleteCrawlerCommandOutput
|
|
1027
1111
|
| DeleteCustomEntityTypeCommandOutput
|
|
1112
|
+
| DeleteDataQualityRulesetCommandOutput
|
|
1028
1113
|
| DeleteDatabaseCommandOutput
|
|
1029
1114
|
| DeleteDevEndpointCommandOutput
|
|
1030
1115
|
| DeleteJobCommandOutput
|
|
@@ -1057,6 +1142,10 @@ export declare type ServiceOutputTypes =
|
|
|
1057
1142
|
| GetCrawlersCommandOutput
|
|
1058
1143
|
| GetCustomEntityTypeCommandOutput
|
|
1059
1144
|
| GetDataCatalogEncryptionSettingsCommandOutput
|
|
1145
|
+
| GetDataQualityResultCommandOutput
|
|
1146
|
+
| GetDataQualityRuleRecommendationRunCommandOutput
|
|
1147
|
+
| GetDataQualityRulesetCommandOutput
|
|
1148
|
+
| GetDataQualityRulesetEvaluationRunCommandOutput
|
|
1060
1149
|
| GetDatabaseCommandOutput
|
|
1061
1150
|
| GetDatabasesCommandOutput
|
|
1062
1151
|
| GetDataflowGraphCommandOutput
|
|
@@ -1108,6 +1197,10 @@ export declare type ServiceOutputTypes =
|
|
|
1108
1197
|
| ListCrawlersCommandOutput
|
|
1109
1198
|
| ListCrawlsCommandOutput
|
|
1110
1199
|
| ListCustomEntityTypesCommandOutput
|
|
1200
|
+
| ListDataQualityResultsCommandOutput
|
|
1201
|
+
| ListDataQualityRuleRecommendationRunsCommandOutput
|
|
1202
|
+
| ListDataQualityRulesetEvaluationRunsCommandOutput
|
|
1203
|
+
| ListDataQualityRulesetsCommandOutput
|
|
1111
1204
|
| ListDevEndpointsCommandOutput
|
|
1112
1205
|
| ListJobsCommandOutput
|
|
1113
1206
|
| ListMLTransformsCommandOutput
|
|
@@ -1132,6 +1225,8 @@ export declare type ServiceOutputTypes =
|
|
|
1132
1225
|
| StartBlueprintRunCommandOutput
|
|
1133
1226
|
| StartCrawlerCommandOutput
|
|
1134
1227
|
| StartCrawlerScheduleCommandOutput
|
|
1228
|
+
| StartDataQualityRuleRecommendationRunCommandOutput
|
|
1229
|
+
| StartDataQualityRulesetEvaluationRunCommandOutput
|
|
1135
1230
|
| StartExportLabelsTaskRunCommandOutput
|
|
1136
1231
|
| StartImportLabelsTaskRunCommandOutput
|
|
1137
1232
|
| StartJobRunCommandOutput
|
|
@@ -1153,6 +1248,7 @@ export declare type ServiceOutputTypes =
|
|
|
1153
1248
|
| UpdateConnectionCommandOutput
|
|
1154
1249
|
| UpdateCrawlerCommandOutput
|
|
1155
1250
|
| UpdateCrawlerScheduleCommandOutput
|
|
1251
|
+
| UpdateDataQualityRulesetCommandOutput
|
|
1156
1252
|
| UpdateDatabaseCommandOutput
|
|
1157
1253
|
| UpdateDevEndpointCommandOutput
|
|
1158
1254
|
| UpdateJobCommandOutput
|