@aws-sdk/client-glue 3.451.0 → 3.453.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 +40 -0
- package/dist-cjs/Glue.js +10 -0
- package/dist-cjs/commands/GetColumnStatisticsTaskRunCommand.js +51 -0
- package/dist-cjs/commands/GetColumnStatisticsTaskRunsCommand.js +51 -0
- package/dist-cjs/commands/ListColumnStatisticsTaskRunsCommand.js +51 -0
- package/dist-cjs/commands/StartColumnStatisticsTaskRunCommand.js +51 -0
- package/dist-cjs/commands/StopColumnStatisticsTaskRunCommand.js +51 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_1.js +8 -9
- package/dist-cjs/models/models_2.js +51 -1
- package/dist-cjs/pagination/GetColumnStatisticsTaskRunsPaginator.js +29 -0
- package/dist-cjs/pagination/ListColumnStatisticsTaskRunsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -1
- package/dist-cjs/protocols/Aws_json1_1.js +317 -8
- package/dist-es/Glue.js +10 -0
- package/dist-es/commands/GetColumnStatisticsTaskRunCommand.js +47 -0
- package/dist-es/commands/GetColumnStatisticsTaskRunsCommand.js +47 -0
- package/dist-es/commands/ListColumnStatisticsTaskRunsCommand.js +47 -0
- package/dist-es/commands/StartColumnStatisticsTaskRunCommand.js +47 -0
- package/dist-es/commands/StopColumnStatisticsTaskRunCommand.js +47 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_1.js +7 -8
- package/dist-es/models/models_2.js +47 -0
- package/dist-es/pagination/GetColumnStatisticsTaskRunsPaginator.js +25 -0
- package/dist-es/pagination/ListColumnStatisticsTaskRunsPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_json1_1.js +300 -1
- package/dist-types/Glue.d.ts +35 -0
- package/dist-types/GlueClient.d.ts +7 -2
- package/dist-types/commands/GetColumnStatisticsTaskRunCommand.d.ts +103 -0
- package/dist-types/commands/GetColumnStatisticsTaskRunsCommand.d.ts +103 -0
- package/dist-types/commands/GetStatementCommand.d.ts +2 -1
- package/dist-types/commands/GetTableCommand.d.ts +1 -2
- package/dist-types/commands/ListColumnStatisticsTaskRunsCommand.d.ts +80 -0
- package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +99 -0
- package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +84 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_1.d.ts +171 -147
- package/dist-types/models/models_2.d.ts +299 -1
- package/dist-types/pagination/GetColumnStatisticsTaskRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListColumnStatisticsTaskRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
- package/dist-types/ts3.4/Glue.d.ts +85 -0
- package/dist-types/ts3.4/GlueClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListColumnStatisticsTaskRunsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_1.d.ts +45 -40
- package/dist-types/ts3.4/models/models_2.d.ts +98 -1
- package/dist-types/ts3.4/pagination/GetColumnStatisticsTaskRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListColumnStatisticsTaskRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import { _json, collectBody, decorateServiceException as __decorateServiceExcept
|
|
|
3
3
|
import { GlueServiceException as __BaseException } from "../models/GlueServiceException";
|
|
4
4
|
import { AccessDeniedException, AlreadyExistsException, ConcurrentModificationException, EntityNotFoundException, FederationSourceException, FederationSourceRetryableException, GlueEncryptionException, IdempotentParameterMismatchException, IllegalSessionStateException, InternalServiceException, InvalidInputException, InvalidStateException, OperationTimeoutException, ResourceNotReadyException, ResourceNumberLimitExceededException, } from "../models/models_0";
|
|
5
5
|
import { ConditionCheckFailureException, ConflictException, CrawlerRunningException, FederatedResourceAlreadyExistsException, SchedulerTransitioningException, ValidationException, } from "../models/models_1";
|
|
6
|
-
import { ConcurrentRunsExceededException, CrawlerNotRunningException, CrawlerStoppingException, IllegalBlueprintStateException, IllegalWorkflowStateException, MLTransformNotReadyException, NoScheduleException, PermissionTypeMismatchException, SchedulerNotRunningException, SchedulerRunningException, VersionMismatchException, } from "../models/models_2";
|
|
6
|
+
import { ColumnStatisticsTaskNotRunningException, ColumnStatisticsTaskRunningException, ColumnStatisticsTaskStoppingException, ConcurrentRunsExceededException, CrawlerNotRunningException, CrawlerStoppingException, IllegalBlueprintStateException, IllegalWorkflowStateException, MLTransformNotReadyException, NoScheduleException, PermissionTypeMismatchException, SchedulerNotRunningException, SchedulerRunningException, VersionMismatchException, } from "../models/models_2";
|
|
7
7
|
export const se_BatchCreatePartitionCommand = async (input, context) => {
|
|
8
8
|
const headers = sharedHeaders("BatchCreatePartition");
|
|
9
9
|
let body;
|
|
@@ -472,6 +472,18 @@ export const se_GetColumnStatisticsForTableCommand = async (input, context) => {
|
|
|
472
472
|
body = JSON.stringify(_json(input));
|
|
473
473
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
474
474
|
};
|
|
475
|
+
export const se_GetColumnStatisticsTaskRunCommand = async (input, context) => {
|
|
476
|
+
const headers = sharedHeaders("GetColumnStatisticsTaskRun");
|
|
477
|
+
let body;
|
|
478
|
+
body = JSON.stringify(_json(input));
|
|
479
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
480
|
+
};
|
|
481
|
+
export const se_GetColumnStatisticsTaskRunsCommand = async (input, context) => {
|
|
482
|
+
const headers = sharedHeaders("GetColumnStatisticsTaskRuns");
|
|
483
|
+
let body;
|
|
484
|
+
body = JSON.stringify(_json(input));
|
|
485
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
486
|
+
};
|
|
475
487
|
export const se_GetConnectionCommand = async (input, context) => {
|
|
476
488
|
const headers = sharedHeaders("GetConnection");
|
|
477
489
|
let body;
|
|
@@ -832,6 +844,12 @@ export const se_ListBlueprintsCommand = async (input, context) => {
|
|
|
832
844
|
body = JSON.stringify(_json(input));
|
|
833
845
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
834
846
|
};
|
|
847
|
+
export const se_ListColumnStatisticsTaskRunsCommand = async (input, context) => {
|
|
848
|
+
const headers = sharedHeaders("ListColumnStatisticsTaskRuns");
|
|
849
|
+
let body;
|
|
850
|
+
body = JSON.stringify(_json(input));
|
|
851
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
852
|
+
};
|
|
835
853
|
export const se_ListCrawlersCommand = async (input, context) => {
|
|
836
854
|
const headers = sharedHeaders("ListCrawlers");
|
|
837
855
|
let body;
|
|
@@ -1012,6 +1030,12 @@ export const se_StartBlueprintRunCommand = async (input, context) => {
|
|
|
1012
1030
|
body = JSON.stringify(_json(input));
|
|
1013
1031
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1014
1032
|
};
|
|
1033
|
+
export const se_StartColumnStatisticsTaskRunCommand = async (input, context) => {
|
|
1034
|
+
const headers = sharedHeaders("StartColumnStatisticsTaskRun");
|
|
1035
|
+
let body;
|
|
1036
|
+
body = JSON.stringify(se_StartColumnStatisticsTaskRunRequest(input, context));
|
|
1037
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1038
|
+
};
|
|
1015
1039
|
export const se_StartCrawlerCommand = async (input, context) => {
|
|
1016
1040
|
const headers = sharedHeaders("StartCrawler");
|
|
1017
1041
|
let body;
|
|
@@ -1078,6 +1102,12 @@ export const se_StartWorkflowRunCommand = async (input, context) => {
|
|
|
1078
1102
|
body = JSON.stringify(_json(input));
|
|
1079
1103
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1080
1104
|
};
|
|
1105
|
+
export const se_StopColumnStatisticsTaskRunCommand = async (input, context) => {
|
|
1106
|
+
const headers = sharedHeaders("StopColumnStatisticsTaskRun");
|
|
1107
|
+
let body;
|
|
1108
|
+
body = JSON.stringify(_json(input));
|
|
1109
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1110
|
+
};
|
|
1081
1111
|
export const se_StopCrawlerCommand = async (input, context) => {
|
|
1082
1112
|
const headers = sharedHeaders("StopCrawler");
|
|
1083
1113
|
let body;
|
|
@@ -4585,6 +4615,76 @@ const de_GetColumnStatisticsForTableCommandError = async (output, context) => {
|
|
|
4585
4615
|
});
|
|
4586
4616
|
}
|
|
4587
4617
|
};
|
|
4618
|
+
export const de_GetColumnStatisticsTaskRunCommand = async (output, context) => {
|
|
4619
|
+
if (output.statusCode >= 300) {
|
|
4620
|
+
return de_GetColumnStatisticsTaskRunCommandError(output, context);
|
|
4621
|
+
}
|
|
4622
|
+
const data = await parseBody(output.body, context);
|
|
4623
|
+
let contents = {};
|
|
4624
|
+
contents = de_GetColumnStatisticsTaskRunResponse(data, context);
|
|
4625
|
+
const response = {
|
|
4626
|
+
$metadata: deserializeMetadata(output),
|
|
4627
|
+
...contents,
|
|
4628
|
+
};
|
|
4629
|
+
return response;
|
|
4630
|
+
};
|
|
4631
|
+
const de_GetColumnStatisticsTaskRunCommandError = async (output, context) => {
|
|
4632
|
+
const parsedOutput = {
|
|
4633
|
+
...output,
|
|
4634
|
+
body: await parseErrorBody(output.body, context),
|
|
4635
|
+
};
|
|
4636
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4637
|
+
switch (errorCode) {
|
|
4638
|
+
case "EntityNotFoundException":
|
|
4639
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
4640
|
+
throw await de_EntityNotFoundExceptionRes(parsedOutput, context);
|
|
4641
|
+
case "InvalidInputException":
|
|
4642
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
4643
|
+
throw await de_InvalidInputExceptionRes(parsedOutput, context);
|
|
4644
|
+
case "OperationTimeoutException":
|
|
4645
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
4646
|
+
throw await de_OperationTimeoutExceptionRes(parsedOutput, context);
|
|
4647
|
+
default:
|
|
4648
|
+
const parsedBody = parsedOutput.body;
|
|
4649
|
+
return throwDefaultError({
|
|
4650
|
+
output,
|
|
4651
|
+
parsedBody,
|
|
4652
|
+
errorCode,
|
|
4653
|
+
});
|
|
4654
|
+
}
|
|
4655
|
+
};
|
|
4656
|
+
export const de_GetColumnStatisticsTaskRunsCommand = async (output, context) => {
|
|
4657
|
+
if (output.statusCode >= 300) {
|
|
4658
|
+
return de_GetColumnStatisticsTaskRunsCommandError(output, context);
|
|
4659
|
+
}
|
|
4660
|
+
const data = await parseBody(output.body, context);
|
|
4661
|
+
let contents = {};
|
|
4662
|
+
contents = de_GetColumnStatisticsTaskRunsResponse(data, context);
|
|
4663
|
+
const response = {
|
|
4664
|
+
$metadata: deserializeMetadata(output),
|
|
4665
|
+
...contents,
|
|
4666
|
+
};
|
|
4667
|
+
return response;
|
|
4668
|
+
};
|
|
4669
|
+
const de_GetColumnStatisticsTaskRunsCommandError = async (output, context) => {
|
|
4670
|
+
const parsedOutput = {
|
|
4671
|
+
...output,
|
|
4672
|
+
body: await parseErrorBody(output.body, context),
|
|
4673
|
+
};
|
|
4674
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4675
|
+
switch (errorCode) {
|
|
4676
|
+
case "OperationTimeoutException":
|
|
4677
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
4678
|
+
throw await de_OperationTimeoutExceptionRes(parsedOutput, context);
|
|
4679
|
+
default:
|
|
4680
|
+
const parsedBody = parsedOutput.body;
|
|
4681
|
+
return throwDefaultError({
|
|
4682
|
+
output,
|
|
4683
|
+
parsedBody,
|
|
4684
|
+
errorCode,
|
|
4685
|
+
});
|
|
4686
|
+
}
|
|
4687
|
+
};
|
|
4588
4688
|
export const de_GetConnectionCommand = async (output, context) => {
|
|
4589
4689
|
if (output.statusCode >= 300) {
|
|
4590
4690
|
return de_GetConnectionCommandError(output, context);
|
|
@@ -7120,6 +7220,38 @@ const de_ListBlueprintsCommandError = async (output, context) => {
|
|
|
7120
7220
|
});
|
|
7121
7221
|
}
|
|
7122
7222
|
};
|
|
7223
|
+
export const de_ListColumnStatisticsTaskRunsCommand = async (output, context) => {
|
|
7224
|
+
if (output.statusCode >= 300) {
|
|
7225
|
+
return de_ListColumnStatisticsTaskRunsCommandError(output, context);
|
|
7226
|
+
}
|
|
7227
|
+
const data = await parseBody(output.body, context);
|
|
7228
|
+
let contents = {};
|
|
7229
|
+
contents = _json(data);
|
|
7230
|
+
const response = {
|
|
7231
|
+
$metadata: deserializeMetadata(output),
|
|
7232
|
+
...contents,
|
|
7233
|
+
};
|
|
7234
|
+
return response;
|
|
7235
|
+
};
|
|
7236
|
+
const de_ListColumnStatisticsTaskRunsCommandError = async (output, context) => {
|
|
7237
|
+
const parsedOutput = {
|
|
7238
|
+
...output,
|
|
7239
|
+
body: await parseErrorBody(output.body, context),
|
|
7240
|
+
};
|
|
7241
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7242
|
+
switch (errorCode) {
|
|
7243
|
+
case "OperationTimeoutException":
|
|
7244
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
7245
|
+
throw await de_OperationTimeoutExceptionRes(parsedOutput, context);
|
|
7246
|
+
default:
|
|
7247
|
+
const parsedBody = parsedOutput.body;
|
|
7248
|
+
return throwDefaultError({
|
|
7249
|
+
output,
|
|
7250
|
+
parsedBody,
|
|
7251
|
+
errorCode,
|
|
7252
|
+
});
|
|
7253
|
+
}
|
|
7254
|
+
};
|
|
7123
7255
|
export const de_ListCrawlersCommand = async (output, context) => {
|
|
7124
7256
|
if (output.statusCode >= 300) {
|
|
7125
7257
|
return de_ListCrawlersCommandError(output, context);
|
|
@@ -8359,6 +8491,53 @@ const de_StartBlueprintRunCommandError = async (output, context) => {
|
|
|
8359
8491
|
});
|
|
8360
8492
|
}
|
|
8361
8493
|
};
|
|
8494
|
+
export const de_StartColumnStatisticsTaskRunCommand = async (output, context) => {
|
|
8495
|
+
if (output.statusCode >= 300) {
|
|
8496
|
+
return de_StartColumnStatisticsTaskRunCommandError(output, context);
|
|
8497
|
+
}
|
|
8498
|
+
const data = await parseBody(output.body, context);
|
|
8499
|
+
let contents = {};
|
|
8500
|
+
contents = _json(data);
|
|
8501
|
+
const response = {
|
|
8502
|
+
$metadata: deserializeMetadata(output),
|
|
8503
|
+
...contents,
|
|
8504
|
+
};
|
|
8505
|
+
return response;
|
|
8506
|
+
};
|
|
8507
|
+
const de_StartColumnStatisticsTaskRunCommandError = async (output, context) => {
|
|
8508
|
+
const parsedOutput = {
|
|
8509
|
+
...output,
|
|
8510
|
+
body: await parseErrorBody(output.body, context),
|
|
8511
|
+
};
|
|
8512
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8513
|
+
switch (errorCode) {
|
|
8514
|
+
case "AccessDeniedException":
|
|
8515
|
+
case "com.amazonaws.glue#AccessDeniedException":
|
|
8516
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
8517
|
+
case "ColumnStatisticsTaskRunningException":
|
|
8518
|
+
case "com.amazonaws.glue#ColumnStatisticsTaskRunningException":
|
|
8519
|
+
throw await de_ColumnStatisticsTaskRunningExceptionRes(parsedOutput, context);
|
|
8520
|
+
case "EntityNotFoundException":
|
|
8521
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
8522
|
+
throw await de_EntityNotFoundExceptionRes(parsedOutput, context);
|
|
8523
|
+
case "InvalidInputException":
|
|
8524
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
8525
|
+
throw await de_InvalidInputExceptionRes(parsedOutput, context);
|
|
8526
|
+
case "OperationTimeoutException":
|
|
8527
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
8528
|
+
throw await de_OperationTimeoutExceptionRes(parsedOutput, context);
|
|
8529
|
+
case "ResourceNumberLimitExceededException":
|
|
8530
|
+
case "com.amazonaws.glue#ResourceNumberLimitExceededException":
|
|
8531
|
+
throw await de_ResourceNumberLimitExceededExceptionRes(parsedOutput, context);
|
|
8532
|
+
default:
|
|
8533
|
+
const parsedBody = parsedOutput.body;
|
|
8534
|
+
return throwDefaultError({
|
|
8535
|
+
output,
|
|
8536
|
+
parsedBody,
|
|
8537
|
+
errorCode,
|
|
8538
|
+
});
|
|
8539
|
+
}
|
|
8540
|
+
};
|
|
8362
8541
|
export const de_StartCrawlerCommand = async (output, context) => {
|
|
8363
8542
|
if (output.statusCode >= 300) {
|
|
8364
8543
|
return de_StartCrawlerCommandError(output, context);
|
|
@@ -8843,6 +9022,47 @@ const de_StartWorkflowRunCommandError = async (output, context) => {
|
|
|
8843
9022
|
});
|
|
8844
9023
|
}
|
|
8845
9024
|
};
|
|
9025
|
+
export const de_StopColumnStatisticsTaskRunCommand = async (output, context) => {
|
|
9026
|
+
if (output.statusCode >= 300) {
|
|
9027
|
+
return de_StopColumnStatisticsTaskRunCommandError(output, context);
|
|
9028
|
+
}
|
|
9029
|
+
const data = await parseBody(output.body, context);
|
|
9030
|
+
let contents = {};
|
|
9031
|
+
contents = _json(data);
|
|
9032
|
+
const response = {
|
|
9033
|
+
$metadata: deserializeMetadata(output),
|
|
9034
|
+
...contents,
|
|
9035
|
+
};
|
|
9036
|
+
return response;
|
|
9037
|
+
};
|
|
9038
|
+
const de_StopColumnStatisticsTaskRunCommandError = async (output, context) => {
|
|
9039
|
+
const parsedOutput = {
|
|
9040
|
+
...output,
|
|
9041
|
+
body: await parseErrorBody(output.body, context),
|
|
9042
|
+
};
|
|
9043
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9044
|
+
switch (errorCode) {
|
|
9045
|
+
case "ColumnStatisticsTaskNotRunningException":
|
|
9046
|
+
case "com.amazonaws.glue#ColumnStatisticsTaskNotRunningException":
|
|
9047
|
+
throw await de_ColumnStatisticsTaskNotRunningExceptionRes(parsedOutput, context);
|
|
9048
|
+
case "ColumnStatisticsTaskStoppingException":
|
|
9049
|
+
case "com.amazonaws.glue#ColumnStatisticsTaskStoppingException":
|
|
9050
|
+
throw await de_ColumnStatisticsTaskStoppingExceptionRes(parsedOutput, context);
|
|
9051
|
+
case "EntityNotFoundException":
|
|
9052
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
9053
|
+
throw await de_EntityNotFoundExceptionRes(parsedOutput, context);
|
|
9054
|
+
case "OperationTimeoutException":
|
|
9055
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
9056
|
+
throw await de_OperationTimeoutExceptionRes(parsedOutput, context);
|
|
9057
|
+
default:
|
|
9058
|
+
const parsedBody = parsedOutput.body;
|
|
9059
|
+
return throwDefaultError({
|
|
9060
|
+
output,
|
|
9061
|
+
parsedBody,
|
|
9062
|
+
errorCode,
|
|
9063
|
+
});
|
|
9064
|
+
}
|
|
9065
|
+
};
|
|
8846
9066
|
export const de_StopCrawlerCommand = async (output, context) => {
|
|
8847
9067
|
if (output.statusCode >= 300) {
|
|
8848
9068
|
return de_StopCrawlerCommandError(output, context);
|
|
@@ -10152,6 +10372,33 @@ const de_AlreadyExistsExceptionRes = async (parsedOutput, context) => {
|
|
|
10152
10372
|
});
|
|
10153
10373
|
return __decorateServiceException(exception, body);
|
|
10154
10374
|
};
|
|
10375
|
+
const de_ColumnStatisticsTaskNotRunningExceptionRes = async (parsedOutput, context) => {
|
|
10376
|
+
const body = parsedOutput.body;
|
|
10377
|
+
const deserialized = _json(body);
|
|
10378
|
+
const exception = new ColumnStatisticsTaskNotRunningException({
|
|
10379
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
10380
|
+
...deserialized,
|
|
10381
|
+
});
|
|
10382
|
+
return __decorateServiceException(exception, body);
|
|
10383
|
+
};
|
|
10384
|
+
const de_ColumnStatisticsTaskRunningExceptionRes = async (parsedOutput, context) => {
|
|
10385
|
+
const body = parsedOutput.body;
|
|
10386
|
+
const deserialized = _json(body);
|
|
10387
|
+
const exception = new ColumnStatisticsTaskRunningException({
|
|
10388
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
10389
|
+
...deserialized,
|
|
10390
|
+
});
|
|
10391
|
+
return __decorateServiceException(exception, body);
|
|
10392
|
+
};
|
|
10393
|
+
const de_ColumnStatisticsTaskStoppingExceptionRes = async (parsedOutput, context) => {
|
|
10394
|
+
const body = parsedOutput.body;
|
|
10395
|
+
const deserialized = _json(body);
|
|
10396
|
+
const exception = new ColumnStatisticsTaskStoppingException({
|
|
10397
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
10398
|
+
...deserialized,
|
|
10399
|
+
});
|
|
10400
|
+
return __decorateServiceException(exception, body);
|
|
10401
|
+
};
|
|
10155
10402
|
const de_ConcurrentModificationExceptionRes = async (parsedOutput, context) => {
|
|
10156
10403
|
const body = parsedOutput.body;
|
|
10157
10404
|
const deserialized = _json(body);
|
|
@@ -11021,6 +11268,17 @@ const se_Spigot = (input, context) => {
|
|
|
11021
11268
|
Topk: [],
|
|
11022
11269
|
});
|
|
11023
11270
|
};
|
|
11271
|
+
const se_StartColumnStatisticsTaskRunRequest = (input, context) => {
|
|
11272
|
+
return take(input, {
|
|
11273
|
+
CatalogID: [],
|
|
11274
|
+
ColumnNameList: _json,
|
|
11275
|
+
DatabaseName: [],
|
|
11276
|
+
Role: [],
|
|
11277
|
+
SampleSize: __serializeFloat,
|
|
11278
|
+
SecurityConfiguration: [],
|
|
11279
|
+
TableName: [],
|
|
11280
|
+
});
|
|
11281
|
+
};
|
|
11024
11282
|
const se_StartJobRunRequest = (input, context) => {
|
|
11025
11283
|
return take(input, {
|
|
11026
11284
|
AllocatedCapacity: [],
|
|
@@ -11477,6 +11735,36 @@ const de_ColumnStatisticsList = (output, context) => {
|
|
|
11477
11735
|
});
|
|
11478
11736
|
return retVal;
|
|
11479
11737
|
};
|
|
11738
|
+
const de_ColumnStatisticsTaskRun = (output, context) => {
|
|
11739
|
+
return take(output, {
|
|
11740
|
+
CatalogID: __expectString,
|
|
11741
|
+
ColumnNameList: _json,
|
|
11742
|
+
ColumnStatisticsTaskRunId: __expectString,
|
|
11743
|
+
CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
11744
|
+
CustomerId: __expectString,
|
|
11745
|
+
DPUSeconds: __limitedParseDouble,
|
|
11746
|
+
DatabaseName: __expectString,
|
|
11747
|
+
EndTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
11748
|
+
ErrorMessage: __expectString,
|
|
11749
|
+
LastUpdated: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
11750
|
+
NumberOfWorkers: __expectInt32,
|
|
11751
|
+
Role: __expectString,
|
|
11752
|
+
SampleSize: __limitedParseDouble,
|
|
11753
|
+
SecurityConfiguration: __expectString,
|
|
11754
|
+
StartTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
11755
|
+
Status: __expectString,
|
|
11756
|
+
TableName: __expectString,
|
|
11757
|
+
WorkerType: __expectString,
|
|
11758
|
+
});
|
|
11759
|
+
};
|
|
11760
|
+
const de_ColumnStatisticsTaskRunsList = (output, context) => {
|
|
11761
|
+
const retVal = (output || [])
|
|
11762
|
+
.filter((e) => e != null)
|
|
11763
|
+
.map((entry) => {
|
|
11764
|
+
return de_ColumnStatisticsTaskRun(entry, context);
|
|
11765
|
+
});
|
|
11766
|
+
return retVal;
|
|
11767
|
+
};
|
|
11480
11768
|
const de_Connection = (output, context) => {
|
|
11481
11769
|
return take(output, {
|
|
11482
11770
|
ConnectionProperties: _json,
|
|
@@ -11964,6 +12252,17 @@ const de_GetColumnStatisticsForTableResponse = (output, context) => {
|
|
|
11964
12252
|
Errors: _json,
|
|
11965
12253
|
});
|
|
11966
12254
|
};
|
|
12255
|
+
const de_GetColumnStatisticsTaskRunResponse = (output, context) => {
|
|
12256
|
+
return take(output, {
|
|
12257
|
+
ColumnStatisticsTaskRun: (_) => de_ColumnStatisticsTaskRun(_, context),
|
|
12258
|
+
});
|
|
12259
|
+
};
|
|
12260
|
+
const de_GetColumnStatisticsTaskRunsResponse = (output, context) => {
|
|
12261
|
+
return take(output, {
|
|
12262
|
+
ColumnStatisticsTaskRuns: (_) => de_ColumnStatisticsTaskRunsList(_, context),
|
|
12263
|
+
NextToken: __expectString,
|
|
12264
|
+
});
|
|
12265
|
+
};
|
|
11967
12266
|
const de_GetConnectionResponse = (output, context) => {
|
|
11968
12267
|
return take(output, {
|
|
11969
12268
|
Connection: (_) => de_Connection(_, context),
|
package/dist-types/Glue.d.ts
CHANGED
|
@@ -77,6 +77,8 @@ import { GetClassifierCommandInput, GetClassifierCommandOutput } from "./command
|
|
|
77
77
|
import { GetClassifiersCommandInput, GetClassifiersCommandOutput } from "./commands/GetClassifiersCommand";
|
|
78
78
|
import { GetColumnStatisticsForPartitionCommandInput, GetColumnStatisticsForPartitionCommandOutput } from "./commands/GetColumnStatisticsForPartitionCommand";
|
|
79
79
|
import { GetColumnStatisticsForTableCommandInput, GetColumnStatisticsForTableCommandOutput } from "./commands/GetColumnStatisticsForTableCommand";
|
|
80
|
+
import { GetColumnStatisticsTaskRunCommandInput, GetColumnStatisticsTaskRunCommandOutput } from "./commands/GetColumnStatisticsTaskRunCommand";
|
|
81
|
+
import { GetColumnStatisticsTaskRunsCommandInput, GetColumnStatisticsTaskRunsCommandOutput } from "./commands/GetColumnStatisticsTaskRunsCommand";
|
|
80
82
|
import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
|
|
81
83
|
import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
|
|
82
84
|
import { GetCrawlerCommandInput, GetCrawlerCommandOutput } from "./commands/GetCrawlerCommand";
|
|
@@ -137,6 +139,7 @@ import { GetWorkflowRunPropertiesCommandInput, GetWorkflowRunPropertiesCommandOu
|
|
|
137
139
|
import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "./commands/GetWorkflowRunsCommand";
|
|
138
140
|
import { ImportCatalogToGlueCommandInput, ImportCatalogToGlueCommandOutput } from "./commands/ImportCatalogToGlueCommand";
|
|
139
141
|
import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "./commands/ListBlueprintsCommand";
|
|
142
|
+
import { ListColumnStatisticsTaskRunsCommandInput, ListColumnStatisticsTaskRunsCommandOutput } from "./commands/ListColumnStatisticsTaskRunsCommand";
|
|
140
143
|
import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "./commands/ListCrawlersCommand";
|
|
141
144
|
import { ListCrawlsCommandInput, ListCrawlsCommandOutput } from "./commands/ListCrawlsCommand";
|
|
142
145
|
import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "./commands/ListCustomEntityTypesCommand";
|
|
@@ -167,6 +170,7 @@ import { ResumeWorkflowRunCommandInput, ResumeWorkflowRunCommandOutput } from ".
|
|
|
167
170
|
import { RunStatementCommandInput, RunStatementCommandOutput } from "./commands/RunStatementCommand";
|
|
168
171
|
import { SearchTablesCommandInput, SearchTablesCommandOutput } from "./commands/SearchTablesCommand";
|
|
169
172
|
import { StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput } from "./commands/StartBlueprintRunCommand";
|
|
173
|
+
import { StartColumnStatisticsTaskRunCommandInput, StartColumnStatisticsTaskRunCommandOutput } from "./commands/StartColumnStatisticsTaskRunCommand";
|
|
170
174
|
import { StartCrawlerCommandInput, StartCrawlerCommandOutput } from "./commands/StartCrawlerCommand";
|
|
171
175
|
import { StartCrawlerScheduleCommandInput, StartCrawlerScheduleCommandOutput } from "./commands/StartCrawlerScheduleCommand";
|
|
172
176
|
import { StartDataQualityRuleRecommendationRunCommandInput, StartDataQualityRuleRecommendationRunCommandOutput } from "./commands/StartDataQualityRuleRecommendationRunCommand";
|
|
@@ -178,6 +182,7 @@ import { StartMLEvaluationTaskRunCommandInput, StartMLEvaluationTaskRunCommandOu
|
|
|
178
182
|
import { StartMLLabelingSetGenerationTaskRunCommandInput, StartMLLabelingSetGenerationTaskRunCommandOutput } from "./commands/StartMLLabelingSetGenerationTaskRunCommand";
|
|
179
183
|
import { StartTriggerCommandInput, StartTriggerCommandOutput } from "./commands/StartTriggerCommand";
|
|
180
184
|
import { StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput } from "./commands/StartWorkflowRunCommand";
|
|
185
|
+
import { StopColumnStatisticsTaskRunCommandInput, StopColumnStatisticsTaskRunCommandOutput } from "./commands/StopColumnStatisticsTaskRunCommand";
|
|
181
186
|
import { StopCrawlerCommandInput, StopCrawlerCommandOutput } from "./commands/StopCrawlerCommand";
|
|
182
187
|
import { StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput } from "./commands/StopCrawlerScheduleCommand";
|
|
183
188
|
import { StopSessionCommandInput, StopSessionCommandOutput } from "./commands/StopSessionCommand";
|
|
@@ -677,6 +682,18 @@ export interface Glue {
|
|
|
677
682
|
getColumnStatisticsForTable(args: GetColumnStatisticsForTableCommandInput, options?: __HttpHandlerOptions): Promise<GetColumnStatisticsForTableCommandOutput>;
|
|
678
683
|
getColumnStatisticsForTable(args: GetColumnStatisticsForTableCommandInput, cb: (err: any, data?: GetColumnStatisticsForTableCommandOutput) => void): void;
|
|
679
684
|
getColumnStatisticsForTable(args: GetColumnStatisticsForTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetColumnStatisticsForTableCommandOutput) => void): void;
|
|
685
|
+
/**
|
|
686
|
+
* @see {@link GetColumnStatisticsTaskRunCommand}
|
|
687
|
+
*/
|
|
688
|
+
getColumnStatisticsTaskRun(args: GetColumnStatisticsTaskRunCommandInput, options?: __HttpHandlerOptions): Promise<GetColumnStatisticsTaskRunCommandOutput>;
|
|
689
|
+
getColumnStatisticsTaskRun(args: GetColumnStatisticsTaskRunCommandInput, cb: (err: any, data?: GetColumnStatisticsTaskRunCommandOutput) => void): void;
|
|
690
|
+
getColumnStatisticsTaskRun(args: GetColumnStatisticsTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetColumnStatisticsTaskRunCommandOutput) => void): void;
|
|
691
|
+
/**
|
|
692
|
+
* @see {@link GetColumnStatisticsTaskRunsCommand}
|
|
693
|
+
*/
|
|
694
|
+
getColumnStatisticsTaskRuns(args: GetColumnStatisticsTaskRunsCommandInput, options?: __HttpHandlerOptions): Promise<GetColumnStatisticsTaskRunsCommandOutput>;
|
|
695
|
+
getColumnStatisticsTaskRuns(args: GetColumnStatisticsTaskRunsCommandInput, cb: (err: any, data?: GetColumnStatisticsTaskRunsCommandOutput) => void): void;
|
|
696
|
+
getColumnStatisticsTaskRuns(args: GetColumnStatisticsTaskRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetColumnStatisticsTaskRunsCommandOutput) => void): void;
|
|
680
697
|
/**
|
|
681
698
|
* @see {@link GetConnectionCommand}
|
|
682
699
|
*/
|
|
@@ -1037,6 +1054,12 @@ export interface Glue {
|
|
|
1037
1054
|
listBlueprints(args: ListBlueprintsCommandInput, options?: __HttpHandlerOptions): Promise<ListBlueprintsCommandOutput>;
|
|
1038
1055
|
listBlueprints(args: ListBlueprintsCommandInput, cb: (err: any, data?: ListBlueprintsCommandOutput) => void): void;
|
|
1039
1056
|
listBlueprints(args: ListBlueprintsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBlueprintsCommandOutput) => void): void;
|
|
1057
|
+
/**
|
|
1058
|
+
* @see {@link ListColumnStatisticsTaskRunsCommand}
|
|
1059
|
+
*/
|
|
1060
|
+
listColumnStatisticsTaskRuns(args: ListColumnStatisticsTaskRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListColumnStatisticsTaskRunsCommandOutput>;
|
|
1061
|
+
listColumnStatisticsTaskRuns(args: ListColumnStatisticsTaskRunsCommandInput, cb: (err: any, data?: ListColumnStatisticsTaskRunsCommandOutput) => void): void;
|
|
1062
|
+
listColumnStatisticsTaskRuns(args: ListColumnStatisticsTaskRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListColumnStatisticsTaskRunsCommandOutput) => void): void;
|
|
1040
1063
|
/**
|
|
1041
1064
|
* @see {@link ListCrawlersCommand}
|
|
1042
1065
|
*/
|
|
@@ -1217,6 +1240,12 @@ export interface Glue {
|
|
|
1217
1240
|
startBlueprintRun(args: StartBlueprintRunCommandInput, options?: __HttpHandlerOptions): Promise<StartBlueprintRunCommandOutput>;
|
|
1218
1241
|
startBlueprintRun(args: StartBlueprintRunCommandInput, cb: (err: any, data?: StartBlueprintRunCommandOutput) => void): void;
|
|
1219
1242
|
startBlueprintRun(args: StartBlueprintRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBlueprintRunCommandOutput) => void): void;
|
|
1243
|
+
/**
|
|
1244
|
+
* @see {@link StartColumnStatisticsTaskRunCommand}
|
|
1245
|
+
*/
|
|
1246
|
+
startColumnStatisticsTaskRun(args: StartColumnStatisticsTaskRunCommandInput, options?: __HttpHandlerOptions): Promise<StartColumnStatisticsTaskRunCommandOutput>;
|
|
1247
|
+
startColumnStatisticsTaskRun(args: StartColumnStatisticsTaskRunCommandInput, cb: (err: any, data?: StartColumnStatisticsTaskRunCommandOutput) => void): void;
|
|
1248
|
+
startColumnStatisticsTaskRun(args: StartColumnStatisticsTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartColumnStatisticsTaskRunCommandOutput) => void): void;
|
|
1220
1249
|
/**
|
|
1221
1250
|
* @see {@link StartCrawlerCommand}
|
|
1222
1251
|
*/
|
|
@@ -1283,6 +1312,12 @@ export interface Glue {
|
|
|
1283
1312
|
startWorkflowRun(args: StartWorkflowRunCommandInput, options?: __HttpHandlerOptions): Promise<StartWorkflowRunCommandOutput>;
|
|
1284
1313
|
startWorkflowRun(args: StartWorkflowRunCommandInput, cb: (err: any, data?: StartWorkflowRunCommandOutput) => void): void;
|
|
1285
1314
|
startWorkflowRun(args: StartWorkflowRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartWorkflowRunCommandOutput) => void): void;
|
|
1315
|
+
/**
|
|
1316
|
+
* @see {@link StopColumnStatisticsTaskRunCommand}
|
|
1317
|
+
*/
|
|
1318
|
+
stopColumnStatisticsTaskRun(args: StopColumnStatisticsTaskRunCommandInput, options?: __HttpHandlerOptions): Promise<StopColumnStatisticsTaskRunCommandOutput>;
|
|
1319
|
+
stopColumnStatisticsTaskRun(args: StopColumnStatisticsTaskRunCommandInput, cb: (err: any, data?: StopColumnStatisticsTaskRunCommandOutput) => void): void;
|
|
1320
|
+
stopColumnStatisticsTaskRun(args: StopColumnStatisticsTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopColumnStatisticsTaskRunCommandOutput) => void): void;
|
|
1286
1321
|
/**
|
|
1287
1322
|
* @see {@link StopCrawlerCommand}
|
|
1288
1323
|
*/
|
|
@@ -86,6 +86,8 @@ import { GetClassifierCommandInput, GetClassifierCommandOutput } from "./command
|
|
|
86
86
|
import { GetClassifiersCommandInput, GetClassifiersCommandOutput } from "./commands/GetClassifiersCommand";
|
|
87
87
|
import { GetColumnStatisticsForPartitionCommandInput, GetColumnStatisticsForPartitionCommandOutput } from "./commands/GetColumnStatisticsForPartitionCommand";
|
|
88
88
|
import { GetColumnStatisticsForTableCommandInput, GetColumnStatisticsForTableCommandOutput } from "./commands/GetColumnStatisticsForTableCommand";
|
|
89
|
+
import { GetColumnStatisticsTaskRunCommandInput, GetColumnStatisticsTaskRunCommandOutput } from "./commands/GetColumnStatisticsTaskRunCommand";
|
|
90
|
+
import { GetColumnStatisticsTaskRunsCommandInput, GetColumnStatisticsTaskRunsCommandOutput } from "./commands/GetColumnStatisticsTaskRunsCommand";
|
|
89
91
|
import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
|
|
90
92
|
import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
|
|
91
93
|
import { GetCrawlerCommandInput, GetCrawlerCommandOutput } from "./commands/GetCrawlerCommand";
|
|
@@ -146,6 +148,7 @@ import { GetWorkflowRunPropertiesCommandInput, GetWorkflowRunPropertiesCommandOu
|
|
|
146
148
|
import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "./commands/GetWorkflowRunsCommand";
|
|
147
149
|
import { ImportCatalogToGlueCommandInput, ImportCatalogToGlueCommandOutput } from "./commands/ImportCatalogToGlueCommand";
|
|
148
150
|
import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "./commands/ListBlueprintsCommand";
|
|
151
|
+
import { ListColumnStatisticsTaskRunsCommandInput, ListColumnStatisticsTaskRunsCommandOutput } from "./commands/ListColumnStatisticsTaskRunsCommand";
|
|
149
152
|
import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "./commands/ListCrawlersCommand";
|
|
150
153
|
import { ListCrawlsCommandInput, ListCrawlsCommandOutput } from "./commands/ListCrawlsCommand";
|
|
151
154
|
import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "./commands/ListCustomEntityTypesCommand";
|
|
@@ -176,6 +179,7 @@ import { ResumeWorkflowRunCommandInput, ResumeWorkflowRunCommandOutput } from ".
|
|
|
176
179
|
import { RunStatementCommandInput, RunStatementCommandOutput } from "./commands/RunStatementCommand";
|
|
177
180
|
import { SearchTablesCommandInput, SearchTablesCommandOutput } from "./commands/SearchTablesCommand";
|
|
178
181
|
import { StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput } from "./commands/StartBlueprintRunCommand";
|
|
182
|
+
import { StartColumnStatisticsTaskRunCommandInput, StartColumnStatisticsTaskRunCommandOutput } from "./commands/StartColumnStatisticsTaskRunCommand";
|
|
179
183
|
import { StartCrawlerCommandInput, StartCrawlerCommandOutput } from "./commands/StartCrawlerCommand";
|
|
180
184
|
import { StartCrawlerScheduleCommandInput, StartCrawlerScheduleCommandOutput } from "./commands/StartCrawlerScheduleCommand";
|
|
181
185
|
import { StartDataQualityRuleRecommendationRunCommandInput, StartDataQualityRuleRecommendationRunCommandOutput } from "./commands/StartDataQualityRuleRecommendationRunCommand";
|
|
@@ -187,6 +191,7 @@ import { StartMLEvaluationTaskRunCommandInput, StartMLEvaluationTaskRunCommandOu
|
|
|
187
191
|
import { StartMLLabelingSetGenerationTaskRunCommandInput, StartMLLabelingSetGenerationTaskRunCommandOutput } from "./commands/StartMLLabelingSetGenerationTaskRunCommand";
|
|
188
192
|
import { StartTriggerCommandInput, StartTriggerCommandOutput } from "./commands/StartTriggerCommand";
|
|
189
193
|
import { StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput } from "./commands/StartWorkflowRunCommand";
|
|
194
|
+
import { StopColumnStatisticsTaskRunCommandInput, StopColumnStatisticsTaskRunCommandOutput } from "./commands/StopColumnStatisticsTaskRunCommand";
|
|
190
195
|
import { StopCrawlerCommandInput, StopCrawlerCommandOutput } from "./commands/StopCrawlerCommand";
|
|
191
196
|
import { StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput } from "./commands/StopCrawlerScheduleCommand";
|
|
192
197
|
import { StopSessionCommandInput, StopSessionCommandOutput } from "./commands/StopSessionCommand";
|
|
@@ -222,11 +227,11 @@ export { __Client };
|
|
|
222
227
|
/**
|
|
223
228
|
* @public
|
|
224
229
|
*/
|
|
225
|
-
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 | 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 | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | 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 | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDataQualityResultsCommandInput | ListDataQualityRuleRecommendationRunsCommandInput | ListDataQualityRulesetEvaluationRunsCommandInput | ListDataQualityRulesetsCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTableOptimizerRunsCommandInput | ListTriggersCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartDataQualityRuleRecommendationRunCommandInput | StartDataQualityRulesetEvaluationRunCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | 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 | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
|
|
230
|
+
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 | 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 | 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 | 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 | 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 | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
|
|
226
231
|
/**
|
|
227
232
|
* @public
|
|
228
233
|
*/
|
|
229
|
-
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 | 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 | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | 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 | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDataQualityResultsCommandOutput | ListDataQualityRuleRecommendationRunsCommandOutput | ListDataQualityRulesetEvaluationRunsCommandOutput | ListDataQualityRulesetsCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTableOptimizerRunsCommandOutput | ListTriggersCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartDataQualityRuleRecommendationRunCommandOutput | StartDataQualityRulesetEvaluationRunCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | 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 | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
|
|
234
|
+
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 | 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 | 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 | 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 | 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 | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
|
|
230
235
|
/**
|
|
231
236
|
* @public
|
|
232
237
|
*/
|