@aws-sdk/client-glue 3.218.0 → 3.221.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/Glue.js +240 -0
- package/dist-cjs/commands/BatchGetDataQualityResultCommand.js +46 -0
- package/dist-cjs/commands/CancelDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/CancelDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/CreateDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateSessionCommand.js +3 -3
- package/dist-cjs/commands/CreateTableCommand.js +3 -3
- package/dist-cjs/commands/CreateTriggerCommand.js +3 -3
- package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityResultCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityResultsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRuleRecommendationRunsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRulesetEvaluationRunsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRulesetsCommand.js +46 -0
- package/dist-cjs/commands/ListDevEndpointsCommand.js +3 -3
- package/dist-cjs/commands/ListJobsCommand.js +3 -3
- package/dist-cjs/commands/ListMLTransformsCommand.js +3 -3
- package/dist-cjs/commands/ListRegistriesCommand.js +3 -3
- package/dist-cjs/commands/ListSchemaVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListSchemasCommand.js +3 -3
- package/dist-cjs/commands/ListSessionsCommand.js +3 -3
- package/dist-cjs/commands/ListStatementsCommand.js +3 -3
- package/dist-cjs/commands/ListTriggersCommand.js +3 -3
- package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
- package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
- package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +3 -3
- package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +1 -2
- package/dist-cjs/commands/StartDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/StartDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/UpdateDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/index.js +16 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +104 -103
- package/dist-cjs/models/models_1.js +145 -139
- package/dist-cjs/models/models_2.js +223 -3
- package/dist-cjs/pagination/ListDataQualityResultsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRulesetsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1653 -129
- package/dist-es/Glue.js +240 -0
- package/dist-es/commands/BatchGetDataQualityResultCommand.js +42 -0
- package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/CreateDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +1 -1
- package/dist-es/commands/CreateSessionCommand.js +1 -1
- package/dist-es/commands/CreateTableCommand.js +1 -1
- package/dist-es/commands/CreateTriggerCommand.js +1 -1
- package/dist-es/commands/CreateUserDefinedFunctionCommand.js +1 -1
- package/dist-es/commands/DeleteDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/ListDataQualityResultsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRulesetsCommand.js +42 -0
- package/dist-es/commands/ListDevEndpointsCommand.js +1 -1
- package/dist-es/commands/ListJobsCommand.js +1 -1
- package/dist-es/commands/ListMLTransformsCommand.js +1 -1
- package/dist-es/commands/ListRegistriesCommand.js +1 -1
- package/dist-es/commands/ListSchemaVersionsCommand.js +1 -1
- package/dist-es/commands/ListSchemasCommand.js +1 -1
- package/dist-es/commands/ListSessionsCommand.js +1 -1
- package/dist-es/commands/ListStatementsCommand.js +1 -1
- package/dist-es/commands/ListTriggersCommand.js +1 -1
- package/dist-es/commands/ListWorkflowsCommand.js +1 -1
- package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +1 -1
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -1
- package/dist-es/commands/PutSchemaVersionMetadataCommand.js +1 -1
- package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +1 -2
- package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/UpdateDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/index.js +16 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +80 -78
- package/dist-es/models/models_1.js +109 -102
- package/dist-es/models/models_2.js +167 -0
- package/dist-es/pagination/ListDataQualityResultsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRulesetsPaginator.js +32 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1610 -119
- package/dist-types/Glue.d.ts +114 -0
- package/dist-types/GlueClient.d.ts +18 -2
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +37 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +39 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTriggerCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +37 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMLTransformsCommand.d.ts +1 -1
- package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
- package/dist-types/commands/ListTriggersCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +1 -2
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +16 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +417 -552
- package/dist-types/models/models_1.d.ts +3382 -3180
- package/dist-types/models/models_2.d.ts +1086 -2
- package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +48 -0
- package/dist-types/ts3.4/Glue.d.ts +320 -0
- package/dist-types/ts3.4/GlueClient.d.ts +96 -0
- package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +16 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +166 -187
- package/dist-types/ts3.4/models/models_1.d.ts +306 -262
- package/dist-types/ts3.4/models/models_2.d.ts +458 -3
- package/dist-types/ts3.4/pagination/ListDataQualityResultsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRulesetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +192 -0
- package/package.json +1 -1
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
3
|
+
exports.serializeAws_json1_1DeleteDatabaseCommand = exports.serializeAws_json1_1DeleteCustomEntityTypeCommand = exports.serializeAws_json1_1DeleteCrawlerCommand = exports.serializeAws_json1_1DeleteConnectionCommand = exports.serializeAws_json1_1DeleteColumnStatisticsForTableCommand = exports.serializeAws_json1_1DeleteColumnStatisticsForPartitionCommand = exports.serializeAws_json1_1DeleteClassifierCommand = exports.serializeAws_json1_1DeleteBlueprintCommand = exports.serializeAws_json1_1CreateWorkflowCommand = exports.serializeAws_json1_1CreateUserDefinedFunctionCommand = exports.serializeAws_json1_1CreateTriggerCommand = exports.serializeAws_json1_1CreateTableCommand = exports.serializeAws_json1_1CreateSessionCommand = exports.serializeAws_json1_1CreateSecurityConfigurationCommand = exports.serializeAws_json1_1CreateScriptCommand = exports.serializeAws_json1_1CreateSchemaCommand = exports.serializeAws_json1_1CreateRegistryCommand = exports.serializeAws_json1_1CreatePartitionIndexCommand = exports.serializeAws_json1_1CreatePartitionCommand = exports.serializeAws_json1_1CreateMLTransformCommand = exports.serializeAws_json1_1CreateJobCommand = exports.serializeAws_json1_1CreateDevEndpointCommand = exports.serializeAws_json1_1CreateDataQualityRulesetCommand = exports.serializeAws_json1_1CreateDatabaseCommand = exports.serializeAws_json1_1CreateCustomEntityTypeCommand = exports.serializeAws_json1_1CreateCrawlerCommand = exports.serializeAws_json1_1CreateConnectionCommand = exports.serializeAws_json1_1CreateClassifierCommand = exports.serializeAws_json1_1CreateBlueprintCommand = exports.serializeAws_json1_1CheckSchemaVersionValidityCommand = exports.serializeAws_json1_1CancelStatementCommand = exports.serializeAws_json1_1CancelMLTaskRunCommand = exports.serializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand = exports.serializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand = exports.serializeAws_json1_1BatchUpdatePartitionCommand = exports.serializeAws_json1_1BatchStopJobRunCommand = exports.serializeAws_json1_1BatchGetWorkflowsCommand = exports.serializeAws_json1_1BatchGetTriggersCommand = exports.serializeAws_json1_1BatchGetPartitionCommand = exports.serializeAws_json1_1BatchGetJobsCommand = exports.serializeAws_json1_1BatchGetDevEndpointsCommand = exports.serializeAws_json1_1BatchGetDataQualityResultCommand = exports.serializeAws_json1_1BatchGetCustomEntityTypesCommand = exports.serializeAws_json1_1BatchGetCrawlersCommand = exports.serializeAws_json1_1BatchGetBlueprintsCommand = exports.serializeAws_json1_1BatchDeleteTableVersionCommand = exports.serializeAws_json1_1BatchDeleteTableCommand = exports.serializeAws_json1_1BatchDeletePartitionCommand = exports.serializeAws_json1_1BatchDeleteConnectionCommand = exports.serializeAws_json1_1BatchCreatePartitionCommand = void 0;
|
|
4
|
+
exports.serializeAws_json1_1GetMLTransformCommand = exports.serializeAws_json1_1GetMLTaskRunsCommand = exports.serializeAws_json1_1GetMLTaskRunCommand = exports.serializeAws_json1_1GetMappingCommand = exports.serializeAws_json1_1GetJobsCommand = exports.serializeAws_json1_1GetJobRunsCommand = exports.serializeAws_json1_1GetJobRunCommand = exports.serializeAws_json1_1GetJobBookmarkCommand = exports.serializeAws_json1_1GetJobCommand = exports.serializeAws_json1_1GetDevEndpointsCommand = exports.serializeAws_json1_1GetDevEndpointCommand = exports.serializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand = exports.serializeAws_json1_1GetDataQualityRulesetCommand = exports.serializeAws_json1_1GetDataQualityRuleRecommendationRunCommand = exports.serializeAws_json1_1GetDataQualityResultCommand = exports.serializeAws_json1_1GetDataflowGraphCommand = exports.serializeAws_json1_1GetDataCatalogEncryptionSettingsCommand = exports.serializeAws_json1_1GetDatabasesCommand = exports.serializeAws_json1_1GetDatabaseCommand = exports.serializeAws_json1_1GetCustomEntityTypeCommand = exports.serializeAws_json1_1GetCrawlersCommand = exports.serializeAws_json1_1GetCrawlerMetricsCommand = exports.serializeAws_json1_1GetCrawlerCommand = exports.serializeAws_json1_1GetConnectionsCommand = exports.serializeAws_json1_1GetConnectionCommand = exports.serializeAws_json1_1GetColumnStatisticsForTableCommand = exports.serializeAws_json1_1GetColumnStatisticsForPartitionCommand = exports.serializeAws_json1_1GetClassifiersCommand = exports.serializeAws_json1_1GetClassifierCommand = exports.serializeAws_json1_1GetCatalogImportStatusCommand = exports.serializeAws_json1_1GetBlueprintRunsCommand = exports.serializeAws_json1_1GetBlueprintRunCommand = exports.serializeAws_json1_1GetBlueprintCommand = exports.serializeAws_json1_1DeleteWorkflowCommand = exports.serializeAws_json1_1DeleteUserDefinedFunctionCommand = exports.serializeAws_json1_1DeleteTriggerCommand = exports.serializeAws_json1_1DeleteTableVersionCommand = exports.serializeAws_json1_1DeleteTableCommand = exports.serializeAws_json1_1DeleteSessionCommand = exports.serializeAws_json1_1DeleteSecurityConfigurationCommand = exports.serializeAws_json1_1DeleteSchemaVersionsCommand = exports.serializeAws_json1_1DeleteSchemaCommand = exports.serializeAws_json1_1DeleteResourcePolicyCommand = exports.serializeAws_json1_1DeleteRegistryCommand = exports.serializeAws_json1_1DeletePartitionIndexCommand = exports.serializeAws_json1_1DeletePartitionCommand = exports.serializeAws_json1_1DeleteMLTransformCommand = exports.serializeAws_json1_1DeleteJobCommand = exports.serializeAws_json1_1DeleteDevEndpointCommand = exports.serializeAws_json1_1DeleteDataQualityRulesetCommand = void 0;
|
|
5
|
+
exports.serializeAws_json1_1ListTriggersCommand = exports.serializeAws_json1_1ListStatementsCommand = exports.serializeAws_json1_1ListSessionsCommand = exports.serializeAws_json1_1ListSchemaVersionsCommand = exports.serializeAws_json1_1ListSchemasCommand = exports.serializeAws_json1_1ListRegistriesCommand = exports.serializeAws_json1_1ListMLTransformsCommand = exports.serializeAws_json1_1ListJobsCommand = exports.serializeAws_json1_1ListDevEndpointsCommand = exports.serializeAws_json1_1ListDataQualityRulesetsCommand = exports.serializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand = exports.serializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand = exports.serializeAws_json1_1ListDataQualityResultsCommand = exports.serializeAws_json1_1ListCustomEntityTypesCommand = exports.serializeAws_json1_1ListCrawlsCommand = exports.serializeAws_json1_1ListCrawlersCommand = exports.serializeAws_json1_1ListBlueprintsCommand = exports.serializeAws_json1_1ImportCatalogToGlueCommand = exports.serializeAws_json1_1GetWorkflowRunsCommand = exports.serializeAws_json1_1GetWorkflowRunPropertiesCommand = exports.serializeAws_json1_1GetWorkflowRunCommand = exports.serializeAws_json1_1GetWorkflowCommand = exports.serializeAws_json1_1GetUserDefinedFunctionsCommand = exports.serializeAws_json1_1GetUserDefinedFunctionCommand = exports.serializeAws_json1_1GetUnfilteredTableMetadataCommand = exports.serializeAws_json1_1GetUnfilteredPartitionsMetadataCommand = exports.serializeAws_json1_1GetUnfilteredPartitionMetadataCommand = exports.serializeAws_json1_1GetTriggersCommand = exports.serializeAws_json1_1GetTriggerCommand = exports.serializeAws_json1_1GetTagsCommand = exports.serializeAws_json1_1GetTableVersionsCommand = exports.serializeAws_json1_1GetTableVersionCommand = exports.serializeAws_json1_1GetTablesCommand = exports.serializeAws_json1_1GetTableCommand = exports.serializeAws_json1_1GetStatementCommand = exports.serializeAws_json1_1GetSessionCommand = exports.serializeAws_json1_1GetSecurityConfigurationsCommand = exports.serializeAws_json1_1GetSecurityConfigurationCommand = exports.serializeAws_json1_1GetSchemaVersionsDiffCommand = exports.serializeAws_json1_1GetSchemaVersionCommand = exports.serializeAws_json1_1GetSchemaByDefinitionCommand = exports.serializeAws_json1_1GetSchemaCommand = exports.serializeAws_json1_1GetResourcePolicyCommand = exports.serializeAws_json1_1GetResourcePoliciesCommand = exports.serializeAws_json1_1GetRegistryCommand = exports.serializeAws_json1_1GetPlanCommand = exports.serializeAws_json1_1GetPartitionsCommand = exports.serializeAws_json1_1GetPartitionIndexesCommand = exports.serializeAws_json1_1GetPartitionCommand = exports.serializeAws_json1_1GetMLTransformsCommand = void 0;
|
|
6
|
+
exports.serializeAws_json1_1UpdateTriggerCommand = exports.serializeAws_json1_1UpdateTableCommand = exports.serializeAws_json1_1UpdateSourceControlFromJobCommand = exports.serializeAws_json1_1UpdateSchemaCommand = exports.serializeAws_json1_1UpdateRegistryCommand = exports.serializeAws_json1_1UpdatePartitionCommand = exports.serializeAws_json1_1UpdateMLTransformCommand = exports.serializeAws_json1_1UpdateJobFromSourceControlCommand = exports.serializeAws_json1_1UpdateJobCommand = exports.serializeAws_json1_1UpdateDevEndpointCommand = exports.serializeAws_json1_1UpdateDataQualityRulesetCommand = exports.serializeAws_json1_1UpdateDatabaseCommand = exports.serializeAws_json1_1UpdateCrawlerScheduleCommand = exports.serializeAws_json1_1UpdateCrawlerCommand = exports.serializeAws_json1_1UpdateConnectionCommand = exports.serializeAws_json1_1UpdateColumnStatisticsForTableCommand = exports.serializeAws_json1_1UpdateColumnStatisticsForPartitionCommand = exports.serializeAws_json1_1UpdateClassifierCommand = exports.serializeAws_json1_1UpdateBlueprintCommand = exports.serializeAws_json1_1UntagResourceCommand = exports.serializeAws_json1_1TagResourceCommand = exports.serializeAws_json1_1StopWorkflowRunCommand = exports.serializeAws_json1_1StopTriggerCommand = exports.serializeAws_json1_1StopSessionCommand = exports.serializeAws_json1_1StopCrawlerScheduleCommand = exports.serializeAws_json1_1StopCrawlerCommand = exports.serializeAws_json1_1StartWorkflowRunCommand = exports.serializeAws_json1_1StartTriggerCommand = exports.serializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand = exports.serializeAws_json1_1StartMLEvaluationTaskRunCommand = exports.serializeAws_json1_1StartJobRunCommand = exports.serializeAws_json1_1StartImportLabelsTaskRunCommand = exports.serializeAws_json1_1StartExportLabelsTaskRunCommand = exports.serializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand = exports.serializeAws_json1_1StartDataQualityRuleRecommendationRunCommand = exports.serializeAws_json1_1StartCrawlerScheduleCommand = exports.serializeAws_json1_1StartCrawlerCommand = exports.serializeAws_json1_1StartBlueprintRunCommand = exports.serializeAws_json1_1SearchTablesCommand = exports.serializeAws_json1_1RunStatementCommand = exports.serializeAws_json1_1ResumeWorkflowRunCommand = exports.serializeAws_json1_1ResetJobBookmarkCommand = exports.serializeAws_json1_1RemoveSchemaVersionMetadataCommand = exports.serializeAws_json1_1RegisterSchemaVersionCommand = exports.serializeAws_json1_1QuerySchemaVersionMetadataCommand = exports.serializeAws_json1_1PutWorkflowRunPropertiesCommand = exports.serializeAws_json1_1PutSchemaVersionMetadataCommand = exports.serializeAws_json1_1PutResourcePolicyCommand = exports.serializeAws_json1_1PutDataCatalogEncryptionSettingsCommand = exports.serializeAws_json1_1ListWorkflowsCommand = void 0;
|
|
7
|
+
exports.deserializeAws_json1_1DeleteCrawlerCommand = exports.deserializeAws_json1_1DeleteConnectionCommand = exports.deserializeAws_json1_1DeleteColumnStatisticsForTableCommand = exports.deserializeAws_json1_1DeleteColumnStatisticsForPartitionCommand = exports.deserializeAws_json1_1DeleteClassifierCommand = exports.deserializeAws_json1_1DeleteBlueprintCommand = exports.deserializeAws_json1_1CreateWorkflowCommand = exports.deserializeAws_json1_1CreateUserDefinedFunctionCommand = exports.deserializeAws_json1_1CreateTriggerCommand = exports.deserializeAws_json1_1CreateTableCommand = exports.deserializeAws_json1_1CreateSessionCommand = exports.deserializeAws_json1_1CreateSecurityConfigurationCommand = exports.deserializeAws_json1_1CreateScriptCommand = exports.deserializeAws_json1_1CreateSchemaCommand = exports.deserializeAws_json1_1CreateRegistryCommand = exports.deserializeAws_json1_1CreatePartitionIndexCommand = exports.deserializeAws_json1_1CreatePartitionCommand = exports.deserializeAws_json1_1CreateMLTransformCommand = exports.deserializeAws_json1_1CreateJobCommand = exports.deserializeAws_json1_1CreateDevEndpointCommand = exports.deserializeAws_json1_1CreateDataQualityRulesetCommand = exports.deserializeAws_json1_1CreateDatabaseCommand = exports.deserializeAws_json1_1CreateCustomEntityTypeCommand = exports.deserializeAws_json1_1CreateCrawlerCommand = exports.deserializeAws_json1_1CreateConnectionCommand = exports.deserializeAws_json1_1CreateClassifierCommand = exports.deserializeAws_json1_1CreateBlueprintCommand = exports.deserializeAws_json1_1CheckSchemaVersionValidityCommand = exports.deserializeAws_json1_1CancelStatementCommand = exports.deserializeAws_json1_1CancelMLTaskRunCommand = exports.deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand = exports.deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand = exports.deserializeAws_json1_1BatchUpdatePartitionCommand = exports.deserializeAws_json1_1BatchStopJobRunCommand = exports.deserializeAws_json1_1BatchGetWorkflowsCommand = exports.deserializeAws_json1_1BatchGetTriggersCommand = exports.deserializeAws_json1_1BatchGetPartitionCommand = exports.deserializeAws_json1_1BatchGetJobsCommand = exports.deserializeAws_json1_1BatchGetDevEndpointsCommand = exports.deserializeAws_json1_1BatchGetDataQualityResultCommand = exports.deserializeAws_json1_1BatchGetCustomEntityTypesCommand = exports.deserializeAws_json1_1BatchGetCrawlersCommand = exports.deserializeAws_json1_1BatchGetBlueprintsCommand = exports.deserializeAws_json1_1BatchDeleteTableVersionCommand = exports.deserializeAws_json1_1BatchDeleteTableCommand = exports.deserializeAws_json1_1BatchDeletePartitionCommand = exports.deserializeAws_json1_1BatchDeleteConnectionCommand = exports.deserializeAws_json1_1BatchCreatePartitionCommand = exports.serializeAws_json1_1UpdateWorkflowCommand = exports.serializeAws_json1_1UpdateUserDefinedFunctionCommand = void 0;
|
|
8
|
+
exports.deserializeAws_json1_1GetMLTaskRunCommand = exports.deserializeAws_json1_1GetMappingCommand = exports.deserializeAws_json1_1GetJobsCommand = exports.deserializeAws_json1_1GetJobRunsCommand = exports.deserializeAws_json1_1GetJobRunCommand = exports.deserializeAws_json1_1GetJobBookmarkCommand = exports.deserializeAws_json1_1GetJobCommand = exports.deserializeAws_json1_1GetDevEndpointsCommand = exports.deserializeAws_json1_1GetDevEndpointCommand = exports.deserializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand = exports.deserializeAws_json1_1GetDataQualityRulesetCommand = exports.deserializeAws_json1_1GetDataQualityRuleRecommendationRunCommand = exports.deserializeAws_json1_1GetDataQualityResultCommand = exports.deserializeAws_json1_1GetDataflowGraphCommand = exports.deserializeAws_json1_1GetDataCatalogEncryptionSettingsCommand = exports.deserializeAws_json1_1GetDatabasesCommand = exports.deserializeAws_json1_1GetDatabaseCommand = exports.deserializeAws_json1_1GetCustomEntityTypeCommand = exports.deserializeAws_json1_1GetCrawlersCommand = exports.deserializeAws_json1_1GetCrawlerMetricsCommand = exports.deserializeAws_json1_1GetCrawlerCommand = exports.deserializeAws_json1_1GetConnectionsCommand = exports.deserializeAws_json1_1GetConnectionCommand = exports.deserializeAws_json1_1GetColumnStatisticsForTableCommand = exports.deserializeAws_json1_1GetColumnStatisticsForPartitionCommand = exports.deserializeAws_json1_1GetClassifiersCommand = exports.deserializeAws_json1_1GetClassifierCommand = exports.deserializeAws_json1_1GetCatalogImportStatusCommand = exports.deserializeAws_json1_1GetBlueprintRunsCommand = exports.deserializeAws_json1_1GetBlueprintRunCommand = exports.deserializeAws_json1_1GetBlueprintCommand = exports.deserializeAws_json1_1DeleteWorkflowCommand = exports.deserializeAws_json1_1DeleteUserDefinedFunctionCommand = exports.deserializeAws_json1_1DeleteTriggerCommand = exports.deserializeAws_json1_1DeleteTableVersionCommand = exports.deserializeAws_json1_1DeleteTableCommand = exports.deserializeAws_json1_1DeleteSessionCommand = exports.deserializeAws_json1_1DeleteSecurityConfigurationCommand = exports.deserializeAws_json1_1DeleteSchemaVersionsCommand = exports.deserializeAws_json1_1DeleteSchemaCommand = exports.deserializeAws_json1_1DeleteResourcePolicyCommand = exports.deserializeAws_json1_1DeleteRegistryCommand = exports.deserializeAws_json1_1DeletePartitionIndexCommand = exports.deserializeAws_json1_1DeletePartitionCommand = exports.deserializeAws_json1_1DeleteMLTransformCommand = exports.deserializeAws_json1_1DeleteJobCommand = exports.deserializeAws_json1_1DeleteDevEndpointCommand = exports.deserializeAws_json1_1DeleteDataQualityRulesetCommand = exports.deserializeAws_json1_1DeleteDatabaseCommand = exports.deserializeAws_json1_1DeleteCustomEntityTypeCommand = void 0;
|
|
9
|
+
exports.deserializeAws_json1_1ListSessionsCommand = exports.deserializeAws_json1_1ListSchemaVersionsCommand = exports.deserializeAws_json1_1ListSchemasCommand = exports.deserializeAws_json1_1ListRegistriesCommand = exports.deserializeAws_json1_1ListMLTransformsCommand = exports.deserializeAws_json1_1ListJobsCommand = exports.deserializeAws_json1_1ListDevEndpointsCommand = exports.deserializeAws_json1_1ListDataQualityRulesetsCommand = exports.deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand = exports.deserializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand = exports.deserializeAws_json1_1ListDataQualityResultsCommand = exports.deserializeAws_json1_1ListCustomEntityTypesCommand = exports.deserializeAws_json1_1ListCrawlsCommand = exports.deserializeAws_json1_1ListCrawlersCommand = exports.deserializeAws_json1_1ListBlueprintsCommand = exports.deserializeAws_json1_1ImportCatalogToGlueCommand = exports.deserializeAws_json1_1GetWorkflowRunsCommand = exports.deserializeAws_json1_1GetWorkflowRunPropertiesCommand = exports.deserializeAws_json1_1GetWorkflowRunCommand = exports.deserializeAws_json1_1GetWorkflowCommand = exports.deserializeAws_json1_1GetUserDefinedFunctionsCommand = exports.deserializeAws_json1_1GetUserDefinedFunctionCommand = exports.deserializeAws_json1_1GetUnfilteredTableMetadataCommand = exports.deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommand = exports.deserializeAws_json1_1GetUnfilteredPartitionMetadataCommand = exports.deserializeAws_json1_1GetTriggersCommand = exports.deserializeAws_json1_1GetTriggerCommand = exports.deserializeAws_json1_1GetTagsCommand = exports.deserializeAws_json1_1GetTableVersionsCommand = exports.deserializeAws_json1_1GetTableVersionCommand = exports.deserializeAws_json1_1GetTablesCommand = exports.deserializeAws_json1_1GetTableCommand = exports.deserializeAws_json1_1GetStatementCommand = exports.deserializeAws_json1_1GetSessionCommand = exports.deserializeAws_json1_1GetSecurityConfigurationsCommand = exports.deserializeAws_json1_1GetSecurityConfigurationCommand = exports.deserializeAws_json1_1GetSchemaVersionsDiffCommand = exports.deserializeAws_json1_1GetSchemaVersionCommand = exports.deserializeAws_json1_1GetSchemaByDefinitionCommand = exports.deserializeAws_json1_1GetSchemaCommand = exports.deserializeAws_json1_1GetResourcePolicyCommand = exports.deserializeAws_json1_1GetResourcePoliciesCommand = exports.deserializeAws_json1_1GetRegistryCommand = exports.deserializeAws_json1_1GetPlanCommand = exports.deserializeAws_json1_1GetPartitionsCommand = exports.deserializeAws_json1_1GetPartitionIndexesCommand = exports.deserializeAws_json1_1GetPartitionCommand = exports.deserializeAws_json1_1GetMLTransformsCommand = exports.deserializeAws_json1_1GetMLTransformCommand = exports.deserializeAws_json1_1GetMLTaskRunsCommand = void 0;
|
|
10
|
+
exports.deserializeAws_json1_1UpdateSourceControlFromJobCommand = exports.deserializeAws_json1_1UpdateSchemaCommand = exports.deserializeAws_json1_1UpdateRegistryCommand = exports.deserializeAws_json1_1UpdatePartitionCommand = exports.deserializeAws_json1_1UpdateMLTransformCommand = exports.deserializeAws_json1_1UpdateJobFromSourceControlCommand = exports.deserializeAws_json1_1UpdateJobCommand = exports.deserializeAws_json1_1UpdateDevEndpointCommand = exports.deserializeAws_json1_1UpdateDataQualityRulesetCommand = exports.deserializeAws_json1_1UpdateDatabaseCommand = exports.deserializeAws_json1_1UpdateCrawlerScheduleCommand = exports.deserializeAws_json1_1UpdateCrawlerCommand = exports.deserializeAws_json1_1UpdateConnectionCommand = exports.deserializeAws_json1_1UpdateColumnStatisticsForTableCommand = exports.deserializeAws_json1_1UpdateColumnStatisticsForPartitionCommand = exports.deserializeAws_json1_1UpdateClassifierCommand = exports.deserializeAws_json1_1UpdateBlueprintCommand = exports.deserializeAws_json1_1UntagResourceCommand = exports.deserializeAws_json1_1TagResourceCommand = exports.deserializeAws_json1_1StopWorkflowRunCommand = exports.deserializeAws_json1_1StopTriggerCommand = exports.deserializeAws_json1_1StopSessionCommand = exports.deserializeAws_json1_1StopCrawlerScheduleCommand = exports.deserializeAws_json1_1StopCrawlerCommand = exports.deserializeAws_json1_1StartWorkflowRunCommand = exports.deserializeAws_json1_1StartTriggerCommand = exports.deserializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand = exports.deserializeAws_json1_1StartMLEvaluationTaskRunCommand = exports.deserializeAws_json1_1StartJobRunCommand = exports.deserializeAws_json1_1StartImportLabelsTaskRunCommand = exports.deserializeAws_json1_1StartExportLabelsTaskRunCommand = exports.deserializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand = exports.deserializeAws_json1_1StartDataQualityRuleRecommendationRunCommand = exports.deserializeAws_json1_1StartCrawlerScheduleCommand = exports.deserializeAws_json1_1StartCrawlerCommand = exports.deserializeAws_json1_1StartBlueprintRunCommand = exports.deserializeAws_json1_1SearchTablesCommand = exports.deserializeAws_json1_1RunStatementCommand = exports.deserializeAws_json1_1ResumeWorkflowRunCommand = exports.deserializeAws_json1_1ResetJobBookmarkCommand = exports.deserializeAws_json1_1RemoveSchemaVersionMetadataCommand = exports.deserializeAws_json1_1RegisterSchemaVersionCommand = exports.deserializeAws_json1_1QuerySchemaVersionMetadataCommand = exports.deserializeAws_json1_1PutWorkflowRunPropertiesCommand = exports.deserializeAws_json1_1PutSchemaVersionMetadataCommand = exports.deserializeAws_json1_1PutResourcePolicyCommand = exports.deserializeAws_json1_1PutDataCatalogEncryptionSettingsCommand = exports.deserializeAws_json1_1ListWorkflowsCommand = exports.deserializeAws_json1_1ListTriggersCommand = exports.deserializeAws_json1_1ListStatementsCommand = void 0;
|
|
11
|
+
exports.deserializeAws_json1_1UpdateWorkflowCommand = exports.deserializeAws_json1_1UpdateUserDefinedFunctionCommand = exports.deserializeAws_json1_1UpdateTriggerCommand = exports.deserializeAws_json1_1UpdateTableCommand = void 0;
|
|
11
12
|
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
12
13
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
13
14
|
const GlueServiceException_1 = require("../models/GlueServiceException");
|
|
@@ -94,6 +95,16 @@ const serializeAws_json1_1BatchGetCustomEntityTypesCommand = async (input, conte
|
|
|
94
95
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
95
96
|
};
|
|
96
97
|
exports.serializeAws_json1_1BatchGetCustomEntityTypesCommand = serializeAws_json1_1BatchGetCustomEntityTypesCommand;
|
|
98
|
+
const serializeAws_json1_1BatchGetDataQualityResultCommand = async (input, context) => {
|
|
99
|
+
const headers = {
|
|
100
|
+
"content-type": "application/x-amz-json-1.1",
|
|
101
|
+
"x-amz-target": "AWSGlue.BatchGetDataQualityResult",
|
|
102
|
+
};
|
|
103
|
+
let body;
|
|
104
|
+
body = JSON.stringify(serializeAws_json1_1BatchGetDataQualityResultRequest(input, context));
|
|
105
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
106
|
+
};
|
|
107
|
+
exports.serializeAws_json1_1BatchGetDataQualityResultCommand = serializeAws_json1_1BatchGetDataQualityResultCommand;
|
|
97
108
|
const serializeAws_json1_1BatchGetDevEndpointsCommand = async (input, context) => {
|
|
98
109
|
const headers = {
|
|
99
110
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -164,6 +175,26 @@ const serializeAws_json1_1BatchUpdatePartitionCommand = async (input, context) =
|
|
|
164
175
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
165
176
|
};
|
|
166
177
|
exports.serializeAws_json1_1BatchUpdatePartitionCommand = serializeAws_json1_1BatchUpdatePartitionCommand;
|
|
178
|
+
const serializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand = async (input, context) => {
|
|
179
|
+
const headers = {
|
|
180
|
+
"content-type": "application/x-amz-json-1.1",
|
|
181
|
+
"x-amz-target": "AWSGlue.CancelDataQualityRuleRecommendationRun",
|
|
182
|
+
};
|
|
183
|
+
let body;
|
|
184
|
+
body = JSON.stringify(serializeAws_json1_1CancelDataQualityRuleRecommendationRunRequest(input, context));
|
|
185
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
186
|
+
};
|
|
187
|
+
exports.serializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand = serializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand;
|
|
188
|
+
const serializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand = async (input, context) => {
|
|
189
|
+
const headers = {
|
|
190
|
+
"content-type": "application/x-amz-json-1.1",
|
|
191
|
+
"x-amz-target": "AWSGlue.CancelDataQualityRulesetEvaluationRun",
|
|
192
|
+
};
|
|
193
|
+
let body;
|
|
194
|
+
body = JSON.stringify(serializeAws_json1_1CancelDataQualityRulesetEvaluationRunRequest(input, context));
|
|
195
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
196
|
+
};
|
|
197
|
+
exports.serializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand = serializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand;
|
|
167
198
|
const serializeAws_json1_1CancelMLTaskRunCommand = async (input, context) => {
|
|
168
199
|
const headers = {
|
|
169
200
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -254,6 +285,16 @@ const serializeAws_json1_1CreateDatabaseCommand = async (input, context) => {
|
|
|
254
285
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
255
286
|
};
|
|
256
287
|
exports.serializeAws_json1_1CreateDatabaseCommand = serializeAws_json1_1CreateDatabaseCommand;
|
|
288
|
+
const serializeAws_json1_1CreateDataQualityRulesetCommand = async (input, context) => {
|
|
289
|
+
const headers = {
|
|
290
|
+
"content-type": "application/x-amz-json-1.1",
|
|
291
|
+
"x-amz-target": "AWSGlue.CreateDataQualityRuleset",
|
|
292
|
+
};
|
|
293
|
+
let body;
|
|
294
|
+
body = JSON.stringify(serializeAws_json1_1CreateDataQualityRulesetRequest(input, context));
|
|
295
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
296
|
+
};
|
|
297
|
+
exports.serializeAws_json1_1CreateDataQualityRulesetCommand = serializeAws_json1_1CreateDataQualityRulesetCommand;
|
|
257
298
|
const serializeAws_json1_1CreateDevEndpointCommand = async (input, context) => {
|
|
258
299
|
const headers = {
|
|
259
300
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -474,6 +515,16 @@ const serializeAws_json1_1DeleteDatabaseCommand = async (input, context) => {
|
|
|
474
515
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
475
516
|
};
|
|
476
517
|
exports.serializeAws_json1_1DeleteDatabaseCommand = serializeAws_json1_1DeleteDatabaseCommand;
|
|
518
|
+
const serializeAws_json1_1DeleteDataQualityRulesetCommand = async (input, context) => {
|
|
519
|
+
const headers = {
|
|
520
|
+
"content-type": "application/x-amz-json-1.1",
|
|
521
|
+
"x-amz-target": "AWSGlue.DeleteDataQualityRuleset",
|
|
522
|
+
};
|
|
523
|
+
let body;
|
|
524
|
+
body = JSON.stringify(serializeAws_json1_1DeleteDataQualityRulesetRequest(input, context));
|
|
525
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
526
|
+
};
|
|
527
|
+
exports.serializeAws_json1_1DeleteDataQualityRulesetCommand = serializeAws_json1_1DeleteDataQualityRulesetCommand;
|
|
477
528
|
const serializeAws_json1_1DeleteDevEndpointCommand = async (input, context) => {
|
|
478
529
|
const headers = {
|
|
479
530
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -814,6 +865,46 @@ const serializeAws_json1_1GetDataflowGraphCommand = async (input, context) => {
|
|
|
814
865
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
815
866
|
};
|
|
816
867
|
exports.serializeAws_json1_1GetDataflowGraphCommand = serializeAws_json1_1GetDataflowGraphCommand;
|
|
868
|
+
const serializeAws_json1_1GetDataQualityResultCommand = async (input, context) => {
|
|
869
|
+
const headers = {
|
|
870
|
+
"content-type": "application/x-amz-json-1.1",
|
|
871
|
+
"x-amz-target": "AWSGlue.GetDataQualityResult",
|
|
872
|
+
};
|
|
873
|
+
let body;
|
|
874
|
+
body = JSON.stringify(serializeAws_json1_1GetDataQualityResultRequest(input, context));
|
|
875
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
876
|
+
};
|
|
877
|
+
exports.serializeAws_json1_1GetDataQualityResultCommand = serializeAws_json1_1GetDataQualityResultCommand;
|
|
878
|
+
const serializeAws_json1_1GetDataQualityRuleRecommendationRunCommand = async (input, context) => {
|
|
879
|
+
const headers = {
|
|
880
|
+
"content-type": "application/x-amz-json-1.1",
|
|
881
|
+
"x-amz-target": "AWSGlue.GetDataQualityRuleRecommendationRun",
|
|
882
|
+
};
|
|
883
|
+
let body;
|
|
884
|
+
body = JSON.stringify(serializeAws_json1_1GetDataQualityRuleRecommendationRunRequest(input, context));
|
|
885
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
886
|
+
};
|
|
887
|
+
exports.serializeAws_json1_1GetDataQualityRuleRecommendationRunCommand = serializeAws_json1_1GetDataQualityRuleRecommendationRunCommand;
|
|
888
|
+
const serializeAws_json1_1GetDataQualityRulesetCommand = async (input, context) => {
|
|
889
|
+
const headers = {
|
|
890
|
+
"content-type": "application/x-amz-json-1.1",
|
|
891
|
+
"x-amz-target": "AWSGlue.GetDataQualityRuleset",
|
|
892
|
+
};
|
|
893
|
+
let body;
|
|
894
|
+
body = JSON.stringify(serializeAws_json1_1GetDataQualityRulesetRequest(input, context));
|
|
895
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
896
|
+
};
|
|
897
|
+
exports.serializeAws_json1_1GetDataQualityRulesetCommand = serializeAws_json1_1GetDataQualityRulesetCommand;
|
|
898
|
+
const serializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand = async (input, context) => {
|
|
899
|
+
const headers = {
|
|
900
|
+
"content-type": "application/x-amz-json-1.1",
|
|
901
|
+
"x-amz-target": "AWSGlue.GetDataQualityRulesetEvaluationRun",
|
|
902
|
+
};
|
|
903
|
+
let body;
|
|
904
|
+
body = JSON.stringify(serializeAws_json1_1GetDataQualityRulesetEvaluationRunRequest(input, context));
|
|
905
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
906
|
+
};
|
|
907
|
+
exports.serializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand = serializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand;
|
|
817
908
|
const serializeAws_json1_1GetDevEndpointCommand = async (input, context) => {
|
|
818
909
|
const headers = {
|
|
819
910
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -1294,6 +1385,46 @@ const serializeAws_json1_1ListCustomEntityTypesCommand = async (input, context)
|
|
|
1294
1385
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1295
1386
|
};
|
|
1296
1387
|
exports.serializeAws_json1_1ListCustomEntityTypesCommand = serializeAws_json1_1ListCustomEntityTypesCommand;
|
|
1388
|
+
const serializeAws_json1_1ListDataQualityResultsCommand = async (input, context) => {
|
|
1389
|
+
const headers = {
|
|
1390
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1391
|
+
"x-amz-target": "AWSGlue.ListDataQualityResults",
|
|
1392
|
+
};
|
|
1393
|
+
let body;
|
|
1394
|
+
body = JSON.stringify(serializeAws_json1_1ListDataQualityResultsRequest(input, context));
|
|
1395
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1396
|
+
};
|
|
1397
|
+
exports.serializeAws_json1_1ListDataQualityResultsCommand = serializeAws_json1_1ListDataQualityResultsCommand;
|
|
1398
|
+
const serializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand = async (input, context) => {
|
|
1399
|
+
const headers = {
|
|
1400
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1401
|
+
"x-amz-target": "AWSGlue.ListDataQualityRuleRecommendationRuns",
|
|
1402
|
+
};
|
|
1403
|
+
let body;
|
|
1404
|
+
body = JSON.stringify(serializeAws_json1_1ListDataQualityRuleRecommendationRunsRequest(input, context));
|
|
1405
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1406
|
+
};
|
|
1407
|
+
exports.serializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand = serializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand;
|
|
1408
|
+
const serializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand = async (input, context) => {
|
|
1409
|
+
const headers = {
|
|
1410
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1411
|
+
"x-amz-target": "AWSGlue.ListDataQualityRulesetEvaluationRuns",
|
|
1412
|
+
};
|
|
1413
|
+
let body;
|
|
1414
|
+
body = JSON.stringify(serializeAws_json1_1ListDataQualityRulesetEvaluationRunsRequest(input, context));
|
|
1415
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1416
|
+
};
|
|
1417
|
+
exports.serializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand = serializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand;
|
|
1418
|
+
const serializeAws_json1_1ListDataQualityRulesetsCommand = async (input, context) => {
|
|
1419
|
+
const headers = {
|
|
1420
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1421
|
+
"x-amz-target": "AWSGlue.ListDataQualityRulesets",
|
|
1422
|
+
};
|
|
1423
|
+
let body;
|
|
1424
|
+
body = JSON.stringify(serializeAws_json1_1ListDataQualityRulesetsRequest(input, context));
|
|
1425
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1426
|
+
};
|
|
1427
|
+
exports.serializeAws_json1_1ListDataQualityRulesetsCommand = serializeAws_json1_1ListDataQualityRulesetsCommand;
|
|
1297
1428
|
const serializeAws_json1_1ListDevEndpointsCommand = async (input, context) => {
|
|
1298
1429
|
const headers = {
|
|
1299
1430
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -1534,6 +1665,26 @@ const serializeAws_json1_1StartCrawlerScheduleCommand = async (input, context) =
|
|
|
1534
1665
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1535
1666
|
};
|
|
1536
1667
|
exports.serializeAws_json1_1StartCrawlerScheduleCommand = serializeAws_json1_1StartCrawlerScheduleCommand;
|
|
1668
|
+
const serializeAws_json1_1StartDataQualityRuleRecommendationRunCommand = async (input, context) => {
|
|
1669
|
+
const headers = {
|
|
1670
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1671
|
+
"x-amz-target": "AWSGlue.StartDataQualityRuleRecommendationRun",
|
|
1672
|
+
};
|
|
1673
|
+
let body;
|
|
1674
|
+
body = JSON.stringify(serializeAws_json1_1StartDataQualityRuleRecommendationRunRequest(input, context));
|
|
1675
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1676
|
+
};
|
|
1677
|
+
exports.serializeAws_json1_1StartDataQualityRuleRecommendationRunCommand = serializeAws_json1_1StartDataQualityRuleRecommendationRunCommand;
|
|
1678
|
+
const serializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand = async (input, context) => {
|
|
1679
|
+
const headers = {
|
|
1680
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1681
|
+
"x-amz-target": "AWSGlue.StartDataQualityRulesetEvaluationRun",
|
|
1682
|
+
};
|
|
1683
|
+
let body;
|
|
1684
|
+
body = JSON.stringify(serializeAws_json1_1StartDataQualityRulesetEvaluationRunRequest(input, context));
|
|
1685
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1686
|
+
};
|
|
1687
|
+
exports.serializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand = serializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand;
|
|
1537
1688
|
const serializeAws_json1_1StartExportLabelsTaskRunCommand = async (input, context) => {
|
|
1538
1689
|
const headers = {
|
|
1539
1690
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -1754,6 +1905,16 @@ const serializeAws_json1_1UpdateDatabaseCommand = async (input, context) => {
|
|
|
1754
1905
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1755
1906
|
};
|
|
1756
1907
|
exports.serializeAws_json1_1UpdateDatabaseCommand = serializeAws_json1_1UpdateDatabaseCommand;
|
|
1908
|
+
const serializeAws_json1_1UpdateDataQualityRulesetCommand = async (input, context) => {
|
|
1909
|
+
const headers = {
|
|
1910
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1911
|
+
"x-amz-target": "AWSGlue.UpdateDataQualityRuleset",
|
|
1912
|
+
};
|
|
1913
|
+
let body;
|
|
1914
|
+
body = JSON.stringify(serializeAws_json1_1UpdateDataQualityRulesetRequest(input, context));
|
|
1915
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1916
|
+
};
|
|
1917
|
+
exports.serializeAws_json1_1UpdateDataQualityRulesetCommand = serializeAws_json1_1UpdateDataQualityRulesetCommand;
|
|
1757
1918
|
const serializeAws_json1_1UpdateDevEndpointCommand = async (input, context) => {
|
|
1758
1919
|
const headers = {
|
|
1759
1920
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -2215,6 +2376,46 @@ const deserializeAws_json1_1BatchGetCustomEntityTypesCommandError = async (outpu
|
|
|
2215
2376
|
});
|
|
2216
2377
|
}
|
|
2217
2378
|
};
|
|
2379
|
+
const deserializeAws_json1_1BatchGetDataQualityResultCommand = async (output, context) => {
|
|
2380
|
+
if (output.statusCode >= 300) {
|
|
2381
|
+
return deserializeAws_json1_1BatchGetDataQualityResultCommandError(output, context);
|
|
2382
|
+
}
|
|
2383
|
+
const data = await parseBody(output.body, context);
|
|
2384
|
+
let contents = {};
|
|
2385
|
+
contents = deserializeAws_json1_1BatchGetDataQualityResultResponse(data, context);
|
|
2386
|
+
const response = {
|
|
2387
|
+
$metadata: deserializeMetadata(output),
|
|
2388
|
+
...contents,
|
|
2389
|
+
};
|
|
2390
|
+
return Promise.resolve(response);
|
|
2391
|
+
};
|
|
2392
|
+
exports.deserializeAws_json1_1BatchGetDataQualityResultCommand = deserializeAws_json1_1BatchGetDataQualityResultCommand;
|
|
2393
|
+
const deserializeAws_json1_1BatchGetDataQualityResultCommandError = async (output, context) => {
|
|
2394
|
+
const parsedOutput = {
|
|
2395
|
+
...output,
|
|
2396
|
+
body: await parseErrorBody(output.body, context),
|
|
2397
|
+
};
|
|
2398
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2399
|
+
switch (errorCode) {
|
|
2400
|
+
case "InternalServiceException":
|
|
2401
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
2402
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
2403
|
+
case "InvalidInputException":
|
|
2404
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
2405
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
2406
|
+
case "OperationTimeoutException":
|
|
2407
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
2408
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
2409
|
+
default:
|
|
2410
|
+
const parsedBody = parsedOutput.body;
|
|
2411
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
2412
|
+
output,
|
|
2413
|
+
parsedBody,
|
|
2414
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
2415
|
+
errorCode,
|
|
2416
|
+
});
|
|
2417
|
+
}
|
|
2418
|
+
};
|
|
2218
2419
|
const deserializeAws_json1_1BatchGetDevEndpointsCommand = async (output, context) => {
|
|
2219
2420
|
if (output.statusCode >= 300) {
|
|
2220
2421
|
return deserializeAws_json1_1BatchGetDevEndpointsCommandError(output, context);
|
|
@@ -2513,6 +2714,92 @@ const deserializeAws_json1_1BatchUpdatePartitionCommandError = async (output, co
|
|
|
2513
2714
|
});
|
|
2514
2715
|
}
|
|
2515
2716
|
};
|
|
2717
|
+
const deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand = async (output, context) => {
|
|
2718
|
+
if (output.statusCode >= 300) {
|
|
2719
|
+
return deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommandError(output, context);
|
|
2720
|
+
}
|
|
2721
|
+
const data = await parseBody(output.body, context);
|
|
2722
|
+
let contents = {};
|
|
2723
|
+
contents = deserializeAws_json1_1CancelDataQualityRuleRecommendationRunResponse(data, context);
|
|
2724
|
+
const response = {
|
|
2725
|
+
$metadata: deserializeMetadata(output),
|
|
2726
|
+
...contents,
|
|
2727
|
+
};
|
|
2728
|
+
return Promise.resolve(response);
|
|
2729
|
+
};
|
|
2730
|
+
exports.deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand = deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand;
|
|
2731
|
+
const deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommandError = async (output, context) => {
|
|
2732
|
+
const parsedOutput = {
|
|
2733
|
+
...output,
|
|
2734
|
+
body: await parseErrorBody(output.body, context),
|
|
2735
|
+
};
|
|
2736
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2737
|
+
switch (errorCode) {
|
|
2738
|
+
case "EntityNotFoundException":
|
|
2739
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
2740
|
+
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
2741
|
+
case "InternalServiceException":
|
|
2742
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
2743
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
2744
|
+
case "InvalidInputException":
|
|
2745
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
2746
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
2747
|
+
case "OperationTimeoutException":
|
|
2748
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
2749
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
2750
|
+
default:
|
|
2751
|
+
const parsedBody = parsedOutput.body;
|
|
2752
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
2753
|
+
output,
|
|
2754
|
+
parsedBody,
|
|
2755
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
2756
|
+
errorCode,
|
|
2757
|
+
});
|
|
2758
|
+
}
|
|
2759
|
+
};
|
|
2760
|
+
const deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand = async (output, context) => {
|
|
2761
|
+
if (output.statusCode >= 300) {
|
|
2762
|
+
return deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommandError(output, context);
|
|
2763
|
+
}
|
|
2764
|
+
const data = await parseBody(output.body, context);
|
|
2765
|
+
let contents = {};
|
|
2766
|
+
contents = deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunResponse(data, context);
|
|
2767
|
+
const response = {
|
|
2768
|
+
$metadata: deserializeMetadata(output),
|
|
2769
|
+
...contents,
|
|
2770
|
+
};
|
|
2771
|
+
return Promise.resolve(response);
|
|
2772
|
+
};
|
|
2773
|
+
exports.deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand = deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand;
|
|
2774
|
+
const deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommandError = async (output, context) => {
|
|
2775
|
+
const parsedOutput = {
|
|
2776
|
+
...output,
|
|
2777
|
+
body: await parseErrorBody(output.body, context),
|
|
2778
|
+
};
|
|
2779
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2780
|
+
switch (errorCode) {
|
|
2781
|
+
case "EntityNotFoundException":
|
|
2782
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
2783
|
+
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
2784
|
+
case "InternalServiceException":
|
|
2785
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
2786
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
2787
|
+
case "InvalidInputException":
|
|
2788
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
2789
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
2790
|
+
case "OperationTimeoutException":
|
|
2791
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
2792
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
2793
|
+
default:
|
|
2794
|
+
const parsedBody = parsedOutput.body;
|
|
2795
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
2796
|
+
output,
|
|
2797
|
+
parsedBody,
|
|
2798
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
2799
|
+
errorCode,
|
|
2800
|
+
});
|
|
2801
|
+
}
|
|
2802
|
+
};
|
|
2516
2803
|
const deserializeAws_json1_1CancelMLTaskRunCommand = async (output, context) => {
|
|
2517
2804
|
if (output.statusCode >= 300) {
|
|
2518
2805
|
return deserializeAws_json1_1CancelMLTaskRunCommandError(output, context);
|
|
@@ -2924,6 +3211,52 @@ const deserializeAws_json1_1CreateDatabaseCommandError = async (output, context)
|
|
|
2924
3211
|
});
|
|
2925
3212
|
}
|
|
2926
3213
|
};
|
|
3214
|
+
const deserializeAws_json1_1CreateDataQualityRulesetCommand = async (output, context) => {
|
|
3215
|
+
if (output.statusCode >= 300) {
|
|
3216
|
+
return deserializeAws_json1_1CreateDataQualityRulesetCommandError(output, context);
|
|
3217
|
+
}
|
|
3218
|
+
const data = await parseBody(output.body, context);
|
|
3219
|
+
let contents = {};
|
|
3220
|
+
contents = deserializeAws_json1_1CreateDataQualityRulesetResponse(data, context);
|
|
3221
|
+
const response = {
|
|
3222
|
+
$metadata: deserializeMetadata(output),
|
|
3223
|
+
...contents,
|
|
3224
|
+
};
|
|
3225
|
+
return Promise.resolve(response);
|
|
3226
|
+
};
|
|
3227
|
+
exports.deserializeAws_json1_1CreateDataQualityRulesetCommand = deserializeAws_json1_1CreateDataQualityRulesetCommand;
|
|
3228
|
+
const deserializeAws_json1_1CreateDataQualityRulesetCommandError = async (output, context) => {
|
|
3229
|
+
const parsedOutput = {
|
|
3230
|
+
...output,
|
|
3231
|
+
body: await parseErrorBody(output.body, context),
|
|
3232
|
+
};
|
|
3233
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3234
|
+
switch (errorCode) {
|
|
3235
|
+
case "AlreadyExistsException":
|
|
3236
|
+
case "com.amazonaws.glue#AlreadyExistsException":
|
|
3237
|
+
throw await deserializeAws_json1_1AlreadyExistsExceptionResponse(parsedOutput, context);
|
|
3238
|
+
case "InternalServiceException":
|
|
3239
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
3240
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
3241
|
+
case "InvalidInputException":
|
|
3242
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
3243
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
3244
|
+
case "OperationTimeoutException":
|
|
3245
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
3246
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
3247
|
+
case "ResourceNumberLimitExceededException":
|
|
3248
|
+
case "com.amazonaws.glue#ResourceNumberLimitExceededException":
|
|
3249
|
+
throw await deserializeAws_json1_1ResourceNumberLimitExceededExceptionResponse(parsedOutput, context);
|
|
3250
|
+
default:
|
|
3251
|
+
const parsedBody = parsedOutput.body;
|
|
3252
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
3253
|
+
output,
|
|
3254
|
+
parsedBody,
|
|
3255
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
3256
|
+
errorCode,
|
|
3257
|
+
});
|
|
3258
|
+
}
|
|
3259
|
+
};
|
|
2927
3260
|
const deserializeAws_json1_1CreateDevEndpointCommand = async (output, context) => {
|
|
2928
3261
|
if (output.statusCode >= 300) {
|
|
2929
3262
|
return deserializeAws_json1_1CreateDevEndpointCommandError(output, context);
|
|
@@ -3984,21 +4317,21 @@ const deserializeAws_json1_1DeleteDatabaseCommandError = async (output, context)
|
|
|
3984
4317
|
});
|
|
3985
4318
|
}
|
|
3986
4319
|
};
|
|
3987
|
-
const
|
|
4320
|
+
const deserializeAws_json1_1DeleteDataQualityRulesetCommand = async (output, context) => {
|
|
3988
4321
|
if (output.statusCode >= 300) {
|
|
3989
|
-
return
|
|
4322
|
+
return deserializeAws_json1_1DeleteDataQualityRulesetCommandError(output, context);
|
|
3990
4323
|
}
|
|
3991
4324
|
const data = await parseBody(output.body, context);
|
|
3992
4325
|
let contents = {};
|
|
3993
|
-
contents =
|
|
4326
|
+
contents = deserializeAws_json1_1DeleteDataQualityRulesetResponse(data, context);
|
|
3994
4327
|
const response = {
|
|
3995
4328
|
$metadata: deserializeMetadata(output),
|
|
3996
4329
|
...contents,
|
|
3997
4330
|
};
|
|
3998
4331
|
return Promise.resolve(response);
|
|
3999
4332
|
};
|
|
4000
|
-
exports.
|
|
4001
|
-
const
|
|
4333
|
+
exports.deserializeAws_json1_1DeleteDataQualityRulesetCommand = deserializeAws_json1_1DeleteDataQualityRulesetCommand;
|
|
4334
|
+
const deserializeAws_json1_1DeleteDataQualityRulesetCommandError = async (output, context) => {
|
|
4002
4335
|
const parsedOutput = {
|
|
4003
4336
|
...output,
|
|
4004
4337
|
body: await parseErrorBody(output.body, context),
|
|
@@ -4027,9 +4360,52 @@ const deserializeAws_json1_1DeleteDevEndpointCommandError = async (output, conte
|
|
|
4027
4360
|
});
|
|
4028
4361
|
}
|
|
4029
4362
|
};
|
|
4030
|
-
const
|
|
4363
|
+
const deserializeAws_json1_1DeleteDevEndpointCommand = async (output, context) => {
|
|
4031
4364
|
if (output.statusCode >= 300) {
|
|
4032
|
-
return
|
|
4365
|
+
return deserializeAws_json1_1DeleteDevEndpointCommandError(output, context);
|
|
4366
|
+
}
|
|
4367
|
+
const data = await parseBody(output.body, context);
|
|
4368
|
+
let contents = {};
|
|
4369
|
+
contents = deserializeAws_json1_1DeleteDevEndpointResponse(data, context);
|
|
4370
|
+
const response = {
|
|
4371
|
+
$metadata: deserializeMetadata(output),
|
|
4372
|
+
...contents,
|
|
4373
|
+
};
|
|
4374
|
+
return Promise.resolve(response);
|
|
4375
|
+
};
|
|
4376
|
+
exports.deserializeAws_json1_1DeleteDevEndpointCommand = deserializeAws_json1_1DeleteDevEndpointCommand;
|
|
4377
|
+
const deserializeAws_json1_1DeleteDevEndpointCommandError = async (output, context) => {
|
|
4378
|
+
const parsedOutput = {
|
|
4379
|
+
...output,
|
|
4380
|
+
body: await parseErrorBody(output.body, context),
|
|
4381
|
+
};
|
|
4382
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4383
|
+
switch (errorCode) {
|
|
4384
|
+
case "EntityNotFoundException":
|
|
4385
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
4386
|
+
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
4387
|
+
case "InternalServiceException":
|
|
4388
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
4389
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
4390
|
+
case "InvalidInputException":
|
|
4391
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
4392
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
4393
|
+
case "OperationTimeoutException":
|
|
4394
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
4395
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
4396
|
+
default:
|
|
4397
|
+
const parsedBody = parsedOutput.body;
|
|
4398
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
4399
|
+
output,
|
|
4400
|
+
parsedBody,
|
|
4401
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
4402
|
+
errorCode,
|
|
4403
|
+
});
|
|
4404
|
+
}
|
|
4405
|
+
};
|
|
4406
|
+
const deserializeAws_json1_1DeleteJobCommand = async (output, context) => {
|
|
4407
|
+
if (output.statusCode >= 300) {
|
|
4408
|
+
return deserializeAws_json1_1DeleteJobCommandError(output, context);
|
|
4033
4409
|
}
|
|
4034
4410
|
const data = await parseBody(output.body, context);
|
|
4035
4411
|
let contents = {};
|
|
@@ -5422,6 +5798,178 @@ const deserializeAws_json1_1GetDataflowGraphCommandError = async (output, contex
|
|
|
5422
5798
|
});
|
|
5423
5799
|
}
|
|
5424
5800
|
};
|
|
5801
|
+
const deserializeAws_json1_1GetDataQualityResultCommand = async (output, context) => {
|
|
5802
|
+
if (output.statusCode >= 300) {
|
|
5803
|
+
return deserializeAws_json1_1GetDataQualityResultCommandError(output, context);
|
|
5804
|
+
}
|
|
5805
|
+
const data = await parseBody(output.body, context);
|
|
5806
|
+
let contents = {};
|
|
5807
|
+
contents = deserializeAws_json1_1GetDataQualityResultResponse(data, context);
|
|
5808
|
+
const response = {
|
|
5809
|
+
$metadata: deserializeMetadata(output),
|
|
5810
|
+
...contents,
|
|
5811
|
+
};
|
|
5812
|
+
return Promise.resolve(response);
|
|
5813
|
+
};
|
|
5814
|
+
exports.deserializeAws_json1_1GetDataQualityResultCommand = deserializeAws_json1_1GetDataQualityResultCommand;
|
|
5815
|
+
const deserializeAws_json1_1GetDataQualityResultCommandError = async (output, context) => {
|
|
5816
|
+
const parsedOutput = {
|
|
5817
|
+
...output,
|
|
5818
|
+
body: await parseErrorBody(output.body, context),
|
|
5819
|
+
};
|
|
5820
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5821
|
+
switch (errorCode) {
|
|
5822
|
+
case "EntityNotFoundException":
|
|
5823
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
5824
|
+
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
5825
|
+
case "InternalServiceException":
|
|
5826
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
5827
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
5828
|
+
case "InvalidInputException":
|
|
5829
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
5830
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
5831
|
+
case "OperationTimeoutException":
|
|
5832
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
5833
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
5834
|
+
default:
|
|
5835
|
+
const parsedBody = parsedOutput.body;
|
|
5836
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
5837
|
+
output,
|
|
5838
|
+
parsedBody,
|
|
5839
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
5840
|
+
errorCode,
|
|
5841
|
+
});
|
|
5842
|
+
}
|
|
5843
|
+
};
|
|
5844
|
+
const deserializeAws_json1_1GetDataQualityRuleRecommendationRunCommand = async (output, context) => {
|
|
5845
|
+
if (output.statusCode >= 300) {
|
|
5846
|
+
return deserializeAws_json1_1GetDataQualityRuleRecommendationRunCommandError(output, context);
|
|
5847
|
+
}
|
|
5848
|
+
const data = await parseBody(output.body, context);
|
|
5849
|
+
let contents = {};
|
|
5850
|
+
contents = deserializeAws_json1_1GetDataQualityRuleRecommendationRunResponse(data, context);
|
|
5851
|
+
const response = {
|
|
5852
|
+
$metadata: deserializeMetadata(output),
|
|
5853
|
+
...contents,
|
|
5854
|
+
};
|
|
5855
|
+
return Promise.resolve(response);
|
|
5856
|
+
};
|
|
5857
|
+
exports.deserializeAws_json1_1GetDataQualityRuleRecommendationRunCommand = deserializeAws_json1_1GetDataQualityRuleRecommendationRunCommand;
|
|
5858
|
+
const deserializeAws_json1_1GetDataQualityRuleRecommendationRunCommandError = async (output, context) => {
|
|
5859
|
+
const parsedOutput = {
|
|
5860
|
+
...output,
|
|
5861
|
+
body: await parseErrorBody(output.body, context),
|
|
5862
|
+
};
|
|
5863
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5864
|
+
switch (errorCode) {
|
|
5865
|
+
case "EntityNotFoundException":
|
|
5866
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
5867
|
+
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
5868
|
+
case "InternalServiceException":
|
|
5869
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
5870
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
5871
|
+
case "InvalidInputException":
|
|
5872
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
5873
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
5874
|
+
case "OperationTimeoutException":
|
|
5875
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
5876
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
5877
|
+
default:
|
|
5878
|
+
const parsedBody = parsedOutput.body;
|
|
5879
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
5880
|
+
output,
|
|
5881
|
+
parsedBody,
|
|
5882
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
5883
|
+
errorCode,
|
|
5884
|
+
});
|
|
5885
|
+
}
|
|
5886
|
+
};
|
|
5887
|
+
const deserializeAws_json1_1GetDataQualityRulesetCommand = async (output, context) => {
|
|
5888
|
+
if (output.statusCode >= 300) {
|
|
5889
|
+
return deserializeAws_json1_1GetDataQualityRulesetCommandError(output, context);
|
|
5890
|
+
}
|
|
5891
|
+
const data = await parseBody(output.body, context);
|
|
5892
|
+
let contents = {};
|
|
5893
|
+
contents = deserializeAws_json1_1GetDataQualityRulesetResponse(data, context);
|
|
5894
|
+
const response = {
|
|
5895
|
+
$metadata: deserializeMetadata(output),
|
|
5896
|
+
...contents,
|
|
5897
|
+
};
|
|
5898
|
+
return Promise.resolve(response);
|
|
5899
|
+
};
|
|
5900
|
+
exports.deserializeAws_json1_1GetDataQualityRulesetCommand = deserializeAws_json1_1GetDataQualityRulesetCommand;
|
|
5901
|
+
const deserializeAws_json1_1GetDataQualityRulesetCommandError = async (output, context) => {
|
|
5902
|
+
const parsedOutput = {
|
|
5903
|
+
...output,
|
|
5904
|
+
body: await parseErrorBody(output.body, context),
|
|
5905
|
+
};
|
|
5906
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5907
|
+
switch (errorCode) {
|
|
5908
|
+
case "EntityNotFoundException":
|
|
5909
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
5910
|
+
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
5911
|
+
case "InternalServiceException":
|
|
5912
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
5913
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
5914
|
+
case "InvalidInputException":
|
|
5915
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
5916
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
5917
|
+
case "OperationTimeoutException":
|
|
5918
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
5919
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
5920
|
+
default:
|
|
5921
|
+
const parsedBody = parsedOutput.body;
|
|
5922
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
5923
|
+
output,
|
|
5924
|
+
parsedBody,
|
|
5925
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
5926
|
+
errorCode,
|
|
5927
|
+
});
|
|
5928
|
+
}
|
|
5929
|
+
};
|
|
5930
|
+
const deserializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand = async (output, context) => {
|
|
5931
|
+
if (output.statusCode >= 300) {
|
|
5932
|
+
return deserializeAws_json1_1GetDataQualityRulesetEvaluationRunCommandError(output, context);
|
|
5933
|
+
}
|
|
5934
|
+
const data = await parseBody(output.body, context);
|
|
5935
|
+
let contents = {};
|
|
5936
|
+
contents = deserializeAws_json1_1GetDataQualityRulesetEvaluationRunResponse(data, context);
|
|
5937
|
+
const response = {
|
|
5938
|
+
$metadata: deserializeMetadata(output),
|
|
5939
|
+
...contents,
|
|
5940
|
+
};
|
|
5941
|
+
return Promise.resolve(response);
|
|
5942
|
+
};
|
|
5943
|
+
exports.deserializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand = deserializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand;
|
|
5944
|
+
const deserializeAws_json1_1GetDataQualityRulesetEvaluationRunCommandError = async (output, context) => {
|
|
5945
|
+
const parsedOutput = {
|
|
5946
|
+
...output,
|
|
5947
|
+
body: await parseErrorBody(output.body, context),
|
|
5948
|
+
};
|
|
5949
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5950
|
+
switch (errorCode) {
|
|
5951
|
+
case "EntityNotFoundException":
|
|
5952
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
5953
|
+
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
5954
|
+
case "InternalServiceException":
|
|
5955
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
5956
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
5957
|
+
case "InvalidInputException":
|
|
5958
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
5959
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
5960
|
+
case "OperationTimeoutException":
|
|
5961
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
5962
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
5963
|
+
default:
|
|
5964
|
+
const parsedBody = parsedOutput.body;
|
|
5965
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
5966
|
+
output,
|
|
5967
|
+
parsedBody,
|
|
5968
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
5969
|
+
errorCode,
|
|
5970
|
+
});
|
|
5971
|
+
}
|
|
5972
|
+
};
|
|
5425
5973
|
const deserializeAws_json1_1GetDevEndpointCommand = async (output, context) => {
|
|
5426
5974
|
if (output.statusCode >= 300) {
|
|
5427
5975
|
return deserializeAws_json1_1GetDevEndpointCommandError(output, context);
|
|
@@ -7525,30 +8073,27 @@ const deserializeAws_json1_1ListCustomEntityTypesCommandError = async (output, c
|
|
|
7525
8073
|
});
|
|
7526
8074
|
}
|
|
7527
8075
|
};
|
|
7528
|
-
const
|
|
8076
|
+
const deserializeAws_json1_1ListDataQualityResultsCommand = async (output, context) => {
|
|
7529
8077
|
if (output.statusCode >= 300) {
|
|
7530
|
-
return
|
|
8078
|
+
return deserializeAws_json1_1ListDataQualityResultsCommandError(output, context);
|
|
7531
8079
|
}
|
|
7532
8080
|
const data = await parseBody(output.body, context);
|
|
7533
8081
|
let contents = {};
|
|
7534
|
-
contents =
|
|
8082
|
+
contents = deserializeAws_json1_1ListDataQualityResultsResponse(data, context);
|
|
7535
8083
|
const response = {
|
|
7536
8084
|
$metadata: deserializeMetadata(output),
|
|
7537
8085
|
...contents,
|
|
7538
8086
|
};
|
|
7539
8087
|
return Promise.resolve(response);
|
|
7540
8088
|
};
|
|
7541
|
-
exports.
|
|
7542
|
-
const
|
|
8089
|
+
exports.deserializeAws_json1_1ListDataQualityResultsCommand = deserializeAws_json1_1ListDataQualityResultsCommand;
|
|
8090
|
+
const deserializeAws_json1_1ListDataQualityResultsCommandError = async (output, context) => {
|
|
7543
8091
|
const parsedOutput = {
|
|
7544
8092
|
...output,
|
|
7545
8093
|
body: await parseErrorBody(output.body, context),
|
|
7546
8094
|
};
|
|
7547
8095
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7548
8096
|
switch (errorCode) {
|
|
7549
|
-
case "EntityNotFoundException":
|
|
7550
|
-
case "com.amazonaws.glue#EntityNotFoundException":
|
|
7551
|
-
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
7552
8097
|
case "InternalServiceException":
|
|
7553
8098
|
case "com.amazonaws.glue#InternalServiceException":
|
|
7554
8099
|
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
@@ -7568,30 +8113,27 @@ const deserializeAws_json1_1ListDevEndpointsCommandError = async (output, contex
|
|
|
7568
8113
|
});
|
|
7569
8114
|
}
|
|
7570
8115
|
};
|
|
7571
|
-
const
|
|
8116
|
+
const deserializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand = async (output, context) => {
|
|
7572
8117
|
if (output.statusCode >= 300) {
|
|
7573
|
-
return
|
|
8118
|
+
return deserializeAws_json1_1ListDataQualityRuleRecommendationRunsCommandError(output, context);
|
|
7574
8119
|
}
|
|
7575
8120
|
const data = await parseBody(output.body, context);
|
|
7576
8121
|
let contents = {};
|
|
7577
|
-
contents =
|
|
8122
|
+
contents = deserializeAws_json1_1ListDataQualityRuleRecommendationRunsResponse(data, context);
|
|
7578
8123
|
const response = {
|
|
7579
8124
|
$metadata: deserializeMetadata(output),
|
|
7580
8125
|
...contents,
|
|
7581
8126
|
};
|
|
7582
8127
|
return Promise.resolve(response);
|
|
7583
8128
|
};
|
|
7584
|
-
exports.
|
|
7585
|
-
const
|
|
8129
|
+
exports.deserializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand = deserializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand;
|
|
8130
|
+
const deserializeAws_json1_1ListDataQualityRuleRecommendationRunsCommandError = async (output, context) => {
|
|
7586
8131
|
const parsedOutput = {
|
|
7587
8132
|
...output,
|
|
7588
8133
|
body: await parseErrorBody(output.body, context),
|
|
7589
8134
|
};
|
|
7590
8135
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7591
8136
|
switch (errorCode) {
|
|
7592
|
-
case "EntityNotFoundException":
|
|
7593
|
-
case "com.amazonaws.glue#EntityNotFoundException":
|
|
7594
|
-
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
7595
8137
|
case "InternalServiceException":
|
|
7596
8138
|
case "com.amazonaws.glue#InternalServiceException":
|
|
7597
8139
|
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
@@ -7611,30 +8153,27 @@ const deserializeAws_json1_1ListJobsCommandError = async (output, context) => {
|
|
|
7611
8153
|
});
|
|
7612
8154
|
}
|
|
7613
8155
|
};
|
|
7614
|
-
const
|
|
8156
|
+
const deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand = async (output, context) => {
|
|
7615
8157
|
if (output.statusCode >= 300) {
|
|
7616
|
-
return
|
|
8158
|
+
return deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommandError(output, context);
|
|
7617
8159
|
}
|
|
7618
8160
|
const data = await parseBody(output.body, context);
|
|
7619
8161
|
let contents = {};
|
|
7620
|
-
contents =
|
|
8162
|
+
contents = deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsResponse(data, context);
|
|
7621
8163
|
const response = {
|
|
7622
8164
|
$metadata: deserializeMetadata(output),
|
|
7623
8165
|
...contents,
|
|
7624
8166
|
};
|
|
7625
8167
|
return Promise.resolve(response);
|
|
7626
8168
|
};
|
|
7627
|
-
exports.
|
|
7628
|
-
const
|
|
8169
|
+
exports.deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand = deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand;
|
|
8170
|
+
const deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommandError = async (output, context) => {
|
|
7629
8171
|
const parsedOutput = {
|
|
7630
8172
|
...output,
|
|
7631
8173
|
body: await parseErrorBody(output.body, context),
|
|
7632
8174
|
};
|
|
7633
8175
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7634
8176
|
switch (errorCode) {
|
|
7635
|
-
case "EntityNotFoundException":
|
|
7636
|
-
case "com.amazonaws.glue#EntityNotFoundException":
|
|
7637
|
-
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
7638
8177
|
case "InternalServiceException":
|
|
7639
8178
|
case "com.amazonaws.glue#InternalServiceException":
|
|
7640
8179
|
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
@@ -7654,36 +8193,39 @@ const deserializeAws_json1_1ListMLTransformsCommandError = async (output, contex
|
|
|
7654
8193
|
});
|
|
7655
8194
|
}
|
|
7656
8195
|
};
|
|
7657
|
-
const
|
|
8196
|
+
const deserializeAws_json1_1ListDataQualityRulesetsCommand = async (output, context) => {
|
|
7658
8197
|
if (output.statusCode >= 300) {
|
|
7659
|
-
return
|
|
8198
|
+
return deserializeAws_json1_1ListDataQualityRulesetsCommandError(output, context);
|
|
7660
8199
|
}
|
|
7661
8200
|
const data = await parseBody(output.body, context);
|
|
7662
8201
|
let contents = {};
|
|
7663
|
-
contents =
|
|
8202
|
+
contents = deserializeAws_json1_1ListDataQualityRulesetsResponse(data, context);
|
|
7664
8203
|
const response = {
|
|
7665
8204
|
$metadata: deserializeMetadata(output),
|
|
7666
8205
|
...contents,
|
|
7667
8206
|
};
|
|
7668
8207
|
return Promise.resolve(response);
|
|
7669
8208
|
};
|
|
7670
|
-
exports.
|
|
7671
|
-
const
|
|
8209
|
+
exports.deserializeAws_json1_1ListDataQualityRulesetsCommand = deserializeAws_json1_1ListDataQualityRulesetsCommand;
|
|
8210
|
+
const deserializeAws_json1_1ListDataQualityRulesetsCommandError = async (output, context) => {
|
|
7672
8211
|
const parsedOutput = {
|
|
7673
8212
|
...output,
|
|
7674
8213
|
body: await parseErrorBody(output.body, context),
|
|
7675
8214
|
};
|
|
7676
8215
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7677
8216
|
switch (errorCode) {
|
|
7678
|
-
case "
|
|
7679
|
-
case "com.amazonaws.glue#
|
|
7680
|
-
throw await
|
|
8217
|
+
case "EntityNotFoundException":
|
|
8218
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
8219
|
+
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
7681
8220
|
case "InternalServiceException":
|
|
7682
8221
|
case "com.amazonaws.glue#InternalServiceException":
|
|
7683
8222
|
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
7684
8223
|
case "InvalidInputException":
|
|
7685
8224
|
case "com.amazonaws.glue#InvalidInputException":
|
|
7686
8225
|
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
8226
|
+
case "OperationTimeoutException":
|
|
8227
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
8228
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
7687
8229
|
default:
|
|
7688
8230
|
const parsedBody = parsedOutput.body;
|
|
7689
8231
|
(0, smithy_client_1.throwDefaultError)({
|
|
@@ -7694,30 +8236,27 @@ const deserializeAws_json1_1ListRegistriesCommandError = async (output, context)
|
|
|
7694
8236
|
});
|
|
7695
8237
|
}
|
|
7696
8238
|
};
|
|
7697
|
-
const
|
|
8239
|
+
const deserializeAws_json1_1ListDevEndpointsCommand = async (output, context) => {
|
|
7698
8240
|
if (output.statusCode >= 300) {
|
|
7699
|
-
return
|
|
8241
|
+
return deserializeAws_json1_1ListDevEndpointsCommandError(output, context);
|
|
7700
8242
|
}
|
|
7701
8243
|
const data = await parseBody(output.body, context);
|
|
7702
8244
|
let contents = {};
|
|
7703
|
-
contents =
|
|
8245
|
+
contents = deserializeAws_json1_1ListDevEndpointsResponse(data, context);
|
|
7704
8246
|
const response = {
|
|
7705
8247
|
$metadata: deserializeMetadata(output),
|
|
7706
8248
|
...contents,
|
|
7707
8249
|
};
|
|
7708
8250
|
return Promise.resolve(response);
|
|
7709
8251
|
};
|
|
7710
|
-
exports.
|
|
7711
|
-
const
|
|
8252
|
+
exports.deserializeAws_json1_1ListDevEndpointsCommand = deserializeAws_json1_1ListDevEndpointsCommand;
|
|
8253
|
+
const deserializeAws_json1_1ListDevEndpointsCommandError = async (output, context) => {
|
|
7712
8254
|
const parsedOutput = {
|
|
7713
8255
|
...output,
|
|
7714
8256
|
body: await parseErrorBody(output.body, context),
|
|
7715
8257
|
};
|
|
7716
8258
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7717
8259
|
switch (errorCode) {
|
|
7718
|
-
case "AccessDeniedException":
|
|
7719
|
-
case "com.amazonaws.glue#AccessDeniedException":
|
|
7720
|
-
throw await deserializeAws_json1_1AccessDeniedExceptionResponse(parsedOutput, context);
|
|
7721
8260
|
case "EntityNotFoundException":
|
|
7722
8261
|
case "com.amazonaws.glue#EntityNotFoundException":
|
|
7723
8262
|
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
@@ -7727,6 +8266,9 @@ const deserializeAws_json1_1ListSchemasCommandError = async (output, context) =>
|
|
|
7727
8266
|
case "InvalidInputException":
|
|
7728
8267
|
case "com.amazonaws.glue#InvalidInputException":
|
|
7729
8268
|
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
8269
|
+
case "OperationTimeoutException":
|
|
8270
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
8271
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
7730
8272
|
default:
|
|
7731
8273
|
const parsedBody = parsedOutput.body;
|
|
7732
8274
|
(0, smithy_client_1.throwDefaultError)({
|
|
@@ -7737,13 +8279,182 @@ const deserializeAws_json1_1ListSchemasCommandError = async (output, context) =>
|
|
|
7737
8279
|
});
|
|
7738
8280
|
}
|
|
7739
8281
|
};
|
|
7740
|
-
const
|
|
8282
|
+
const deserializeAws_json1_1ListJobsCommand = async (output, context) => {
|
|
7741
8283
|
if (output.statusCode >= 300) {
|
|
7742
|
-
return
|
|
8284
|
+
return deserializeAws_json1_1ListJobsCommandError(output, context);
|
|
7743
8285
|
}
|
|
7744
8286
|
const data = await parseBody(output.body, context);
|
|
7745
8287
|
let contents = {};
|
|
7746
|
-
contents =
|
|
8288
|
+
contents = deserializeAws_json1_1ListJobsResponse(data, context);
|
|
8289
|
+
const response = {
|
|
8290
|
+
$metadata: deserializeMetadata(output),
|
|
8291
|
+
...contents,
|
|
8292
|
+
};
|
|
8293
|
+
return Promise.resolve(response);
|
|
8294
|
+
};
|
|
8295
|
+
exports.deserializeAws_json1_1ListJobsCommand = deserializeAws_json1_1ListJobsCommand;
|
|
8296
|
+
const deserializeAws_json1_1ListJobsCommandError = async (output, context) => {
|
|
8297
|
+
const parsedOutput = {
|
|
8298
|
+
...output,
|
|
8299
|
+
body: await parseErrorBody(output.body, context),
|
|
8300
|
+
};
|
|
8301
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8302
|
+
switch (errorCode) {
|
|
8303
|
+
case "EntityNotFoundException":
|
|
8304
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
8305
|
+
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
8306
|
+
case "InternalServiceException":
|
|
8307
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
8308
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
8309
|
+
case "InvalidInputException":
|
|
8310
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
8311
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
8312
|
+
case "OperationTimeoutException":
|
|
8313
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
8314
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
8315
|
+
default:
|
|
8316
|
+
const parsedBody = parsedOutput.body;
|
|
8317
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
8318
|
+
output,
|
|
8319
|
+
parsedBody,
|
|
8320
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
8321
|
+
errorCode,
|
|
8322
|
+
});
|
|
8323
|
+
}
|
|
8324
|
+
};
|
|
8325
|
+
const deserializeAws_json1_1ListMLTransformsCommand = async (output, context) => {
|
|
8326
|
+
if (output.statusCode >= 300) {
|
|
8327
|
+
return deserializeAws_json1_1ListMLTransformsCommandError(output, context);
|
|
8328
|
+
}
|
|
8329
|
+
const data = await parseBody(output.body, context);
|
|
8330
|
+
let contents = {};
|
|
8331
|
+
contents = deserializeAws_json1_1ListMLTransformsResponse(data, context);
|
|
8332
|
+
const response = {
|
|
8333
|
+
$metadata: deserializeMetadata(output),
|
|
8334
|
+
...contents,
|
|
8335
|
+
};
|
|
8336
|
+
return Promise.resolve(response);
|
|
8337
|
+
};
|
|
8338
|
+
exports.deserializeAws_json1_1ListMLTransformsCommand = deserializeAws_json1_1ListMLTransformsCommand;
|
|
8339
|
+
const deserializeAws_json1_1ListMLTransformsCommandError = async (output, context) => {
|
|
8340
|
+
const parsedOutput = {
|
|
8341
|
+
...output,
|
|
8342
|
+
body: await parseErrorBody(output.body, context),
|
|
8343
|
+
};
|
|
8344
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8345
|
+
switch (errorCode) {
|
|
8346
|
+
case "EntityNotFoundException":
|
|
8347
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
8348
|
+
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
8349
|
+
case "InternalServiceException":
|
|
8350
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
8351
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
8352
|
+
case "InvalidInputException":
|
|
8353
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
8354
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
8355
|
+
case "OperationTimeoutException":
|
|
8356
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
8357
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
8358
|
+
default:
|
|
8359
|
+
const parsedBody = parsedOutput.body;
|
|
8360
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
8361
|
+
output,
|
|
8362
|
+
parsedBody,
|
|
8363
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
8364
|
+
errorCode,
|
|
8365
|
+
});
|
|
8366
|
+
}
|
|
8367
|
+
};
|
|
8368
|
+
const deserializeAws_json1_1ListRegistriesCommand = async (output, context) => {
|
|
8369
|
+
if (output.statusCode >= 300) {
|
|
8370
|
+
return deserializeAws_json1_1ListRegistriesCommandError(output, context);
|
|
8371
|
+
}
|
|
8372
|
+
const data = await parseBody(output.body, context);
|
|
8373
|
+
let contents = {};
|
|
8374
|
+
contents = deserializeAws_json1_1ListRegistriesResponse(data, context);
|
|
8375
|
+
const response = {
|
|
8376
|
+
$metadata: deserializeMetadata(output),
|
|
8377
|
+
...contents,
|
|
8378
|
+
};
|
|
8379
|
+
return Promise.resolve(response);
|
|
8380
|
+
};
|
|
8381
|
+
exports.deserializeAws_json1_1ListRegistriesCommand = deserializeAws_json1_1ListRegistriesCommand;
|
|
8382
|
+
const deserializeAws_json1_1ListRegistriesCommandError = async (output, context) => {
|
|
8383
|
+
const parsedOutput = {
|
|
8384
|
+
...output,
|
|
8385
|
+
body: await parseErrorBody(output.body, context),
|
|
8386
|
+
};
|
|
8387
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8388
|
+
switch (errorCode) {
|
|
8389
|
+
case "AccessDeniedException":
|
|
8390
|
+
case "com.amazonaws.glue#AccessDeniedException":
|
|
8391
|
+
throw await deserializeAws_json1_1AccessDeniedExceptionResponse(parsedOutput, context);
|
|
8392
|
+
case "InternalServiceException":
|
|
8393
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
8394
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
8395
|
+
case "InvalidInputException":
|
|
8396
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
8397
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
8398
|
+
default:
|
|
8399
|
+
const parsedBody = parsedOutput.body;
|
|
8400
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
8401
|
+
output,
|
|
8402
|
+
parsedBody,
|
|
8403
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
8404
|
+
errorCode,
|
|
8405
|
+
});
|
|
8406
|
+
}
|
|
8407
|
+
};
|
|
8408
|
+
const deserializeAws_json1_1ListSchemasCommand = async (output, context) => {
|
|
8409
|
+
if (output.statusCode >= 300) {
|
|
8410
|
+
return deserializeAws_json1_1ListSchemasCommandError(output, context);
|
|
8411
|
+
}
|
|
8412
|
+
const data = await parseBody(output.body, context);
|
|
8413
|
+
let contents = {};
|
|
8414
|
+
contents = deserializeAws_json1_1ListSchemasResponse(data, context);
|
|
8415
|
+
const response = {
|
|
8416
|
+
$metadata: deserializeMetadata(output),
|
|
8417
|
+
...contents,
|
|
8418
|
+
};
|
|
8419
|
+
return Promise.resolve(response);
|
|
8420
|
+
};
|
|
8421
|
+
exports.deserializeAws_json1_1ListSchemasCommand = deserializeAws_json1_1ListSchemasCommand;
|
|
8422
|
+
const deserializeAws_json1_1ListSchemasCommandError = async (output, context) => {
|
|
8423
|
+
const parsedOutput = {
|
|
8424
|
+
...output,
|
|
8425
|
+
body: await parseErrorBody(output.body, context),
|
|
8426
|
+
};
|
|
8427
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8428
|
+
switch (errorCode) {
|
|
8429
|
+
case "AccessDeniedException":
|
|
8430
|
+
case "com.amazonaws.glue#AccessDeniedException":
|
|
8431
|
+
throw await deserializeAws_json1_1AccessDeniedExceptionResponse(parsedOutput, context);
|
|
8432
|
+
case "EntityNotFoundException":
|
|
8433
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
8434
|
+
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
8435
|
+
case "InternalServiceException":
|
|
8436
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
8437
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
8438
|
+
case "InvalidInputException":
|
|
8439
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
8440
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
8441
|
+
default:
|
|
8442
|
+
const parsedBody = parsedOutput.body;
|
|
8443
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
8444
|
+
output,
|
|
8445
|
+
parsedBody,
|
|
8446
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
8447
|
+
errorCode,
|
|
8448
|
+
});
|
|
8449
|
+
}
|
|
8450
|
+
};
|
|
8451
|
+
const deserializeAws_json1_1ListSchemaVersionsCommand = async (output, context) => {
|
|
8452
|
+
if (output.statusCode >= 300) {
|
|
8453
|
+
return deserializeAws_json1_1ListSchemaVersionsCommandError(output, context);
|
|
8454
|
+
}
|
|
8455
|
+
const data = await parseBody(output.body, context);
|
|
8456
|
+
let contents = {};
|
|
8457
|
+
contents = deserializeAws_json1_1ListSchemaVersionsResponse(data, context);
|
|
7747
8458
|
const response = {
|
|
7748
8459
|
$metadata: deserializeMetadata(output),
|
|
7749
8460
|
...contents,
|
|
@@ -8590,6 +9301,95 @@ const deserializeAws_json1_1StartCrawlerScheduleCommandError = async (output, co
|
|
|
8590
9301
|
});
|
|
8591
9302
|
}
|
|
8592
9303
|
};
|
|
9304
|
+
const deserializeAws_json1_1StartDataQualityRuleRecommendationRunCommand = async (output, context) => {
|
|
9305
|
+
if (output.statusCode >= 300) {
|
|
9306
|
+
return deserializeAws_json1_1StartDataQualityRuleRecommendationRunCommandError(output, context);
|
|
9307
|
+
}
|
|
9308
|
+
const data = await parseBody(output.body, context);
|
|
9309
|
+
let contents = {};
|
|
9310
|
+
contents = deserializeAws_json1_1StartDataQualityRuleRecommendationRunResponse(data, context);
|
|
9311
|
+
const response = {
|
|
9312
|
+
$metadata: deserializeMetadata(output),
|
|
9313
|
+
...contents,
|
|
9314
|
+
};
|
|
9315
|
+
return Promise.resolve(response);
|
|
9316
|
+
};
|
|
9317
|
+
exports.deserializeAws_json1_1StartDataQualityRuleRecommendationRunCommand = deserializeAws_json1_1StartDataQualityRuleRecommendationRunCommand;
|
|
9318
|
+
const deserializeAws_json1_1StartDataQualityRuleRecommendationRunCommandError = async (output, context) => {
|
|
9319
|
+
const parsedOutput = {
|
|
9320
|
+
...output,
|
|
9321
|
+
body: await parseErrorBody(output.body, context),
|
|
9322
|
+
};
|
|
9323
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9324
|
+
switch (errorCode) {
|
|
9325
|
+
case "ConflictException":
|
|
9326
|
+
case "com.amazonaws.glue#ConflictException":
|
|
9327
|
+
throw await deserializeAws_json1_1ConflictExceptionResponse(parsedOutput, context);
|
|
9328
|
+
case "InternalServiceException":
|
|
9329
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
9330
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
9331
|
+
case "InvalidInputException":
|
|
9332
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
9333
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
9334
|
+
case "OperationTimeoutException":
|
|
9335
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
9336
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
9337
|
+
default:
|
|
9338
|
+
const parsedBody = parsedOutput.body;
|
|
9339
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
9340
|
+
output,
|
|
9341
|
+
parsedBody,
|
|
9342
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
9343
|
+
errorCode,
|
|
9344
|
+
});
|
|
9345
|
+
}
|
|
9346
|
+
};
|
|
9347
|
+
const deserializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand = async (output, context) => {
|
|
9348
|
+
if (output.statusCode >= 300) {
|
|
9349
|
+
return deserializeAws_json1_1StartDataQualityRulesetEvaluationRunCommandError(output, context);
|
|
9350
|
+
}
|
|
9351
|
+
const data = await parseBody(output.body, context);
|
|
9352
|
+
let contents = {};
|
|
9353
|
+
contents = deserializeAws_json1_1StartDataQualityRulesetEvaluationRunResponse(data, context);
|
|
9354
|
+
const response = {
|
|
9355
|
+
$metadata: deserializeMetadata(output),
|
|
9356
|
+
...contents,
|
|
9357
|
+
};
|
|
9358
|
+
return Promise.resolve(response);
|
|
9359
|
+
};
|
|
9360
|
+
exports.deserializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand = deserializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand;
|
|
9361
|
+
const deserializeAws_json1_1StartDataQualityRulesetEvaluationRunCommandError = async (output, context) => {
|
|
9362
|
+
const parsedOutput = {
|
|
9363
|
+
...output,
|
|
9364
|
+
body: await parseErrorBody(output.body, context),
|
|
9365
|
+
};
|
|
9366
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9367
|
+
switch (errorCode) {
|
|
9368
|
+
case "ConflictException":
|
|
9369
|
+
case "com.amazonaws.glue#ConflictException":
|
|
9370
|
+
throw await deserializeAws_json1_1ConflictExceptionResponse(parsedOutput, context);
|
|
9371
|
+
case "EntityNotFoundException":
|
|
9372
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
9373
|
+
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
9374
|
+
case "InternalServiceException":
|
|
9375
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
9376
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
9377
|
+
case "InvalidInputException":
|
|
9378
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
9379
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
9380
|
+
case "OperationTimeoutException":
|
|
9381
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
9382
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
9383
|
+
default:
|
|
9384
|
+
const parsedBody = parsedOutput.body;
|
|
9385
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
9386
|
+
output,
|
|
9387
|
+
parsedBody,
|
|
9388
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
9389
|
+
errorCode,
|
|
9390
|
+
});
|
|
9391
|
+
}
|
|
9392
|
+
};
|
|
8593
9393
|
const deserializeAws_json1_1StartExportLabelsTaskRunCommand = async (output, context) => {
|
|
8594
9394
|
if (output.statusCode >= 300) {
|
|
8595
9395
|
return deserializeAws_json1_1StartExportLabelsTaskRunCommandError(output, context);
|
|
@@ -9602,6 +10402,58 @@ const deserializeAws_json1_1UpdateDatabaseCommandError = async (output, context)
|
|
|
9602
10402
|
});
|
|
9603
10403
|
}
|
|
9604
10404
|
};
|
|
10405
|
+
const deserializeAws_json1_1UpdateDataQualityRulesetCommand = async (output, context) => {
|
|
10406
|
+
if (output.statusCode >= 300) {
|
|
10407
|
+
return deserializeAws_json1_1UpdateDataQualityRulesetCommandError(output, context);
|
|
10408
|
+
}
|
|
10409
|
+
const data = await parseBody(output.body, context);
|
|
10410
|
+
let contents = {};
|
|
10411
|
+
contents = deserializeAws_json1_1UpdateDataQualityRulesetResponse(data, context);
|
|
10412
|
+
const response = {
|
|
10413
|
+
$metadata: deserializeMetadata(output),
|
|
10414
|
+
...contents,
|
|
10415
|
+
};
|
|
10416
|
+
return Promise.resolve(response);
|
|
10417
|
+
};
|
|
10418
|
+
exports.deserializeAws_json1_1UpdateDataQualityRulesetCommand = deserializeAws_json1_1UpdateDataQualityRulesetCommand;
|
|
10419
|
+
const deserializeAws_json1_1UpdateDataQualityRulesetCommandError = async (output, context) => {
|
|
10420
|
+
const parsedOutput = {
|
|
10421
|
+
...output,
|
|
10422
|
+
body: await parseErrorBody(output.body, context),
|
|
10423
|
+
};
|
|
10424
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10425
|
+
switch (errorCode) {
|
|
10426
|
+
case "AlreadyExistsException":
|
|
10427
|
+
case "com.amazonaws.glue#AlreadyExistsException":
|
|
10428
|
+
throw await deserializeAws_json1_1AlreadyExistsExceptionResponse(parsedOutput, context);
|
|
10429
|
+
case "EntityNotFoundException":
|
|
10430
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
10431
|
+
throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
|
|
10432
|
+
case "IdempotentParameterMismatchException":
|
|
10433
|
+
case "com.amazonaws.glue#IdempotentParameterMismatchException":
|
|
10434
|
+
throw await deserializeAws_json1_1IdempotentParameterMismatchExceptionResponse(parsedOutput, context);
|
|
10435
|
+
case "InternalServiceException":
|
|
10436
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
10437
|
+
throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
|
|
10438
|
+
case "InvalidInputException":
|
|
10439
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
10440
|
+
throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
|
|
10441
|
+
case "OperationTimeoutException":
|
|
10442
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
10443
|
+
throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
|
|
10444
|
+
case "ResourceNumberLimitExceededException":
|
|
10445
|
+
case "com.amazonaws.glue#ResourceNumberLimitExceededException":
|
|
10446
|
+
throw await deserializeAws_json1_1ResourceNumberLimitExceededExceptionResponse(parsedOutput, context);
|
|
10447
|
+
default:
|
|
10448
|
+
const parsedBody = parsedOutput.body;
|
|
10449
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
10450
|
+
output,
|
|
10451
|
+
parsedBody,
|
|
10452
|
+
exceptionCtor: GlueServiceException_1.GlueServiceException,
|
|
10453
|
+
errorCode,
|
|
10454
|
+
});
|
|
10455
|
+
}
|
|
10456
|
+
};
|
|
9605
10457
|
const deserializeAws_json1_1UpdateDevEndpointCommand = async (output, context) => {
|
|
9606
10458
|
if (output.statusCode >= 300) {
|
|
9607
10459
|
return deserializeAws_json1_1UpdateDevEndpointCommandError(output, context);
|
|
@@ -10633,6 +11485,11 @@ const serializeAws_json1_1BatchGetCustomEntityTypesRequest = (input, context) =>
|
|
|
10633
11485
|
...(input.Names != null && { Names: serializeAws_json1_1CustomEntityTypeNames(input.Names, context) }),
|
|
10634
11486
|
};
|
|
10635
11487
|
};
|
|
11488
|
+
const serializeAws_json1_1BatchGetDataQualityResultRequest = (input, context) => {
|
|
11489
|
+
return {
|
|
11490
|
+
...(input.ResultIds != null && { ResultIds: serializeAws_json1_1DataQualityResultIds(input.ResultIds, context) }),
|
|
11491
|
+
};
|
|
11492
|
+
};
|
|
10636
11493
|
const serializeAws_json1_1BatchGetDevEndpointsRequest = (input, context) => {
|
|
10637
11494
|
return {
|
|
10638
11495
|
...(input.DevEndpointNames != null && {
|
|
@@ -10738,6 +11595,16 @@ const serializeAws_json1_1BoundedPartitionValueList = (input, context) => {
|
|
|
10738
11595
|
return entry;
|
|
10739
11596
|
});
|
|
10740
11597
|
};
|
|
11598
|
+
const serializeAws_json1_1CancelDataQualityRuleRecommendationRunRequest = (input, context) => {
|
|
11599
|
+
return {
|
|
11600
|
+
...(input.RunId != null && { RunId: input.RunId }),
|
|
11601
|
+
};
|
|
11602
|
+
};
|
|
11603
|
+
const serializeAws_json1_1CancelDataQualityRulesetEvaluationRunRequest = (input, context) => {
|
|
11604
|
+
return {
|
|
11605
|
+
...(input.RunId != null && { RunId: input.RunId }),
|
|
11606
|
+
};
|
|
11607
|
+
};
|
|
10741
11608
|
const serializeAws_json1_1CancelMLTaskRunRequest = (input, context) => {
|
|
10742
11609
|
return {
|
|
10743
11610
|
...(input.TaskRunId != null && { TaskRunId: input.TaskRunId }),
|
|
@@ -10882,9 +11749,15 @@ const serializeAws_json1_1CodeGenConfigurationNode = (input, context) => {
|
|
|
10882
11749
|
...(input.DropNullFields != null && {
|
|
10883
11750
|
DropNullFields: serializeAws_json1_1DropNullFields(input.DropNullFields, context),
|
|
10884
11751
|
}),
|
|
11752
|
+
...(input.DynamicTransform != null && {
|
|
11753
|
+
DynamicTransform: serializeAws_json1_1DynamicTransform(input.DynamicTransform, context),
|
|
11754
|
+
}),
|
|
10885
11755
|
...(input.DynamoDBCatalogSource != null && {
|
|
10886
11756
|
DynamoDBCatalogSource: serializeAws_json1_1DynamoDBCatalogSource(input.DynamoDBCatalogSource, context),
|
|
10887
11757
|
}),
|
|
11758
|
+
...(input.EvaluateDataQuality != null && {
|
|
11759
|
+
EvaluateDataQuality: serializeAws_json1_1EvaluateDataQuality(input.EvaluateDataQuality, context),
|
|
11760
|
+
}),
|
|
10888
11761
|
...(input.FillMissingValues != null && {
|
|
10889
11762
|
FillMissingValues: serializeAws_json1_1FillMissingValues(input.FillMissingValues, context),
|
|
10890
11763
|
}),
|
|
@@ -11264,6 +12137,18 @@ const serializeAws_json1_1CreateDatabaseRequest = (input, context) => {
|
|
|
11264
12137
|
...(input.Tags != null && { Tags: serializeAws_json1_1TagsMap(input.Tags, context) }),
|
|
11265
12138
|
};
|
|
11266
12139
|
};
|
|
12140
|
+
const serializeAws_json1_1CreateDataQualityRulesetRequest = (input, context) => {
|
|
12141
|
+
return {
|
|
12142
|
+
...(input.ClientToken != null && { ClientToken: input.ClientToken }),
|
|
12143
|
+
...(input.Description != null && { Description: input.Description }),
|
|
12144
|
+
...(input.Name != null && { Name: input.Name }),
|
|
12145
|
+
...(input.Ruleset != null && { Ruleset: input.Ruleset }),
|
|
12146
|
+
...(input.Tags != null && { Tags: serializeAws_json1_1TagsMap(input.Tags, context) }),
|
|
12147
|
+
...(input.TargetTable != null && {
|
|
12148
|
+
TargetTable: serializeAws_json1_1DataQualityTargetTable(input.TargetTable, context),
|
|
12149
|
+
}),
|
|
12150
|
+
};
|
|
12151
|
+
};
|
|
11267
12152
|
const serializeAws_json1_1CreateDevEndpointRequest = (input, context) => {
|
|
11268
12153
|
return {
|
|
11269
12154
|
...(input.Arguments != null && { Arguments: serializeAws_json1_1MapValue(input.Arguments, context) }),
|
|
@@ -11569,6 +12454,68 @@ const serializeAws_json1_1DataLakePrincipal = (input, context) => {
|
|
|
11569
12454
|
}),
|
|
11570
12455
|
};
|
|
11571
12456
|
};
|
|
12457
|
+
const serializeAws_json1_1DataQualityEvaluationRunAdditionalRunOptions = (input, context) => {
|
|
12458
|
+
return {
|
|
12459
|
+
...(input.CloudWatchMetricsEnabled != null && { CloudWatchMetricsEnabled: input.CloudWatchMetricsEnabled }),
|
|
12460
|
+
...(input.ResultsS3Prefix != null && { ResultsS3Prefix: input.ResultsS3Prefix }),
|
|
12461
|
+
};
|
|
12462
|
+
};
|
|
12463
|
+
const serializeAws_json1_1DataQualityResultFilterCriteria = (input, context) => {
|
|
12464
|
+
return {
|
|
12465
|
+
...(input.DataSource != null && { DataSource: serializeAws_json1_1DataSource(input.DataSource, context) }),
|
|
12466
|
+
...(input.JobName != null && { JobName: input.JobName }),
|
|
12467
|
+
...(input.JobRunId != null && { JobRunId: input.JobRunId }),
|
|
12468
|
+
...(input.StartedAfter != null && { StartedAfter: Math.round(input.StartedAfter.getTime() / 1000) }),
|
|
12469
|
+
...(input.StartedBefore != null && { StartedBefore: Math.round(input.StartedBefore.getTime() / 1000) }),
|
|
12470
|
+
};
|
|
12471
|
+
};
|
|
12472
|
+
const serializeAws_json1_1DataQualityResultIds = (input, context) => {
|
|
12473
|
+
return input
|
|
12474
|
+
.filter((e) => e != null)
|
|
12475
|
+
.map((entry) => {
|
|
12476
|
+
return entry;
|
|
12477
|
+
});
|
|
12478
|
+
};
|
|
12479
|
+
const serializeAws_json1_1DataQualityRuleRecommendationRunFilter = (input, context) => {
|
|
12480
|
+
return {
|
|
12481
|
+
...(input.DataSource != null && { DataSource: serializeAws_json1_1DataSource(input.DataSource, context) }),
|
|
12482
|
+
...(input.StartedAfter != null && { StartedAfter: Math.round(input.StartedAfter.getTime() / 1000) }),
|
|
12483
|
+
...(input.StartedBefore != null && { StartedBefore: Math.round(input.StartedBefore.getTime() / 1000) }),
|
|
12484
|
+
};
|
|
12485
|
+
};
|
|
12486
|
+
const serializeAws_json1_1DataQualityRulesetEvaluationRunFilter = (input, context) => {
|
|
12487
|
+
return {
|
|
12488
|
+
...(input.DataSource != null && { DataSource: serializeAws_json1_1DataSource(input.DataSource, context) }),
|
|
12489
|
+
...(input.StartedAfter != null && { StartedAfter: Math.round(input.StartedAfter.getTime() / 1000) }),
|
|
12490
|
+
...(input.StartedBefore != null && { StartedBefore: Math.round(input.StartedBefore.getTime() / 1000) }),
|
|
12491
|
+
};
|
|
12492
|
+
};
|
|
12493
|
+
const serializeAws_json1_1DataQualityRulesetFilterCriteria = (input, context) => {
|
|
12494
|
+
return {
|
|
12495
|
+
...(input.CreatedAfter != null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000) }),
|
|
12496
|
+
...(input.CreatedBefore != null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000) }),
|
|
12497
|
+
...(input.Description != null && { Description: input.Description }),
|
|
12498
|
+
...(input.LastModifiedAfter != null && { LastModifiedAfter: Math.round(input.LastModifiedAfter.getTime() / 1000) }),
|
|
12499
|
+
...(input.LastModifiedBefore != null && {
|
|
12500
|
+
LastModifiedBefore: Math.round(input.LastModifiedBefore.getTime() / 1000),
|
|
12501
|
+
}),
|
|
12502
|
+
...(input.Name != null && { Name: input.Name }),
|
|
12503
|
+
...(input.TargetTable != null && {
|
|
12504
|
+
TargetTable: serializeAws_json1_1DataQualityTargetTable(input.TargetTable, context),
|
|
12505
|
+
}),
|
|
12506
|
+
};
|
|
12507
|
+
};
|
|
12508
|
+
const serializeAws_json1_1DataQualityTargetTable = (input, context) => {
|
|
12509
|
+
return {
|
|
12510
|
+
...(input.DatabaseName != null && { DatabaseName: input.DatabaseName }),
|
|
12511
|
+
...(input.TableName != null && { TableName: input.TableName }),
|
|
12512
|
+
};
|
|
12513
|
+
};
|
|
12514
|
+
const serializeAws_json1_1DataSource = (input, context) => {
|
|
12515
|
+
return {
|
|
12516
|
+
...(input.GlueTable != null && { GlueTable: serializeAws_json1_1GlueTable(input.GlueTable, context) }),
|
|
12517
|
+
};
|
|
12518
|
+
};
|
|
11572
12519
|
const serializeAws_json1_1Datatype = (input, context) => {
|
|
11573
12520
|
return {
|
|
11574
12521
|
...(input.Id != null && { Id: input.Id }),
|
|
@@ -11655,6 +12602,11 @@ const serializeAws_json1_1DeleteDatabaseRequest = (input, context) => {
|
|
|
11655
12602
|
...(input.Name != null && { Name: input.Name }),
|
|
11656
12603
|
};
|
|
11657
12604
|
};
|
|
12605
|
+
const serializeAws_json1_1DeleteDataQualityRulesetRequest = (input, context) => {
|
|
12606
|
+
return {
|
|
12607
|
+
...(input.Name != null && { Name: input.Name }),
|
|
12608
|
+
};
|
|
12609
|
+
};
|
|
11658
12610
|
const serializeAws_json1_1DeleteDevEndpointRequest = (input, context) => {
|
|
11659
12611
|
return {
|
|
11660
12612
|
...(input.EndpointName != null && { EndpointName: input.EndpointName }),
|
|
@@ -11823,6 +12775,19 @@ const serializeAws_json1_1DoubleColumnStatisticsData = (input, context) => {
|
|
|
11823
12775
|
...(input.NumberOfNulls != null && { NumberOfNulls: input.NumberOfNulls }),
|
|
11824
12776
|
};
|
|
11825
12777
|
};
|
|
12778
|
+
const serializeAws_json1_1DQResultsPublishingOptions = (input, context) => {
|
|
12779
|
+
return {
|
|
12780
|
+
...(input.CloudWatchMetricsEnabled != null && { CloudWatchMetricsEnabled: input.CloudWatchMetricsEnabled }),
|
|
12781
|
+
...(input.EvaluationContext != null && { EvaluationContext: input.EvaluationContext }),
|
|
12782
|
+
...(input.ResultsPublishingEnabled != null && { ResultsPublishingEnabled: input.ResultsPublishingEnabled }),
|
|
12783
|
+
...(input.ResultsS3Prefix != null && { ResultsS3Prefix: input.ResultsS3Prefix }),
|
|
12784
|
+
};
|
|
12785
|
+
};
|
|
12786
|
+
const serializeAws_json1_1DQStopJobOnFailureOptions = (input, context) => {
|
|
12787
|
+
return {
|
|
12788
|
+
...(input.StopJobOnFailureTiming != null && { StopJobOnFailureTiming: input.StopJobOnFailureTiming }),
|
|
12789
|
+
};
|
|
12790
|
+
};
|
|
11826
12791
|
const serializeAws_json1_1DropDuplicates = (input, context) => {
|
|
11827
12792
|
return {
|
|
11828
12793
|
...(input.Columns != null && { Columns: serializeAws_json1_1LimitedPathList(input.Columns, context) }),
|
|
@@ -11849,6 +12814,19 @@ const serializeAws_json1_1DropNullFields = (input, context) => {
|
|
|
11849
12814
|
}),
|
|
11850
12815
|
};
|
|
11851
12816
|
};
|
|
12817
|
+
const serializeAws_json1_1DynamicTransform = (input, context) => {
|
|
12818
|
+
return {
|
|
12819
|
+
...(input.FunctionName != null && { FunctionName: input.FunctionName }),
|
|
12820
|
+
...(input.Inputs != null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) }),
|
|
12821
|
+
...(input.Name != null && { Name: input.Name }),
|
|
12822
|
+
...(input.Parameters != null && {
|
|
12823
|
+
Parameters: serializeAws_json1_1TransformConfigParameterList(input.Parameters, context),
|
|
12824
|
+
}),
|
|
12825
|
+
...(input.Path != null && { Path: input.Path }),
|
|
12826
|
+
...(input.TransformName != null && { TransformName: input.TransformName }),
|
|
12827
|
+
...(input.Version != null && { Version: input.Version }),
|
|
12828
|
+
};
|
|
12829
|
+
};
|
|
11852
12830
|
const serializeAws_json1_1DynamoDBCatalogSource = (input, context) => {
|
|
11853
12831
|
return {
|
|
11854
12832
|
...(input.Database != null && { Database: input.Database }),
|
|
@@ -11905,8 +12883,22 @@ const serializeAws_json1_1EncryptionConfiguration = (input, context) => {
|
|
|
11905
12883
|
...(input.JobBookmarksEncryption != null && {
|
|
11906
12884
|
JobBookmarksEncryption: serializeAws_json1_1JobBookmarksEncryption(input.JobBookmarksEncryption, context),
|
|
11907
12885
|
}),
|
|
11908
|
-
...(input.S3Encryption != null && {
|
|
11909
|
-
S3Encryption: serializeAws_json1_1S3EncryptionList(input.S3Encryption, context),
|
|
12886
|
+
...(input.S3Encryption != null && {
|
|
12887
|
+
S3Encryption: serializeAws_json1_1S3EncryptionList(input.S3Encryption, context),
|
|
12888
|
+
}),
|
|
12889
|
+
};
|
|
12890
|
+
};
|
|
12891
|
+
const serializeAws_json1_1EvaluateDataQuality = (input, context) => {
|
|
12892
|
+
return {
|
|
12893
|
+
...(input.Inputs != null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) }),
|
|
12894
|
+
...(input.Name != null && { Name: input.Name }),
|
|
12895
|
+
...(input.Output != null && { Output: input.Output }),
|
|
12896
|
+
...(input.PublishingOptions != null && {
|
|
12897
|
+
PublishingOptions: serializeAws_json1_1DQResultsPublishingOptions(input.PublishingOptions, context),
|
|
12898
|
+
}),
|
|
12899
|
+
...(input.Ruleset != null && { Ruleset: input.Ruleset }),
|
|
12900
|
+
...(input.StopJobOnFailureOptions != null && {
|
|
12901
|
+
StopJobOnFailureOptions: serializeAws_json1_1DQStopJobOnFailureOptions(input.StopJobOnFailureOptions, context),
|
|
11910
12902
|
}),
|
|
11911
12903
|
};
|
|
11912
12904
|
};
|
|
@@ -12122,6 +13114,26 @@ const serializeAws_json1_1GetDataflowGraphRequest = (input, context) => {
|
|
|
12122
13114
|
...(input.PythonScript != null && { PythonScript: input.PythonScript }),
|
|
12123
13115
|
};
|
|
12124
13116
|
};
|
|
13117
|
+
const serializeAws_json1_1GetDataQualityResultRequest = (input, context) => {
|
|
13118
|
+
return {
|
|
13119
|
+
...(input.ResultId != null && { ResultId: input.ResultId }),
|
|
13120
|
+
};
|
|
13121
|
+
};
|
|
13122
|
+
const serializeAws_json1_1GetDataQualityRuleRecommendationRunRequest = (input, context) => {
|
|
13123
|
+
return {
|
|
13124
|
+
...(input.RunId != null && { RunId: input.RunId }),
|
|
13125
|
+
};
|
|
13126
|
+
};
|
|
13127
|
+
const serializeAws_json1_1GetDataQualityRulesetEvaluationRunRequest = (input, context) => {
|
|
13128
|
+
return {
|
|
13129
|
+
...(input.RunId != null && { RunId: input.RunId }),
|
|
13130
|
+
};
|
|
13131
|
+
};
|
|
13132
|
+
const serializeAws_json1_1GetDataQualityRulesetRequest = (input, context) => {
|
|
13133
|
+
return {
|
|
13134
|
+
...(input.Name != null && { Name: input.Name }),
|
|
13135
|
+
};
|
|
13136
|
+
};
|
|
12125
13137
|
const serializeAws_json1_1GetDevEndpointRequest = (input, context) => {
|
|
12126
13138
|
return {
|
|
12127
13139
|
...(input.EndpointName != null && { EndpointName: input.EndpointName }),
|
|
@@ -12486,12 +13498,24 @@ const serializeAws_json1_1GlueStudioSchemaColumnList = (input, context) => {
|
|
|
12486
13498
|
};
|
|
12487
13499
|
const serializeAws_json1_1GlueTable = (input, context) => {
|
|
12488
13500
|
return {
|
|
13501
|
+
...(input.AdditionalOptions != null && {
|
|
13502
|
+
AdditionalOptions: serializeAws_json1_1GlueTableAdditionalOptions(input.AdditionalOptions, context),
|
|
13503
|
+
}),
|
|
12489
13504
|
...(input.CatalogId != null && { CatalogId: input.CatalogId }),
|
|
12490
13505
|
...(input.ConnectionName != null && { ConnectionName: input.ConnectionName }),
|
|
12491
13506
|
...(input.DatabaseName != null && { DatabaseName: input.DatabaseName }),
|
|
12492
13507
|
...(input.TableName != null && { TableName: input.TableName }),
|
|
12493
13508
|
};
|
|
12494
13509
|
};
|
|
13510
|
+
const serializeAws_json1_1GlueTableAdditionalOptions = (input, context) => {
|
|
13511
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
13512
|
+
if (value === null) {
|
|
13513
|
+
return acc;
|
|
13514
|
+
}
|
|
13515
|
+
acc[key] = value;
|
|
13516
|
+
return acc;
|
|
13517
|
+
}, {});
|
|
13518
|
+
};
|
|
12495
13519
|
const serializeAws_json1_1GlueTables = (input, context) => {
|
|
12496
13520
|
return input
|
|
12497
13521
|
.filter((e) => e != null)
|
|
@@ -12783,6 +13807,41 @@ const serializeAws_json1_1ListCustomEntityTypesRequest = (input, context) => {
|
|
|
12783
13807
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
12784
13808
|
};
|
|
12785
13809
|
};
|
|
13810
|
+
const serializeAws_json1_1ListDataQualityResultsRequest = (input, context) => {
|
|
13811
|
+
return {
|
|
13812
|
+
...(input.Filter != null && { Filter: serializeAws_json1_1DataQualityResultFilterCriteria(input.Filter, context) }),
|
|
13813
|
+
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
13814
|
+
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
13815
|
+
};
|
|
13816
|
+
};
|
|
13817
|
+
const serializeAws_json1_1ListDataQualityRuleRecommendationRunsRequest = (input, context) => {
|
|
13818
|
+
return {
|
|
13819
|
+
...(input.Filter != null && {
|
|
13820
|
+
Filter: serializeAws_json1_1DataQualityRuleRecommendationRunFilter(input.Filter, context),
|
|
13821
|
+
}),
|
|
13822
|
+
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
13823
|
+
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
13824
|
+
};
|
|
13825
|
+
};
|
|
13826
|
+
const serializeAws_json1_1ListDataQualityRulesetEvaluationRunsRequest = (input, context) => {
|
|
13827
|
+
return {
|
|
13828
|
+
...(input.Filter != null && {
|
|
13829
|
+
Filter: serializeAws_json1_1DataQualityRulesetEvaluationRunFilter(input.Filter, context),
|
|
13830
|
+
}),
|
|
13831
|
+
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
13832
|
+
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
13833
|
+
};
|
|
13834
|
+
};
|
|
13835
|
+
const serializeAws_json1_1ListDataQualityRulesetsRequest = (input, context) => {
|
|
13836
|
+
return {
|
|
13837
|
+
...(input.Filter != null && {
|
|
13838
|
+
Filter: serializeAws_json1_1DataQualityRulesetFilterCriteria(input.Filter, context),
|
|
13839
|
+
}),
|
|
13840
|
+
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
13841
|
+
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
13842
|
+
...(input.Tags != null && { Tags: serializeAws_json1_1TagsMap(input.Tags, context) }),
|
|
13843
|
+
};
|
|
13844
|
+
};
|
|
12786
13845
|
const serializeAws_json1_1ListDevEndpointsRequest = (input, context) => {
|
|
12787
13846
|
return {
|
|
12788
13847
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
@@ -13391,6 +14450,13 @@ const serializeAws_json1_1ResumeWorkflowRunRequest = (input, context) => {
|
|
|
13391
14450
|
...(input.RunId != null && { RunId: input.RunId }),
|
|
13392
14451
|
};
|
|
13393
14452
|
};
|
|
14453
|
+
const serializeAws_json1_1RulesetNames = (input, context) => {
|
|
14454
|
+
return input
|
|
14455
|
+
.filter((e) => e != null)
|
|
14456
|
+
.map((entry) => {
|
|
14457
|
+
return entry;
|
|
14458
|
+
});
|
|
14459
|
+
};
|
|
13394
14460
|
const serializeAws_json1_1RunStatementRequest = (input, context) => {
|
|
13395
14461
|
return {
|
|
13396
14462
|
...(input.Code != null && { Code: input.Code }),
|
|
@@ -13783,6 +14849,29 @@ const serializeAws_json1_1StartCrawlerScheduleRequest = (input, context) => {
|
|
|
13783
14849
|
...(input.CrawlerName != null && { CrawlerName: input.CrawlerName }),
|
|
13784
14850
|
};
|
|
13785
14851
|
};
|
|
14852
|
+
const serializeAws_json1_1StartDataQualityRuleRecommendationRunRequest = (input, context) => {
|
|
14853
|
+
return {
|
|
14854
|
+
...(input.ClientToken != null && { ClientToken: input.ClientToken }),
|
|
14855
|
+
...(input.CreatedRulesetName != null && { CreatedRulesetName: input.CreatedRulesetName }),
|
|
14856
|
+
...(input.DataSource != null && { DataSource: serializeAws_json1_1DataSource(input.DataSource, context) }),
|
|
14857
|
+
...(input.NumberOfWorkers != null && { NumberOfWorkers: input.NumberOfWorkers }),
|
|
14858
|
+
...(input.Role != null && { Role: input.Role }),
|
|
14859
|
+
...(input.Timeout != null && { Timeout: input.Timeout }),
|
|
14860
|
+
};
|
|
14861
|
+
};
|
|
14862
|
+
const serializeAws_json1_1StartDataQualityRulesetEvaluationRunRequest = (input, context) => {
|
|
14863
|
+
return {
|
|
14864
|
+
...(input.AdditionalRunOptions != null && {
|
|
14865
|
+
AdditionalRunOptions: serializeAws_json1_1DataQualityEvaluationRunAdditionalRunOptions(input.AdditionalRunOptions, context),
|
|
14866
|
+
}),
|
|
14867
|
+
...(input.ClientToken != null && { ClientToken: input.ClientToken }),
|
|
14868
|
+
...(input.DataSource != null && { DataSource: serializeAws_json1_1DataSource(input.DataSource, context) }),
|
|
14869
|
+
...(input.NumberOfWorkers != null && { NumberOfWorkers: input.NumberOfWorkers }),
|
|
14870
|
+
...(input.Role != null && { Role: input.Role }),
|
|
14871
|
+
...(input.RulesetNames != null && { RulesetNames: serializeAws_json1_1RulesetNames(input.RulesetNames, context) }),
|
|
14872
|
+
...(input.Timeout != null && { Timeout: input.Timeout }),
|
|
14873
|
+
};
|
|
14874
|
+
};
|
|
13786
14875
|
const serializeAws_json1_1StartExportLabelsTaskRunRequest = (input, context) => {
|
|
13787
14876
|
return {
|
|
13788
14877
|
...(input.OutputS3Path != null && { OutputS3Path: input.OutputS3Path }),
|
|
@@ -13971,6 +15060,24 @@ const serializeAws_json1_1TaskRunSortCriteria = (input, context) => {
|
|
|
13971
15060
|
...(input.SortDirection != null && { SortDirection: input.SortDirection }),
|
|
13972
15061
|
};
|
|
13973
15062
|
};
|
|
15063
|
+
const serializeAws_json1_1TransformConfigParameter = (input, context) => {
|
|
15064
|
+
return {
|
|
15065
|
+
...(input.IsOptional != null && { IsOptional: input.IsOptional }),
|
|
15066
|
+
...(input.ListType != null && { ListType: input.ListType }),
|
|
15067
|
+
...(input.Name != null && { Name: input.Name }),
|
|
15068
|
+
...(input.Type != null && { Type: input.Type }),
|
|
15069
|
+
...(input.ValidationMessage != null && { ValidationMessage: input.ValidationMessage }),
|
|
15070
|
+
...(input.ValidationRule != null && { ValidationRule: input.ValidationRule }),
|
|
15071
|
+
...(input.Value != null && { Value: serializeAws_json1_1EnclosedInStringProperties(input.Value, context) }),
|
|
15072
|
+
};
|
|
15073
|
+
};
|
|
15074
|
+
const serializeAws_json1_1TransformConfigParameterList = (input, context) => {
|
|
15075
|
+
return input
|
|
15076
|
+
.filter((e) => e != null)
|
|
15077
|
+
.map((entry) => {
|
|
15078
|
+
return serializeAws_json1_1TransformConfigParameter(entry, context);
|
|
15079
|
+
});
|
|
15080
|
+
};
|
|
13974
15081
|
const serializeAws_json1_1TransformEncryption = (input, context) => {
|
|
13975
15082
|
return {
|
|
13976
15083
|
...(input.MlUserDataEncryption != null && {
|
|
@@ -14178,6 +15285,14 @@ const serializeAws_json1_1UpdateDatabaseRequest = (input, context) => {
|
|
|
14178
15285
|
...(input.Name != null && { Name: input.Name }),
|
|
14179
15286
|
};
|
|
14180
15287
|
};
|
|
15288
|
+
const serializeAws_json1_1UpdateDataQualityRulesetRequest = (input, context) => {
|
|
15289
|
+
return {
|
|
15290
|
+
...(input.Description != null && { Description: input.Description }),
|
|
15291
|
+
...(input.Name != null && { Name: input.Name }),
|
|
15292
|
+
...(input.Ruleset != null && { Ruleset: input.Ruleset }),
|
|
15293
|
+
...(input.UpdatedName != null && { UpdatedName: input.UpdatedName }),
|
|
15294
|
+
};
|
|
15295
|
+
};
|
|
14181
15296
|
const serializeAws_json1_1UpdateDevEndpointRequest = (input, context) => {
|
|
14182
15297
|
return {
|
|
14183
15298
|
...(input.AddArguments != null && { AddArguments: serializeAws_json1_1MapValue(input.AddArguments, context) }),
|
|
@@ -14551,6 +15666,14 @@ const deserializeAws_json1_1BatchGetCustomEntityTypesResponse = (output, context
|
|
|
14551
15666
|
: undefined,
|
|
14552
15667
|
};
|
|
14553
15668
|
};
|
|
15669
|
+
const deserializeAws_json1_1BatchGetDataQualityResultResponse = (output, context) => {
|
|
15670
|
+
return {
|
|
15671
|
+
Results: output.Results != null ? deserializeAws_json1_1DataQualityResultsList(output.Results, context) : undefined,
|
|
15672
|
+
ResultsNotFound: output.ResultsNotFound != null
|
|
15673
|
+
? deserializeAws_json1_1DataQualityResultIds(output.ResultsNotFound, context)
|
|
15674
|
+
: undefined,
|
|
15675
|
+
};
|
|
15676
|
+
};
|
|
14554
15677
|
const deserializeAws_json1_1BatchGetDevEndpointsResponse = (output, context) => {
|
|
14555
15678
|
return {
|
|
14556
15679
|
DevEndpoints: output.DevEndpoints != null ? deserializeAws_json1_1DevEndpointList(output.DevEndpoints, context) : undefined,
|
|
@@ -14765,6 +15888,12 @@ const deserializeAws_json1_1BoundedPartitionValueList = (output, context) => {
|
|
|
14765
15888
|
});
|
|
14766
15889
|
return retVal;
|
|
14767
15890
|
};
|
|
15891
|
+
const deserializeAws_json1_1CancelDataQualityRuleRecommendationRunResponse = (output, context) => {
|
|
15892
|
+
return {};
|
|
15893
|
+
};
|
|
15894
|
+
const deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunResponse = (output, context) => {
|
|
15895
|
+
return {};
|
|
15896
|
+
};
|
|
14768
15897
|
const deserializeAws_json1_1CancelMLTaskRunResponse = (output, context) => {
|
|
14769
15898
|
return {
|
|
14770
15899
|
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
@@ -14925,9 +16054,15 @@ const deserializeAws_json1_1CodeGenConfigurationNode = (output, context) => {
|
|
|
14925
16054
|
DropDuplicates: output.DropDuplicates != null ? deserializeAws_json1_1DropDuplicates(output.DropDuplicates, context) : undefined,
|
|
14926
16055
|
DropFields: output.DropFields != null ? deserializeAws_json1_1DropFields(output.DropFields, context) : undefined,
|
|
14927
16056
|
DropNullFields: output.DropNullFields != null ? deserializeAws_json1_1DropNullFields(output.DropNullFields, context) : undefined,
|
|
16057
|
+
DynamicTransform: output.DynamicTransform != null
|
|
16058
|
+
? deserializeAws_json1_1DynamicTransform(output.DynamicTransform, context)
|
|
16059
|
+
: undefined,
|
|
14928
16060
|
DynamoDBCatalogSource: output.DynamoDBCatalogSource != null
|
|
14929
16061
|
? deserializeAws_json1_1DynamoDBCatalogSource(output.DynamoDBCatalogSource, context)
|
|
14930
16062
|
: undefined,
|
|
16063
|
+
EvaluateDataQuality: output.EvaluateDataQuality != null
|
|
16064
|
+
? deserializeAws_json1_1EvaluateDataQuality(output.EvaluateDataQuality, context)
|
|
16065
|
+
: undefined,
|
|
14931
16066
|
FillMissingValues: output.FillMissingValues != null
|
|
14932
16067
|
? deserializeAws_json1_1FillMissingValues(output.FillMissingValues, context)
|
|
14933
16068
|
: undefined,
|
|
@@ -15497,6 +16632,11 @@ const deserializeAws_json1_1CreateCustomEntityTypeResponse = (output, context) =
|
|
|
15497
16632
|
const deserializeAws_json1_1CreateDatabaseResponse = (output, context) => {
|
|
15498
16633
|
return {};
|
|
15499
16634
|
};
|
|
16635
|
+
const deserializeAws_json1_1CreateDataQualityRulesetResponse = (output, context) => {
|
|
16636
|
+
return {
|
|
16637
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
16638
|
+
};
|
|
16639
|
+
};
|
|
15500
16640
|
const deserializeAws_json1_1CreateDevEndpointResponse = (output, context) => {
|
|
15501
16641
|
return {
|
|
15502
16642
|
Arguments: output.Arguments != null ? deserializeAws_json1_1MapValue(output.Arguments, context) : undefined,
|
|
@@ -15601,47 +16741,202 @@ const deserializeAws_json1_1CreateWorkflowResponse = (output, context) => {
|
|
|
15601
16741
|
};
|
|
15602
16742
|
const deserializeAws_json1_1CsvClassifier = (output, context) => {
|
|
15603
16743
|
return {
|
|
15604
|
-
AllowSingleColumn: (0, smithy_client_1.expectBoolean)(output.AllowSingleColumn),
|
|
15605
|
-
ContainsHeader: (0, smithy_client_1.expectString)(output.ContainsHeader),
|
|
15606
|
-
CreationTime: output.CreationTime != null
|
|
15607
|
-
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
15608
|
-
: undefined,
|
|
15609
|
-
CustomDatatypeConfigured: (0, smithy_client_1.expectBoolean)(output.CustomDatatypeConfigured),
|
|
15610
|
-
CustomDatatypes: output.CustomDatatypes != null
|
|
15611
|
-
? deserializeAws_json1_1CustomDatatypes(output.CustomDatatypes, context)
|
|
16744
|
+
AllowSingleColumn: (0, smithy_client_1.expectBoolean)(output.AllowSingleColumn),
|
|
16745
|
+
ContainsHeader: (0, smithy_client_1.expectString)(output.ContainsHeader),
|
|
16746
|
+
CreationTime: output.CreationTime != null
|
|
16747
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
16748
|
+
: undefined,
|
|
16749
|
+
CustomDatatypeConfigured: (0, smithy_client_1.expectBoolean)(output.CustomDatatypeConfigured),
|
|
16750
|
+
CustomDatatypes: output.CustomDatatypes != null
|
|
16751
|
+
? deserializeAws_json1_1CustomDatatypes(output.CustomDatatypes, context)
|
|
16752
|
+
: undefined,
|
|
16753
|
+
Delimiter: (0, smithy_client_1.expectString)(output.Delimiter),
|
|
16754
|
+
DisableValueTrimming: (0, smithy_client_1.expectBoolean)(output.DisableValueTrimming),
|
|
16755
|
+
Header: output.Header != null ? deserializeAws_json1_1CsvHeader(output.Header, context) : undefined,
|
|
16756
|
+
LastUpdated: output.LastUpdated != null
|
|
16757
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdated)))
|
|
16758
|
+
: undefined,
|
|
16759
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
16760
|
+
QuoteSymbol: (0, smithy_client_1.expectString)(output.QuoteSymbol),
|
|
16761
|
+
Version: (0, smithy_client_1.expectLong)(output.Version),
|
|
16762
|
+
};
|
|
16763
|
+
};
|
|
16764
|
+
const deserializeAws_json1_1CsvHeader = (output, context) => {
|
|
16765
|
+
const retVal = (output || [])
|
|
16766
|
+
.filter((e) => e != null)
|
|
16767
|
+
.map((entry) => {
|
|
16768
|
+
if (entry === null) {
|
|
16769
|
+
return null;
|
|
16770
|
+
}
|
|
16771
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
16772
|
+
});
|
|
16773
|
+
return retVal;
|
|
16774
|
+
};
|
|
16775
|
+
const deserializeAws_json1_1CustomCode = (output, context) => {
|
|
16776
|
+
return {
|
|
16777
|
+
ClassName: (0, smithy_client_1.expectString)(output.ClassName),
|
|
16778
|
+
Code: (0, smithy_client_1.expectString)(output.Code),
|
|
16779
|
+
Inputs: output.Inputs != null ? deserializeAws_json1_1ManyInputs(output.Inputs, context) : undefined,
|
|
16780
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
16781
|
+
OutputSchemas: output.OutputSchemas != null ? deserializeAws_json1_1GlueSchemas(output.OutputSchemas, context) : undefined,
|
|
16782
|
+
};
|
|
16783
|
+
};
|
|
16784
|
+
const deserializeAws_json1_1CustomDatatypes = (output, context) => {
|
|
16785
|
+
const retVal = (output || [])
|
|
16786
|
+
.filter((e) => e != null)
|
|
16787
|
+
.map((entry) => {
|
|
16788
|
+
if (entry === null) {
|
|
16789
|
+
return null;
|
|
16790
|
+
}
|
|
16791
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
16792
|
+
});
|
|
16793
|
+
return retVal;
|
|
16794
|
+
};
|
|
16795
|
+
const deserializeAws_json1_1CustomEntityType = (output, context) => {
|
|
16796
|
+
return {
|
|
16797
|
+
ContextWords: output.ContextWords != null ? deserializeAws_json1_1ContextWords(output.ContextWords, context) : undefined,
|
|
16798
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
16799
|
+
RegexString: (0, smithy_client_1.expectString)(output.RegexString),
|
|
16800
|
+
};
|
|
16801
|
+
};
|
|
16802
|
+
const deserializeAws_json1_1CustomEntityTypeNames = (output, context) => {
|
|
16803
|
+
const retVal = (output || [])
|
|
16804
|
+
.filter((e) => e != null)
|
|
16805
|
+
.map((entry) => {
|
|
16806
|
+
if (entry === null) {
|
|
16807
|
+
return null;
|
|
16808
|
+
}
|
|
16809
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
16810
|
+
});
|
|
16811
|
+
return retVal;
|
|
16812
|
+
};
|
|
16813
|
+
const deserializeAws_json1_1CustomEntityTypes = (output, context) => {
|
|
16814
|
+
const retVal = (output || [])
|
|
16815
|
+
.filter((e) => e != null)
|
|
16816
|
+
.map((entry) => {
|
|
16817
|
+
if (entry === null) {
|
|
16818
|
+
return null;
|
|
16819
|
+
}
|
|
16820
|
+
return deserializeAws_json1_1CustomEntityType(entry, context);
|
|
16821
|
+
});
|
|
16822
|
+
return retVal;
|
|
16823
|
+
};
|
|
16824
|
+
const deserializeAws_json1_1DagEdges = (output, context) => {
|
|
16825
|
+
const retVal = (output || [])
|
|
16826
|
+
.filter((e) => e != null)
|
|
16827
|
+
.map((entry) => {
|
|
16828
|
+
if (entry === null) {
|
|
16829
|
+
return null;
|
|
16830
|
+
}
|
|
16831
|
+
return deserializeAws_json1_1CodeGenEdge(entry, context);
|
|
16832
|
+
});
|
|
16833
|
+
return retVal;
|
|
16834
|
+
};
|
|
16835
|
+
const deserializeAws_json1_1DagNodes = (output, context) => {
|
|
16836
|
+
const retVal = (output || [])
|
|
16837
|
+
.filter((e) => e != null)
|
|
16838
|
+
.map((entry) => {
|
|
16839
|
+
if (entry === null) {
|
|
16840
|
+
return null;
|
|
16841
|
+
}
|
|
16842
|
+
return deserializeAws_json1_1CodeGenNode(entry, context);
|
|
16843
|
+
});
|
|
16844
|
+
return retVal;
|
|
16845
|
+
};
|
|
16846
|
+
const deserializeAws_json1_1Database = (output, context) => {
|
|
16847
|
+
return {
|
|
16848
|
+
CatalogId: (0, smithy_client_1.expectString)(output.CatalogId),
|
|
16849
|
+
CreateTableDefaultPermissions: output.CreateTableDefaultPermissions != null
|
|
16850
|
+
? deserializeAws_json1_1PrincipalPermissionsList(output.CreateTableDefaultPermissions, context)
|
|
16851
|
+
: undefined,
|
|
16852
|
+
CreateTime: output.CreateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateTime))) : undefined,
|
|
16853
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
16854
|
+
LocationUri: (0, smithy_client_1.expectString)(output.LocationUri),
|
|
16855
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
16856
|
+
Parameters: output.Parameters != null ? deserializeAws_json1_1ParametersMap(output.Parameters, context) : undefined,
|
|
16857
|
+
TargetDatabase: output.TargetDatabase != null
|
|
16858
|
+
? deserializeAws_json1_1DatabaseIdentifier(output.TargetDatabase, context)
|
|
16859
|
+
: undefined,
|
|
16860
|
+
};
|
|
16861
|
+
};
|
|
16862
|
+
const deserializeAws_json1_1DatabaseIdentifier = (output, context) => {
|
|
16863
|
+
return {
|
|
16864
|
+
CatalogId: (0, smithy_client_1.expectString)(output.CatalogId),
|
|
16865
|
+
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
16866
|
+
};
|
|
16867
|
+
};
|
|
16868
|
+
const deserializeAws_json1_1DatabaseList = (output, context) => {
|
|
16869
|
+
const retVal = (output || [])
|
|
16870
|
+
.filter((e) => e != null)
|
|
16871
|
+
.map((entry) => {
|
|
16872
|
+
if (entry === null) {
|
|
16873
|
+
return null;
|
|
16874
|
+
}
|
|
16875
|
+
return deserializeAws_json1_1Database(entry, context);
|
|
16876
|
+
});
|
|
16877
|
+
return retVal;
|
|
16878
|
+
};
|
|
16879
|
+
const deserializeAws_json1_1DataCatalogEncryptionSettings = (output, context) => {
|
|
16880
|
+
return {
|
|
16881
|
+
ConnectionPasswordEncryption: output.ConnectionPasswordEncryption != null
|
|
16882
|
+
? deserializeAws_json1_1ConnectionPasswordEncryption(output.ConnectionPasswordEncryption, context)
|
|
16883
|
+
: undefined,
|
|
16884
|
+
EncryptionAtRest: output.EncryptionAtRest != null
|
|
16885
|
+
? deserializeAws_json1_1EncryptionAtRest(output.EncryptionAtRest, context)
|
|
16886
|
+
: undefined,
|
|
16887
|
+
};
|
|
16888
|
+
};
|
|
16889
|
+
const deserializeAws_json1_1DataLakePrincipal = (output, context) => {
|
|
16890
|
+
return {
|
|
16891
|
+
DataLakePrincipalIdentifier: (0, smithy_client_1.expectString)(output.DataLakePrincipalIdentifier),
|
|
16892
|
+
};
|
|
16893
|
+
};
|
|
16894
|
+
const deserializeAws_json1_1DataQualityEvaluationRunAdditionalRunOptions = (output, context) => {
|
|
16895
|
+
return {
|
|
16896
|
+
CloudWatchMetricsEnabled: (0, smithy_client_1.expectBoolean)(output.CloudWatchMetricsEnabled),
|
|
16897
|
+
ResultsS3Prefix: (0, smithy_client_1.expectString)(output.ResultsS3Prefix),
|
|
16898
|
+
};
|
|
16899
|
+
};
|
|
16900
|
+
const deserializeAws_json1_1DataQualityResult = (output, context) => {
|
|
16901
|
+
return {
|
|
16902
|
+
CompletedOn: output.CompletedOn != null
|
|
16903
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletedOn)))
|
|
15612
16904
|
: undefined,
|
|
15613
|
-
|
|
15614
|
-
|
|
15615
|
-
|
|
15616
|
-
|
|
15617
|
-
|
|
16905
|
+
DataSource: output.DataSource != null ? deserializeAws_json1_1DataSource(output.DataSource, context) : undefined,
|
|
16906
|
+
EvaluationContext: (0, smithy_client_1.expectString)(output.EvaluationContext),
|
|
16907
|
+
JobName: (0, smithy_client_1.expectString)(output.JobName),
|
|
16908
|
+
JobRunId: (0, smithy_client_1.expectString)(output.JobRunId),
|
|
16909
|
+
ResultId: (0, smithy_client_1.expectString)(output.ResultId),
|
|
16910
|
+
RuleResults: output.RuleResults != null
|
|
16911
|
+
? deserializeAws_json1_1DataQualityRuleResults(output.RuleResults, context)
|
|
15618
16912
|
: undefined,
|
|
15619
|
-
|
|
15620
|
-
|
|
15621
|
-
|
|
16913
|
+
RulesetEvaluationRunId: (0, smithy_client_1.expectString)(output.RulesetEvaluationRunId),
|
|
16914
|
+
RulesetName: (0, smithy_client_1.expectString)(output.RulesetName),
|
|
16915
|
+
Score: (0, smithy_client_1.limitedParseDouble)(output.Score),
|
|
16916
|
+
StartedOn: output.StartedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn))) : undefined,
|
|
15622
16917
|
};
|
|
15623
16918
|
};
|
|
15624
|
-
const
|
|
16919
|
+
const deserializeAws_json1_1DataQualityResultDescription = (output, context) => {
|
|
16920
|
+
return {
|
|
16921
|
+
DataSource: output.DataSource != null ? deserializeAws_json1_1DataSource(output.DataSource, context) : undefined,
|
|
16922
|
+
JobName: (0, smithy_client_1.expectString)(output.JobName),
|
|
16923
|
+
JobRunId: (0, smithy_client_1.expectString)(output.JobRunId),
|
|
16924
|
+
ResultId: (0, smithy_client_1.expectString)(output.ResultId),
|
|
16925
|
+
StartedOn: output.StartedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn))) : undefined,
|
|
16926
|
+
};
|
|
16927
|
+
};
|
|
16928
|
+
const deserializeAws_json1_1DataQualityResultDescriptionList = (output, context) => {
|
|
15625
16929
|
const retVal = (output || [])
|
|
15626
16930
|
.filter((e) => e != null)
|
|
15627
16931
|
.map((entry) => {
|
|
15628
16932
|
if (entry === null) {
|
|
15629
16933
|
return null;
|
|
15630
16934
|
}
|
|
15631
|
-
return (
|
|
16935
|
+
return deserializeAws_json1_1DataQualityResultDescription(entry, context);
|
|
15632
16936
|
});
|
|
15633
16937
|
return retVal;
|
|
15634
16938
|
};
|
|
15635
|
-
const
|
|
15636
|
-
return {
|
|
15637
|
-
ClassName: (0, smithy_client_1.expectString)(output.ClassName),
|
|
15638
|
-
Code: (0, smithy_client_1.expectString)(output.Code),
|
|
15639
|
-
Inputs: output.Inputs != null ? deserializeAws_json1_1ManyInputs(output.Inputs, context) : undefined,
|
|
15640
|
-
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
15641
|
-
OutputSchemas: output.OutputSchemas != null ? deserializeAws_json1_1GlueSchemas(output.OutputSchemas, context) : undefined,
|
|
15642
|
-
};
|
|
15643
|
-
};
|
|
15644
|
-
const deserializeAws_json1_1CustomDatatypes = (output, context) => {
|
|
16939
|
+
const deserializeAws_json1_1DataQualityResultIdList = (output, context) => {
|
|
15645
16940
|
const retVal = (output || [])
|
|
15646
16941
|
.filter((e) => e != null)
|
|
15647
16942
|
.map((entry) => {
|
|
@@ -15652,14 +16947,7 @@ const deserializeAws_json1_1CustomDatatypes = (output, context) => {
|
|
|
15652
16947
|
});
|
|
15653
16948
|
return retVal;
|
|
15654
16949
|
};
|
|
15655
|
-
const
|
|
15656
|
-
return {
|
|
15657
|
-
ContextWords: output.ContextWords != null ? deserializeAws_json1_1ContextWords(output.ContextWords, context) : undefined,
|
|
15658
|
-
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
15659
|
-
RegexString: (0, smithy_client_1.expectString)(output.RegexString),
|
|
15660
|
-
};
|
|
15661
|
-
};
|
|
15662
|
-
const deserializeAws_json1_1CustomEntityTypeNames = (output, context) => {
|
|
16950
|
+
const deserializeAws_json1_1DataQualityResultIds = (output, context) => {
|
|
15663
16951
|
const retVal = (output || [])
|
|
15664
16952
|
.filter((e) => e != null)
|
|
15665
16953
|
.map((entry) => {
|
|
@@ -15670,85 +16958,109 @@ const deserializeAws_json1_1CustomEntityTypeNames = (output, context) => {
|
|
|
15670
16958
|
});
|
|
15671
16959
|
return retVal;
|
|
15672
16960
|
};
|
|
15673
|
-
const
|
|
16961
|
+
const deserializeAws_json1_1DataQualityResultsList = (output, context) => {
|
|
15674
16962
|
const retVal = (output || [])
|
|
15675
16963
|
.filter((e) => e != null)
|
|
15676
16964
|
.map((entry) => {
|
|
15677
16965
|
if (entry === null) {
|
|
15678
16966
|
return null;
|
|
15679
16967
|
}
|
|
15680
|
-
return
|
|
16968
|
+
return deserializeAws_json1_1DataQualityResult(entry, context);
|
|
15681
16969
|
});
|
|
15682
16970
|
return retVal;
|
|
15683
16971
|
};
|
|
15684
|
-
const
|
|
16972
|
+
const deserializeAws_json1_1DataQualityRuleRecommendationRunDescription = (output, context) => {
|
|
16973
|
+
return {
|
|
16974
|
+
DataSource: output.DataSource != null ? deserializeAws_json1_1DataSource(output.DataSource, context) : undefined,
|
|
16975
|
+
RunId: (0, smithy_client_1.expectString)(output.RunId),
|
|
16976
|
+
StartedOn: output.StartedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn))) : undefined,
|
|
16977
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
16978
|
+
};
|
|
16979
|
+
};
|
|
16980
|
+
const deserializeAws_json1_1DataQualityRuleRecommendationRunList = (output, context) => {
|
|
15685
16981
|
const retVal = (output || [])
|
|
15686
16982
|
.filter((e) => e != null)
|
|
15687
16983
|
.map((entry) => {
|
|
15688
16984
|
if (entry === null) {
|
|
15689
16985
|
return null;
|
|
15690
16986
|
}
|
|
15691
|
-
return
|
|
16987
|
+
return deserializeAws_json1_1DataQualityRuleRecommendationRunDescription(entry, context);
|
|
15692
16988
|
});
|
|
15693
16989
|
return retVal;
|
|
15694
16990
|
};
|
|
15695
|
-
const
|
|
16991
|
+
const deserializeAws_json1_1DataQualityRuleResult = (output, context) => {
|
|
16992
|
+
return {
|
|
16993
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
16994
|
+
EvaluationMessage: (0, smithy_client_1.expectString)(output.EvaluationMessage),
|
|
16995
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
16996
|
+
Result: (0, smithy_client_1.expectString)(output.Result),
|
|
16997
|
+
};
|
|
16998
|
+
};
|
|
16999
|
+
const deserializeAws_json1_1DataQualityRuleResults = (output, context) => {
|
|
15696
17000
|
const retVal = (output || [])
|
|
15697
17001
|
.filter((e) => e != null)
|
|
15698
17002
|
.map((entry) => {
|
|
15699
17003
|
if (entry === null) {
|
|
15700
17004
|
return null;
|
|
15701
17005
|
}
|
|
15702
|
-
return
|
|
17006
|
+
return deserializeAws_json1_1DataQualityRuleResult(entry, context);
|
|
15703
17007
|
});
|
|
15704
17008
|
return retVal;
|
|
15705
17009
|
};
|
|
15706
|
-
const
|
|
17010
|
+
const deserializeAws_json1_1DataQualityRulesetEvaluationRunDescription = (output, context) => {
|
|
15707
17011
|
return {
|
|
15708
|
-
|
|
15709
|
-
|
|
15710
|
-
|
|
15711
|
-
|
|
15712
|
-
CreateTime: output.CreateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateTime))) : undefined,
|
|
15713
|
-
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
15714
|
-
LocationUri: (0, smithy_client_1.expectString)(output.LocationUri),
|
|
15715
|
-
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
15716
|
-
Parameters: output.Parameters != null ? deserializeAws_json1_1ParametersMap(output.Parameters, context) : undefined,
|
|
15717
|
-
TargetDatabase: output.TargetDatabase != null
|
|
15718
|
-
? deserializeAws_json1_1DatabaseIdentifier(output.TargetDatabase, context)
|
|
15719
|
-
: undefined,
|
|
17012
|
+
DataSource: output.DataSource != null ? deserializeAws_json1_1DataSource(output.DataSource, context) : undefined,
|
|
17013
|
+
RunId: (0, smithy_client_1.expectString)(output.RunId),
|
|
17014
|
+
StartedOn: output.StartedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn))) : undefined,
|
|
17015
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
15720
17016
|
};
|
|
15721
17017
|
};
|
|
15722
|
-
const
|
|
15723
|
-
|
|
15724
|
-
|
|
15725
|
-
|
|
15726
|
-
|
|
17018
|
+
const deserializeAws_json1_1DataQualityRulesetEvaluationRunList = (output, context) => {
|
|
17019
|
+
const retVal = (output || [])
|
|
17020
|
+
.filter((e) => e != null)
|
|
17021
|
+
.map((entry) => {
|
|
17022
|
+
if (entry === null) {
|
|
17023
|
+
return null;
|
|
17024
|
+
}
|
|
17025
|
+
return deserializeAws_json1_1DataQualityRulesetEvaluationRunDescription(entry, context);
|
|
17026
|
+
});
|
|
17027
|
+
return retVal;
|
|
15727
17028
|
};
|
|
15728
|
-
const
|
|
17029
|
+
const deserializeAws_json1_1DataQualityRulesetList = (output, context) => {
|
|
15729
17030
|
const retVal = (output || [])
|
|
15730
17031
|
.filter((e) => e != null)
|
|
15731
17032
|
.map((entry) => {
|
|
15732
17033
|
if (entry === null) {
|
|
15733
17034
|
return null;
|
|
15734
17035
|
}
|
|
15735
|
-
return
|
|
17036
|
+
return deserializeAws_json1_1DataQualityRulesetListDetails(entry, context);
|
|
15736
17037
|
});
|
|
15737
17038
|
return retVal;
|
|
15738
17039
|
};
|
|
15739
|
-
const
|
|
17040
|
+
const deserializeAws_json1_1DataQualityRulesetListDetails = (output, context) => {
|
|
15740
17041
|
return {
|
|
15741
|
-
|
|
15742
|
-
|
|
17042
|
+
CreatedOn: output.CreatedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedOn))) : undefined,
|
|
17043
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
17044
|
+
LastModifiedOn: output.LastModifiedOn != null
|
|
17045
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedOn)))
|
|
15743
17046
|
: undefined,
|
|
15744
|
-
|
|
15745
|
-
|
|
17047
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
17048
|
+
RecommendationRunId: (0, smithy_client_1.expectString)(output.RecommendationRunId),
|
|
17049
|
+
RuleCount: (0, smithy_client_1.expectInt32)(output.RuleCount),
|
|
17050
|
+
TargetTable: output.TargetTable != null
|
|
17051
|
+
? deserializeAws_json1_1DataQualityTargetTable(output.TargetTable, context)
|
|
15746
17052
|
: undefined,
|
|
15747
17053
|
};
|
|
15748
17054
|
};
|
|
15749
|
-
const
|
|
17055
|
+
const deserializeAws_json1_1DataQualityTargetTable = (output, context) => {
|
|
15750
17056
|
return {
|
|
15751
|
-
|
|
17057
|
+
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
17058
|
+
TableName: (0, smithy_client_1.expectString)(output.TableName),
|
|
17059
|
+
};
|
|
17060
|
+
};
|
|
17061
|
+
const deserializeAws_json1_1DataSource = (output, context) => {
|
|
17062
|
+
return {
|
|
17063
|
+
GlueTable: output.GlueTable != null ? deserializeAws_json1_1GlueTable(output.GlueTable, context) : undefined,
|
|
15752
17064
|
};
|
|
15753
17065
|
};
|
|
15754
17066
|
const deserializeAws_json1_1Datatype = (output, context) => {
|
|
@@ -15811,6 +17123,9 @@ const deserializeAws_json1_1DeleteCustomEntityTypeResponse = (output, context) =
|
|
|
15811
17123
|
const deserializeAws_json1_1DeleteDatabaseResponse = (output, context) => {
|
|
15812
17124
|
return {};
|
|
15813
17125
|
};
|
|
17126
|
+
const deserializeAws_json1_1DeleteDataQualityRulesetResponse = (output, context) => {
|
|
17127
|
+
return {};
|
|
17128
|
+
};
|
|
15814
17129
|
const deserializeAws_json1_1DeleteDevEndpointResponse = (output, context) => {
|
|
15815
17130
|
return {};
|
|
15816
17131
|
};
|
|
@@ -16007,6 +17322,19 @@ const deserializeAws_json1_1DoubleColumnStatisticsData = (output, context) => {
|
|
|
16007
17322
|
NumberOfNulls: (0, smithy_client_1.expectLong)(output.NumberOfNulls),
|
|
16008
17323
|
};
|
|
16009
17324
|
};
|
|
17325
|
+
const deserializeAws_json1_1DQResultsPublishingOptions = (output, context) => {
|
|
17326
|
+
return {
|
|
17327
|
+
CloudWatchMetricsEnabled: (0, smithy_client_1.expectBoolean)(output.CloudWatchMetricsEnabled),
|
|
17328
|
+
EvaluationContext: (0, smithy_client_1.expectString)(output.EvaluationContext),
|
|
17329
|
+
ResultsPublishingEnabled: (0, smithy_client_1.expectBoolean)(output.ResultsPublishingEnabled),
|
|
17330
|
+
ResultsS3Prefix: (0, smithy_client_1.expectString)(output.ResultsS3Prefix),
|
|
17331
|
+
};
|
|
17332
|
+
};
|
|
17333
|
+
const deserializeAws_json1_1DQStopJobOnFailureOptions = (output, context) => {
|
|
17334
|
+
return {
|
|
17335
|
+
StopJobOnFailureTiming: (0, smithy_client_1.expectString)(output.StopJobOnFailureTiming),
|
|
17336
|
+
};
|
|
17337
|
+
};
|
|
16010
17338
|
const deserializeAws_json1_1DropDuplicates = (output, context) => {
|
|
16011
17339
|
return {
|
|
16012
17340
|
Columns: output.Columns != null ? deserializeAws_json1_1LimitedPathList(output.Columns, context) : undefined,
|
|
@@ -16031,6 +17359,19 @@ const deserializeAws_json1_1DropNullFields = (output, context) => {
|
|
|
16031
17359
|
NullTextList: output.NullTextList != null ? deserializeAws_json1_1NullValueFields(output.NullTextList, context) : undefined,
|
|
16032
17360
|
};
|
|
16033
17361
|
};
|
|
17362
|
+
const deserializeAws_json1_1DynamicTransform = (output, context) => {
|
|
17363
|
+
return {
|
|
17364
|
+
FunctionName: (0, smithy_client_1.expectString)(output.FunctionName),
|
|
17365
|
+
Inputs: output.Inputs != null ? deserializeAws_json1_1OneInput(output.Inputs, context) : undefined,
|
|
17366
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
17367
|
+
Parameters: output.Parameters != null
|
|
17368
|
+
? deserializeAws_json1_1TransformConfigParameterList(output.Parameters, context)
|
|
17369
|
+
: undefined,
|
|
17370
|
+
Path: (0, smithy_client_1.expectString)(output.Path),
|
|
17371
|
+
TransformName: (0, smithy_client_1.expectString)(output.TransformName),
|
|
17372
|
+
Version: (0, smithy_client_1.expectString)(output.Version),
|
|
17373
|
+
};
|
|
17374
|
+
};
|
|
16034
17375
|
const deserializeAws_json1_1DynamoDBCatalogSource = (output, context) => {
|
|
16035
17376
|
return {
|
|
16036
17377
|
Database: (0, smithy_client_1.expectString)(output.Database),
|
|
@@ -16149,6 +17490,20 @@ const deserializeAws_json1_1ErrorDetails = (output, context) => {
|
|
|
16149
17490
|
ErrorMessage: (0, smithy_client_1.expectString)(output.ErrorMessage),
|
|
16150
17491
|
};
|
|
16151
17492
|
};
|
|
17493
|
+
const deserializeAws_json1_1EvaluateDataQuality = (output, context) => {
|
|
17494
|
+
return {
|
|
17495
|
+
Inputs: output.Inputs != null ? deserializeAws_json1_1OneInput(output.Inputs, context) : undefined,
|
|
17496
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
17497
|
+
Output: (0, smithy_client_1.expectString)(output.Output),
|
|
17498
|
+
PublishingOptions: output.PublishingOptions != null
|
|
17499
|
+
? deserializeAws_json1_1DQResultsPublishingOptions(output.PublishingOptions, context)
|
|
17500
|
+
: undefined,
|
|
17501
|
+
Ruleset: (0, smithy_client_1.expectString)(output.Ruleset),
|
|
17502
|
+
StopJobOnFailureOptions: output.StopJobOnFailureOptions != null
|
|
17503
|
+
? deserializeAws_json1_1DQStopJobOnFailureOptions(output.StopJobOnFailureOptions, context)
|
|
17504
|
+
: undefined,
|
|
17505
|
+
};
|
|
17506
|
+
};
|
|
16152
17507
|
const deserializeAws_json1_1EvaluationMetrics = (output, context) => {
|
|
16153
17508
|
return {
|
|
16154
17509
|
FindMatchesMetrics: output.FindMatchesMetrics != null
|
|
@@ -16371,6 +17726,85 @@ const deserializeAws_json1_1GetDataflowGraphResponse = (output, context) => {
|
|
|
16371
17726
|
DagNodes: output.DagNodes != null ? deserializeAws_json1_1DagNodes(output.DagNodes, context) : undefined,
|
|
16372
17727
|
};
|
|
16373
17728
|
};
|
|
17729
|
+
const deserializeAws_json1_1GetDataQualityResultResponse = (output, context) => {
|
|
17730
|
+
return {
|
|
17731
|
+
CompletedOn: output.CompletedOn != null
|
|
17732
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletedOn)))
|
|
17733
|
+
: undefined,
|
|
17734
|
+
DataSource: output.DataSource != null ? deserializeAws_json1_1DataSource(output.DataSource, context) : undefined,
|
|
17735
|
+
EvaluationContext: (0, smithy_client_1.expectString)(output.EvaluationContext),
|
|
17736
|
+
JobName: (0, smithy_client_1.expectString)(output.JobName),
|
|
17737
|
+
JobRunId: (0, smithy_client_1.expectString)(output.JobRunId),
|
|
17738
|
+
ResultId: (0, smithy_client_1.expectString)(output.ResultId),
|
|
17739
|
+
RuleResults: output.RuleResults != null
|
|
17740
|
+
? deserializeAws_json1_1DataQualityRuleResults(output.RuleResults, context)
|
|
17741
|
+
: undefined,
|
|
17742
|
+
RulesetEvaluationRunId: (0, smithy_client_1.expectString)(output.RulesetEvaluationRunId),
|
|
17743
|
+
RulesetName: (0, smithy_client_1.expectString)(output.RulesetName),
|
|
17744
|
+
Score: (0, smithy_client_1.limitedParseDouble)(output.Score),
|
|
17745
|
+
StartedOn: output.StartedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn))) : undefined,
|
|
17746
|
+
};
|
|
17747
|
+
};
|
|
17748
|
+
const deserializeAws_json1_1GetDataQualityRuleRecommendationRunResponse = (output, context) => {
|
|
17749
|
+
return {
|
|
17750
|
+
CompletedOn: output.CompletedOn != null
|
|
17751
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletedOn)))
|
|
17752
|
+
: undefined,
|
|
17753
|
+
CreatedRulesetName: (0, smithy_client_1.expectString)(output.CreatedRulesetName),
|
|
17754
|
+
DataSource: output.DataSource != null ? deserializeAws_json1_1DataSource(output.DataSource, context) : undefined,
|
|
17755
|
+
ErrorString: (0, smithy_client_1.expectString)(output.ErrorString),
|
|
17756
|
+
ExecutionTime: (0, smithy_client_1.expectInt32)(output.ExecutionTime),
|
|
17757
|
+
LastModifiedOn: output.LastModifiedOn != null
|
|
17758
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedOn)))
|
|
17759
|
+
: undefined,
|
|
17760
|
+
NumberOfWorkers: (0, smithy_client_1.expectInt32)(output.NumberOfWorkers),
|
|
17761
|
+
RecommendedRuleset: (0, smithy_client_1.expectString)(output.RecommendedRuleset),
|
|
17762
|
+
Role: (0, smithy_client_1.expectString)(output.Role),
|
|
17763
|
+
RunId: (0, smithy_client_1.expectString)(output.RunId),
|
|
17764
|
+
StartedOn: output.StartedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn))) : undefined,
|
|
17765
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
17766
|
+
Timeout: (0, smithy_client_1.expectInt32)(output.Timeout),
|
|
17767
|
+
};
|
|
17768
|
+
};
|
|
17769
|
+
const deserializeAws_json1_1GetDataQualityRulesetEvaluationRunResponse = (output, context) => {
|
|
17770
|
+
return {
|
|
17771
|
+
AdditionalRunOptions: output.AdditionalRunOptions != null
|
|
17772
|
+
? deserializeAws_json1_1DataQualityEvaluationRunAdditionalRunOptions(output.AdditionalRunOptions, context)
|
|
17773
|
+
: undefined,
|
|
17774
|
+
CompletedOn: output.CompletedOn != null
|
|
17775
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletedOn)))
|
|
17776
|
+
: undefined,
|
|
17777
|
+
DataSource: output.DataSource != null ? deserializeAws_json1_1DataSource(output.DataSource, context) : undefined,
|
|
17778
|
+
ErrorString: (0, smithy_client_1.expectString)(output.ErrorString),
|
|
17779
|
+
ExecutionTime: (0, smithy_client_1.expectInt32)(output.ExecutionTime),
|
|
17780
|
+
LastModifiedOn: output.LastModifiedOn != null
|
|
17781
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedOn)))
|
|
17782
|
+
: undefined,
|
|
17783
|
+
NumberOfWorkers: (0, smithy_client_1.expectInt32)(output.NumberOfWorkers),
|
|
17784
|
+
ResultIds: output.ResultIds != null ? deserializeAws_json1_1DataQualityResultIdList(output.ResultIds, context) : undefined,
|
|
17785
|
+
Role: (0, smithy_client_1.expectString)(output.Role),
|
|
17786
|
+
RulesetNames: output.RulesetNames != null ? deserializeAws_json1_1RulesetNames(output.RulesetNames, context) : undefined,
|
|
17787
|
+
RunId: (0, smithy_client_1.expectString)(output.RunId),
|
|
17788
|
+
StartedOn: output.StartedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn))) : undefined,
|
|
17789
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
17790
|
+
Timeout: (0, smithy_client_1.expectInt32)(output.Timeout),
|
|
17791
|
+
};
|
|
17792
|
+
};
|
|
17793
|
+
const deserializeAws_json1_1GetDataQualityRulesetResponse = (output, context) => {
|
|
17794
|
+
return {
|
|
17795
|
+
CreatedOn: output.CreatedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedOn))) : undefined,
|
|
17796
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
17797
|
+
LastModifiedOn: output.LastModifiedOn != null
|
|
17798
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedOn)))
|
|
17799
|
+
: undefined,
|
|
17800
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
17801
|
+
RecommendationRunId: (0, smithy_client_1.expectString)(output.RecommendationRunId),
|
|
17802
|
+
Ruleset: (0, smithy_client_1.expectString)(output.Ruleset),
|
|
17803
|
+
TargetTable: output.TargetTable != null
|
|
17804
|
+
? deserializeAws_json1_1DataQualityTargetTable(output.TargetTable, context)
|
|
17805
|
+
: undefined,
|
|
17806
|
+
};
|
|
17807
|
+
};
|
|
16374
17808
|
const deserializeAws_json1_1GetDevEndpointResponse = (output, context) => {
|
|
16375
17809
|
return {
|
|
16376
17810
|
DevEndpoint: output.DevEndpoint != null ? deserializeAws_json1_1DevEndpoint(output.DevEndpoint, context) : undefined,
|
|
@@ -16781,12 +18215,24 @@ const deserializeAws_json1_1GlueStudioSchemaColumnList = (output, context) => {
|
|
|
16781
18215
|
};
|
|
16782
18216
|
const deserializeAws_json1_1GlueTable = (output, context) => {
|
|
16783
18217
|
return {
|
|
18218
|
+
AdditionalOptions: output.AdditionalOptions != null
|
|
18219
|
+
? deserializeAws_json1_1GlueTableAdditionalOptions(output.AdditionalOptions, context)
|
|
18220
|
+
: undefined,
|
|
16784
18221
|
CatalogId: (0, smithy_client_1.expectString)(output.CatalogId),
|
|
16785
18222
|
ConnectionName: (0, smithy_client_1.expectString)(output.ConnectionName),
|
|
16786
18223
|
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
16787
18224
|
TableName: (0, smithy_client_1.expectString)(output.TableName),
|
|
16788
18225
|
};
|
|
16789
18226
|
};
|
|
18227
|
+
const deserializeAws_json1_1GlueTableAdditionalOptions = (output, context) => {
|
|
18228
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
18229
|
+
if (value === null) {
|
|
18230
|
+
return acc;
|
|
18231
|
+
}
|
|
18232
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
18233
|
+
return acc;
|
|
18234
|
+
}, {});
|
|
18235
|
+
};
|
|
16790
18236
|
const deserializeAws_json1_1GlueTables = (output, context) => {
|
|
16791
18237
|
const retVal = (output || [])
|
|
16792
18238
|
.filter((e) => e != null)
|
|
@@ -17274,6 +18720,34 @@ const deserializeAws_json1_1ListCustomEntityTypesResponse = (output, context) =>
|
|
|
17274
18720
|
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
17275
18721
|
};
|
|
17276
18722
|
};
|
|
18723
|
+
const deserializeAws_json1_1ListDataQualityResultsResponse = (output, context) => {
|
|
18724
|
+
return {
|
|
18725
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
18726
|
+
Results: output.Results != null
|
|
18727
|
+
? deserializeAws_json1_1DataQualityResultDescriptionList(output.Results, context)
|
|
18728
|
+
: undefined,
|
|
18729
|
+
};
|
|
18730
|
+
};
|
|
18731
|
+
const deserializeAws_json1_1ListDataQualityRuleRecommendationRunsResponse = (output, context) => {
|
|
18732
|
+
return {
|
|
18733
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
18734
|
+
Runs: output.Runs != null
|
|
18735
|
+
? deserializeAws_json1_1DataQualityRuleRecommendationRunList(output.Runs, context)
|
|
18736
|
+
: undefined,
|
|
18737
|
+
};
|
|
18738
|
+
};
|
|
18739
|
+
const deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsResponse = (output, context) => {
|
|
18740
|
+
return {
|
|
18741
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
18742
|
+
Runs: output.Runs != null ? deserializeAws_json1_1DataQualityRulesetEvaluationRunList(output.Runs, context) : undefined,
|
|
18743
|
+
};
|
|
18744
|
+
};
|
|
18745
|
+
const deserializeAws_json1_1ListDataQualityRulesetsResponse = (output, context) => {
|
|
18746
|
+
return {
|
|
18747
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
18748
|
+
Rulesets: output.Rulesets != null ? deserializeAws_json1_1DataQualityRulesetList(output.Rulesets, context) : undefined,
|
|
18749
|
+
};
|
|
18750
|
+
};
|
|
17277
18751
|
const deserializeAws_json1_1ListDevEndpointsResponse = (output, context) => {
|
|
17278
18752
|
return {
|
|
17279
18753
|
DevEndpointNames: output.DevEndpointNames != null
|
|
@@ -18078,6 +19552,17 @@ const deserializeAws_json1_1ResumeWorkflowRunResponse = (output, context) => {
|
|
|
18078
19552
|
RunId: (0, smithy_client_1.expectString)(output.RunId),
|
|
18079
19553
|
};
|
|
18080
19554
|
};
|
|
19555
|
+
const deserializeAws_json1_1RulesetNames = (output, context) => {
|
|
19556
|
+
const retVal = (output || [])
|
|
19557
|
+
.filter((e) => e != null)
|
|
19558
|
+
.map((entry) => {
|
|
19559
|
+
if (entry === null) {
|
|
19560
|
+
return null;
|
|
19561
|
+
}
|
|
19562
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
19563
|
+
});
|
|
19564
|
+
return retVal;
|
|
19565
|
+
};
|
|
18081
19566
|
const deserializeAws_json1_1RunStatementResponse = (output, context) => {
|
|
18082
19567
|
return {
|
|
18083
19568
|
Id: (0, smithy_client_1.expectInt32)(output.Id),
|
|
@@ -18572,6 +20057,16 @@ const deserializeAws_json1_1StartCrawlerResponse = (output, context) => {
|
|
|
18572
20057
|
const deserializeAws_json1_1StartCrawlerScheduleResponse = (output, context) => {
|
|
18573
20058
|
return {};
|
|
18574
20059
|
};
|
|
20060
|
+
const deserializeAws_json1_1StartDataQualityRuleRecommendationRunResponse = (output, context) => {
|
|
20061
|
+
return {
|
|
20062
|
+
RunId: (0, smithy_client_1.expectString)(output.RunId),
|
|
20063
|
+
};
|
|
20064
|
+
};
|
|
20065
|
+
const deserializeAws_json1_1StartDataQualityRulesetEvaluationRunResponse = (output, context) => {
|
|
20066
|
+
return {
|
|
20067
|
+
RunId: (0, smithy_client_1.expectString)(output.RunId),
|
|
20068
|
+
};
|
|
20069
|
+
};
|
|
18575
20070
|
const deserializeAws_json1_1StartExportLabelsTaskRunResponse = (output, context) => {
|
|
18576
20071
|
return {
|
|
18577
20072
|
TaskRunId: (0, smithy_client_1.expectString)(output.TaskRunId),
|
|
@@ -18863,6 +20358,28 @@ const deserializeAws_json1_1TaskRunProperties = (output, context) => {
|
|
|
18863
20358
|
TaskType: (0, smithy_client_1.expectString)(output.TaskType),
|
|
18864
20359
|
};
|
|
18865
20360
|
};
|
|
20361
|
+
const deserializeAws_json1_1TransformConfigParameter = (output, context) => {
|
|
20362
|
+
return {
|
|
20363
|
+
IsOptional: (0, smithy_client_1.expectBoolean)(output.IsOptional),
|
|
20364
|
+
ListType: (0, smithy_client_1.expectString)(output.ListType),
|
|
20365
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
20366
|
+
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
20367
|
+
ValidationMessage: (0, smithy_client_1.expectString)(output.ValidationMessage),
|
|
20368
|
+
ValidationRule: (0, smithy_client_1.expectString)(output.ValidationRule),
|
|
20369
|
+
Value: output.Value != null ? deserializeAws_json1_1EnclosedInStringProperties(output.Value, context) : undefined,
|
|
20370
|
+
};
|
|
20371
|
+
};
|
|
20372
|
+
const deserializeAws_json1_1TransformConfigParameterList = (output, context) => {
|
|
20373
|
+
const retVal = (output || [])
|
|
20374
|
+
.filter((e) => e != null)
|
|
20375
|
+
.map((entry) => {
|
|
20376
|
+
if (entry === null) {
|
|
20377
|
+
return null;
|
|
20378
|
+
}
|
|
20379
|
+
return deserializeAws_json1_1TransformConfigParameter(entry, context);
|
|
20380
|
+
});
|
|
20381
|
+
return retVal;
|
|
20382
|
+
};
|
|
18866
20383
|
const deserializeAws_json1_1TransformEncryption = (output, context) => {
|
|
18867
20384
|
return {
|
|
18868
20385
|
MlUserDataEncryption: output.MlUserDataEncryption != null
|
|
@@ -19026,6 +20543,13 @@ const deserializeAws_json1_1UpdateCrawlerScheduleResponse = (output, context) =>
|
|
|
19026
20543
|
const deserializeAws_json1_1UpdateDatabaseResponse = (output, context) => {
|
|
19027
20544
|
return {};
|
|
19028
20545
|
};
|
|
20546
|
+
const deserializeAws_json1_1UpdateDataQualityRulesetResponse = (output, context) => {
|
|
20547
|
+
return {
|
|
20548
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
20549
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
20550
|
+
Ruleset: (0, smithy_client_1.expectString)(output.Ruleset),
|
|
20551
|
+
};
|
|
20552
|
+
};
|
|
19029
20553
|
const deserializeAws_json1_1UpdateDevEndpointResponse = (output, context) => {
|
|
19030
20554
|
return {};
|
|
19031
20555
|
};
|