@aws-sdk/client-glue 3.624.0 → 3.627.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/README.md +48 -0
- package/dist-cjs/index.js +525 -36
- package/dist-es/Glue.js +12 -0
- package/dist-es/commands/BatchGetDataQualityResultCommand.js +2 -1
- package/dist-es/commands/BatchGetJobsCommand.js +1 -1
- package/dist-es/commands/BatchPutDataQualityStatisticAnnotationCommand.js +24 -0
- package/dist-es/commands/CreateJobCommand.js +1 -1
- package/dist-es/commands/GetDataQualityModelCommand.js +24 -0
- package/dist-es/commands/GetDataQualityModelResultCommand.js +24 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +2 -1
- package/dist-es/commands/GetJobCommand.js +1 -1
- package/dist-es/commands/GetJobsCommand.js +1 -1
- package/dist-es/commands/ListDataQualityStatisticAnnotationsCommand.js +24 -0
- package/dist-es/commands/ListDataQualityStatisticsCommand.js +25 -0
- package/dist-es/commands/PutDataQualityProfileAnnotationCommand.js +24 -0
- package/dist-es/commands/UpdateJobCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +35 -10
- package/dist-es/models/models_1.js +32 -13
- package/dist-es/models/models_2.js +33 -24
- package/dist-es/models/models_3.js +29 -0
- package/dist-es/protocols/Aws_json1_1.js +272 -0
- package/dist-types/Glue.d.ts +44 -0
- package/dist-types/GlueClient.d.ts +8 -2
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +6 -5
- package/dist-types/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +85 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +1 -0
- package/dist-types/commands/CreateJobCommand.d.ts +6 -5
- package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionsCommand.d.ts +2 -2
- package/dist-types/commands/GetDataQualityModelCommand.d.ts +76 -0
- package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +83 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +3 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -0
- package/dist-types/commands/GetJobCommand.d.ts +6 -5
- package/dist-types/commands/GetJobsCommand.d.ts +6 -5
- package/dist-types/commands/GetMLTransformsCommand.d.ts +1 -1
- package/dist-types/commands/GetPartitionCommand.d.ts +1 -1
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +1 -1
- package/dist-types/commands/GetTableCommand.d.ts +144 -1
- package/dist-types/commands/GetTableVersionCommand.d.ts +143 -1
- package/dist-types/commands/GetTableVersionsCommand.d.ts +143 -1
- package/dist-types/commands/GetTablesCommand.d.ts +144 -1
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +143 -1
- package/dist-types/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +84 -0
- package/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +103 -0
- package/dist-types/commands/PutDataQualityProfileAnnotationCommand.d.ts +68 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +144 -1
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +7 -5
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +151 -152
- package/dist-types/models/models_1.d.ts +339 -420
- package/dist-types/models/models_2.d.ts +3516 -4266
- package/dist-types/models/models_3.d.ts +1549 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
- package/dist-types/ts3.4/Glue.d.ts +116 -0
- package/dist-types/ts3.4/GlueClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListDataQualityStatisticsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/PutDataQualityProfileAnnotationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +52 -45
- package/dist-types/ts3.4/models/models_1.d.ts +92 -92
- package/dist-types/ts3.4/models/models_2.d.ts +181 -334
- package/dist-types/ts3.4/models/models_3.d.ts +362 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
- package/package.json +1 -1
|
@@ -15,6 +15,7 @@ import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from ".
|
|
|
15
15
|
import { BatchGetTableOptimizerCommandInput, BatchGetTableOptimizerCommandOutput } from "../commands/BatchGetTableOptimizerCommand";
|
|
16
16
|
import { BatchGetTriggersCommandInput, BatchGetTriggersCommandOutput } from "../commands/BatchGetTriggersCommand";
|
|
17
17
|
import { BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput } from "../commands/BatchGetWorkflowsCommand";
|
|
18
|
+
import { BatchPutDataQualityStatisticAnnotationCommandInput, BatchPutDataQualityStatisticAnnotationCommandOutput } from "../commands/BatchPutDataQualityStatisticAnnotationCommand";
|
|
18
19
|
import { BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput } from "../commands/BatchStopJobRunCommand";
|
|
19
20
|
import { BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput } from "../commands/BatchUpdatePartitionCommand";
|
|
20
21
|
import { CancelDataQualityRuleRecommendationRunCommandInput, CancelDataQualityRuleRecommendationRunCommandOutput } from "../commands/CancelDataQualityRuleRecommendationRunCommand";
|
|
@@ -92,6 +93,8 @@ import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "../commands/G
|
|
|
92
93
|
import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "../commands/GetDatabasesCommand";
|
|
93
94
|
import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "../commands/GetDataCatalogEncryptionSettingsCommand";
|
|
94
95
|
import { GetDataflowGraphCommandInput, GetDataflowGraphCommandOutput } from "../commands/GetDataflowGraphCommand";
|
|
96
|
+
import { GetDataQualityModelCommandInput, GetDataQualityModelCommandOutput } from "../commands/GetDataQualityModelCommand";
|
|
97
|
+
import { GetDataQualityModelResultCommandInput, GetDataQualityModelResultCommandOutput } from "../commands/GetDataQualityModelResultCommand";
|
|
95
98
|
import { GetDataQualityResultCommandInput, GetDataQualityResultCommandOutput } from "../commands/GetDataQualityResultCommand";
|
|
96
99
|
import { GetDataQualityRuleRecommendationRunCommandInput, GetDataQualityRuleRecommendationRunCommandOutput } from "../commands/GetDataQualityRuleRecommendationRunCommand";
|
|
97
100
|
import { GetDataQualityRulesetCommandInput, GetDataQualityRulesetCommandOutput } from "../commands/GetDataQualityRulesetCommand";
|
|
@@ -151,6 +154,8 @@ import { ListDataQualityResultsCommandInput, ListDataQualityResultsCommandOutput
|
|
|
151
154
|
import { ListDataQualityRuleRecommendationRunsCommandInput, ListDataQualityRuleRecommendationRunsCommandOutput } from "../commands/ListDataQualityRuleRecommendationRunsCommand";
|
|
152
155
|
import { ListDataQualityRulesetEvaluationRunsCommandInput, ListDataQualityRulesetEvaluationRunsCommandOutput } from "../commands/ListDataQualityRulesetEvaluationRunsCommand";
|
|
153
156
|
import { ListDataQualityRulesetsCommandInput, ListDataQualityRulesetsCommandOutput } from "../commands/ListDataQualityRulesetsCommand";
|
|
157
|
+
import { ListDataQualityStatisticAnnotationsCommandInput, ListDataQualityStatisticAnnotationsCommandOutput } from "../commands/ListDataQualityStatisticAnnotationsCommand";
|
|
158
|
+
import { ListDataQualityStatisticsCommandInput, ListDataQualityStatisticsCommandOutput } from "../commands/ListDataQualityStatisticsCommand";
|
|
154
159
|
import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "../commands/ListDevEndpointsCommand";
|
|
155
160
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
156
161
|
import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "../commands/ListMLTransformsCommand";
|
|
@@ -164,6 +169,7 @@ import { ListTriggersCommandInput, ListTriggersCommandOutput } from "../commands
|
|
|
164
169
|
import { ListUsageProfilesCommandInput, ListUsageProfilesCommandOutput } from "../commands/ListUsageProfilesCommand";
|
|
165
170
|
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
|
|
166
171
|
import { PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput } from "../commands/PutDataCatalogEncryptionSettingsCommand";
|
|
172
|
+
import { PutDataQualityProfileAnnotationCommandInput, PutDataQualityProfileAnnotationCommandOutput } from "../commands/PutDataQualityProfileAnnotationCommand";
|
|
167
173
|
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
168
174
|
import { PutSchemaVersionMetadataCommandInput, PutSchemaVersionMetadataCommandOutput } from "../commands/PutSchemaVersionMetadataCommand";
|
|
169
175
|
import { PutWorkflowRunPropertiesCommandInput, PutWorkflowRunPropertiesCommandOutput } from "../commands/PutWorkflowRunPropertiesCommand";
|
|
@@ -278,6 +284,10 @@ export declare const se_BatchGetTriggersCommand: (input: BatchGetTriggersCommand
|
|
|
278
284
|
* serializeAws_json1_1BatchGetWorkflowsCommand
|
|
279
285
|
*/
|
|
280
286
|
export declare const se_BatchGetWorkflowsCommand: (input: BatchGetWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
287
|
+
/**
|
|
288
|
+
* serializeAws_json1_1BatchPutDataQualityStatisticAnnotationCommand
|
|
289
|
+
*/
|
|
290
|
+
export declare const se_BatchPutDataQualityStatisticAnnotationCommand: (input: BatchPutDataQualityStatisticAnnotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
281
291
|
/**
|
|
282
292
|
* serializeAws_json1_1BatchStopJobRunCommand
|
|
283
293
|
*/
|
|
@@ -586,6 +596,14 @@ export declare const se_GetDataCatalogEncryptionSettingsCommand: (input: GetData
|
|
|
586
596
|
* serializeAws_json1_1GetDataflowGraphCommand
|
|
587
597
|
*/
|
|
588
598
|
export declare const se_GetDataflowGraphCommand: (input: GetDataflowGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
599
|
+
/**
|
|
600
|
+
* serializeAws_json1_1GetDataQualityModelCommand
|
|
601
|
+
*/
|
|
602
|
+
export declare const se_GetDataQualityModelCommand: (input: GetDataQualityModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
603
|
+
/**
|
|
604
|
+
* serializeAws_json1_1GetDataQualityModelResultCommand
|
|
605
|
+
*/
|
|
606
|
+
export declare const se_GetDataQualityModelResultCommand: (input: GetDataQualityModelResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
589
607
|
/**
|
|
590
608
|
* serializeAws_json1_1GetDataQualityResultCommand
|
|
591
609
|
*/
|
|
@@ -822,6 +840,14 @@ export declare const se_ListDataQualityRulesetEvaluationRunsCommand: (input: Lis
|
|
|
822
840
|
* serializeAws_json1_1ListDataQualityRulesetsCommand
|
|
823
841
|
*/
|
|
824
842
|
export declare const se_ListDataQualityRulesetsCommand: (input: ListDataQualityRulesetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
843
|
+
/**
|
|
844
|
+
* serializeAws_json1_1ListDataQualityStatisticAnnotationsCommand
|
|
845
|
+
*/
|
|
846
|
+
export declare const se_ListDataQualityStatisticAnnotationsCommand: (input: ListDataQualityStatisticAnnotationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
847
|
+
/**
|
|
848
|
+
* serializeAws_json1_1ListDataQualityStatisticsCommand
|
|
849
|
+
*/
|
|
850
|
+
export declare const se_ListDataQualityStatisticsCommand: (input: ListDataQualityStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
825
851
|
/**
|
|
826
852
|
* serializeAws_json1_1ListDevEndpointsCommand
|
|
827
853
|
*/
|
|
@@ -874,6 +900,10 @@ export declare const se_ListWorkflowsCommand: (input: ListWorkflowsCommandInput,
|
|
|
874
900
|
* serializeAws_json1_1PutDataCatalogEncryptionSettingsCommand
|
|
875
901
|
*/
|
|
876
902
|
export declare const se_PutDataCatalogEncryptionSettingsCommand: (input: PutDataCatalogEncryptionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
903
|
+
/**
|
|
904
|
+
* serializeAws_json1_1PutDataQualityProfileAnnotationCommand
|
|
905
|
+
*/
|
|
906
|
+
export declare const se_PutDataQualityProfileAnnotationCommand: (input: PutDataQualityProfileAnnotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
877
907
|
/**
|
|
878
908
|
* serializeAws_json1_1PutResourcePolicyCommand
|
|
879
909
|
*/
|
|
@@ -1150,6 +1180,10 @@ export declare const de_BatchGetTriggersCommand: (output: __HttpResponse, contex
|
|
|
1150
1180
|
* deserializeAws_json1_1BatchGetWorkflowsCommand
|
|
1151
1181
|
*/
|
|
1152
1182
|
export declare const de_BatchGetWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetWorkflowsCommandOutput>;
|
|
1183
|
+
/**
|
|
1184
|
+
* deserializeAws_json1_1BatchPutDataQualityStatisticAnnotationCommand
|
|
1185
|
+
*/
|
|
1186
|
+
export declare const de_BatchPutDataQualityStatisticAnnotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutDataQualityStatisticAnnotationCommandOutput>;
|
|
1153
1187
|
/**
|
|
1154
1188
|
* deserializeAws_json1_1BatchStopJobRunCommand
|
|
1155
1189
|
*/
|
|
@@ -1458,6 +1492,14 @@ export declare const de_GetDataCatalogEncryptionSettingsCommand: (output: __Http
|
|
|
1458
1492
|
* deserializeAws_json1_1GetDataflowGraphCommand
|
|
1459
1493
|
*/
|
|
1460
1494
|
export declare const de_GetDataflowGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataflowGraphCommandOutput>;
|
|
1495
|
+
/**
|
|
1496
|
+
* deserializeAws_json1_1GetDataQualityModelCommand
|
|
1497
|
+
*/
|
|
1498
|
+
export declare const de_GetDataQualityModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataQualityModelCommandOutput>;
|
|
1499
|
+
/**
|
|
1500
|
+
* deserializeAws_json1_1GetDataQualityModelResultCommand
|
|
1501
|
+
*/
|
|
1502
|
+
export declare const de_GetDataQualityModelResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataQualityModelResultCommandOutput>;
|
|
1461
1503
|
/**
|
|
1462
1504
|
* deserializeAws_json1_1GetDataQualityResultCommand
|
|
1463
1505
|
*/
|
|
@@ -1694,6 +1736,14 @@ export declare const de_ListDataQualityRulesetEvaluationRunsCommand: (output: __
|
|
|
1694
1736
|
* deserializeAws_json1_1ListDataQualityRulesetsCommand
|
|
1695
1737
|
*/
|
|
1696
1738
|
export declare const de_ListDataQualityRulesetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataQualityRulesetsCommandOutput>;
|
|
1739
|
+
/**
|
|
1740
|
+
* deserializeAws_json1_1ListDataQualityStatisticAnnotationsCommand
|
|
1741
|
+
*/
|
|
1742
|
+
export declare const de_ListDataQualityStatisticAnnotationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataQualityStatisticAnnotationsCommandOutput>;
|
|
1743
|
+
/**
|
|
1744
|
+
* deserializeAws_json1_1ListDataQualityStatisticsCommand
|
|
1745
|
+
*/
|
|
1746
|
+
export declare const de_ListDataQualityStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataQualityStatisticsCommandOutput>;
|
|
1697
1747
|
/**
|
|
1698
1748
|
* deserializeAws_json1_1ListDevEndpointsCommand
|
|
1699
1749
|
*/
|
|
@@ -1746,6 +1796,10 @@ export declare const de_ListWorkflowsCommand: (output: __HttpResponse, context:
|
|
|
1746
1796
|
* deserializeAws_json1_1PutDataCatalogEncryptionSettingsCommand
|
|
1747
1797
|
*/
|
|
1748
1798
|
export declare const de_PutDataCatalogEncryptionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataCatalogEncryptionSettingsCommandOutput>;
|
|
1799
|
+
/**
|
|
1800
|
+
* deserializeAws_json1_1PutDataQualityProfileAnnotationCommand
|
|
1801
|
+
*/
|
|
1802
|
+
export declare const de_PutDataQualityProfileAnnotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataQualityProfileAnnotationCommandOutput>;
|
|
1749
1803
|
/**
|
|
1750
1804
|
* deserializeAws_json1_1PutResourcePolicyCommand
|
|
1751
1805
|
*/
|
|
@@ -59,6 +59,10 @@ import {
|
|
|
59
59
|
BatchGetWorkflowsCommandInput,
|
|
60
60
|
BatchGetWorkflowsCommandOutput,
|
|
61
61
|
} from "./commands/BatchGetWorkflowsCommand";
|
|
62
|
+
import {
|
|
63
|
+
BatchPutDataQualityStatisticAnnotationCommandInput,
|
|
64
|
+
BatchPutDataQualityStatisticAnnotationCommandOutput,
|
|
65
|
+
} from "./commands/BatchPutDataQualityStatisticAnnotationCommand";
|
|
62
66
|
import {
|
|
63
67
|
BatchStopJobRunCommandInput,
|
|
64
68
|
BatchStopJobRunCommandOutput,
|
|
@@ -367,6 +371,14 @@ import {
|
|
|
367
371
|
GetDataflowGraphCommandInput,
|
|
368
372
|
GetDataflowGraphCommandOutput,
|
|
369
373
|
} from "./commands/GetDataflowGraphCommand";
|
|
374
|
+
import {
|
|
375
|
+
GetDataQualityModelCommandInput,
|
|
376
|
+
GetDataQualityModelCommandOutput,
|
|
377
|
+
} from "./commands/GetDataQualityModelCommand";
|
|
378
|
+
import {
|
|
379
|
+
GetDataQualityModelResultCommandInput,
|
|
380
|
+
GetDataQualityModelResultCommandOutput,
|
|
381
|
+
} from "./commands/GetDataQualityModelResultCommand";
|
|
370
382
|
import {
|
|
371
383
|
GetDataQualityResultCommandInput,
|
|
372
384
|
GetDataQualityResultCommandOutput,
|
|
@@ -603,6 +615,14 @@ import {
|
|
|
603
615
|
ListDataQualityRulesetsCommandInput,
|
|
604
616
|
ListDataQualityRulesetsCommandOutput,
|
|
605
617
|
} from "./commands/ListDataQualityRulesetsCommand";
|
|
618
|
+
import {
|
|
619
|
+
ListDataQualityStatisticAnnotationsCommandInput,
|
|
620
|
+
ListDataQualityStatisticAnnotationsCommandOutput,
|
|
621
|
+
} from "./commands/ListDataQualityStatisticAnnotationsCommand";
|
|
622
|
+
import {
|
|
623
|
+
ListDataQualityStatisticsCommandInput,
|
|
624
|
+
ListDataQualityStatisticsCommandOutput,
|
|
625
|
+
} from "./commands/ListDataQualityStatisticsCommand";
|
|
606
626
|
import {
|
|
607
627
|
ListDevEndpointsCommandInput,
|
|
608
628
|
ListDevEndpointsCommandOutput,
|
|
@@ -655,6 +675,10 @@ import {
|
|
|
655
675
|
PutDataCatalogEncryptionSettingsCommandInput,
|
|
656
676
|
PutDataCatalogEncryptionSettingsCommandOutput,
|
|
657
677
|
} from "./commands/PutDataCatalogEncryptionSettingsCommand";
|
|
678
|
+
import {
|
|
679
|
+
PutDataQualityProfileAnnotationCommandInput,
|
|
680
|
+
PutDataQualityProfileAnnotationCommandOutput,
|
|
681
|
+
} from "./commands/PutDataQualityProfileAnnotationCommand";
|
|
658
682
|
import {
|
|
659
683
|
PutResourcePolicyCommandInput,
|
|
660
684
|
PutResourcePolicyCommandOutput,
|
|
@@ -1068,6 +1092,25 @@ export interface Glue {
|
|
|
1068
1092
|
options: __HttpHandlerOptions,
|
|
1069
1093
|
cb: (err: any, data?: BatchGetWorkflowsCommandOutput) => void
|
|
1070
1094
|
): void;
|
|
1095
|
+
batchPutDataQualityStatisticAnnotation(
|
|
1096
|
+
args: BatchPutDataQualityStatisticAnnotationCommandInput,
|
|
1097
|
+
options?: __HttpHandlerOptions
|
|
1098
|
+
): Promise<BatchPutDataQualityStatisticAnnotationCommandOutput>;
|
|
1099
|
+
batchPutDataQualityStatisticAnnotation(
|
|
1100
|
+
args: BatchPutDataQualityStatisticAnnotationCommandInput,
|
|
1101
|
+
cb: (
|
|
1102
|
+
err: any,
|
|
1103
|
+
data?: BatchPutDataQualityStatisticAnnotationCommandOutput
|
|
1104
|
+
) => void
|
|
1105
|
+
): void;
|
|
1106
|
+
batchPutDataQualityStatisticAnnotation(
|
|
1107
|
+
args: BatchPutDataQualityStatisticAnnotationCommandInput,
|
|
1108
|
+
options: __HttpHandlerOptions,
|
|
1109
|
+
cb: (
|
|
1110
|
+
err: any,
|
|
1111
|
+
data?: BatchPutDataQualityStatisticAnnotationCommandOutput
|
|
1112
|
+
) => void
|
|
1113
|
+
): void;
|
|
1071
1114
|
batchStopJobRun(
|
|
1072
1115
|
args: BatchStopJobRunCommandInput,
|
|
1073
1116
|
options?: __HttpHandlerOptions
|
|
@@ -2098,6 +2141,32 @@ export interface Glue {
|
|
|
2098
2141
|
options: __HttpHandlerOptions,
|
|
2099
2142
|
cb: (err: any, data?: GetDataflowGraphCommandOutput) => void
|
|
2100
2143
|
): void;
|
|
2144
|
+
getDataQualityModel(
|
|
2145
|
+
args: GetDataQualityModelCommandInput,
|
|
2146
|
+
options?: __HttpHandlerOptions
|
|
2147
|
+
): Promise<GetDataQualityModelCommandOutput>;
|
|
2148
|
+
getDataQualityModel(
|
|
2149
|
+
args: GetDataQualityModelCommandInput,
|
|
2150
|
+
cb: (err: any, data?: GetDataQualityModelCommandOutput) => void
|
|
2151
|
+
): void;
|
|
2152
|
+
getDataQualityModel(
|
|
2153
|
+
args: GetDataQualityModelCommandInput,
|
|
2154
|
+
options: __HttpHandlerOptions,
|
|
2155
|
+
cb: (err: any, data?: GetDataQualityModelCommandOutput) => void
|
|
2156
|
+
): void;
|
|
2157
|
+
getDataQualityModelResult(
|
|
2158
|
+
args: GetDataQualityModelResultCommandInput,
|
|
2159
|
+
options?: __HttpHandlerOptions
|
|
2160
|
+
): Promise<GetDataQualityModelResultCommandOutput>;
|
|
2161
|
+
getDataQualityModelResult(
|
|
2162
|
+
args: GetDataQualityModelResultCommandInput,
|
|
2163
|
+
cb: (err: any, data?: GetDataQualityModelResultCommandOutput) => void
|
|
2164
|
+
): void;
|
|
2165
|
+
getDataQualityModelResult(
|
|
2166
|
+
args: GetDataQualityModelResultCommandInput,
|
|
2167
|
+
options: __HttpHandlerOptions,
|
|
2168
|
+
cb: (err: any, data?: GetDataQualityModelResultCommandOutput) => void
|
|
2169
|
+
): void;
|
|
2101
2170
|
getDataQualityResult(
|
|
2102
2171
|
args: GetDataQualityResultCommandInput,
|
|
2103
2172
|
options?: __HttpHandlerOptions
|
|
@@ -2906,6 +2975,40 @@ export interface Glue {
|
|
|
2906
2975
|
options: __HttpHandlerOptions,
|
|
2907
2976
|
cb: (err: any, data?: ListDataQualityRulesetsCommandOutput) => void
|
|
2908
2977
|
): void;
|
|
2978
|
+
listDataQualityStatisticAnnotations(): Promise<ListDataQualityStatisticAnnotationsCommandOutput>;
|
|
2979
|
+
listDataQualityStatisticAnnotations(
|
|
2980
|
+
args: ListDataQualityStatisticAnnotationsCommandInput,
|
|
2981
|
+
options?: __HttpHandlerOptions
|
|
2982
|
+
): Promise<ListDataQualityStatisticAnnotationsCommandOutput>;
|
|
2983
|
+
listDataQualityStatisticAnnotations(
|
|
2984
|
+
args: ListDataQualityStatisticAnnotationsCommandInput,
|
|
2985
|
+
cb: (
|
|
2986
|
+
err: any,
|
|
2987
|
+
data?: ListDataQualityStatisticAnnotationsCommandOutput
|
|
2988
|
+
) => void
|
|
2989
|
+
): void;
|
|
2990
|
+
listDataQualityStatisticAnnotations(
|
|
2991
|
+
args: ListDataQualityStatisticAnnotationsCommandInput,
|
|
2992
|
+
options: __HttpHandlerOptions,
|
|
2993
|
+
cb: (
|
|
2994
|
+
err: any,
|
|
2995
|
+
data?: ListDataQualityStatisticAnnotationsCommandOutput
|
|
2996
|
+
) => void
|
|
2997
|
+
): void;
|
|
2998
|
+
listDataQualityStatistics(): Promise<ListDataQualityStatisticsCommandOutput>;
|
|
2999
|
+
listDataQualityStatistics(
|
|
3000
|
+
args: ListDataQualityStatisticsCommandInput,
|
|
3001
|
+
options?: __HttpHandlerOptions
|
|
3002
|
+
): Promise<ListDataQualityStatisticsCommandOutput>;
|
|
3003
|
+
listDataQualityStatistics(
|
|
3004
|
+
args: ListDataQualityStatisticsCommandInput,
|
|
3005
|
+
cb: (err: any, data?: ListDataQualityStatisticsCommandOutput) => void
|
|
3006
|
+
): void;
|
|
3007
|
+
listDataQualityStatistics(
|
|
3008
|
+
args: ListDataQualityStatisticsCommandInput,
|
|
3009
|
+
options: __HttpHandlerOptions,
|
|
3010
|
+
cb: (err: any, data?: ListDataQualityStatisticsCommandOutput) => void
|
|
3011
|
+
): void;
|
|
2909
3012
|
listDevEndpoints(): Promise<ListDevEndpointsCommandOutput>;
|
|
2910
3013
|
listDevEndpoints(
|
|
2911
3014
|
args: ListDevEndpointsCommandInput,
|
|
@@ -3084,6 +3187,19 @@ export interface Glue {
|
|
|
3084
3187
|
options: __HttpHandlerOptions,
|
|
3085
3188
|
cb: (err: any, data?: PutDataCatalogEncryptionSettingsCommandOutput) => void
|
|
3086
3189
|
): void;
|
|
3190
|
+
putDataQualityProfileAnnotation(
|
|
3191
|
+
args: PutDataQualityProfileAnnotationCommandInput,
|
|
3192
|
+
options?: __HttpHandlerOptions
|
|
3193
|
+
): Promise<PutDataQualityProfileAnnotationCommandOutput>;
|
|
3194
|
+
putDataQualityProfileAnnotation(
|
|
3195
|
+
args: PutDataQualityProfileAnnotationCommandInput,
|
|
3196
|
+
cb: (err: any, data?: PutDataQualityProfileAnnotationCommandOutput) => void
|
|
3197
|
+
): void;
|
|
3198
|
+
putDataQualityProfileAnnotation(
|
|
3199
|
+
args: PutDataQualityProfileAnnotationCommandInput,
|
|
3200
|
+
options: __HttpHandlerOptions,
|
|
3201
|
+
cb: (err: any, data?: PutDataQualityProfileAnnotationCommandOutput) => void
|
|
3202
|
+
): void;
|
|
3087
3203
|
putResourcePolicy(
|
|
3088
3204
|
args: PutResourcePolicyCommandInput,
|
|
3089
3205
|
options?: __HttpHandlerOptions
|
|
@@ -105,6 +105,10 @@ import {
|
|
|
105
105
|
BatchGetWorkflowsCommandInput,
|
|
106
106
|
BatchGetWorkflowsCommandOutput,
|
|
107
107
|
} from "./commands/BatchGetWorkflowsCommand";
|
|
108
|
+
import {
|
|
109
|
+
BatchPutDataQualityStatisticAnnotationCommandInput,
|
|
110
|
+
BatchPutDataQualityStatisticAnnotationCommandOutput,
|
|
111
|
+
} from "./commands/BatchPutDataQualityStatisticAnnotationCommand";
|
|
108
112
|
import {
|
|
109
113
|
BatchStopJobRunCommandInput,
|
|
110
114
|
BatchStopJobRunCommandOutput,
|
|
@@ -413,6 +417,14 @@ import {
|
|
|
413
417
|
GetDataflowGraphCommandInput,
|
|
414
418
|
GetDataflowGraphCommandOutput,
|
|
415
419
|
} from "./commands/GetDataflowGraphCommand";
|
|
420
|
+
import {
|
|
421
|
+
GetDataQualityModelCommandInput,
|
|
422
|
+
GetDataQualityModelCommandOutput,
|
|
423
|
+
} from "./commands/GetDataQualityModelCommand";
|
|
424
|
+
import {
|
|
425
|
+
GetDataQualityModelResultCommandInput,
|
|
426
|
+
GetDataQualityModelResultCommandOutput,
|
|
427
|
+
} from "./commands/GetDataQualityModelResultCommand";
|
|
416
428
|
import {
|
|
417
429
|
GetDataQualityResultCommandInput,
|
|
418
430
|
GetDataQualityResultCommandOutput,
|
|
@@ -649,6 +661,14 @@ import {
|
|
|
649
661
|
ListDataQualityRulesetsCommandInput,
|
|
650
662
|
ListDataQualityRulesetsCommandOutput,
|
|
651
663
|
} from "./commands/ListDataQualityRulesetsCommand";
|
|
664
|
+
import {
|
|
665
|
+
ListDataQualityStatisticAnnotationsCommandInput,
|
|
666
|
+
ListDataQualityStatisticAnnotationsCommandOutput,
|
|
667
|
+
} from "./commands/ListDataQualityStatisticAnnotationsCommand";
|
|
668
|
+
import {
|
|
669
|
+
ListDataQualityStatisticsCommandInput,
|
|
670
|
+
ListDataQualityStatisticsCommandOutput,
|
|
671
|
+
} from "./commands/ListDataQualityStatisticsCommand";
|
|
652
672
|
import {
|
|
653
673
|
ListDevEndpointsCommandInput,
|
|
654
674
|
ListDevEndpointsCommandOutput,
|
|
@@ -701,6 +721,10 @@ import {
|
|
|
701
721
|
PutDataCatalogEncryptionSettingsCommandInput,
|
|
702
722
|
PutDataCatalogEncryptionSettingsCommandOutput,
|
|
703
723
|
} from "./commands/PutDataCatalogEncryptionSettingsCommand";
|
|
724
|
+
import {
|
|
725
|
+
PutDataQualityProfileAnnotationCommandInput,
|
|
726
|
+
PutDataQualityProfileAnnotationCommandOutput,
|
|
727
|
+
} from "./commands/PutDataQualityProfileAnnotationCommand";
|
|
704
728
|
import {
|
|
705
729
|
PutResourcePolicyCommandInput,
|
|
706
730
|
PutResourcePolicyCommandOutput,
|
|
@@ -940,6 +964,7 @@ export type ServiceInputTypes =
|
|
|
940
964
|
| BatchGetTableOptimizerCommandInput
|
|
941
965
|
| BatchGetTriggersCommandInput
|
|
942
966
|
| BatchGetWorkflowsCommandInput
|
|
967
|
+
| BatchPutDataQualityStatisticAnnotationCommandInput
|
|
943
968
|
| BatchStopJobRunCommandInput
|
|
944
969
|
| BatchUpdatePartitionCommandInput
|
|
945
970
|
| CancelDataQualityRuleRecommendationRunCommandInput
|
|
@@ -1014,6 +1039,8 @@ export type ServiceInputTypes =
|
|
|
1014
1039
|
| GetCrawlersCommandInput
|
|
1015
1040
|
| GetCustomEntityTypeCommandInput
|
|
1016
1041
|
| GetDataCatalogEncryptionSettingsCommandInput
|
|
1042
|
+
| GetDataQualityModelCommandInput
|
|
1043
|
+
| GetDataQualityModelResultCommandInput
|
|
1017
1044
|
| GetDataQualityResultCommandInput
|
|
1018
1045
|
| GetDataQualityRuleRecommendationRunCommandInput
|
|
1019
1046
|
| GetDataQualityRulesetCommandInput
|
|
@@ -1076,6 +1103,8 @@ export type ServiceInputTypes =
|
|
|
1076
1103
|
| ListDataQualityRuleRecommendationRunsCommandInput
|
|
1077
1104
|
| ListDataQualityRulesetEvaluationRunsCommandInput
|
|
1078
1105
|
| ListDataQualityRulesetsCommandInput
|
|
1106
|
+
| ListDataQualityStatisticAnnotationsCommandInput
|
|
1107
|
+
| ListDataQualityStatisticsCommandInput
|
|
1079
1108
|
| ListDevEndpointsCommandInput
|
|
1080
1109
|
| ListJobsCommandInput
|
|
1081
1110
|
| ListMLTransformsCommandInput
|
|
@@ -1089,6 +1118,7 @@ export type ServiceInputTypes =
|
|
|
1089
1118
|
| ListUsageProfilesCommandInput
|
|
1090
1119
|
| ListWorkflowsCommandInput
|
|
1091
1120
|
| PutDataCatalogEncryptionSettingsCommandInput
|
|
1121
|
+
| PutDataQualityProfileAnnotationCommandInput
|
|
1092
1122
|
| PutResourcePolicyCommandInput
|
|
1093
1123
|
| PutSchemaVersionMetadataCommandInput
|
|
1094
1124
|
| PutWorkflowRunPropertiesCommandInput
|
|
@@ -1159,6 +1189,7 @@ export type ServiceOutputTypes =
|
|
|
1159
1189
|
| BatchGetTableOptimizerCommandOutput
|
|
1160
1190
|
| BatchGetTriggersCommandOutput
|
|
1161
1191
|
| BatchGetWorkflowsCommandOutput
|
|
1192
|
+
| BatchPutDataQualityStatisticAnnotationCommandOutput
|
|
1162
1193
|
| BatchStopJobRunCommandOutput
|
|
1163
1194
|
| BatchUpdatePartitionCommandOutput
|
|
1164
1195
|
| CancelDataQualityRuleRecommendationRunCommandOutput
|
|
@@ -1233,6 +1264,8 @@ export type ServiceOutputTypes =
|
|
|
1233
1264
|
| GetCrawlersCommandOutput
|
|
1234
1265
|
| GetCustomEntityTypeCommandOutput
|
|
1235
1266
|
| GetDataCatalogEncryptionSettingsCommandOutput
|
|
1267
|
+
| GetDataQualityModelCommandOutput
|
|
1268
|
+
| GetDataQualityModelResultCommandOutput
|
|
1236
1269
|
| GetDataQualityResultCommandOutput
|
|
1237
1270
|
| GetDataQualityRuleRecommendationRunCommandOutput
|
|
1238
1271
|
| GetDataQualityRulesetCommandOutput
|
|
@@ -1295,6 +1328,8 @@ export type ServiceOutputTypes =
|
|
|
1295
1328
|
| ListDataQualityRuleRecommendationRunsCommandOutput
|
|
1296
1329
|
| ListDataQualityRulesetEvaluationRunsCommandOutput
|
|
1297
1330
|
| ListDataQualityRulesetsCommandOutput
|
|
1331
|
+
| ListDataQualityStatisticAnnotationsCommandOutput
|
|
1332
|
+
| ListDataQualityStatisticsCommandOutput
|
|
1298
1333
|
| ListDevEndpointsCommandOutput
|
|
1299
1334
|
| ListJobsCommandOutput
|
|
1300
1335
|
| ListMLTransformsCommandOutput
|
|
@@ -1308,6 +1343,7 @@ export type ServiceOutputTypes =
|
|
|
1308
1343
|
| ListUsageProfilesCommandOutput
|
|
1309
1344
|
| ListWorkflowsCommandOutput
|
|
1310
1345
|
| PutDataCatalogEncryptionSettingsCommandOutput
|
|
1346
|
+
| PutDataQualityProfileAnnotationCommandOutput
|
|
1311
1347
|
| PutResourcePolicyCommandOutput
|
|
1312
1348
|
| PutSchemaVersionMetadataCommandOutput
|
|
1313
1349
|
| PutWorkflowRunPropertiesCommandOutput
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
8
|
import { BatchGetJobsRequest } from "../models/models_0";
|
|
9
|
-
import { BatchGetJobsResponse } from "../models/
|
|
9
|
+
import { BatchGetJobsResponse } from "../models/models_3";
|
|
10
10
|
export { __MetadataBearer };
|
|
11
11
|
export { $Command };
|
|
12
12
|
export interface BatchGetJobsCommandInput extends BatchGetJobsRequest {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
BatchPutDataQualityStatisticAnnotationRequest,
|
|
10
|
+
BatchPutDataQualityStatisticAnnotationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchPutDataQualityStatisticAnnotationCommandInput
|
|
15
|
+
extends BatchPutDataQualityStatisticAnnotationRequest {}
|
|
16
|
+
export interface BatchPutDataQualityStatisticAnnotationCommandOutput
|
|
17
|
+
extends BatchPutDataQualityStatisticAnnotationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchPutDataQualityStatisticAnnotationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchPutDataQualityStatisticAnnotationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchPutDataQualityStatisticAnnotationCommandInput,
|
|
24
|
+
BatchPutDataQualityStatisticAnnotationCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: BatchPutDataQualityStatisticAnnotationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchPutDataQualityStatisticAnnotationCommandInput,
|
|
33
|
+
BatchPutDataQualityStatisticAnnotationCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchPutDataQualityStatisticAnnotationCommand extends BatchPutDataQualityStatisticAnnotationCommand_base {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateBlueprintRequest,
|
|
10
10
|
CreateBlueprintResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateBlueprintCommandInput extends CreateBlueprintRequest {}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
8
|
import { CreateJobResponse } from "../models/models_1";
|
|
9
|
-
import { CreateJobRequest } from "../models/
|
|
9
|
+
import { CreateJobRequest } from "../models/models_3";
|
|
10
10
|
export { __MetadataBearer };
|
|
11
11
|
export { $Command };
|
|
12
12
|
export interface CreateJobCommandInput extends CreateJobRequest {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
GetDataQualityModelRequest,
|
|
10
|
+
GetDataQualityModelResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetDataQualityModelCommandInput
|
|
15
|
+
extends GetDataQualityModelRequest {}
|
|
16
|
+
export interface GetDataQualityModelCommandOutput
|
|
17
|
+
extends GetDataQualityModelResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetDataQualityModelCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetDataQualityModelCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetDataQualityModelCommandInput,
|
|
24
|
+
GetDataQualityModelCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetDataQualityModelCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetDataQualityModelCommandInput,
|
|
33
|
+
GetDataQualityModelCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetDataQualityModelCommand extends GetDataQualityModelCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
GetDataQualityModelResultRequest,
|
|
10
|
+
GetDataQualityModelResultResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetDataQualityModelResultCommandInput
|
|
15
|
+
extends GetDataQualityModelResultRequest {}
|
|
16
|
+
export interface GetDataQualityModelResultCommandOutput
|
|
17
|
+
extends GetDataQualityModelResultResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetDataQualityModelResultCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetDataQualityModelResultCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetDataQualityModelResultCommandInput,
|
|
24
|
+
GetDataQualityModelResultCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetDataQualityModelResultCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetDataQualityModelResultCommandInput,
|
|
33
|
+
GetDataQualityModelResultCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetDataQualityModelResultCommand extends GetDataQualityModelResultCommand_base {}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
8
|
import { GetJobRequest } from "../models/models_1";
|
|
9
|
-
import { GetJobResponse } from "../models/
|
|
9
|
+
import { GetJobResponse } from "../models/models_3";
|
|
10
10
|
export { __MetadataBearer };
|
|
11
11
|
export { $Command };
|
|
12
12
|
export interface GetJobCommandInput extends GetJobRequest {}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
8
|
import { GetJobsRequest } from "../models/models_1";
|
|
9
|
-
import { GetJobsResponse } from "../models/
|
|
9
|
+
import { GetJobsResponse } from "../models/models_3";
|
|
10
10
|
export { __MetadataBearer };
|
|
11
11
|
export { $Command };
|
|
12
12
|
export interface GetJobsCommandInput extends GetJobsRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetMLTransformsRequest,
|
|
10
10
|
GetMLTransformsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetMLTransformsCommandInput extends GetMLTransformsRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import { GetPartitionRequest, GetPartitionResponse } from "../models/
|
|
8
|
+
import { GetPartitionRequest, GetPartitionResponse } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetPartitionCommandInput extends GetPartitionRequest {}
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import { GetTableRequest
|
|
8
|
+
import { GetTableRequest } from "../models/models_2";
|
|
9
|
+
import { GetTableResponse } from "../models/models_3";
|
|
9
10
|
export { __MetadataBearer };
|
|
10
11
|
export { $Command };
|
|
11
12
|
export interface GetTableCommandInput extends GetTableRequest {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetTableVersionResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { GetTableVersionRequest } from "../models/models_2";
|
|
9
|
+
import { GetTableVersionResponse } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetTableVersionCommandInput extends GetTableVersionRequest {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetTableVersionsResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { GetTableVersionsRequest } from "../models/models_2";
|
|
9
|
+
import { GetTableVersionsResponse } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetTableVersionsCommandInput extends GetTableVersionsRequest {}
|