@aws-sdk/client-glue 3.451.0 → 3.454.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 +2 -2
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.se_DeleteCrawlerCommand = exports.se_DeleteConnectionCommand = exports.se_DeleteColumnStatisticsForTableCommand = exports.se_DeleteColumnStatisticsForPartitionCommand = exports.se_DeleteClassifierCommand = exports.se_DeleteBlueprintCommand = exports.se_CreateWorkflowCommand = exports.se_CreateUserDefinedFunctionCommand = exports.se_CreateTriggerCommand = exports.se_CreateTableOptimizerCommand = exports.se_CreateTableCommand = exports.se_CreateSessionCommand = exports.se_CreateSecurityConfigurationCommand = exports.se_CreateScriptCommand = exports.se_CreateSchemaCommand = exports.se_CreateRegistryCommand = exports.se_CreatePartitionIndexCommand = exports.se_CreatePartitionCommand = exports.se_CreateMLTransformCommand = exports.se_CreateJobCommand = exports.se_CreateDevEndpointCommand = exports.se_CreateDataQualityRulesetCommand = exports.se_CreateDatabaseCommand = exports.se_CreateCustomEntityTypeCommand = exports.se_CreateCrawlerCommand = exports.se_CreateConnectionCommand = exports.se_CreateClassifierCommand = exports.se_CreateBlueprintCommand = exports.se_CheckSchemaVersionValidityCommand = exports.se_CancelStatementCommand = exports.se_CancelMLTaskRunCommand = exports.se_CancelDataQualityRulesetEvaluationRunCommand = exports.se_CancelDataQualityRuleRecommendationRunCommand = exports.se_BatchUpdatePartitionCommand = exports.se_BatchStopJobRunCommand = exports.se_BatchGetWorkflowsCommand = exports.se_BatchGetTriggersCommand = exports.se_BatchGetTableOptimizerCommand = exports.se_BatchGetPartitionCommand = exports.se_BatchGetJobsCommand = exports.se_BatchGetDevEndpointsCommand = exports.se_BatchGetDataQualityResultCommand = exports.se_BatchGetCustomEntityTypesCommand = exports.se_BatchGetCrawlersCommand = exports.se_BatchGetBlueprintsCommand = exports.se_BatchDeleteTableVersionCommand = exports.se_BatchDeleteTableCommand = exports.se_BatchDeletePartitionCommand = exports.se_BatchDeleteConnectionCommand = exports.se_BatchCreatePartitionCommand = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.de_UpdateWorkflowCommand = exports.de_UpdateUserDefinedFunctionCommand = exports.de_UpdateTriggerCommand = exports.de_UpdateTableOptimizerCommand = exports.de_UpdateTableCommand = exports.de_UpdateSourceControlFromJobCommand = exports.de_UpdateSchemaCommand = exports.de_UpdateRegistryCommand = exports.de_UpdatePartitionCommand = exports.de_UpdateMLTransformCommand = exports.de_UpdateJobFromSourceControlCommand = exports.de_UpdateJobCommand = exports.de_UpdateDevEndpointCommand = exports.de_UpdateDataQualityRulesetCommand = exports.de_UpdateDatabaseCommand = exports.de_UpdateCrawlerScheduleCommand = void 0;
|
|
4
|
+
exports.se_GetJobRunsCommand = exports.se_GetJobRunCommand = exports.se_GetJobBookmarkCommand = exports.se_GetJobCommand = exports.se_GetDevEndpointsCommand = exports.se_GetDevEndpointCommand = exports.se_GetDataQualityRulesetEvaluationRunCommand = exports.se_GetDataQualityRulesetCommand = exports.se_GetDataQualityRuleRecommendationRunCommand = exports.se_GetDataQualityResultCommand = exports.se_GetDataflowGraphCommand = exports.se_GetDataCatalogEncryptionSettingsCommand = exports.se_GetDatabasesCommand = exports.se_GetDatabaseCommand = exports.se_GetCustomEntityTypeCommand = exports.se_GetCrawlersCommand = exports.se_GetCrawlerMetricsCommand = exports.se_GetCrawlerCommand = exports.se_GetConnectionsCommand = exports.se_GetConnectionCommand = exports.se_GetColumnStatisticsTaskRunsCommand = exports.se_GetColumnStatisticsTaskRunCommand = exports.se_GetColumnStatisticsForTableCommand = exports.se_GetColumnStatisticsForPartitionCommand = exports.se_GetClassifiersCommand = exports.se_GetClassifierCommand = exports.se_GetCatalogImportStatusCommand = exports.se_GetBlueprintRunsCommand = exports.se_GetBlueprintRunCommand = exports.se_GetBlueprintCommand = exports.se_DeleteWorkflowCommand = exports.se_DeleteUserDefinedFunctionCommand = exports.se_DeleteTriggerCommand = exports.se_DeleteTableVersionCommand = exports.se_DeleteTableOptimizerCommand = exports.se_DeleteTableCommand = exports.se_DeleteSessionCommand = exports.se_DeleteSecurityConfigurationCommand = exports.se_DeleteSchemaVersionsCommand = exports.se_DeleteSchemaCommand = exports.se_DeleteResourcePolicyCommand = exports.se_DeleteRegistryCommand = exports.se_DeletePartitionIndexCommand = exports.se_DeletePartitionCommand = exports.se_DeleteMLTransformCommand = exports.se_DeleteJobCommand = exports.se_DeleteDevEndpointCommand = exports.se_DeleteDataQualityRulesetCommand = exports.se_DeleteDatabaseCommand = exports.se_DeleteCustomEntityTypeCommand = void 0;
|
|
5
|
+
exports.se_ListJobsCommand = exports.se_ListDevEndpointsCommand = exports.se_ListDataQualityRulesetsCommand = exports.se_ListDataQualityRulesetEvaluationRunsCommand = exports.se_ListDataQualityRuleRecommendationRunsCommand = exports.se_ListDataQualityResultsCommand = exports.se_ListCustomEntityTypesCommand = exports.se_ListCrawlsCommand = exports.se_ListCrawlersCommand = exports.se_ListColumnStatisticsTaskRunsCommand = exports.se_ListBlueprintsCommand = exports.se_ImportCatalogToGlueCommand = exports.se_GetWorkflowRunsCommand = exports.se_GetWorkflowRunPropertiesCommand = exports.se_GetWorkflowRunCommand = exports.se_GetWorkflowCommand = exports.se_GetUserDefinedFunctionsCommand = exports.se_GetUserDefinedFunctionCommand = exports.se_GetUnfilteredTableMetadataCommand = exports.se_GetUnfilteredPartitionsMetadataCommand = exports.se_GetUnfilteredPartitionMetadataCommand = exports.se_GetTriggersCommand = exports.se_GetTriggerCommand = exports.se_GetTagsCommand = exports.se_GetTableVersionsCommand = exports.se_GetTableVersionCommand = exports.se_GetTablesCommand = exports.se_GetTableOptimizerCommand = exports.se_GetTableCommand = exports.se_GetStatementCommand = exports.se_GetSessionCommand = exports.se_GetSecurityConfigurationsCommand = exports.se_GetSecurityConfigurationCommand = exports.se_GetSchemaVersionsDiffCommand = exports.se_GetSchemaVersionCommand = exports.se_GetSchemaByDefinitionCommand = exports.se_GetSchemaCommand = exports.se_GetResourcePolicyCommand = exports.se_GetResourcePoliciesCommand = exports.se_GetRegistryCommand = exports.se_GetPlanCommand = exports.se_GetPartitionsCommand = exports.se_GetPartitionIndexesCommand = exports.se_GetPartitionCommand = exports.se_GetMLTransformsCommand = exports.se_GetMLTransformCommand = exports.se_GetMLTaskRunsCommand = exports.se_GetMLTaskRunCommand = exports.se_GetMappingCommand = exports.se_GetJobsCommand = void 0;
|
|
6
|
+
exports.se_UpdateDataQualityRulesetCommand = exports.se_UpdateDatabaseCommand = exports.se_UpdateCrawlerScheduleCommand = exports.se_UpdateCrawlerCommand = exports.se_UpdateConnectionCommand = exports.se_UpdateColumnStatisticsForTableCommand = exports.se_UpdateColumnStatisticsForPartitionCommand = exports.se_UpdateClassifierCommand = exports.se_UpdateBlueprintCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_StopWorkflowRunCommand = exports.se_StopTriggerCommand = exports.se_StopSessionCommand = exports.se_StopCrawlerScheduleCommand = exports.se_StopCrawlerCommand = exports.se_StopColumnStatisticsTaskRunCommand = exports.se_StartWorkflowRunCommand = exports.se_StartTriggerCommand = exports.se_StartMLLabelingSetGenerationTaskRunCommand = exports.se_StartMLEvaluationTaskRunCommand = exports.se_StartJobRunCommand = exports.se_StartImportLabelsTaskRunCommand = exports.se_StartExportLabelsTaskRunCommand = exports.se_StartDataQualityRulesetEvaluationRunCommand = exports.se_StartDataQualityRuleRecommendationRunCommand = exports.se_StartCrawlerScheduleCommand = exports.se_StartCrawlerCommand = exports.se_StartColumnStatisticsTaskRunCommand = exports.se_StartBlueprintRunCommand = exports.se_SearchTablesCommand = exports.se_RunStatementCommand = exports.se_ResumeWorkflowRunCommand = exports.se_ResetJobBookmarkCommand = exports.se_RemoveSchemaVersionMetadataCommand = exports.se_RegisterSchemaVersionCommand = exports.se_QuerySchemaVersionMetadataCommand = exports.se_PutWorkflowRunPropertiesCommand = exports.se_PutSchemaVersionMetadataCommand = exports.se_PutResourcePolicyCommand = exports.se_PutDataCatalogEncryptionSettingsCommand = exports.se_ListWorkflowsCommand = exports.se_ListTriggersCommand = exports.se_ListTableOptimizerRunsCommand = exports.se_ListStatementsCommand = exports.se_ListSessionsCommand = exports.se_ListSchemaVersionsCommand = exports.se_ListSchemasCommand = exports.se_ListRegistriesCommand = exports.se_ListMLTransformsCommand = void 0;
|
|
7
|
+
exports.de_CreateScriptCommand = exports.de_CreateSchemaCommand = exports.de_CreateRegistryCommand = exports.de_CreatePartitionIndexCommand = exports.de_CreatePartitionCommand = exports.de_CreateMLTransformCommand = exports.de_CreateJobCommand = exports.de_CreateDevEndpointCommand = exports.de_CreateDataQualityRulesetCommand = exports.de_CreateDatabaseCommand = exports.de_CreateCustomEntityTypeCommand = exports.de_CreateCrawlerCommand = exports.de_CreateConnectionCommand = exports.de_CreateClassifierCommand = exports.de_CreateBlueprintCommand = exports.de_CheckSchemaVersionValidityCommand = exports.de_CancelStatementCommand = exports.de_CancelMLTaskRunCommand = exports.de_CancelDataQualityRulesetEvaluationRunCommand = exports.de_CancelDataQualityRuleRecommendationRunCommand = exports.de_BatchUpdatePartitionCommand = exports.de_BatchStopJobRunCommand = exports.de_BatchGetWorkflowsCommand = exports.de_BatchGetTriggersCommand = exports.de_BatchGetTableOptimizerCommand = exports.de_BatchGetPartitionCommand = exports.de_BatchGetJobsCommand = exports.de_BatchGetDevEndpointsCommand = exports.de_BatchGetDataQualityResultCommand = exports.de_BatchGetCustomEntityTypesCommand = exports.de_BatchGetCrawlersCommand = exports.de_BatchGetBlueprintsCommand = exports.de_BatchDeleteTableVersionCommand = exports.de_BatchDeleteTableCommand = exports.de_BatchDeletePartitionCommand = exports.de_BatchDeleteConnectionCommand = exports.de_BatchCreatePartitionCommand = exports.se_UpdateWorkflowCommand = exports.se_UpdateUserDefinedFunctionCommand = exports.se_UpdateTriggerCommand = exports.se_UpdateTableOptimizerCommand = exports.se_UpdateTableCommand = exports.se_UpdateSourceControlFromJobCommand = exports.se_UpdateSchemaCommand = exports.se_UpdateRegistryCommand = exports.se_UpdatePartitionCommand = exports.se_UpdateMLTransformCommand = exports.se_UpdateJobFromSourceControlCommand = exports.se_UpdateJobCommand = exports.se_UpdateDevEndpointCommand = void 0;
|
|
8
|
+
exports.de_GetDatabaseCommand = exports.de_GetCustomEntityTypeCommand = exports.de_GetCrawlersCommand = exports.de_GetCrawlerMetricsCommand = exports.de_GetCrawlerCommand = exports.de_GetConnectionsCommand = exports.de_GetConnectionCommand = exports.de_GetColumnStatisticsTaskRunsCommand = exports.de_GetColumnStatisticsTaskRunCommand = exports.de_GetColumnStatisticsForTableCommand = exports.de_GetColumnStatisticsForPartitionCommand = exports.de_GetClassifiersCommand = exports.de_GetClassifierCommand = exports.de_GetCatalogImportStatusCommand = exports.de_GetBlueprintRunsCommand = exports.de_GetBlueprintRunCommand = exports.de_GetBlueprintCommand = exports.de_DeleteWorkflowCommand = exports.de_DeleteUserDefinedFunctionCommand = exports.de_DeleteTriggerCommand = exports.de_DeleteTableVersionCommand = exports.de_DeleteTableOptimizerCommand = exports.de_DeleteTableCommand = exports.de_DeleteSessionCommand = exports.de_DeleteSecurityConfigurationCommand = exports.de_DeleteSchemaVersionsCommand = exports.de_DeleteSchemaCommand = exports.de_DeleteResourcePolicyCommand = exports.de_DeleteRegistryCommand = exports.de_DeletePartitionIndexCommand = exports.de_DeletePartitionCommand = exports.de_DeleteMLTransformCommand = exports.de_DeleteJobCommand = exports.de_DeleteDevEndpointCommand = exports.de_DeleteDataQualityRulesetCommand = exports.de_DeleteDatabaseCommand = exports.de_DeleteCustomEntityTypeCommand = exports.de_DeleteCrawlerCommand = exports.de_DeleteConnectionCommand = exports.de_DeleteColumnStatisticsForTableCommand = exports.de_DeleteColumnStatisticsForPartitionCommand = exports.de_DeleteClassifierCommand = exports.de_DeleteBlueprintCommand = exports.de_CreateWorkflowCommand = exports.de_CreateUserDefinedFunctionCommand = exports.de_CreateTriggerCommand = exports.de_CreateTableOptimizerCommand = exports.de_CreateTableCommand = exports.de_CreateSessionCommand = exports.de_CreateSecurityConfigurationCommand = void 0;
|
|
9
|
+
exports.de_GetWorkflowRunPropertiesCommand = exports.de_GetWorkflowRunCommand = exports.de_GetWorkflowCommand = exports.de_GetUserDefinedFunctionsCommand = exports.de_GetUserDefinedFunctionCommand = exports.de_GetUnfilteredTableMetadataCommand = exports.de_GetUnfilteredPartitionsMetadataCommand = exports.de_GetUnfilteredPartitionMetadataCommand = exports.de_GetTriggersCommand = exports.de_GetTriggerCommand = exports.de_GetTagsCommand = exports.de_GetTableVersionsCommand = exports.de_GetTableVersionCommand = exports.de_GetTablesCommand = exports.de_GetTableOptimizerCommand = exports.de_GetTableCommand = exports.de_GetStatementCommand = exports.de_GetSessionCommand = exports.de_GetSecurityConfigurationsCommand = exports.de_GetSecurityConfigurationCommand = exports.de_GetSchemaVersionsDiffCommand = exports.de_GetSchemaVersionCommand = exports.de_GetSchemaByDefinitionCommand = exports.de_GetSchemaCommand = exports.de_GetResourcePolicyCommand = exports.de_GetResourcePoliciesCommand = exports.de_GetRegistryCommand = exports.de_GetPlanCommand = exports.de_GetPartitionsCommand = exports.de_GetPartitionIndexesCommand = exports.de_GetPartitionCommand = exports.de_GetMLTransformsCommand = exports.de_GetMLTransformCommand = exports.de_GetMLTaskRunsCommand = exports.de_GetMLTaskRunCommand = exports.de_GetMappingCommand = exports.de_GetJobsCommand = exports.de_GetJobRunsCommand = exports.de_GetJobRunCommand = exports.de_GetJobBookmarkCommand = exports.de_GetJobCommand = exports.de_GetDevEndpointsCommand = exports.de_GetDevEndpointCommand = exports.de_GetDataQualityRulesetEvaluationRunCommand = exports.de_GetDataQualityRulesetCommand = exports.de_GetDataQualityRuleRecommendationRunCommand = exports.de_GetDataQualityResultCommand = exports.de_GetDataflowGraphCommand = exports.de_GetDataCatalogEncryptionSettingsCommand = exports.de_GetDatabasesCommand = void 0;
|
|
10
|
+
exports.de_StopSessionCommand = exports.de_StopCrawlerScheduleCommand = exports.de_StopCrawlerCommand = exports.de_StopColumnStatisticsTaskRunCommand = exports.de_StartWorkflowRunCommand = exports.de_StartTriggerCommand = exports.de_StartMLLabelingSetGenerationTaskRunCommand = exports.de_StartMLEvaluationTaskRunCommand = exports.de_StartJobRunCommand = exports.de_StartImportLabelsTaskRunCommand = exports.de_StartExportLabelsTaskRunCommand = exports.de_StartDataQualityRulesetEvaluationRunCommand = exports.de_StartDataQualityRuleRecommendationRunCommand = exports.de_StartCrawlerScheduleCommand = exports.de_StartCrawlerCommand = exports.de_StartColumnStatisticsTaskRunCommand = exports.de_StartBlueprintRunCommand = exports.de_SearchTablesCommand = exports.de_RunStatementCommand = exports.de_ResumeWorkflowRunCommand = exports.de_ResetJobBookmarkCommand = exports.de_RemoveSchemaVersionMetadataCommand = exports.de_RegisterSchemaVersionCommand = exports.de_QuerySchemaVersionMetadataCommand = exports.de_PutWorkflowRunPropertiesCommand = exports.de_PutSchemaVersionMetadataCommand = exports.de_PutResourcePolicyCommand = exports.de_PutDataCatalogEncryptionSettingsCommand = exports.de_ListWorkflowsCommand = exports.de_ListTriggersCommand = exports.de_ListTableOptimizerRunsCommand = exports.de_ListStatementsCommand = exports.de_ListSessionsCommand = exports.de_ListSchemaVersionsCommand = exports.de_ListSchemasCommand = exports.de_ListRegistriesCommand = exports.de_ListMLTransformsCommand = exports.de_ListJobsCommand = exports.de_ListDevEndpointsCommand = exports.de_ListDataQualityRulesetsCommand = exports.de_ListDataQualityRulesetEvaluationRunsCommand = exports.de_ListDataQualityRuleRecommendationRunsCommand = exports.de_ListDataQualityResultsCommand = exports.de_ListCustomEntityTypesCommand = exports.de_ListCrawlsCommand = exports.de_ListCrawlersCommand = exports.de_ListColumnStatisticsTaskRunsCommand = exports.de_ListBlueprintsCommand = exports.de_ImportCatalogToGlueCommand = exports.de_GetWorkflowRunsCommand = void 0;
|
|
11
|
+
exports.de_UpdateWorkflowCommand = exports.de_UpdateUserDefinedFunctionCommand = exports.de_UpdateTriggerCommand = exports.de_UpdateTableOptimizerCommand = exports.de_UpdateTableCommand = exports.de_UpdateSourceControlFromJobCommand = exports.de_UpdateSchemaCommand = exports.de_UpdateRegistryCommand = exports.de_UpdatePartitionCommand = exports.de_UpdateMLTransformCommand = exports.de_UpdateJobFromSourceControlCommand = exports.de_UpdateJobCommand = exports.de_UpdateDevEndpointCommand = exports.de_UpdateDataQualityRulesetCommand = exports.de_UpdateDatabaseCommand = exports.de_UpdateCrawlerScheduleCommand = exports.de_UpdateCrawlerCommand = exports.de_UpdateConnectionCommand = exports.de_UpdateColumnStatisticsForTableCommand = exports.de_UpdateColumnStatisticsForPartitionCommand = exports.de_UpdateClassifierCommand = exports.de_UpdateBlueprintCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_StopWorkflowRunCommand = exports.de_StopTriggerCommand = void 0;
|
|
12
12
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
13
13
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
14
|
const GlueServiceException_1 = require("../models/GlueServiceException");
|
|
@@ -561,6 +561,20 @@ const se_GetColumnStatisticsForTableCommand = async (input, context) => {
|
|
|
561
561
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
562
562
|
};
|
|
563
563
|
exports.se_GetColumnStatisticsForTableCommand = se_GetColumnStatisticsForTableCommand;
|
|
564
|
+
const se_GetColumnStatisticsTaskRunCommand = async (input, context) => {
|
|
565
|
+
const headers = sharedHeaders("GetColumnStatisticsTaskRun");
|
|
566
|
+
let body;
|
|
567
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
568
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
569
|
+
};
|
|
570
|
+
exports.se_GetColumnStatisticsTaskRunCommand = se_GetColumnStatisticsTaskRunCommand;
|
|
571
|
+
const se_GetColumnStatisticsTaskRunsCommand = async (input, context) => {
|
|
572
|
+
const headers = sharedHeaders("GetColumnStatisticsTaskRuns");
|
|
573
|
+
let body;
|
|
574
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
575
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
576
|
+
};
|
|
577
|
+
exports.se_GetColumnStatisticsTaskRunsCommand = se_GetColumnStatisticsTaskRunsCommand;
|
|
564
578
|
const se_GetConnectionCommand = async (input, context) => {
|
|
565
579
|
const headers = sharedHeaders("GetConnection");
|
|
566
580
|
let body;
|
|
@@ -981,6 +995,13 @@ const se_ListBlueprintsCommand = async (input, context) => {
|
|
|
981
995
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
982
996
|
};
|
|
983
997
|
exports.se_ListBlueprintsCommand = se_ListBlueprintsCommand;
|
|
998
|
+
const se_ListColumnStatisticsTaskRunsCommand = async (input, context) => {
|
|
999
|
+
const headers = sharedHeaders("ListColumnStatisticsTaskRuns");
|
|
1000
|
+
let body;
|
|
1001
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
1002
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1003
|
+
};
|
|
1004
|
+
exports.se_ListColumnStatisticsTaskRunsCommand = se_ListColumnStatisticsTaskRunsCommand;
|
|
984
1005
|
const se_ListCrawlersCommand = async (input, context) => {
|
|
985
1006
|
const headers = sharedHeaders("ListCrawlers");
|
|
986
1007
|
let body;
|
|
@@ -1191,6 +1212,13 @@ const se_StartBlueprintRunCommand = async (input, context) => {
|
|
|
1191
1212
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1192
1213
|
};
|
|
1193
1214
|
exports.se_StartBlueprintRunCommand = se_StartBlueprintRunCommand;
|
|
1215
|
+
const se_StartColumnStatisticsTaskRunCommand = async (input, context) => {
|
|
1216
|
+
const headers = sharedHeaders("StartColumnStatisticsTaskRun");
|
|
1217
|
+
let body;
|
|
1218
|
+
body = JSON.stringify(se_StartColumnStatisticsTaskRunRequest(input, context));
|
|
1219
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1220
|
+
};
|
|
1221
|
+
exports.se_StartColumnStatisticsTaskRunCommand = se_StartColumnStatisticsTaskRunCommand;
|
|
1194
1222
|
const se_StartCrawlerCommand = async (input, context) => {
|
|
1195
1223
|
const headers = sharedHeaders("StartCrawler");
|
|
1196
1224
|
let body;
|
|
@@ -1268,6 +1296,13 @@ const se_StartWorkflowRunCommand = async (input, context) => {
|
|
|
1268
1296
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1269
1297
|
};
|
|
1270
1298
|
exports.se_StartWorkflowRunCommand = se_StartWorkflowRunCommand;
|
|
1299
|
+
const se_StopColumnStatisticsTaskRunCommand = async (input, context) => {
|
|
1300
|
+
const headers = sharedHeaders("StopColumnStatisticsTaskRun");
|
|
1301
|
+
let body;
|
|
1302
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
1303
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1304
|
+
};
|
|
1305
|
+
exports.se_StopColumnStatisticsTaskRunCommand = se_StopColumnStatisticsTaskRunCommand;
|
|
1271
1306
|
const se_StopCrawlerCommand = async (input, context) => {
|
|
1272
1307
|
const headers = sharedHeaders("StopCrawler");
|
|
1273
1308
|
let body;
|
|
@@ -4882,6 +4917,78 @@ const de_GetColumnStatisticsForTableCommandError = async (output, context) => {
|
|
|
4882
4917
|
});
|
|
4883
4918
|
}
|
|
4884
4919
|
};
|
|
4920
|
+
const de_GetColumnStatisticsTaskRunCommand = async (output, context) => {
|
|
4921
|
+
if (output.statusCode >= 300) {
|
|
4922
|
+
return de_GetColumnStatisticsTaskRunCommandError(output, context);
|
|
4923
|
+
}
|
|
4924
|
+
const data = await parseBody(output.body, context);
|
|
4925
|
+
let contents = {};
|
|
4926
|
+
contents = de_GetColumnStatisticsTaskRunResponse(data, context);
|
|
4927
|
+
const response = {
|
|
4928
|
+
$metadata: deserializeMetadata(output),
|
|
4929
|
+
...contents,
|
|
4930
|
+
};
|
|
4931
|
+
return response;
|
|
4932
|
+
};
|
|
4933
|
+
exports.de_GetColumnStatisticsTaskRunCommand = de_GetColumnStatisticsTaskRunCommand;
|
|
4934
|
+
const de_GetColumnStatisticsTaskRunCommandError = async (output, context) => {
|
|
4935
|
+
const parsedOutput = {
|
|
4936
|
+
...output,
|
|
4937
|
+
body: await parseErrorBody(output.body, context),
|
|
4938
|
+
};
|
|
4939
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4940
|
+
switch (errorCode) {
|
|
4941
|
+
case "EntityNotFoundException":
|
|
4942
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
4943
|
+
throw await de_EntityNotFoundExceptionRes(parsedOutput, context);
|
|
4944
|
+
case "InvalidInputException":
|
|
4945
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
4946
|
+
throw await de_InvalidInputExceptionRes(parsedOutput, context);
|
|
4947
|
+
case "OperationTimeoutException":
|
|
4948
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
4949
|
+
throw await de_OperationTimeoutExceptionRes(parsedOutput, context);
|
|
4950
|
+
default:
|
|
4951
|
+
const parsedBody = parsedOutput.body;
|
|
4952
|
+
return throwDefaultError({
|
|
4953
|
+
output,
|
|
4954
|
+
parsedBody,
|
|
4955
|
+
errorCode,
|
|
4956
|
+
});
|
|
4957
|
+
}
|
|
4958
|
+
};
|
|
4959
|
+
const de_GetColumnStatisticsTaskRunsCommand = async (output, context) => {
|
|
4960
|
+
if (output.statusCode >= 300) {
|
|
4961
|
+
return de_GetColumnStatisticsTaskRunsCommandError(output, context);
|
|
4962
|
+
}
|
|
4963
|
+
const data = await parseBody(output.body, context);
|
|
4964
|
+
let contents = {};
|
|
4965
|
+
contents = de_GetColumnStatisticsTaskRunsResponse(data, context);
|
|
4966
|
+
const response = {
|
|
4967
|
+
$metadata: deserializeMetadata(output),
|
|
4968
|
+
...contents,
|
|
4969
|
+
};
|
|
4970
|
+
return response;
|
|
4971
|
+
};
|
|
4972
|
+
exports.de_GetColumnStatisticsTaskRunsCommand = de_GetColumnStatisticsTaskRunsCommand;
|
|
4973
|
+
const de_GetColumnStatisticsTaskRunsCommandError = async (output, context) => {
|
|
4974
|
+
const parsedOutput = {
|
|
4975
|
+
...output,
|
|
4976
|
+
body: await parseErrorBody(output.body, context),
|
|
4977
|
+
};
|
|
4978
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4979
|
+
switch (errorCode) {
|
|
4980
|
+
case "OperationTimeoutException":
|
|
4981
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
4982
|
+
throw await de_OperationTimeoutExceptionRes(parsedOutput, context);
|
|
4983
|
+
default:
|
|
4984
|
+
const parsedBody = parsedOutput.body;
|
|
4985
|
+
return throwDefaultError({
|
|
4986
|
+
output,
|
|
4987
|
+
parsedBody,
|
|
4988
|
+
errorCode,
|
|
4989
|
+
});
|
|
4990
|
+
}
|
|
4991
|
+
};
|
|
4885
4992
|
const de_GetConnectionCommand = async (output, context) => {
|
|
4886
4993
|
if (output.statusCode >= 300) {
|
|
4887
4994
|
return de_GetConnectionCommandError(output, context);
|
|
@@ -7477,6 +7584,39 @@ const de_ListBlueprintsCommandError = async (output, context) => {
|
|
|
7477
7584
|
});
|
|
7478
7585
|
}
|
|
7479
7586
|
};
|
|
7587
|
+
const de_ListColumnStatisticsTaskRunsCommand = async (output, context) => {
|
|
7588
|
+
if (output.statusCode >= 300) {
|
|
7589
|
+
return de_ListColumnStatisticsTaskRunsCommandError(output, context);
|
|
7590
|
+
}
|
|
7591
|
+
const data = await parseBody(output.body, context);
|
|
7592
|
+
let contents = {};
|
|
7593
|
+
contents = (0, smithy_client_1._json)(data);
|
|
7594
|
+
const response = {
|
|
7595
|
+
$metadata: deserializeMetadata(output),
|
|
7596
|
+
...contents,
|
|
7597
|
+
};
|
|
7598
|
+
return response;
|
|
7599
|
+
};
|
|
7600
|
+
exports.de_ListColumnStatisticsTaskRunsCommand = de_ListColumnStatisticsTaskRunsCommand;
|
|
7601
|
+
const de_ListColumnStatisticsTaskRunsCommandError = async (output, context) => {
|
|
7602
|
+
const parsedOutput = {
|
|
7603
|
+
...output,
|
|
7604
|
+
body: await parseErrorBody(output.body, context),
|
|
7605
|
+
};
|
|
7606
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7607
|
+
switch (errorCode) {
|
|
7608
|
+
case "OperationTimeoutException":
|
|
7609
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
7610
|
+
throw await de_OperationTimeoutExceptionRes(parsedOutput, context);
|
|
7611
|
+
default:
|
|
7612
|
+
const parsedBody = parsedOutput.body;
|
|
7613
|
+
return throwDefaultError({
|
|
7614
|
+
output,
|
|
7615
|
+
parsedBody,
|
|
7616
|
+
errorCode,
|
|
7617
|
+
});
|
|
7618
|
+
}
|
|
7619
|
+
};
|
|
7480
7620
|
const de_ListCrawlersCommand = async (output, context) => {
|
|
7481
7621
|
if (output.statusCode >= 300) {
|
|
7482
7622
|
return de_ListCrawlersCommandError(output, context);
|
|
@@ -8746,6 +8886,54 @@ const de_StartBlueprintRunCommandError = async (output, context) => {
|
|
|
8746
8886
|
});
|
|
8747
8887
|
}
|
|
8748
8888
|
};
|
|
8889
|
+
const de_StartColumnStatisticsTaskRunCommand = async (output, context) => {
|
|
8890
|
+
if (output.statusCode >= 300) {
|
|
8891
|
+
return de_StartColumnStatisticsTaskRunCommandError(output, context);
|
|
8892
|
+
}
|
|
8893
|
+
const data = await parseBody(output.body, context);
|
|
8894
|
+
let contents = {};
|
|
8895
|
+
contents = (0, smithy_client_1._json)(data);
|
|
8896
|
+
const response = {
|
|
8897
|
+
$metadata: deserializeMetadata(output),
|
|
8898
|
+
...contents,
|
|
8899
|
+
};
|
|
8900
|
+
return response;
|
|
8901
|
+
};
|
|
8902
|
+
exports.de_StartColumnStatisticsTaskRunCommand = de_StartColumnStatisticsTaskRunCommand;
|
|
8903
|
+
const de_StartColumnStatisticsTaskRunCommandError = async (output, context) => {
|
|
8904
|
+
const parsedOutput = {
|
|
8905
|
+
...output,
|
|
8906
|
+
body: await parseErrorBody(output.body, context),
|
|
8907
|
+
};
|
|
8908
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8909
|
+
switch (errorCode) {
|
|
8910
|
+
case "AccessDeniedException":
|
|
8911
|
+
case "com.amazonaws.glue#AccessDeniedException":
|
|
8912
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
8913
|
+
case "ColumnStatisticsTaskRunningException":
|
|
8914
|
+
case "com.amazonaws.glue#ColumnStatisticsTaskRunningException":
|
|
8915
|
+
throw await de_ColumnStatisticsTaskRunningExceptionRes(parsedOutput, context);
|
|
8916
|
+
case "EntityNotFoundException":
|
|
8917
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
8918
|
+
throw await de_EntityNotFoundExceptionRes(parsedOutput, context);
|
|
8919
|
+
case "InvalidInputException":
|
|
8920
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
8921
|
+
throw await de_InvalidInputExceptionRes(parsedOutput, context);
|
|
8922
|
+
case "OperationTimeoutException":
|
|
8923
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
8924
|
+
throw await de_OperationTimeoutExceptionRes(parsedOutput, context);
|
|
8925
|
+
case "ResourceNumberLimitExceededException":
|
|
8926
|
+
case "com.amazonaws.glue#ResourceNumberLimitExceededException":
|
|
8927
|
+
throw await de_ResourceNumberLimitExceededExceptionRes(parsedOutput, context);
|
|
8928
|
+
default:
|
|
8929
|
+
const parsedBody = parsedOutput.body;
|
|
8930
|
+
return throwDefaultError({
|
|
8931
|
+
output,
|
|
8932
|
+
parsedBody,
|
|
8933
|
+
errorCode,
|
|
8934
|
+
});
|
|
8935
|
+
}
|
|
8936
|
+
};
|
|
8749
8937
|
const de_StartCrawlerCommand = async (output, context) => {
|
|
8750
8938
|
if (output.statusCode >= 300) {
|
|
8751
8939
|
return de_StartCrawlerCommandError(output, context);
|
|
@@ -9241,6 +9429,48 @@ const de_StartWorkflowRunCommandError = async (output, context) => {
|
|
|
9241
9429
|
});
|
|
9242
9430
|
}
|
|
9243
9431
|
};
|
|
9432
|
+
const de_StopColumnStatisticsTaskRunCommand = async (output, context) => {
|
|
9433
|
+
if (output.statusCode >= 300) {
|
|
9434
|
+
return de_StopColumnStatisticsTaskRunCommandError(output, context);
|
|
9435
|
+
}
|
|
9436
|
+
const data = await parseBody(output.body, context);
|
|
9437
|
+
let contents = {};
|
|
9438
|
+
contents = (0, smithy_client_1._json)(data);
|
|
9439
|
+
const response = {
|
|
9440
|
+
$metadata: deserializeMetadata(output),
|
|
9441
|
+
...contents,
|
|
9442
|
+
};
|
|
9443
|
+
return response;
|
|
9444
|
+
};
|
|
9445
|
+
exports.de_StopColumnStatisticsTaskRunCommand = de_StopColumnStatisticsTaskRunCommand;
|
|
9446
|
+
const de_StopColumnStatisticsTaskRunCommandError = async (output, context) => {
|
|
9447
|
+
const parsedOutput = {
|
|
9448
|
+
...output,
|
|
9449
|
+
body: await parseErrorBody(output.body, context),
|
|
9450
|
+
};
|
|
9451
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9452
|
+
switch (errorCode) {
|
|
9453
|
+
case "ColumnStatisticsTaskNotRunningException":
|
|
9454
|
+
case "com.amazonaws.glue#ColumnStatisticsTaskNotRunningException":
|
|
9455
|
+
throw await de_ColumnStatisticsTaskNotRunningExceptionRes(parsedOutput, context);
|
|
9456
|
+
case "ColumnStatisticsTaskStoppingException":
|
|
9457
|
+
case "com.amazonaws.glue#ColumnStatisticsTaskStoppingException":
|
|
9458
|
+
throw await de_ColumnStatisticsTaskStoppingExceptionRes(parsedOutput, context);
|
|
9459
|
+
case "EntityNotFoundException":
|
|
9460
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
9461
|
+
throw await de_EntityNotFoundExceptionRes(parsedOutput, context);
|
|
9462
|
+
case "OperationTimeoutException":
|
|
9463
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
9464
|
+
throw await de_OperationTimeoutExceptionRes(parsedOutput, context);
|
|
9465
|
+
default:
|
|
9466
|
+
const parsedBody = parsedOutput.body;
|
|
9467
|
+
return throwDefaultError({
|
|
9468
|
+
output,
|
|
9469
|
+
parsedBody,
|
|
9470
|
+
errorCode,
|
|
9471
|
+
});
|
|
9472
|
+
}
|
|
9473
|
+
};
|
|
9244
9474
|
const de_StopCrawlerCommand = async (output, context) => {
|
|
9245
9475
|
if (output.statusCode >= 300) {
|
|
9246
9476
|
return de_StopCrawlerCommandError(output, context);
|
|
@@ -10579,6 +10809,33 @@ const de_AlreadyExistsExceptionRes = async (parsedOutput, context) => {
|
|
|
10579
10809
|
});
|
|
10580
10810
|
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
10581
10811
|
};
|
|
10812
|
+
const de_ColumnStatisticsTaskNotRunningExceptionRes = async (parsedOutput, context) => {
|
|
10813
|
+
const body = parsedOutput.body;
|
|
10814
|
+
const deserialized = (0, smithy_client_1._json)(body);
|
|
10815
|
+
const exception = new models_2_1.ColumnStatisticsTaskNotRunningException({
|
|
10816
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
10817
|
+
...deserialized,
|
|
10818
|
+
});
|
|
10819
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
10820
|
+
};
|
|
10821
|
+
const de_ColumnStatisticsTaskRunningExceptionRes = async (parsedOutput, context) => {
|
|
10822
|
+
const body = parsedOutput.body;
|
|
10823
|
+
const deserialized = (0, smithy_client_1._json)(body);
|
|
10824
|
+
const exception = new models_2_1.ColumnStatisticsTaskRunningException({
|
|
10825
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
10826
|
+
...deserialized,
|
|
10827
|
+
});
|
|
10828
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
10829
|
+
};
|
|
10830
|
+
const de_ColumnStatisticsTaskStoppingExceptionRes = async (parsedOutput, context) => {
|
|
10831
|
+
const body = parsedOutput.body;
|
|
10832
|
+
const deserialized = (0, smithy_client_1._json)(body);
|
|
10833
|
+
const exception = new models_2_1.ColumnStatisticsTaskStoppingException({
|
|
10834
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
10835
|
+
...deserialized,
|
|
10836
|
+
});
|
|
10837
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
10838
|
+
};
|
|
10582
10839
|
const de_ConcurrentModificationExceptionRes = async (parsedOutput, context) => {
|
|
10583
10840
|
const body = parsedOutput.body;
|
|
10584
10841
|
const deserialized = (0, smithy_client_1._json)(body);
|
|
@@ -11448,6 +11705,17 @@ const se_Spigot = (input, context) => {
|
|
|
11448
11705
|
Topk: [],
|
|
11449
11706
|
});
|
|
11450
11707
|
};
|
|
11708
|
+
const se_StartColumnStatisticsTaskRunRequest = (input, context) => {
|
|
11709
|
+
return (0, smithy_client_1.take)(input, {
|
|
11710
|
+
CatalogID: [],
|
|
11711
|
+
ColumnNameList: smithy_client_1._json,
|
|
11712
|
+
DatabaseName: [],
|
|
11713
|
+
Role: [],
|
|
11714
|
+
SampleSize: smithy_client_1.serializeFloat,
|
|
11715
|
+
SecurityConfiguration: [],
|
|
11716
|
+
TableName: [],
|
|
11717
|
+
});
|
|
11718
|
+
};
|
|
11451
11719
|
const se_StartJobRunRequest = (input, context) => {
|
|
11452
11720
|
return (0, smithy_client_1.take)(input, {
|
|
11453
11721
|
AllocatedCapacity: [],
|
|
@@ -11904,6 +12172,36 @@ const de_ColumnStatisticsList = (output, context) => {
|
|
|
11904
12172
|
});
|
|
11905
12173
|
return retVal;
|
|
11906
12174
|
};
|
|
12175
|
+
const de_ColumnStatisticsTaskRun = (output, context) => {
|
|
12176
|
+
return (0, smithy_client_1.take)(output, {
|
|
12177
|
+
CatalogID: smithy_client_1.expectString,
|
|
12178
|
+
ColumnNameList: smithy_client_1._json,
|
|
12179
|
+
ColumnStatisticsTaskRunId: smithy_client_1.expectString,
|
|
12180
|
+
CreationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
12181
|
+
CustomerId: smithy_client_1.expectString,
|
|
12182
|
+
DPUSeconds: smithy_client_1.limitedParseDouble,
|
|
12183
|
+
DatabaseName: smithy_client_1.expectString,
|
|
12184
|
+
EndTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
12185
|
+
ErrorMessage: smithy_client_1.expectString,
|
|
12186
|
+
LastUpdated: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
12187
|
+
NumberOfWorkers: smithy_client_1.expectInt32,
|
|
12188
|
+
Role: smithy_client_1.expectString,
|
|
12189
|
+
SampleSize: smithy_client_1.limitedParseDouble,
|
|
12190
|
+
SecurityConfiguration: smithy_client_1.expectString,
|
|
12191
|
+
StartTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
12192
|
+
Status: smithy_client_1.expectString,
|
|
12193
|
+
TableName: smithy_client_1.expectString,
|
|
12194
|
+
WorkerType: smithy_client_1.expectString,
|
|
12195
|
+
});
|
|
12196
|
+
};
|
|
12197
|
+
const de_ColumnStatisticsTaskRunsList = (output, context) => {
|
|
12198
|
+
const retVal = (output || [])
|
|
12199
|
+
.filter((e) => e != null)
|
|
12200
|
+
.map((entry) => {
|
|
12201
|
+
return de_ColumnStatisticsTaskRun(entry, context);
|
|
12202
|
+
});
|
|
12203
|
+
return retVal;
|
|
12204
|
+
};
|
|
11907
12205
|
const de_Connection = (output, context) => {
|
|
11908
12206
|
return (0, smithy_client_1.take)(output, {
|
|
11909
12207
|
ConnectionProperties: smithy_client_1._json,
|
|
@@ -12391,6 +12689,17 @@ const de_GetColumnStatisticsForTableResponse = (output, context) => {
|
|
|
12391
12689
|
Errors: smithy_client_1._json,
|
|
12392
12690
|
});
|
|
12393
12691
|
};
|
|
12692
|
+
const de_GetColumnStatisticsTaskRunResponse = (output, context) => {
|
|
12693
|
+
return (0, smithy_client_1.take)(output, {
|
|
12694
|
+
ColumnStatisticsTaskRun: (_) => de_ColumnStatisticsTaskRun(_, context),
|
|
12695
|
+
});
|
|
12696
|
+
};
|
|
12697
|
+
const de_GetColumnStatisticsTaskRunsResponse = (output, context) => {
|
|
12698
|
+
return (0, smithy_client_1.take)(output, {
|
|
12699
|
+
ColumnStatisticsTaskRuns: (_) => de_ColumnStatisticsTaskRunsList(_, context),
|
|
12700
|
+
NextToken: smithy_client_1.expectString,
|
|
12701
|
+
});
|
|
12702
|
+
};
|
|
12394
12703
|
const de_GetConnectionResponse = (output, context) => {
|
|
12395
12704
|
return (0, smithy_client_1.take)(output, {
|
|
12396
12705
|
Connection: (_) => de_Connection(_, context),
|
package/dist-es/Glue.js
CHANGED
|
@@ -77,6 +77,8 @@ import { GetClassifierCommand, } from "./commands/GetClassifierCommand";
|
|
|
77
77
|
import { GetClassifiersCommand, } from "./commands/GetClassifiersCommand";
|
|
78
78
|
import { GetColumnStatisticsForPartitionCommand, } from "./commands/GetColumnStatisticsForPartitionCommand";
|
|
79
79
|
import { GetColumnStatisticsForTableCommand, } from "./commands/GetColumnStatisticsForTableCommand";
|
|
80
|
+
import { GetColumnStatisticsTaskRunCommand, } from "./commands/GetColumnStatisticsTaskRunCommand";
|
|
81
|
+
import { GetColumnStatisticsTaskRunsCommand, } from "./commands/GetColumnStatisticsTaskRunsCommand";
|
|
80
82
|
import { GetConnectionCommand, } from "./commands/GetConnectionCommand";
|
|
81
83
|
import { GetConnectionsCommand, } from "./commands/GetConnectionsCommand";
|
|
82
84
|
import { GetCrawlerCommand } from "./commands/GetCrawlerCommand";
|
|
@@ -137,6 +139,7 @@ import { GetWorkflowRunPropertiesCommand, } from "./commands/GetWorkflowRunPrope
|
|
|
137
139
|
import { GetWorkflowRunsCommand, } from "./commands/GetWorkflowRunsCommand";
|
|
138
140
|
import { ImportCatalogToGlueCommand, } from "./commands/ImportCatalogToGlueCommand";
|
|
139
141
|
import { ListBlueprintsCommand, } from "./commands/ListBlueprintsCommand";
|
|
142
|
+
import { ListColumnStatisticsTaskRunsCommand, } from "./commands/ListColumnStatisticsTaskRunsCommand";
|
|
140
143
|
import { ListCrawlersCommand, } from "./commands/ListCrawlersCommand";
|
|
141
144
|
import { ListCrawlsCommand } from "./commands/ListCrawlsCommand";
|
|
142
145
|
import { ListCustomEntityTypesCommand, } from "./commands/ListCustomEntityTypesCommand";
|
|
@@ -167,6 +170,7 @@ import { ResumeWorkflowRunCommand, } from "./commands/ResumeWorkflowRunCommand";
|
|
|
167
170
|
import { RunStatementCommand, } from "./commands/RunStatementCommand";
|
|
168
171
|
import { SearchTablesCommand, } from "./commands/SearchTablesCommand";
|
|
169
172
|
import { StartBlueprintRunCommand, } from "./commands/StartBlueprintRunCommand";
|
|
173
|
+
import { StartColumnStatisticsTaskRunCommand, } from "./commands/StartColumnStatisticsTaskRunCommand";
|
|
170
174
|
import { StartCrawlerCommand, } from "./commands/StartCrawlerCommand";
|
|
171
175
|
import { StartCrawlerScheduleCommand, } from "./commands/StartCrawlerScheduleCommand";
|
|
172
176
|
import { StartDataQualityRuleRecommendationRunCommand, } from "./commands/StartDataQualityRuleRecommendationRunCommand";
|
|
@@ -178,6 +182,7 @@ import { StartMLEvaluationTaskRunCommand, } from "./commands/StartMLEvaluationTa
|
|
|
178
182
|
import { StartMLLabelingSetGenerationTaskRunCommand, } from "./commands/StartMLLabelingSetGenerationTaskRunCommand";
|
|
179
183
|
import { StartTriggerCommand, } from "./commands/StartTriggerCommand";
|
|
180
184
|
import { StartWorkflowRunCommand, } from "./commands/StartWorkflowRunCommand";
|
|
185
|
+
import { StopColumnStatisticsTaskRunCommand, } from "./commands/StopColumnStatisticsTaskRunCommand";
|
|
181
186
|
import { StopCrawlerCommand } from "./commands/StopCrawlerCommand";
|
|
182
187
|
import { StopCrawlerScheduleCommand, } from "./commands/StopCrawlerScheduleCommand";
|
|
183
188
|
import { StopSessionCommand } from "./commands/StopSessionCommand";
|
|
@@ -287,6 +292,8 @@ const commands = {
|
|
|
287
292
|
GetClassifiersCommand,
|
|
288
293
|
GetColumnStatisticsForPartitionCommand,
|
|
289
294
|
GetColumnStatisticsForTableCommand,
|
|
295
|
+
GetColumnStatisticsTaskRunCommand,
|
|
296
|
+
GetColumnStatisticsTaskRunsCommand,
|
|
290
297
|
GetConnectionCommand,
|
|
291
298
|
GetConnectionsCommand,
|
|
292
299
|
GetCrawlerCommand,
|
|
@@ -347,6 +354,7 @@ const commands = {
|
|
|
347
354
|
GetWorkflowRunsCommand,
|
|
348
355
|
ImportCatalogToGlueCommand,
|
|
349
356
|
ListBlueprintsCommand,
|
|
357
|
+
ListColumnStatisticsTaskRunsCommand,
|
|
350
358
|
ListCrawlersCommand,
|
|
351
359
|
ListCrawlsCommand,
|
|
352
360
|
ListCustomEntityTypesCommand,
|
|
@@ -377,6 +385,7 @@ const commands = {
|
|
|
377
385
|
RunStatementCommand,
|
|
378
386
|
SearchTablesCommand,
|
|
379
387
|
StartBlueprintRunCommand,
|
|
388
|
+
StartColumnStatisticsTaskRunCommand,
|
|
380
389
|
StartCrawlerCommand,
|
|
381
390
|
StartCrawlerScheduleCommand,
|
|
382
391
|
StartDataQualityRuleRecommendationRunCommand,
|
|
@@ -388,6 +397,7 @@ const commands = {
|
|
|
388
397
|
StartMLLabelingSetGenerationTaskRunCommand,
|
|
389
398
|
StartTriggerCommand,
|
|
390
399
|
StartWorkflowRunCommand,
|
|
400
|
+
StopColumnStatisticsTaskRunCommand,
|
|
391
401
|
StopCrawlerCommand,
|
|
392
402
|
StopCrawlerScheduleCommand,
|
|
393
403
|
StopSessionCommand,
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_GetColumnStatisticsTaskRunCommand, se_GetColumnStatisticsTaskRunCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetColumnStatisticsTaskRunCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetColumnStatisticsTaskRunCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "GlueClient";
|
|
26
|
+
const commandName = "GetColumnStatisticsTaskRunCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetColumnStatisticsTaskRun",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_GetColumnStatisticsTaskRunCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_GetColumnStatisticsTaskRunCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_GetColumnStatisticsTaskRunsCommand, se_GetColumnStatisticsTaskRunsCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetColumnStatisticsTaskRunsCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetColumnStatisticsTaskRunsCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "GlueClient";
|
|
26
|
+
const commandName = "GetColumnStatisticsTaskRunsCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "GetColumnStatisticsTaskRuns",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_GetColumnStatisticsTaskRunsCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_GetColumnStatisticsTaskRunsCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|