@aws-sdk/client-glue 3.623.0 → 3.626.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 +465 -34
- 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 +26 -13
- package/dist-es/models/models_2.js +22 -24
- package/dist-es/models/models_3.js +29 -0
- package/dist-es/protocols/Aws_json1_1.js +233 -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 +1 -1
- package/dist-types/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +85 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +1 -0
- package/dist-types/commands/CreateJobCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/GetJobsCommand.d.ts +1 -1
- 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/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/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUsageProfileCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +1 -1
- 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 +146 -152
- package/dist-types/models/models_1.d.ts +305 -420
- package/dist-types/models/models_2.d.ts +3184 -3802
- package/dist-types/models/models_3.d.ts +1272 -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/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/UpdateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateUsageProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +1 -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 +51 -45
- package/dist-types/ts3.4/models/models_1.d.ts +86 -92
- package/dist-types/ts3.4/models/models_2.d.ts +156 -292
- package/dist-types/ts3.4/models/models_3.d.ts +296 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
- package/package.json +5 -5
|
@@ -95,6 +95,12 @@ export const se_BatchGetWorkflowsCommand = async (input, context) => {
|
|
|
95
95
|
body = JSON.stringify(_json(input));
|
|
96
96
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
97
97
|
};
|
|
98
|
+
export const se_BatchPutDataQualityStatisticAnnotationCommand = async (input, context) => {
|
|
99
|
+
const headers = sharedHeaders("BatchPutDataQualityStatisticAnnotation");
|
|
100
|
+
let body;
|
|
101
|
+
body = JSON.stringify(_json(input));
|
|
102
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
103
|
+
};
|
|
98
104
|
export const se_BatchStopJobRunCommand = async (input, context) => {
|
|
99
105
|
const headers = sharedHeaders("BatchStopJobRun");
|
|
100
106
|
let body;
|
|
@@ -557,6 +563,18 @@ export const se_GetDataflowGraphCommand = async (input, context) => {
|
|
|
557
563
|
body = JSON.stringify(_json(input));
|
|
558
564
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
559
565
|
};
|
|
566
|
+
export const se_GetDataQualityModelCommand = async (input, context) => {
|
|
567
|
+
const headers = sharedHeaders("GetDataQualityModel");
|
|
568
|
+
let body;
|
|
569
|
+
body = JSON.stringify(_json(input));
|
|
570
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
571
|
+
};
|
|
572
|
+
export const se_GetDataQualityModelResultCommand = async (input, context) => {
|
|
573
|
+
const headers = sharedHeaders("GetDataQualityModelResult");
|
|
574
|
+
let body;
|
|
575
|
+
body = JSON.stringify(_json(input));
|
|
576
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
577
|
+
};
|
|
560
578
|
export const se_GetDataQualityResultCommand = async (input, context) => {
|
|
561
579
|
const headers = sharedHeaders("GetDataQualityResult");
|
|
562
580
|
let body;
|
|
@@ -911,6 +929,18 @@ export const se_ListDataQualityRulesetsCommand = async (input, context) => {
|
|
|
911
929
|
body = JSON.stringify(se_ListDataQualityRulesetsRequest(input, context));
|
|
912
930
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
913
931
|
};
|
|
932
|
+
export const se_ListDataQualityStatisticAnnotationsCommand = async (input, context) => {
|
|
933
|
+
const headers = sharedHeaders("ListDataQualityStatisticAnnotations");
|
|
934
|
+
let body;
|
|
935
|
+
body = JSON.stringify(se_ListDataQualityStatisticAnnotationsRequest(input, context));
|
|
936
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
937
|
+
};
|
|
938
|
+
export const se_ListDataQualityStatisticsCommand = async (input, context) => {
|
|
939
|
+
const headers = sharedHeaders("ListDataQualityStatistics");
|
|
940
|
+
let body;
|
|
941
|
+
body = JSON.stringify(se_ListDataQualityStatisticsRequest(input, context));
|
|
942
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
943
|
+
};
|
|
914
944
|
export const se_ListDevEndpointsCommand = async (input, context) => {
|
|
915
945
|
const headers = sharedHeaders("ListDevEndpoints");
|
|
916
946
|
let body;
|
|
@@ -989,6 +1019,12 @@ export const se_PutDataCatalogEncryptionSettingsCommand = async (input, context)
|
|
|
989
1019
|
body = JSON.stringify(_json(input));
|
|
990
1020
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
991
1021
|
};
|
|
1022
|
+
export const se_PutDataQualityProfileAnnotationCommand = async (input, context) => {
|
|
1023
|
+
const headers = sharedHeaders("PutDataQualityProfileAnnotation");
|
|
1024
|
+
let body;
|
|
1025
|
+
body = JSON.stringify(_json(input));
|
|
1026
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1027
|
+
};
|
|
992
1028
|
export const se_PutResourcePolicyCommand = async (input, context) => {
|
|
993
1029
|
const headers = sharedHeaders("PutResourcePolicy");
|
|
994
1030
|
let body;
|
|
@@ -1508,6 +1544,19 @@ export const de_BatchGetWorkflowsCommand = async (output, context) => {
|
|
|
1508
1544
|
};
|
|
1509
1545
|
return response;
|
|
1510
1546
|
};
|
|
1547
|
+
export const de_BatchPutDataQualityStatisticAnnotationCommand = async (output, context) => {
|
|
1548
|
+
if (output.statusCode >= 300) {
|
|
1549
|
+
return de_CommandError(output, context);
|
|
1550
|
+
}
|
|
1551
|
+
const data = await parseBody(output.body, context);
|
|
1552
|
+
let contents = {};
|
|
1553
|
+
contents = _json(data);
|
|
1554
|
+
const response = {
|
|
1555
|
+
$metadata: deserializeMetadata(output),
|
|
1556
|
+
...contents,
|
|
1557
|
+
};
|
|
1558
|
+
return response;
|
|
1559
|
+
};
|
|
1511
1560
|
export const de_BatchStopJobRunCommand = async (output, context) => {
|
|
1512
1561
|
if (output.statusCode >= 300) {
|
|
1513
1562
|
return de_CommandError(output, context);
|
|
@@ -2509,6 +2558,32 @@ export const de_GetDataflowGraphCommand = async (output, context) => {
|
|
|
2509
2558
|
};
|
|
2510
2559
|
return response;
|
|
2511
2560
|
};
|
|
2561
|
+
export const de_GetDataQualityModelCommand = async (output, context) => {
|
|
2562
|
+
if (output.statusCode >= 300) {
|
|
2563
|
+
return de_CommandError(output, context);
|
|
2564
|
+
}
|
|
2565
|
+
const data = await parseBody(output.body, context);
|
|
2566
|
+
let contents = {};
|
|
2567
|
+
contents = de_GetDataQualityModelResponse(data, context);
|
|
2568
|
+
const response = {
|
|
2569
|
+
$metadata: deserializeMetadata(output),
|
|
2570
|
+
...contents,
|
|
2571
|
+
};
|
|
2572
|
+
return response;
|
|
2573
|
+
};
|
|
2574
|
+
export const de_GetDataQualityModelResultCommand = async (output, context) => {
|
|
2575
|
+
if (output.statusCode >= 300) {
|
|
2576
|
+
return de_CommandError(output, context);
|
|
2577
|
+
}
|
|
2578
|
+
const data = await parseBody(output.body, context);
|
|
2579
|
+
let contents = {};
|
|
2580
|
+
contents = de_GetDataQualityModelResultResponse(data, context);
|
|
2581
|
+
const response = {
|
|
2582
|
+
$metadata: deserializeMetadata(output),
|
|
2583
|
+
...contents,
|
|
2584
|
+
};
|
|
2585
|
+
return response;
|
|
2586
|
+
};
|
|
2512
2587
|
export const de_GetDataQualityResultCommand = async (output, context) => {
|
|
2513
2588
|
if (output.statusCode >= 300) {
|
|
2514
2589
|
return de_CommandError(output, context);
|
|
@@ -3276,6 +3351,32 @@ export const de_ListDataQualityRulesetsCommand = async (output, context) => {
|
|
|
3276
3351
|
};
|
|
3277
3352
|
return response;
|
|
3278
3353
|
};
|
|
3354
|
+
export const de_ListDataQualityStatisticAnnotationsCommand = async (output, context) => {
|
|
3355
|
+
if (output.statusCode >= 300) {
|
|
3356
|
+
return de_CommandError(output, context);
|
|
3357
|
+
}
|
|
3358
|
+
const data = await parseBody(output.body, context);
|
|
3359
|
+
let contents = {};
|
|
3360
|
+
contents = de_ListDataQualityStatisticAnnotationsResponse(data, context);
|
|
3361
|
+
const response = {
|
|
3362
|
+
$metadata: deserializeMetadata(output),
|
|
3363
|
+
...contents,
|
|
3364
|
+
};
|
|
3365
|
+
return response;
|
|
3366
|
+
};
|
|
3367
|
+
export const de_ListDataQualityStatisticsCommand = async (output, context) => {
|
|
3368
|
+
if (output.statusCode >= 300) {
|
|
3369
|
+
return de_CommandError(output, context);
|
|
3370
|
+
}
|
|
3371
|
+
const data = await parseBody(output.body, context);
|
|
3372
|
+
let contents = {};
|
|
3373
|
+
contents = de_ListDataQualityStatisticsResponse(data, context);
|
|
3374
|
+
const response = {
|
|
3375
|
+
$metadata: deserializeMetadata(output),
|
|
3376
|
+
...contents,
|
|
3377
|
+
};
|
|
3378
|
+
return response;
|
|
3379
|
+
};
|
|
3279
3380
|
export const de_ListDevEndpointsCommand = async (output, context) => {
|
|
3280
3381
|
if (output.statusCode >= 300) {
|
|
3281
3382
|
return de_CommandError(output, context);
|
|
@@ -3445,6 +3546,19 @@ export const de_PutDataCatalogEncryptionSettingsCommand = async (output, context
|
|
|
3445
3546
|
};
|
|
3446
3547
|
return response;
|
|
3447
3548
|
};
|
|
3549
|
+
export const de_PutDataQualityProfileAnnotationCommand = async (output, context) => {
|
|
3550
|
+
if (output.statusCode >= 300) {
|
|
3551
|
+
return de_CommandError(output, context);
|
|
3552
|
+
}
|
|
3553
|
+
const data = await parseBody(output.body, context);
|
|
3554
|
+
let contents = {};
|
|
3555
|
+
contents = _json(data);
|
|
3556
|
+
const response = {
|
|
3557
|
+
$metadata: deserializeMetadata(output),
|
|
3558
|
+
...contents,
|
|
3559
|
+
};
|
|
3560
|
+
return response;
|
|
3561
|
+
};
|
|
3448
3562
|
export const de_PutResourcePolicyCommand = async (output, context) => {
|
|
3449
3563
|
if (output.statusCode >= 300) {
|
|
3450
3564
|
return de_CommandError(output, context);
|
|
@@ -5177,6 +5291,24 @@ const se_ListDataQualityRulesetsRequest = (input, context) => {
|
|
|
5177
5291
|
Tags: _json,
|
|
5178
5292
|
});
|
|
5179
5293
|
};
|
|
5294
|
+
const se_ListDataQualityStatisticAnnotationsRequest = (input, context) => {
|
|
5295
|
+
return take(input, {
|
|
5296
|
+
MaxResults: [],
|
|
5297
|
+
NextToken: [],
|
|
5298
|
+
ProfileId: [],
|
|
5299
|
+
StatisticId: [],
|
|
5300
|
+
TimestampFilter: (_) => se_TimestampFilter(_, context),
|
|
5301
|
+
});
|
|
5302
|
+
};
|
|
5303
|
+
const se_ListDataQualityStatisticsRequest = (input, context) => {
|
|
5304
|
+
return take(input, {
|
|
5305
|
+
MaxResults: [],
|
|
5306
|
+
NextToken: [],
|
|
5307
|
+
ProfileId: [],
|
|
5308
|
+
StatisticId: [],
|
|
5309
|
+
TimestampFilter: (_) => se_TimestampFilter(_, context),
|
|
5310
|
+
});
|
|
5311
|
+
};
|
|
5180
5312
|
const se_ListMLTransformsRequest = (input, context) => {
|
|
5181
5313
|
return take(input, {
|
|
5182
5314
|
Filter: (_) => se_TransformFilterCriteria(_, context),
|
|
@@ -5309,6 +5441,12 @@ const se_TaskRunFilterCriteria = (input, context) => {
|
|
|
5309
5441
|
TaskRunType: [],
|
|
5310
5442
|
});
|
|
5311
5443
|
};
|
|
5444
|
+
const se_TimestampFilter = (input, context) => {
|
|
5445
|
+
return take(input, {
|
|
5446
|
+
RecordedAfter: (_) => _.getTime() / 1000,
|
|
5447
|
+
RecordedBefore: (_) => _.getTime() / 1000,
|
|
5448
|
+
});
|
|
5449
|
+
};
|
|
5312
5450
|
const se_TransformFilterCriteria = (input, context) => {
|
|
5313
5451
|
return take(input, {
|
|
5314
5452
|
CreatedAfter: (_) => _.getTime() / 1000,
|
|
@@ -5412,6 +5550,14 @@ const se_UpdateTableRequest = (input, context) => {
|
|
|
5412
5550
|
ViewUpdateAction: [],
|
|
5413
5551
|
});
|
|
5414
5552
|
};
|
|
5553
|
+
const de_AnnotationList = (output, context) => {
|
|
5554
|
+
const retVal = (output || [])
|
|
5555
|
+
.filter((e) => e != null)
|
|
5556
|
+
.map((entry) => {
|
|
5557
|
+
return de_StatisticAnnotation(entry, context);
|
|
5558
|
+
});
|
|
5559
|
+
return retVal;
|
|
5560
|
+
};
|
|
5415
5561
|
const de_ApplyMapping = (output, context) => {
|
|
5416
5562
|
return take(output, {
|
|
5417
5563
|
Inputs: _json,
|
|
@@ -6002,6 +6148,7 @@ const de_DataQualityResult = (output, context) => {
|
|
|
6002
6148
|
JobName: __expectString,
|
|
6003
6149
|
JobRunId: __expectString,
|
|
6004
6150
|
Observations: (_) => de_DataQualityObservations(_, context),
|
|
6151
|
+
ProfileId: __expectString,
|
|
6005
6152
|
ResultId: __expectString,
|
|
6006
6153
|
RuleResults: (_) => de_DataQualityRuleResults(_, context),
|
|
6007
6154
|
RulesetEvaluationRunId: __expectString,
|
|
@@ -6055,6 +6202,7 @@ const de_DataQualityRuleResult = (output, context) => {
|
|
|
6055
6202
|
return take(output, {
|
|
6056
6203
|
Description: __expectString,
|
|
6057
6204
|
EvaluatedMetrics: (_) => de_EvaluatedMetricsMap(_, context),
|
|
6205
|
+
EvaluatedRule: __expectString,
|
|
6058
6206
|
EvaluationMessage: __expectString,
|
|
6059
6207
|
Name: __expectString,
|
|
6060
6208
|
Result: __expectString,
|
|
@@ -6330,6 +6478,20 @@ const de_GetDatabasesResponse = (output, context) => {
|
|
|
6330
6478
|
NextToken: __expectString,
|
|
6331
6479
|
});
|
|
6332
6480
|
};
|
|
6481
|
+
const de_GetDataQualityModelResponse = (output, context) => {
|
|
6482
|
+
return take(output, {
|
|
6483
|
+
CompletedOn: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
6484
|
+
FailureReason: __expectString,
|
|
6485
|
+
StartedOn: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
6486
|
+
Status: __expectString,
|
|
6487
|
+
});
|
|
6488
|
+
};
|
|
6489
|
+
const de_GetDataQualityModelResultResponse = (output, context) => {
|
|
6490
|
+
return take(output, {
|
|
6491
|
+
CompletedOn: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
6492
|
+
Model: (_) => de_StatisticModelResults(_, context),
|
|
6493
|
+
});
|
|
6494
|
+
};
|
|
6333
6495
|
const de_GetDataQualityResultResponse = (output, context) => {
|
|
6334
6496
|
return take(output, {
|
|
6335
6497
|
AnalyzerResults: (_) => de_DataQualityAnalyzerResults(_, context),
|
|
@@ -6339,6 +6501,7 @@ const de_GetDataQualityResultResponse = (output, context) => {
|
|
|
6339
6501
|
JobName: __expectString,
|
|
6340
6502
|
JobRunId: __expectString,
|
|
6341
6503
|
Observations: (_) => de_DataQualityObservations(_, context),
|
|
6504
|
+
ProfileId: __expectString,
|
|
6342
6505
|
ResultId: __expectString,
|
|
6343
6506
|
RuleResults: (_) => de_DataQualityRuleResults(_, context),
|
|
6344
6507
|
RulesetEvaluationRunId: __expectString,
|
|
@@ -6351,6 +6514,7 @@ const de_GetDataQualityRuleRecommendationRunResponse = (output, context) => {
|
|
|
6351
6514
|
return take(output, {
|
|
6352
6515
|
CompletedOn: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
6353
6516
|
CreatedRulesetName: __expectString,
|
|
6517
|
+
DataQualitySecurityConfiguration: __expectString,
|
|
6354
6518
|
DataSource: _json,
|
|
6355
6519
|
ErrorString: __expectString,
|
|
6356
6520
|
ExecutionTime: __expectInt32,
|
|
@@ -6386,6 +6550,7 @@ const de_GetDataQualityRulesetEvaluationRunResponse = (output, context) => {
|
|
|
6386
6550
|
const de_GetDataQualityRulesetResponse = (output, context) => {
|
|
6387
6551
|
return take(output, {
|
|
6388
6552
|
CreatedOn: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
6553
|
+
DataQualitySecurityConfiguration: __expectString,
|
|
6389
6554
|
Description: __expectString,
|
|
6390
6555
|
LastModifiedOn: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
6391
6556
|
Name: __expectString,
|
|
@@ -6838,6 +7003,18 @@ const de_ListDataQualityRulesetsResponse = (output, context) => {
|
|
|
6838
7003
|
Rulesets: (_) => de_DataQualityRulesetList(_, context),
|
|
6839
7004
|
});
|
|
6840
7005
|
};
|
|
7006
|
+
const de_ListDataQualityStatisticAnnotationsResponse = (output, context) => {
|
|
7007
|
+
return take(output, {
|
|
7008
|
+
Annotations: (_) => de_AnnotationList(_, context),
|
|
7009
|
+
NextToken: __expectString,
|
|
7010
|
+
});
|
|
7011
|
+
};
|
|
7012
|
+
const de_ListDataQualityStatisticsResponse = (output, context) => {
|
|
7013
|
+
return take(output, {
|
|
7014
|
+
NextToken: __expectString,
|
|
7015
|
+
Statistics: (_) => de_StatisticSummaryList(_, context),
|
|
7016
|
+
});
|
|
7017
|
+
};
|
|
6841
7018
|
const de_ListSessionsResponse = (output, context) => {
|
|
6842
7019
|
return take(output, {
|
|
6843
7020
|
Ids: _json,
|
|
@@ -6889,6 +7066,7 @@ const de_MetricBasedObservation = (output, context) => {
|
|
|
6889
7066
|
MetricName: __expectString,
|
|
6890
7067
|
MetricValues: (_) => de_DataQualityMetricValues(_, context),
|
|
6891
7068
|
NewRules: _json,
|
|
7069
|
+
StatisticId: __expectString,
|
|
6892
7070
|
});
|
|
6893
7071
|
};
|
|
6894
7072
|
const de_MLTransform = (output, context) => {
|
|
@@ -7046,6 +7224,55 @@ const de_StatementList = (output, context) => {
|
|
|
7046
7224
|
});
|
|
7047
7225
|
return retVal;
|
|
7048
7226
|
};
|
|
7227
|
+
const de_StatisticAnnotation = (output, context) => {
|
|
7228
|
+
return take(output, {
|
|
7229
|
+
InclusionAnnotation: (_) => de_TimestampedInclusionAnnotation(_, context),
|
|
7230
|
+
ProfileId: __expectString,
|
|
7231
|
+
StatisticId: __expectString,
|
|
7232
|
+
StatisticRecordedOn: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
7233
|
+
});
|
|
7234
|
+
};
|
|
7235
|
+
const de_StatisticModelResult = (output, context) => {
|
|
7236
|
+
return take(output, {
|
|
7237
|
+
ActualValue: __limitedParseDouble,
|
|
7238
|
+
Date: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
7239
|
+
InclusionAnnotation: __expectString,
|
|
7240
|
+
LowerBound: __limitedParseDouble,
|
|
7241
|
+
PredictedValue: __limitedParseDouble,
|
|
7242
|
+
UpperBound: __limitedParseDouble,
|
|
7243
|
+
});
|
|
7244
|
+
};
|
|
7245
|
+
const de_StatisticModelResults = (output, context) => {
|
|
7246
|
+
const retVal = (output || [])
|
|
7247
|
+
.filter((e) => e != null)
|
|
7248
|
+
.map((entry) => {
|
|
7249
|
+
return de_StatisticModelResult(entry, context);
|
|
7250
|
+
});
|
|
7251
|
+
return retVal;
|
|
7252
|
+
};
|
|
7253
|
+
const de_StatisticSummary = (output, context) => {
|
|
7254
|
+
return take(output, {
|
|
7255
|
+
ColumnsReferenced: _json,
|
|
7256
|
+
DoubleValue: __limitedParseDouble,
|
|
7257
|
+
EvaluationLevel: __expectString,
|
|
7258
|
+
InclusionAnnotation: (_) => de_TimestampedInclusionAnnotation(_, context),
|
|
7259
|
+
ProfileId: __expectString,
|
|
7260
|
+
RecordedOn: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
7261
|
+
ReferencedDatasets: _json,
|
|
7262
|
+
RunIdentifier: _json,
|
|
7263
|
+
StatisticId: __expectString,
|
|
7264
|
+
StatisticName: __expectString,
|
|
7265
|
+
StatisticProperties: _json,
|
|
7266
|
+
});
|
|
7267
|
+
};
|
|
7268
|
+
const de_StatisticSummaryList = (output, context) => {
|
|
7269
|
+
const retVal = (output || [])
|
|
7270
|
+
.filter((e) => e != null)
|
|
7271
|
+
.map((entry) => {
|
|
7272
|
+
return de_StatisticSummary(entry, context);
|
|
7273
|
+
});
|
|
7274
|
+
return retVal;
|
|
7275
|
+
};
|
|
7049
7276
|
const de_StringColumnStatisticsData = (output, context) => {
|
|
7050
7277
|
return take(output, {
|
|
7051
7278
|
AverageLength: __limitedParseDouble,
|
|
@@ -7141,6 +7368,12 @@ const de_TaskRunList = (output, context) => {
|
|
|
7141
7368
|
});
|
|
7142
7369
|
return retVal;
|
|
7143
7370
|
};
|
|
7371
|
+
const de_TimestampedInclusionAnnotation = (output, context) => {
|
|
7372
|
+
return take(output, {
|
|
7373
|
+
LastModifiedOn: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
7374
|
+
Value: __expectString,
|
|
7375
|
+
});
|
|
7376
|
+
};
|
|
7144
7377
|
const de_TransformList = (output, context) => {
|
|
7145
7378
|
const retVal = (output || [])
|
|
7146
7379
|
.filter((e) => e != null)
|
package/dist-types/Glue.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from ".
|
|
|
14
14
|
import { BatchGetTableOptimizerCommandInput, BatchGetTableOptimizerCommandOutput } from "./commands/BatchGetTableOptimizerCommand";
|
|
15
15
|
import { BatchGetTriggersCommandInput, BatchGetTriggersCommandOutput } from "./commands/BatchGetTriggersCommand";
|
|
16
16
|
import { BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput } from "./commands/BatchGetWorkflowsCommand";
|
|
17
|
+
import { BatchPutDataQualityStatisticAnnotationCommandInput, BatchPutDataQualityStatisticAnnotationCommandOutput } from "./commands/BatchPutDataQualityStatisticAnnotationCommand";
|
|
17
18
|
import { BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput } from "./commands/BatchStopJobRunCommand";
|
|
18
19
|
import { BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput } from "./commands/BatchUpdatePartitionCommand";
|
|
19
20
|
import { CancelDataQualityRuleRecommendationRunCommandInput, CancelDataQualityRuleRecommendationRunCommandOutput } from "./commands/CancelDataQualityRuleRecommendationRunCommand";
|
|
@@ -91,6 +92,8 @@ import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "./commands/Ge
|
|
|
91
92
|
import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "./commands/GetDatabasesCommand";
|
|
92
93
|
import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "./commands/GetDataCatalogEncryptionSettingsCommand";
|
|
93
94
|
import { GetDataflowGraphCommandInput, GetDataflowGraphCommandOutput } from "./commands/GetDataflowGraphCommand";
|
|
95
|
+
import { GetDataQualityModelCommandInput, GetDataQualityModelCommandOutput } from "./commands/GetDataQualityModelCommand";
|
|
96
|
+
import { GetDataQualityModelResultCommandInput, GetDataQualityModelResultCommandOutput } from "./commands/GetDataQualityModelResultCommand";
|
|
94
97
|
import { GetDataQualityResultCommandInput, GetDataQualityResultCommandOutput } from "./commands/GetDataQualityResultCommand";
|
|
95
98
|
import { GetDataQualityRuleRecommendationRunCommandInput, GetDataQualityRuleRecommendationRunCommandOutput } from "./commands/GetDataQualityRuleRecommendationRunCommand";
|
|
96
99
|
import { GetDataQualityRulesetCommandInput, GetDataQualityRulesetCommandOutput } from "./commands/GetDataQualityRulesetCommand";
|
|
@@ -150,6 +153,8 @@ import { ListDataQualityResultsCommandInput, ListDataQualityResultsCommandOutput
|
|
|
150
153
|
import { ListDataQualityRuleRecommendationRunsCommandInput, ListDataQualityRuleRecommendationRunsCommandOutput } from "./commands/ListDataQualityRuleRecommendationRunsCommand";
|
|
151
154
|
import { ListDataQualityRulesetEvaluationRunsCommandInput, ListDataQualityRulesetEvaluationRunsCommandOutput } from "./commands/ListDataQualityRulesetEvaluationRunsCommand";
|
|
152
155
|
import { ListDataQualityRulesetsCommandInput, ListDataQualityRulesetsCommandOutput } from "./commands/ListDataQualityRulesetsCommand";
|
|
156
|
+
import { ListDataQualityStatisticAnnotationsCommandInput, ListDataQualityStatisticAnnotationsCommandOutput } from "./commands/ListDataQualityStatisticAnnotationsCommand";
|
|
157
|
+
import { ListDataQualityStatisticsCommandInput, ListDataQualityStatisticsCommandOutput } from "./commands/ListDataQualityStatisticsCommand";
|
|
153
158
|
import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "./commands/ListDevEndpointsCommand";
|
|
154
159
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
155
160
|
import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "./commands/ListMLTransformsCommand";
|
|
@@ -163,6 +168,7 @@ import { ListTriggersCommandInput, ListTriggersCommandOutput } from "./commands/
|
|
|
163
168
|
import { ListUsageProfilesCommandInput, ListUsageProfilesCommandOutput } from "./commands/ListUsageProfilesCommand";
|
|
164
169
|
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
|
|
165
170
|
import { PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput } from "./commands/PutDataCatalogEncryptionSettingsCommand";
|
|
171
|
+
import { PutDataQualityProfileAnnotationCommandInput, PutDataQualityProfileAnnotationCommandOutput } from "./commands/PutDataQualityProfileAnnotationCommand";
|
|
166
172
|
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
167
173
|
import { PutSchemaVersionMetadataCommandInput, PutSchemaVersionMetadataCommandOutput } from "./commands/PutSchemaVersionMetadataCommand";
|
|
168
174
|
import { PutWorkflowRunPropertiesCommandInput, PutWorkflowRunPropertiesCommandOutput } from "./commands/PutWorkflowRunPropertiesCommand";
|
|
@@ -309,6 +315,12 @@ export interface Glue {
|
|
|
309
315
|
batchGetWorkflows(args: BatchGetWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetWorkflowsCommandOutput>;
|
|
310
316
|
batchGetWorkflows(args: BatchGetWorkflowsCommandInput, cb: (err: any, data?: BatchGetWorkflowsCommandOutput) => void): void;
|
|
311
317
|
batchGetWorkflows(args: BatchGetWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetWorkflowsCommandOutput) => void): void;
|
|
318
|
+
/**
|
|
319
|
+
* @see {@link BatchPutDataQualityStatisticAnnotationCommand}
|
|
320
|
+
*/
|
|
321
|
+
batchPutDataQualityStatisticAnnotation(args: BatchPutDataQualityStatisticAnnotationCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutDataQualityStatisticAnnotationCommandOutput>;
|
|
322
|
+
batchPutDataQualityStatisticAnnotation(args: BatchPutDataQualityStatisticAnnotationCommandInput, cb: (err: any, data?: BatchPutDataQualityStatisticAnnotationCommandOutput) => void): void;
|
|
323
|
+
batchPutDataQualityStatisticAnnotation(args: BatchPutDataQualityStatisticAnnotationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutDataQualityStatisticAnnotationCommandOutput) => void): void;
|
|
312
324
|
/**
|
|
313
325
|
* @see {@link BatchStopJobRunCommand}
|
|
314
326
|
*/
|
|
@@ -782,6 +794,18 @@ export interface Glue {
|
|
|
782
794
|
getDataflowGraph(args: GetDataflowGraphCommandInput, options?: __HttpHandlerOptions): Promise<GetDataflowGraphCommandOutput>;
|
|
783
795
|
getDataflowGraph(args: GetDataflowGraphCommandInput, cb: (err: any, data?: GetDataflowGraphCommandOutput) => void): void;
|
|
784
796
|
getDataflowGraph(args: GetDataflowGraphCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataflowGraphCommandOutput) => void): void;
|
|
797
|
+
/**
|
|
798
|
+
* @see {@link GetDataQualityModelCommand}
|
|
799
|
+
*/
|
|
800
|
+
getDataQualityModel(args: GetDataQualityModelCommandInput, options?: __HttpHandlerOptions): Promise<GetDataQualityModelCommandOutput>;
|
|
801
|
+
getDataQualityModel(args: GetDataQualityModelCommandInput, cb: (err: any, data?: GetDataQualityModelCommandOutput) => void): void;
|
|
802
|
+
getDataQualityModel(args: GetDataQualityModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataQualityModelCommandOutput) => void): void;
|
|
803
|
+
/**
|
|
804
|
+
* @see {@link GetDataQualityModelResultCommand}
|
|
805
|
+
*/
|
|
806
|
+
getDataQualityModelResult(args: GetDataQualityModelResultCommandInput, options?: __HttpHandlerOptions): Promise<GetDataQualityModelResultCommandOutput>;
|
|
807
|
+
getDataQualityModelResult(args: GetDataQualityModelResultCommandInput, cb: (err: any, data?: GetDataQualityModelResultCommandOutput) => void): void;
|
|
808
|
+
getDataQualityModelResult(args: GetDataQualityModelResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataQualityModelResultCommandOutput) => void): void;
|
|
785
809
|
/**
|
|
786
810
|
* @see {@link GetDataQualityResultCommand}
|
|
787
811
|
*/
|
|
@@ -1153,6 +1177,20 @@ export interface Glue {
|
|
|
1153
1177
|
listDataQualityRulesets(args: ListDataQualityRulesetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataQualityRulesetsCommandOutput>;
|
|
1154
1178
|
listDataQualityRulesets(args: ListDataQualityRulesetsCommandInput, cb: (err: any, data?: ListDataQualityRulesetsCommandOutput) => void): void;
|
|
1155
1179
|
listDataQualityRulesets(args: ListDataQualityRulesetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataQualityRulesetsCommandOutput) => void): void;
|
|
1180
|
+
/**
|
|
1181
|
+
* @see {@link ListDataQualityStatisticAnnotationsCommand}
|
|
1182
|
+
*/
|
|
1183
|
+
listDataQualityStatisticAnnotations(): Promise<ListDataQualityStatisticAnnotationsCommandOutput>;
|
|
1184
|
+
listDataQualityStatisticAnnotations(args: ListDataQualityStatisticAnnotationsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataQualityStatisticAnnotationsCommandOutput>;
|
|
1185
|
+
listDataQualityStatisticAnnotations(args: ListDataQualityStatisticAnnotationsCommandInput, cb: (err: any, data?: ListDataQualityStatisticAnnotationsCommandOutput) => void): void;
|
|
1186
|
+
listDataQualityStatisticAnnotations(args: ListDataQualityStatisticAnnotationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataQualityStatisticAnnotationsCommandOutput) => void): void;
|
|
1187
|
+
/**
|
|
1188
|
+
* @see {@link ListDataQualityStatisticsCommand}
|
|
1189
|
+
*/
|
|
1190
|
+
listDataQualityStatistics(): Promise<ListDataQualityStatisticsCommandOutput>;
|
|
1191
|
+
listDataQualityStatistics(args: ListDataQualityStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataQualityStatisticsCommandOutput>;
|
|
1192
|
+
listDataQualityStatistics(args: ListDataQualityStatisticsCommandInput, cb: (err: any, data?: ListDataQualityStatisticsCommandOutput) => void): void;
|
|
1193
|
+
listDataQualityStatistics(args: ListDataQualityStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataQualityStatisticsCommandOutput) => void): void;
|
|
1156
1194
|
/**
|
|
1157
1195
|
* @see {@link ListDevEndpointsCommand}
|
|
1158
1196
|
*/
|
|
@@ -1240,6 +1278,12 @@ export interface Glue {
|
|
|
1240
1278
|
putDataCatalogEncryptionSettings(args: PutDataCatalogEncryptionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<PutDataCatalogEncryptionSettingsCommandOutput>;
|
|
1241
1279
|
putDataCatalogEncryptionSettings(args: PutDataCatalogEncryptionSettingsCommandInput, cb: (err: any, data?: PutDataCatalogEncryptionSettingsCommandOutput) => void): void;
|
|
1242
1280
|
putDataCatalogEncryptionSettings(args: PutDataCatalogEncryptionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDataCatalogEncryptionSettingsCommandOutput) => void): void;
|
|
1281
|
+
/**
|
|
1282
|
+
* @see {@link PutDataQualityProfileAnnotationCommand}
|
|
1283
|
+
*/
|
|
1284
|
+
putDataQualityProfileAnnotation(args: PutDataQualityProfileAnnotationCommandInput, options?: __HttpHandlerOptions): Promise<PutDataQualityProfileAnnotationCommandOutput>;
|
|
1285
|
+
putDataQualityProfileAnnotation(args: PutDataQualityProfileAnnotationCommandInput, cb: (err: any, data?: PutDataQualityProfileAnnotationCommandOutput) => void): void;
|
|
1286
|
+
putDataQualityProfileAnnotation(args: PutDataQualityProfileAnnotationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDataQualityProfileAnnotationCommandOutput) => void): void;
|
|
1243
1287
|
/**
|
|
1244
1288
|
* @see {@link PutResourcePolicyCommand}
|
|
1245
1289
|
*/
|
|
@@ -22,6 +22,7 @@ import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from ".
|
|
|
22
22
|
import { BatchGetTableOptimizerCommandInput, BatchGetTableOptimizerCommandOutput } from "./commands/BatchGetTableOptimizerCommand";
|
|
23
23
|
import { BatchGetTriggersCommandInput, BatchGetTriggersCommandOutput } from "./commands/BatchGetTriggersCommand";
|
|
24
24
|
import { BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput } from "./commands/BatchGetWorkflowsCommand";
|
|
25
|
+
import { BatchPutDataQualityStatisticAnnotationCommandInput, BatchPutDataQualityStatisticAnnotationCommandOutput } from "./commands/BatchPutDataQualityStatisticAnnotationCommand";
|
|
25
26
|
import { BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput } from "./commands/BatchStopJobRunCommand";
|
|
26
27
|
import { BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput } from "./commands/BatchUpdatePartitionCommand";
|
|
27
28
|
import { CancelDataQualityRuleRecommendationRunCommandInput, CancelDataQualityRuleRecommendationRunCommandOutput } from "./commands/CancelDataQualityRuleRecommendationRunCommand";
|
|
@@ -99,6 +100,8 @@ import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "./commands/Ge
|
|
|
99
100
|
import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "./commands/GetDatabasesCommand";
|
|
100
101
|
import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "./commands/GetDataCatalogEncryptionSettingsCommand";
|
|
101
102
|
import { GetDataflowGraphCommandInput, GetDataflowGraphCommandOutput } from "./commands/GetDataflowGraphCommand";
|
|
103
|
+
import { GetDataQualityModelCommandInput, GetDataQualityModelCommandOutput } from "./commands/GetDataQualityModelCommand";
|
|
104
|
+
import { GetDataQualityModelResultCommandInput, GetDataQualityModelResultCommandOutput } from "./commands/GetDataQualityModelResultCommand";
|
|
102
105
|
import { GetDataQualityResultCommandInput, GetDataQualityResultCommandOutput } from "./commands/GetDataQualityResultCommand";
|
|
103
106
|
import { GetDataQualityRuleRecommendationRunCommandInput, GetDataQualityRuleRecommendationRunCommandOutput } from "./commands/GetDataQualityRuleRecommendationRunCommand";
|
|
104
107
|
import { GetDataQualityRulesetCommandInput, GetDataQualityRulesetCommandOutput } from "./commands/GetDataQualityRulesetCommand";
|
|
@@ -158,6 +161,8 @@ import { ListDataQualityResultsCommandInput, ListDataQualityResultsCommandOutput
|
|
|
158
161
|
import { ListDataQualityRuleRecommendationRunsCommandInput, ListDataQualityRuleRecommendationRunsCommandOutput } from "./commands/ListDataQualityRuleRecommendationRunsCommand";
|
|
159
162
|
import { ListDataQualityRulesetEvaluationRunsCommandInput, ListDataQualityRulesetEvaluationRunsCommandOutput } from "./commands/ListDataQualityRulesetEvaluationRunsCommand";
|
|
160
163
|
import { ListDataQualityRulesetsCommandInput, ListDataQualityRulesetsCommandOutput } from "./commands/ListDataQualityRulesetsCommand";
|
|
164
|
+
import { ListDataQualityStatisticAnnotationsCommandInput, ListDataQualityStatisticAnnotationsCommandOutput } from "./commands/ListDataQualityStatisticAnnotationsCommand";
|
|
165
|
+
import { ListDataQualityStatisticsCommandInput, ListDataQualityStatisticsCommandOutput } from "./commands/ListDataQualityStatisticsCommand";
|
|
161
166
|
import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "./commands/ListDevEndpointsCommand";
|
|
162
167
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
163
168
|
import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "./commands/ListMLTransformsCommand";
|
|
@@ -171,6 +176,7 @@ import { ListTriggersCommandInput, ListTriggersCommandOutput } from "./commands/
|
|
|
171
176
|
import { ListUsageProfilesCommandInput, ListUsageProfilesCommandOutput } from "./commands/ListUsageProfilesCommand";
|
|
172
177
|
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
|
|
173
178
|
import { PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput } from "./commands/PutDataCatalogEncryptionSettingsCommand";
|
|
179
|
+
import { PutDataQualityProfileAnnotationCommandInput, PutDataQualityProfileAnnotationCommandOutput } from "./commands/PutDataQualityProfileAnnotationCommand";
|
|
174
180
|
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
175
181
|
import { PutSchemaVersionMetadataCommandInput, PutSchemaVersionMetadataCommandOutput } from "./commands/PutSchemaVersionMetadataCommand";
|
|
176
182
|
import { PutWorkflowRunPropertiesCommandInput, PutWorkflowRunPropertiesCommandOutput } from "./commands/PutWorkflowRunPropertiesCommand";
|
|
@@ -231,11 +237,11 @@ export { __Client };
|
|
|
231
237
|
/**
|
|
232
238
|
* @public
|
|
233
239
|
*/
|
|
234
|
-
export type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDataQualityResultCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTableOptimizerCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelDataQualityRuleRecommendationRunCommandInput | CancelDataQualityRulesetEvaluationRunCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDataQualityRulesetCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTableOptimizerCommandInput | CreateTriggerCommandInput | CreateUsageProfileCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDataQualityRulesetCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableOptimizerCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUsageProfileCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetColumnStatisticsTaskRunCommandInput | GetColumnStatisticsTaskRunsCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDataQualityResultCommandInput | GetDataQualityRuleRecommendationRunCommandInput | GetDataQualityRulesetCommandInput | GetDataQualityRulesetEvaluationRunCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableOptimizerCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUsageProfileCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListColumnStatisticsTaskRunsCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDataQualityResultsCommandInput | ListDataQualityRuleRecommendationRunsCommandInput | ListDataQualityRulesetEvaluationRunsCommandInput | ListDataQualityRulesetsCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTableOptimizerRunsCommandInput | ListTriggersCommandInput | ListUsageProfilesCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartColumnStatisticsTaskRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartDataQualityRuleRecommendationRunCommandInput | StartDataQualityRulesetEvaluationRunCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopColumnStatisticsTaskRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDataQualityRulesetCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateJobFromSourceControlCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateSourceControlFromJobCommandInput | UpdateTableCommandInput | UpdateTableOptimizerCommandInput | UpdateTriggerCommandInput | UpdateUsageProfileCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
|
|
240
|
+
export type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDataQualityResultCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTableOptimizerCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchPutDataQualityStatisticAnnotationCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelDataQualityRuleRecommendationRunCommandInput | CancelDataQualityRulesetEvaluationRunCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDataQualityRulesetCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTableOptimizerCommandInput | CreateTriggerCommandInput | CreateUsageProfileCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDataQualityRulesetCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableOptimizerCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUsageProfileCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetColumnStatisticsTaskRunCommandInput | GetColumnStatisticsTaskRunsCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDataQualityModelCommandInput | GetDataQualityModelResultCommandInput | GetDataQualityResultCommandInput | GetDataQualityRuleRecommendationRunCommandInput | GetDataQualityRulesetCommandInput | GetDataQualityRulesetEvaluationRunCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableOptimizerCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUsageProfileCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListColumnStatisticsTaskRunsCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDataQualityResultsCommandInput | ListDataQualityRuleRecommendationRunsCommandInput | ListDataQualityRulesetEvaluationRunsCommandInput | ListDataQualityRulesetsCommandInput | ListDataQualityStatisticAnnotationsCommandInput | ListDataQualityStatisticsCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTableOptimizerRunsCommandInput | ListTriggersCommandInput | ListUsageProfilesCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutDataQualityProfileAnnotationCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartColumnStatisticsTaskRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartDataQualityRuleRecommendationRunCommandInput | StartDataQualityRulesetEvaluationRunCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopColumnStatisticsTaskRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDataQualityRulesetCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateJobFromSourceControlCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateSourceControlFromJobCommandInput | UpdateTableCommandInput | UpdateTableOptimizerCommandInput | UpdateTriggerCommandInput | UpdateUsageProfileCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
|
|
235
241
|
/**
|
|
236
242
|
* @public
|
|
237
243
|
*/
|
|
238
|
-
export type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDataQualityResultCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTableOptimizerCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelDataQualityRuleRecommendationRunCommandOutput | CancelDataQualityRulesetEvaluationRunCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDataQualityRulesetCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTableOptimizerCommandOutput | CreateTriggerCommandOutput | CreateUsageProfileCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDataQualityRulesetCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableOptimizerCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUsageProfileCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetColumnStatisticsTaskRunCommandOutput | GetColumnStatisticsTaskRunsCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDataQualityResultCommandOutput | GetDataQualityRuleRecommendationRunCommandOutput | GetDataQualityRulesetCommandOutput | GetDataQualityRulesetEvaluationRunCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableOptimizerCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUsageProfileCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListColumnStatisticsTaskRunsCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDataQualityResultsCommandOutput | ListDataQualityRuleRecommendationRunsCommandOutput | ListDataQualityRulesetEvaluationRunsCommandOutput | ListDataQualityRulesetsCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTableOptimizerRunsCommandOutput | ListTriggersCommandOutput | ListUsageProfilesCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartColumnStatisticsTaskRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartDataQualityRuleRecommendationRunCommandOutput | StartDataQualityRulesetEvaluationRunCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopColumnStatisticsTaskRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDataQualityRulesetCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateJobFromSourceControlCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateSourceControlFromJobCommandOutput | UpdateTableCommandOutput | UpdateTableOptimizerCommandOutput | UpdateTriggerCommandOutput | UpdateUsageProfileCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
|
|
244
|
+
export type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDataQualityResultCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTableOptimizerCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchPutDataQualityStatisticAnnotationCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelDataQualityRuleRecommendationRunCommandOutput | CancelDataQualityRulesetEvaluationRunCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDataQualityRulesetCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTableOptimizerCommandOutput | CreateTriggerCommandOutput | CreateUsageProfileCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDataQualityRulesetCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableOptimizerCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUsageProfileCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetColumnStatisticsTaskRunCommandOutput | GetColumnStatisticsTaskRunsCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDataQualityModelCommandOutput | GetDataQualityModelResultCommandOutput | GetDataQualityResultCommandOutput | GetDataQualityRuleRecommendationRunCommandOutput | GetDataQualityRulesetCommandOutput | GetDataQualityRulesetEvaluationRunCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableOptimizerCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUsageProfileCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListColumnStatisticsTaskRunsCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDataQualityResultsCommandOutput | ListDataQualityRuleRecommendationRunsCommandOutput | ListDataQualityRulesetEvaluationRunsCommandOutput | ListDataQualityRulesetsCommandOutput | ListDataQualityStatisticAnnotationsCommandOutput | ListDataQualityStatisticsCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTableOptimizerRunsCommandOutput | ListTriggersCommandOutput | ListUsageProfilesCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutDataQualityProfileAnnotationCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartColumnStatisticsTaskRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartDataQualityRuleRecommendationRunCommandOutput | StartDataQualityRulesetEvaluationRunCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopColumnStatisticsTaskRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDataQualityRulesetCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateJobFromSourceControlCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateSourceControlFromJobCommandOutput | UpdateTableCommandOutput | UpdateTableOptimizerCommandOutput | UpdateTriggerCommandOutput | UpdateUsageProfileCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
|
|
239
245
|
/**
|
|
240
246
|
* @public
|
|
241
247
|
*/
|
|
@@ -45,6 +45,7 @@ declare const BatchGetDataQualityResultCommand_base: {
|
|
|
45
45
|
* // Results: [ // DataQualityResultsList // required
|
|
46
46
|
* // { // DataQualityResult
|
|
47
47
|
* // ResultId: "STRING_VALUE",
|
|
48
|
+
* // ProfileId: "STRING_VALUE",
|
|
48
49
|
* // Score: Number("double"),
|
|
49
50
|
* // DataSource: { // DataSource
|
|
50
51
|
* // GlueTable: { // GlueTable
|
|
@@ -73,6 +74,7 @@ declare const BatchGetDataQualityResultCommand_base: {
|
|
|
73
74
|
* // EvaluatedMetrics: { // EvaluatedMetricsMap
|
|
74
75
|
* // "<keys>": Number("double"),
|
|
75
76
|
* // },
|
|
77
|
+
* // EvaluatedRule: "STRING_VALUE",
|
|
76
78
|
* // },
|
|
77
79
|
* // ],
|
|
78
80
|
* // AnalyzerResults: [ // DataQualityAnalyzerResults
|
|
@@ -90,6 +92,7 @@ declare const BatchGetDataQualityResultCommand_base: {
|
|
|
90
92
|
* // Description: "STRING_VALUE",
|
|
91
93
|
* // MetricBasedObservation: { // MetricBasedObservation
|
|
92
94
|
* // MetricName: "STRING_VALUE",
|
|
95
|
+
* // StatisticId: "STRING_VALUE",
|
|
93
96
|
* // MetricValues: { // DataQualityMetricValues
|
|
94
97
|
* // ActualValue: Number("double"),
|
|
95
98
|
* // ExpectedValue: Number("double"),
|
|
@@ -2,7 +2,7 @@ import { Command as $Command } from "@smithy/smithy-client";
|
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
4
|
import { BatchGetJobsRequest } from "../models/models_0";
|
|
5
|
-
import { BatchGetJobsResponse } from "../models/
|
|
5
|
+
import { BatchGetJobsResponse } from "../models/models_3";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|