@aws-sdk/client-glue 3.45.0 → 3.46.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/CHANGELOG.md +18 -0
- package/dist-cjs/Glue.js +45 -0
- package/dist-cjs/commands/GetCrawlerMetricsCommand.js +2 -1
- package/dist-cjs/commands/GetCrawlersCommand.js +3 -3
- package/dist-cjs/commands/GetUnfilteredPartitionMetadataCommand.js +36 -0
- package/dist-cjs/commands/GetUnfilteredPartitionsMetadataCommand.js +36 -0
- package/dist-cjs/commands/GetUnfilteredTableMetadataCommand.js +36 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +24 -24
- package/dist-cjs/models/models_1.js +83 -6
- package/dist-cjs/pagination/GetUnfilteredPartitionsMetadataPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +545 -5
- package/dist-cjs/runtimeConfig.js +0 -2
- package/dist-es/Glue.js +45 -0
- package/dist-es/commands/GetCrawlerMetricsCommand.js +2 -1
- package/dist-es/commands/GetCrawlersCommand.js +1 -1
- package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +39 -0
- package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +39 -0
- package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +39 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +12 -12
- package/dist-es/models/models_1.js +53 -0
- package/dist-es/pagination/GetUnfilteredPartitionsMetadataPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +538 -7
- package/dist-es/runtimeConfig.js +0 -2
- package/dist-types/Glue.d.ts +12 -0
- package/dist-types/GlueClient.d.ts +5 -2
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +2 -1
- package/dist-types/commands/GetCrawlersCommand.d.ts +1 -1
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +18 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +18 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +18 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +53 -50
- package/dist-types/models/models_1.d.ts +178 -1
- package/dist-types/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/Glue.d.ts +12 -0
- package/dist-types/ts3.4/GlueClient.d.ts +5 -2
- package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +34 -0
- package/dist-types/ts3.4/models/models_1.d.ts +130 -1
- package/dist-types/ts3.4/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
- package/package.json +36 -43
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
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_1DeleteDatabaseCommand = 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_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_1CreateDatabaseCommand = exports.serializeAws_json1_1CreateCrawlerCommand = exports.serializeAws_json1_1CreateConnectionCommand = exports.serializeAws_json1_1CreateClassifierCommand = exports.serializeAws_json1_1CreateBlueprintCommand = exports.serializeAws_json1_1CheckSchemaVersionValidityCommand = exports.serializeAws_json1_1CancelMLTaskRunCommand = 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_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
4
|
exports.serializeAws_json1_1GetTablesCommand = exports.serializeAws_json1_1GetTableCommand = 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 = 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_1GetDataflowGraphCommand = exports.serializeAws_json1_1GetDataCatalogEncryptionSettingsCommand = exports.serializeAws_json1_1GetDatabasesCommand = exports.serializeAws_json1_1GetDatabaseCommand = 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_1DeleteSecurityConfigurationCommand = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.deserializeAws_json1_1UpdateWorkflowCommand = exports.deserializeAws_json1_1UpdateUserDefinedFunctionCommand = exports.deserializeAws_json1_1UpdateTriggerCommand = exports.deserializeAws_json1_1UpdateTableCommand = exports.deserializeAws_json1_1UpdateSchemaCommand = exports.deserializeAws_json1_1UpdateRegistryCommand = exports.deserializeAws_json1_1UpdatePartitionCommand = exports.deserializeAws_json1_1UpdateMLTransformCommand = exports.deserializeAws_json1_1UpdateJobCommand = exports.deserializeAws_json1_1UpdateDevEndpointCommand = 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_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_1StartCrawlerScheduleCommand = void 0;
|
|
5
|
+
exports.serializeAws_json1_1TagResourceCommand = exports.serializeAws_json1_1StopWorkflowRunCommand = exports.serializeAws_json1_1StopTriggerCommand = 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_1StartCrawlerScheduleCommand = exports.serializeAws_json1_1StartCrawlerCommand = exports.serializeAws_json1_1StartBlueprintRunCommand = exports.serializeAws_json1_1SearchTablesCommand = 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 = exports.serializeAws_json1_1ListTriggersCommand = 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_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 = void 0;
|
|
6
|
+
exports.deserializeAws_json1_1CreateTableCommand = 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_1CreateDatabaseCommand = exports.deserializeAws_json1_1CreateCrawlerCommand = exports.deserializeAws_json1_1CreateConnectionCommand = exports.deserializeAws_json1_1CreateClassifierCommand = exports.deserializeAws_json1_1CreateBlueprintCommand = exports.deserializeAws_json1_1CheckSchemaVersionValidityCommand = exports.deserializeAws_json1_1CancelMLTaskRunCommand = 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_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 = exports.serializeAws_json1_1UpdateTriggerCommand = exports.serializeAws_json1_1UpdateTableCommand = exports.serializeAws_json1_1UpdateSchemaCommand = exports.serializeAws_json1_1UpdateRegistryCommand = exports.serializeAws_json1_1UpdatePartitionCommand = exports.serializeAws_json1_1UpdateMLTransformCommand = exports.serializeAws_json1_1UpdateJobCommand = exports.serializeAws_json1_1UpdateDevEndpointCommand = 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 = void 0;
|
|
7
|
+
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_1GetDataflowGraphCommand = exports.deserializeAws_json1_1GetDataCatalogEncryptionSettingsCommand = exports.deserializeAws_json1_1GetDatabasesCommand = exports.deserializeAws_json1_1GetDatabaseCommand = 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_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_1DeleteDatabaseCommand = 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 = void 0;
|
|
8
|
+
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_1ListSchemaVersionsCommand = exports.deserializeAws_json1_1ListSchemasCommand = exports.deserializeAws_json1_1ListRegistriesCommand = exports.deserializeAws_json1_1ListMLTransformsCommand = exports.deserializeAws_json1_1ListJobsCommand = exports.deserializeAws_json1_1ListDevEndpointsCommand = 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_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 = exports.deserializeAws_json1_1GetMLTaskRunCommand = void 0;
|
|
9
|
+
exports.deserializeAws_json1_1UpdateWorkflowCommand = exports.deserializeAws_json1_1UpdateUserDefinedFunctionCommand = exports.deserializeAws_json1_1UpdateTriggerCommand = exports.deserializeAws_json1_1UpdateTableCommand = exports.deserializeAws_json1_1UpdateSchemaCommand = exports.deserializeAws_json1_1UpdateRegistryCommand = exports.deserializeAws_json1_1UpdatePartitionCommand = exports.deserializeAws_json1_1UpdateMLTransformCommand = exports.deserializeAws_json1_1UpdateJobCommand = exports.deserializeAws_json1_1UpdateDevEndpointCommand = 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_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_1StartCrawlerScheduleCommand = exports.deserializeAws_json1_1StartCrawlerCommand = exports.deserializeAws_json1_1StartBlueprintRunCommand = exports.deserializeAws_json1_1SearchTablesCommand = exports.deserializeAws_json1_1ResumeWorkflowRunCommand = exports.deserializeAws_json1_1ResetJobBookmarkCommand = exports.deserializeAws_json1_1RemoveSchemaVersionMetadataCommand = void 0;
|
|
10
10
|
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
11
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
12
|
const serializeAws_json1_1BatchCreatePartitionCommand = async (input, context) => {
|
|
@@ -1059,6 +1059,36 @@ const serializeAws_json1_1GetTriggersCommand = async (input, context) => {
|
|
|
1059
1059
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1060
1060
|
};
|
|
1061
1061
|
exports.serializeAws_json1_1GetTriggersCommand = serializeAws_json1_1GetTriggersCommand;
|
|
1062
|
+
const serializeAws_json1_1GetUnfilteredPartitionMetadataCommand = async (input, context) => {
|
|
1063
|
+
const headers = {
|
|
1064
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1065
|
+
"x-amz-target": "AWSGlue.GetUnfilteredPartitionMetadata",
|
|
1066
|
+
};
|
|
1067
|
+
let body;
|
|
1068
|
+
body = JSON.stringify(serializeAws_json1_1GetUnfilteredPartitionMetadataRequest(input, context));
|
|
1069
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1070
|
+
};
|
|
1071
|
+
exports.serializeAws_json1_1GetUnfilteredPartitionMetadataCommand = serializeAws_json1_1GetUnfilteredPartitionMetadataCommand;
|
|
1072
|
+
const serializeAws_json1_1GetUnfilteredPartitionsMetadataCommand = async (input, context) => {
|
|
1073
|
+
const headers = {
|
|
1074
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1075
|
+
"x-amz-target": "AWSGlue.GetUnfilteredPartitionsMetadata",
|
|
1076
|
+
};
|
|
1077
|
+
let body;
|
|
1078
|
+
body = JSON.stringify(serializeAws_json1_1GetUnfilteredPartitionsMetadataRequest(input, context));
|
|
1079
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1080
|
+
};
|
|
1081
|
+
exports.serializeAws_json1_1GetUnfilteredPartitionsMetadataCommand = serializeAws_json1_1GetUnfilteredPartitionsMetadataCommand;
|
|
1082
|
+
const serializeAws_json1_1GetUnfilteredTableMetadataCommand = async (input, context) => {
|
|
1083
|
+
const headers = {
|
|
1084
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1085
|
+
"x-amz-target": "AWSGlue.GetUnfilteredTableMetadata",
|
|
1086
|
+
};
|
|
1087
|
+
let body;
|
|
1088
|
+
body = JSON.stringify(serializeAws_json1_1GetUnfilteredTableMetadataRequest(input, context));
|
|
1089
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1090
|
+
};
|
|
1091
|
+
exports.serializeAws_json1_1GetUnfilteredTableMetadataCommand = serializeAws_json1_1GetUnfilteredTableMetadataCommand;
|
|
1062
1092
|
const serializeAws_json1_1GetUserDefinedFunctionCommand = async (input, context) => {
|
|
1063
1093
|
const headers = {
|
|
1064
1094
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -9380,6 +9410,267 @@ const deserializeAws_json1_1GetTriggersCommandError = async (output, context) =>
|
|
|
9380
9410
|
delete response.Message;
|
|
9381
9411
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
9382
9412
|
};
|
|
9413
|
+
const deserializeAws_json1_1GetUnfilteredPartitionMetadataCommand = async (output, context) => {
|
|
9414
|
+
if (output.statusCode >= 300) {
|
|
9415
|
+
return deserializeAws_json1_1GetUnfilteredPartitionMetadataCommandError(output, context);
|
|
9416
|
+
}
|
|
9417
|
+
const data = await parseBody(output.body, context);
|
|
9418
|
+
let contents = {};
|
|
9419
|
+
contents = deserializeAws_json1_1GetUnfilteredPartitionMetadataResponse(data, context);
|
|
9420
|
+
const response = {
|
|
9421
|
+
$metadata: deserializeMetadata(output),
|
|
9422
|
+
...contents,
|
|
9423
|
+
};
|
|
9424
|
+
return Promise.resolve(response);
|
|
9425
|
+
};
|
|
9426
|
+
exports.deserializeAws_json1_1GetUnfilteredPartitionMetadataCommand = deserializeAws_json1_1GetUnfilteredPartitionMetadataCommand;
|
|
9427
|
+
const deserializeAws_json1_1GetUnfilteredPartitionMetadataCommandError = async (output, context) => {
|
|
9428
|
+
const parsedOutput = {
|
|
9429
|
+
...output,
|
|
9430
|
+
body: await parseBody(output.body, context),
|
|
9431
|
+
};
|
|
9432
|
+
let response;
|
|
9433
|
+
let errorCode = "UnknownError";
|
|
9434
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9435
|
+
switch (errorCode) {
|
|
9436
|
+
case "EntityNotFoundException":
|
|
9437
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
9438
|
+
response = {
|
|
9439
|
+
...(await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context)),
|
|
9440
|
+
name: errorCode,
|
|
9441
|
+
$metadata: deserializeMetadata(output),
|
|
9442
|
+
};
|
|
9443
|
+
break;
|
|
9444
|
+
case "GlueEncryptionException":
|
|
9445
|
+
case "com.amazonaws.glue#GlueEncryptionException":
|
|
9446
|
+
response = {
|
|
9447
|
+
...(await deserializeAws_json1_1GlueEncryptionExceptionResponse(parsedOutput, context)),
|
|
9448
|
+
name: errorCode,
|
|
9449
|
+
$metadata: deserializeMetadata(output),
|
|
9450
|
+
};
|
|
9451
|
+
break;
|
|
9452
|
+
case "InternalServiceException":
|
|
9453
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
9454
|
+
response = {
|
|
9455
|
+
...(await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context)),
|
|
9456
|
+
name: errorCode,
|
|
9457
|
+
$metadata: deserializeMetadata(output),
|
|
9458
|
+
};
|
|
9459
|
+
break;
|
|
9460
|
+
case "InvalidInputException":
|
|
9461
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
9462
|
+
response = {
|
|
9463
|
+
...(await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context)),
|
|
9464
|
+
name: errorCode,
|
|
9465
|
+
$metadata: deserializeMetadata(output),
|
|
9466
|
+
};
|
|
9467
|
+
break;
|
|
9468
|
+
case "OperationTimeoutException":
|
|
9469
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
9470
|
+
response = {
|
|
9471
|
+
...(await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context)),
|
|
9472
|
+
name: errorCode,
|
|
9473
|
+
$metadata: deserializeMetadata(output),
|
|
9474
|
+
};
|
|
9475
|
+
break;
|
|
9476
|
+
case "PermissionTypeMismatchException":
|
|
9477
|
+
case "com.amazonaws.glue#PermissionTypeMismatchException":
|
|
9478
|
+
response = {
|
|
9479
|
+
...(await deserializeAws_json1_1PermissionTypeMismatchExceptionResponse(parsedOutput, context)),
|
|
9480
|
+
name: errorCode,
|
|
9481
|
+
$metadata: deserializeMetadata(output),
|
|
9482
|
+
};
|
|
9483
|
+
break;
|
|
9484
|
+
default:
|
|
9485
|
+
const parsedBody = parsedOutput.body;
|
|
9486
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
9487
|
+
response = {
|
|
9488
|
+
...parsedBody,
|
|
9489
|
+
name: `${errorCode}`,
|
|
9490
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
9491
|
+
$fault: "client",
|
|
9492
|
+
$metadata: deserializeMetadata(output),
|
|
9493
|
+
};
|
|
9494
|
+
}
|
|
9495
|
+
const message = response.message || response.Message || errorCode;
|
|
9496
|
+
response.message = message;
|
|
9497
|
+
delete response.Message;
|
|
9498
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
9499
|
+
};
|
|
9500
|
+
const deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommand = async (output, context) => {
|
|
9501
|
+
if (output.statusCode >= 300) {
|
|
9502
|
+
return deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommandError(output, context);
|
|
9503
|
+
}
|
|
9504
|
+
const data = await parseBody(output.body, context);
|
|
9505
|
+
let contents = {};
|
|
9506
|
+
contents = deserializeAws_json1_1GetUnfilteredPartitionsMetadataResponse(data, context);
|
|
9507
|
+
const response = {
|
|
9508
|
+
$metadata: deserializeMetadata(output),
|
|
9509
|
+
...contents,
|
|
9510
|
+
};
|
|
9511
|
+
return Promise.resolve(response);
|
|
9512
|
+
};
|
|
9513
|
+
exports.deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommand = deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommand;
|
|
9514
|
+
const deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommandError = async (output, context) => {
|
|
9515
|
+
const parsedOutput = {
|
|
9516
|
+
...output,
|
|
9517
|
+
body: await parseBody(output.body, context),
|
|
9518
|
+
};
|
|
9519
|
+
let response;
|
|
9520
|
+
let errorCode = "UnknownError";
|
|
9521
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9522
|
+
switch (errorCode) {
|
|
9523
|
+
case "EntityNotFoundException":
|
|
9524
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
9525
|
+
response = {
|
|
9526
|
+
...(await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context)),
|
|
9527
|
+
name: errorCode,
|
|
9528
|
+
$metadata: deserializeMetadata(output),
|
|
9529
|
+
};
|
|
9530
|
+
break;
|
|
9531
|
+
case "GlueEncryptionException":
|
|
9532
|
+
case "com.amazonaws.glue#GlueEncryptionException":
|
|
9533
|
+
response = {
|
|
9534
|
+
...(await deserializeAws_json1_1GlueEncryptionExceptionResponse(parsedOutput, context)),
|
|
9535
|
+
name: errorCode,
|
|
9536
|
+
$metadata: deserializeMetadata(output),
|
|
9537
|
+
};
|
|
9538
|
+
break;
|
|
9539
|
+
case "InternalServiceException":
|
|
9540
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
9541
|
+
response = {
|
|
9542
|
+
...(await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context)),
|
|
9543
|
+
name: errorCode,
|
|
9544
|
+
$metadata: deserializeMetadata(output),
|
|
9545
|
+
};
|
|
9546
|
+
break;
|
|
9547
|
+
case "InvalidInputException":
|
|
9548
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
9549
|
+
response = {
|
|
9550
|
+
...(await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context)),
|
|
9551
|
+
name: errorCode,
|
|
9552
|
+
$metadata: deserializeMetadata(output),
|
|
9553
|
+
};
|
|
9554
|
+
break;
|
|
9555
|
+
case "OperationTimeoutException":
|
|
9556
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
9557
|
+
response = {
|
|
9558
|
+
...(await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context)),
|
|
9559
|
+
name: errorCode,
|
|
9560
|
+
$metadata: deserializeMetadata(output),
|
|
9561
|
+
};
|
|
9562
|
+
break;
|
|
9563
|
+
case "PermissionTypeMismatchException":
|
|
9564
|
+
case "com.amazonaws.glue#PermissionTypeMismatchException":
|
|
9565
|
+
response = {
|
|
9566
|
+
...(await deserializeAws_json1_1PermissionTypeMismatchExceptionResponse(parsedOutput, context)),
|
|
9567
|
+
name: errorCode,
|
|
9568
|
+
$metadata: deserializeMetadata(output),
|
|
9569
|
+
};
|
|
9570
|
+
break;
|
|
9571
|
+
default:
|
|
9572
|
+
const parsedBody = parsedOutput.body;
|
|
9573
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
9574
|
+
response = {
|
|
9575
|
+
...parsedBody,
|
|
9576
|
+
name: `${errorCode}`,
|
|
9577
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
9578
|
+
$fault: "client",
|
|
9579
|
+
$metadata: deserializeMetadata(output),
|
|
9580
|
+
};
|
|
9581
|
+
}
|
|
9582
|
+
const message = response.message || response.Message || errorCode;
|
|
9583
|
+
response.message = message;
|
|
9584
|
+
delete response.Message;
|
|
9585
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
9586
|
+
};
|
|
9587
|
+
const deserializeAws_json1_1GetUnfilteredTableMetadataCommand = async (output, context) => {
|
|
9588
|
+
if (output.statusCode >= 300) {
|
|
9589
|
+
return deserializeAws_json1_1GetUnfilteredTableMetadataCommandError(output, context);
|
|
9590
|
+
}
|
|
9591
|
+
const data = await parseBody(output.body, context);
|
|
9592
|
+
let contents = {};
|
|
9593
|
+
contents = deserializeAws_json1_1GetUnfilteredTableMetadataResponse(data, context);
|
|
9594
|
+
const response = {
|
|
9595
|
+
$metadata: deserializeMetadata(output),
|
|
9596
|
+
...contents,
|
|
9597
|
+
};
|
|
9598
|
+
return Promise.resolve(response);
|
|
9599
|
+
};
|
|
9600
|
+
exports.deserializeAws_json1_1GetUnfilteredTableMetadataCommand = deserializeAws_json1_1GetUnfilteredTableMetadataCommand;
|
|
9601
|
+
const deserializeAws_json1_1GetUnfilteredTableMetadataCommandError = async (output, context) => {
|
|
9602
|
+
const parsedOutput = {
|
|
9603
|
+
...output,
|
|
9604
|
+
body: await parseBody(output.body, context),
|
|
9605
|
+
};
|
|
9606
|
+
let response;
|
|
9607
|
+
let errorCode = "UnknownError";
|
|
9608
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9609
|
+
switch (errorCode) {
|
|
9610
|
+
case "EntityNotFoundException":
|
|
9611
|
+
case "com.amazonaws.glue#EntityNotFoundException":
|
|
9612
|
+
response = {
|
|
9613
|
+
...(await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context)),
|
|
9614
|
+
name: errorCode,
|
|
9615
|
+
$metadata: deserializeMetadata(output),
|
|
9616
|
+
};
|
|
9617
|
+
break;
|
|
9618
|
+
case "GlueEncryptionException":
|
|
9619
|
+
case "com.amazonaws.glue#GlueEncryptionException":
|
|
9620
|
+
response = {
|
|
9621
|
+
...(await deserializeAws_json1_1GlueEncryptionExceptionResponse(parsedOutput, context)),
|
|
9622
|
+
name: errorCode,
|
|
9623
|
+
$metadata: deserializeMetadata(output),
|
|
9624
|
+
};
|
|
9625
|
+
break;
|
|
9626
|
+
case "InternalServiceException":
|
|
9627
|
+
case "com.amazonaws.glue#InternalServiceException":
|
|
9628
|
+
response = {
|
|
9629
|
+
...(await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context)),
|
|
9630
|
+
name: errorCode,
|
|
9631
|
+
$metadata: deserializeMetadata(output),
|
|
9632
|
+
};
|
|
9633
|
+
break;
|
|
9634
|
+
case "InvalidInputException":
|
|
9635
|
+
case "com.amazonaws.glue#InvalidInputException":
|
|
9636
|
+
response = {
|
|
9637
|
+
...(await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context)),
|
|
9638
|
+
name: errorCode,
|
|
9639
|
+
$metadata: deserializeMetadata(output),
|
|
9640
|
+
};
|
|
9641
|
+
break;
|
|
9642
|
+
case "OperationTimeoutException":
|
|
9643
|
+
case "com.amazonaws.glue#OperationTimeoutException":
|
|
9644
|
+
response = {
|
|
9645
|
+
...(await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context)),
|
|
9646
|
+
name: errorCode,
|
|
9647
|
+
$metadata: deserializeMetadata(output),
|
|
9648
|
+
};
|
|
9649
|
+
break;
|
|
9650
|
+
case "PermissionTypeMismatchException":
|
|
9651
|
+
case "com.amazonaws.glue#PermissionTypeMismatchException":
|
|
9652
|
+
response = {
|
|
9653
|
+
...(await deserializeAws_json1_1PermissionTypeMismatchExceptionResponse(parsedOutput, context)),
|
|
9654
|
+
name: errorCode,
|
|
9655
|
+
$metadata: deserializeMetadata(output),
|
|
9656
|
+
};
|
|
9657
|
+
break;
|
|
9658
|
+
default:
|
|
9659
|
+
const parsedBody = parsedOutput.body;
|
|
9660
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
9661
|
+
response = {
|
|
9662
|
+
...parsedBody,
|
|
9663
|
+
name: `${errorCode}`,
|
|
9664
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
9665
|
+
$fault: "client",
|
|
9666
|
+
$metadata: deserializeMetadata(output),
|
|
9667
|
+
};
|
|
9668
|
+
}
|
|
9669
|
+
const message = response.message || response.Message || errorCode;
|
|
9670
|
+
response.message = message;
|
|
9671
|
+
delete response.Message;
|
|
9672
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
9673
|
+
};
|
|
9383
9674
|
const deserializeAws_json1_1GetUserDefinedFunctionCommand = async (output, context) => {
|
|
9384
9675
|
if (output.statusCode >= 300) {
|
|
9385
9676
|
return deserializeAws_json1_1GetUserDefinedFunctionCommandError(output, context);
|
|
@@ -14203,6 +14494,17 @@ const deserializeAws_json1_1OperationTimeoutExceptionResponse = async (parsedOut
|
|
|
14203
14494
|
};
|
|
14204
14495
|
return contents;
|
|
14205
14496
|
};
|
|
14497
|
+
const deserializeAws_json1_1PermissionTypeMismatchExceptionResponse = async (parsedOutput, context) => {
|
|
14498
|
+
const body = parsedOutput.body;
|
|
14499
|
+
const deserialized = deserializeAws_json1_1PermissionTypeMismatchException(body, context);
|
|
14500
|
+
const contents = {
|
|
14501
|
+
name: "PermissionTypeMismatchException",
|
|
14502
|
+
$fault: "client",
|
|
14503
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
14504
|
+
...deserialized,
|
|
14505
|
+
};
|
|
14506
|
+
return contents;
|
|
14507
|
+
};
|
|
14206
14508
|
const deserializeAws_json1_1ResourceNotReadyExceptionResponse = async (parsedOutput, context) => {
|
|
14207
14509
|
const body = parsedOutput.body;
|
|
14208
14510
|
const deserialized = deserializeAws_json1_1ResourceNotReadyException(body, context);
|
|
@@ -14316,6 +14618,12 @@ const serializeAws_json1_1AdditionalPlanOptionsMap = (input, context) => {
|
|
|
14316
14618
|
};
|
|
14317
14619
|
}, {});
|
|
14318
14620
|
};
|
|
14621
|
+
const serializeAws_json1_1AuditContext = (input, context) => {
|
|
14622
|
+
return {
|
|
14623
|
+
...(input.AdditionalAuditContext !== undefined &&
|
|
14624
|
+
input.AdditionalAuditContext !== null && { AdditionalAuditContext: input.AdditionalAuditContext }),
|
|
14625
|
+
};
|
|
14626
|
+
};
|
|
14319
14627
|
const serializeAws_json1_1BatchCreatePartitionRequest = (input, context) => {
|
|
14320
14628
|
return {
|
|
14321
14629
|
...(input.CatalogId !== undefined && input.CatalogId !== null && { CatalogId: input.CatalogId }),
|
|
@@ -14589,6 +14897,8 @@ const serializeAws_json1_1CatalogTablesList = (input, context) => {
|
|
|
14589
14897
|
};
|
|
14590
14898
|
const serializeAws_json1_1CatalogTarget = (input, context) => {
|
|
14591
14899
|
return {
|
|
14900
|
+
...(input.ConnectionName !== undefined &&
|
|
14901
|
+
input.ConnectionName !== null && { ConnectionName: input.ConnectionName }),
|
|
14592
14902
|
...(input.DatabaseName !== undefined && input.DatabaseName !== null && { DatabaseName: input.DatabaseName }),
|
|
14593
14903
|
...(input.Tables !== undefined &&
|
|
14594
14904
|
input.Tables !== null && { Tables: serializeAws_json1_1CatalogTablesList(input.Tables, context) }),
|
|
@@ -14820,6 +15130,10 @@ const serializeAws_json1_1CrawlerTargets = (input, context) => {
|
|
|
14820
15130
|
input.CatalogTargets !== null && {
|
|
14821
15131
|
CatalogTargets: serializeAws_json1_1CatalogTargetList(input.CatalogTargets, context),
|
|
14822
15132
|
}),
|
|
15133
|
+
...(input.DeltaTargets !== undefined &&
|
|
15134
|
+
input.DeltaTargets !== null && {
|
|
15135
|
+
DeltaTargets: serializeAws_json1_1DeltaTargetList(input.DeltaTargets, context),
|
|
15136
|
+
}),
|
|
14823
15137
|
...(input.DynamoDBTargets !== undefined &&
|
|
14824
15138
|
input.DynamoDBTargets !== null && {
|
|
14825
15139
|
DynamoDBTargets: serializeAws_json1_1DynamoDBTargetList(input.DynamoDBTargets, context),
|
|
@@ -14886,6 +15200,10 @@ const serializeAws_json1_1CreateCrawlerRequest = (input, context) => {
|
|
|
14886
15200
|
}),
|
|
14887
15201
|
...(input.DatabaseName !== undefined && input.DatabaseName !== null && { DatabaseName: input.DatabaseName }),
|
|
14888
15202
|
...(input.Description !== undefined && input.Description !== null && { Description: input.Description }),
|
|
15203
|
+
...(input.LakeFormationConfiguration !== undefined &&
|
|
15204
|
+
input.LakeFormationConfiguration !== null && {
|
|
15205
|
+
LakeFormationConfiguration: serializeAws_json1_1LakeFormationConfiguration(input.LakeFormationConfiguration, context),
|
|
15206
|
+
}),
|
|
14889
15207
|
...(input.LineageConfiguration !== undefined &&
|
|
14890
15208
|
input.LineageConfiguration !== null && {
|
|
14891
15209
|
LineageConfiguration: serializeAws_json1_1LineageConfiguration(input.LineageConfiguration, context),
|
|
@@ -15422,6 +15740,25 @@ const serializeAws_json1_1DeleteWorkflowRequest = (input, context) => {
|
|
|
15422
15740
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
15423
15741
|
};
|
|
15424
15742
|
};
|
|
15743
|
+
const serializeAws_json1_1DeltaTarget = (input, context) => {
|
|
15744
|
+
return {
|
|
15745
|
+
...(input.ConnectionName !== undefined &&
|
|
15746
|
+
input.ConnectionName !== null && { ConnectionName: input.ConnectionName }),
|
|
15747
|
+
...(input.DeltaTables !== undefined &&
|
|
15748
|
+
input.DeltaTables !== null && { DeltaTables: serializeAws_json1_1PathList(input.DeltaTables, context) }),
|
|
15749
|
+
...(input.WriteManifest !== undefined && input.WriteManifest !== null && { WriteManifest: input.WriteManifest }),
|
|
15750
|
+
};
|
|
15751
|
+
};
|
|
15752
|
+
const serializeAws_json1_1DeltaTargetList = (input, context) => {
|
|
15753
|
+
return input
|
|
15754
|
+
.filter((e) => e != null)
|
|
15755
|
+
.map((entry) => {
|
|
15756
|
+
if (entry === null) {
|
|
15757
|
+
return null;
|
|
15758
|
+
}
|
|
15759
|
+
return serializeAws_json1_1DeltaTarget(entry, context);
|
|
15760
|
+
});
|
|
15761
|
+
};
|
|
15425
15762
|
const serializeAws_json1_1DevEndpointCustomLibraries = (input, context) => {
|
|
15426
15763
|
return {
|
|
15427
15764
|
...(input.ExtraJarsS3Path !== undefined &&
|
|
@@ -15941,6 +16278,54 @@ const serializeAws_json1_1GetTriggersRequest = (input, context) => {
|
|
|
15941
16278
|
...(input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }),
|
|
15942
16279
|
};
|
|
15943
16280
|
};
|
|
16281
|
+
const serializeAws_json1_1GetUnfilteredPartitionMetadataRequest = (input, context) => {
|
|
16282
|
+
return {
|
|
16283
|
+
...(input.AuditContext !== undefined &&
|
|
16284
|
+
input.AuditContext !== null && { AuditContext: serializeAws_json1_1AuditContext(input.AuditContext, context) }),
|
|
16285
|
+
...(input.CatalogId !== undefined && input.CatalogId !== null && { CatalogId: input.CatalogId }),
|
|
16286
|
+
...(input.DatabaseName !== undefined && input.DatabaseName !== null && { DatabaseName: input.DatabaseName }),
|
|
16287
|
+
...(input.PartitionValues !== undefined &&
|
|
16288
|
+
input.PartitionValues !== null && {
|
|
16289
|
+
PartitionValues: serializeAws_json1_1ValueStringList(input.PartitionValues, context),
|
|
16290
|
+
}),
|
|
16291
|
+
...(input.SupportedPermissionTypes !== undefined &&
|
|
16292
|
+
input.SupportedPermissionTypes !== null && {
|
|
16293
|
+
SupportedPermissionTypes: serializeAws_json1_1PermissionTypeList(input.SupportedPermissionTypes, context),
|
|
16294
|
+
}),
|
|
16295
|
+
...(input.TableName !== undefined && input.TableName !== null && { TableName: input.TableName }),
|
|
16296
|
+
};
|
|
16297
|
+
};
|
|
16298
|
+
const serializeAws_json1_1GetUnfilteredPartitionsMetadataRequest = (input, context) => {
|
|
16299
|
+
return {
|
|
16300
|
+
...(input.AuditContext !== undefined &&
|
|
16301
|
+
input.AuditContext !== null && { AuditContext: serializeAws_json1_1AuditContext(input.AuditContext, context) }),
|
|
16302
|
+
...(input.CatalogId !== undefined && input.CatalogId !== null && { CatalogId: input.CatalogId }),
|
|
16303
|
+
...(input.DatabaseName !== undefined && input.DatabaseName !== null && { DatabaseName: input.DatabaseName }),
|
|
16304
|
+
...(input.Expression !== undefined && input.Expression !== null && { Expression: input.Expression }),
|
|
16305
|
+
...(input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults }),
|
|
16306
|
+
...(input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }),
|
|
16307
|
+
...(input.Segment !== undefined &&
|
|
16308
|
+
input.Segment !== null && { Segment: serializeAws_json1_1Segment(input.Segment, context) }),
|
|
16309
|
+
...(input.SupportedPermissionTypes !== undefined &&
|
|
16310
|
+
input.SupportedPermissionTypes !== null && {
|
|
16311
|
+
SupportedPermissionTypes: serializeAws_json1_1PermissionTypeList(input.SupportedPermissionTypes, context),
|
|
16312
|
+
}),
|
|
16313
|
+
...(input.TableName !== undefined && input.TableName !== null && { TableName: input.TableName }),
|
|
16314
|
+
};
|
|
16315
|
+
};
|
|
16316
|
+
const serializeAws_json1_1GetUnfilteredTableMetadataRequest = (input, context) => {
|
|
16317
|
+
return {
|
|
16318
|
+
...(input.AuditContext !== undefined &&
|
|
16319
|
+
input.AuditContext !== null && { AuditContext: serializeAws_json1_1AuditContext(input.AuditContext, context) }),
|
|
16320
|
+
...(input.CatalogId !== undefined && input.CatalogId !== null && { CatalogId: input.CatalogId }),
|
|
16321
|
+
...(input.DatabaseName !== undefined && input.DatabaseName !== null && { DatabaseName: input.DatabaseName }),
|
|
16322
|
+
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
16323
|
+
...(input.SupportedPermissionTypes !== undefined &&
|
|
16324
|
+
input.SupportedPermissionTypes !== null && {
|
|
16325
|
+
SupportedPermissionTypes: serializeAws_json1_1PermissionTypeList(input.SupportedPermissionTypes, context),
|
|
16326
|
+
}),
|
|
16327
|
+
};
|
|
16328
|
+
};
|
|
15944
16329
|
const serializeAws_json1_1GetUserDefinedFunctionRequest = (input, context) => {
|
|
15945
16330
|
return {
|
|
15946
16331
|
...(input.CatalogId !== undefined && input.CatalogId !== null && { CatalogId: input.CatalogId }),
|
|
@@ -16101,6 +16486,13 @@ const serializeAws_json1_1KeyList = (input, context) => {
|
|
|
16101
16486
|
return entry;
|
|
16102
16487
|
});
|
|
16103
16488
|
};
|
|
16489
|
+
const serializeAws_json1_1LakeFormationConfiguration = (input, context) => {
|
|
16490
|
+
return {
|
|
16491
|
+
...(input.AccountId !== undefined && input.AccountId !== null && { AccountId: input.AccountId }),
|
|
16492
|
+
...(input.UseLakeFormationCredentials !== undefined &&
|
|
16493
|
+
input.UseLakeFormationCredentials !== null && { UseLakeFormationCredentials: input.UseLakeFormationCredentials }),
|
|
16494
|
+
};
|
|
16495
|
+
};
|
|
16104
16496
|
const serializeAws_json1_1LineageConfiguration = (input, context) => {
|
|
16105
16497
|
return {
|
|
16106
16498
|
...(input.CrawlerLineageSettings !== undefined &&
|
|
@@ -16203,6 +16595,16 @@ const serializeAws_json1_1LocationMap = (input, context) => {
|
|
|
16203
16595
|
};
|
|
16204
16596
|
}, {});
|
|
16205
16597
|
};
|
|
16598
|
+
const serializeAws_json1_1LocationStringList = (input, context) => {
|
|
16599
|
+
return input
|
|
16600
|
+
.filter((e) => e != null)
|
|
16601
|
+
.map((entry) => {
|
|
16602
|
+
if (entry === null) {
|
|
16603
|
+
return null;
|
|
16604
|
+
}
|
|
16605
|
+
return entry;
|
|
16606
|
+
});
|
|
16607
|
+
};
|
|
16206
16608
|
const serializeAws_json1_1LongColumnStatisticsData = (input, context) => {
|
|
16207
16609
|
return {
|
|
16208
16610
|
...(input.MaximumValue !== undefined && input.MaximumValue !== null && { MaximumValue: input.MaximumValue }),
|
|
@@ -16425,6 +16827,16 @@ const serializeAws_json1_1PermissionList = (input, context) => {
|
|
|
16425
16827
|
return entry;
|
|
16426
16828
|
});
|
|
16427
16829
|
};
|
|
16830
|
+
const serializeAws_json1_1PermissionTypeList = (input, context) => {
|
|
16831
|
+
return input
|
|
16832
|
+
.filter((e) => e != null)
|
|
16833
|
+
.map((entry) => {
|
|
16834
|
+
if (entry === null) {
|
|
16835
|
+
return null;
|
|
16836
|
+
}
|
|
16837
|
+
return entry;
|
|
16838
|
+
});
|
|
16839
|
+
};
|
|
16428
16840
|
const serializeAws_json1_1PhysicalConnectionRequirements = (input, context) => {
|
|
16429
16841
|
return {
|
|
16430
16842
|
...(input.AvailabilityZone !== undefined &&
|
|
@@ -16861,6 +17273,10 @@ const serializeAws_json1_1StopWorkflowRunRequest = (input, context) => {
|
|
|
16861
17273
|
};
|
|
16862
17274
|
const serializeAws_json1_1StorageDescriptor = (input, context) => {
|
|
16863
17275
|
return {
|
|
17276
|
+
...(input.AdditionalLocations !== undefined &&
|
|
17277
|
+
input.AdditionalLocations !== null && {
|
|
17278
|
+
AdditionalLocations: serializeAws_json1_1LocationStringList(input.AdditionalLocations, context),
|
|
17279
|
+
}),
|
|
16864
17280
|
...(input.BucketColumns !== undefined &&
|
|
16865
17281
|
input.BucketColumns !== null && {
|
|
16866
17282
|
BucketColumns: serializeAws_json1_1NameStringList(input.BucketColumns, context),
|
|
@@ -17163,6 +17579,10 @@ const serializeAws_json1_1UpdateCrawlerRequest = (input, context) => {
|
|
|
17163
17579
|
}),
|
|
17164
17580
|
...(input.DatabaseName !== undefined && input.DatabaseName !== null && { DatabaseName: input.DatabaseName }),
|
|
17165
17581
|
...(input.Description !== undefined && input.Description !== null && { Description: input.Description }),
|
|
17582
|
+
...(input.LakeFormationConfiguration !== undefined &&
|
|
17583
|
+
input.LakeFormationConfiguration !== null && {
|
|
17584
|
+
LakeFormationConfiguration: serializeAws_json1_1LakeFormationConfiguration(input.LakeFormationConfiguration, context),
|
|
17585
|
+
}),
|
|
17166
17586
|
...(input.LineageConfiguration !== undefined &&
|
|
17167
17587
|
input.LineageConfiguration !== null && {
|
|
17168
17588
|
LineageConfiguration: serializeAws_json1_1LineageConfiguration(input.LineageConfiguration, context),
|
|
@@ -17786,6 +18206,7 @@ const deserializeAws_json1_1CatalogTablesList = (output, context) => {
|
|
|
17786
18206
|
};
|
|
17787
18207
|
const deserializeAws_json1_1CatalogTarget = (output, context) => {
|
|
17788
18208
|
return {
|
|
18209
|
+
ConnectionName: smithy_client_1.expectString(output.ConnectionName),
|
|
17789
18210
|
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
17790
18211
|
Tables: output.Tables !== undefined && output.Tables !== null
|
|
17791
18212
|
? deserializeAws_json1_1CatalogTablesList(output.Tables, context)
|
|
@@ -17938,6 +18359,22 @@ const deserializeAws_json1_1ColumnList = (output, context) => {
|
|
|
17938
18359
|
return deserializeAws_json1_1Column(entry, context);
|
|
17939
18360
|
});
|
|
17940
18361
|
};
|
|
18362
|
+
const deserializeAws_json1_1ColumnRowFilter = (output, context) => {
|
|
18363
|
+
return {
|
|
18364
|
+
ColumnName: smithy_client_1.expectString(output.ColumnName),
|
|
18365
|
+
RowFilterExpression: smithy_client_1.expectString(output.RowFilterExpression),
|
|
18366
|
+
};
|
|
18367
|
+
};
|
|
18368
|
+
const deserializeAws_json1_1ColumnRowFilterList = (output, context) => {
|
|
18369
|
+
return (output || [])
|
|
18370
|
+
.filter((e) => e != null)
|
|
18371
|
+
.map((entry) => {
|
|
18372
|
+
if (entry === null) {
|
|
18373
|
+
return null;
|
|
18374
|
+
}
|
|
18375
|
+
return deserializeAws_json1_1ColumnRowFilter(entry, context);
|
|
18376
|
+
});
|
|
18377
|
+
};
|
|
17941
18378
|
const deserializeAws_json1_1ColumnStatistics = (output, context) => {
|
|
17942
18379
|
return {
|
|
17943
18380
|
AnalyzedTime: output.AnalyzedTime !== undefined && output.AnalyzedTime !== null
|
|
@@ -18147,6 +18584,9 @@ const deserializeAws_json1_1Crawler = (output, context) => {
|
|
|
18147
18584
|
: undefined,
|
|
18148
18585
|
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
18149
18586
|
Description: smithy_client_1.expectString(output.Description),
|
|
18587
|
+
LakeFormationConfiguration: output.LakeFormationConfiguration !== undefined && output.LakeFormationConfiguration !== null
|
|
18588
|
+
? deserializeAws_json1_1LakeFormationConfiguration(output.LakeFormationConfiguration, context)
|
|
18589
|
+
: undefined,
|
|
18150
18590
|
LastCrawl: output.LastCrawl !== undefined && output.LastCrawl !== null
|
|
18151
18591
|
? deserializeAws_json1_1LastCrawlInfo(output.LastCrawl, context)
|
|
18152
18592
|
: undefined,
|
|
@@ -18244,6 +18684,9 @@ const deserializeAws_json1_1CrawlerTargets = (output, context) => {
|
|
|
18244
18684
|
CatalogTargets: output.CatalogTargets !== undefined && output.CatalogTargets !== null
|
|
18245
18685
|
? deserializeAws_json1_1CatalogTargetList(output.CatalogTargets, context)
|
|
18246
18686
|
: undefined,
|
|
18687
|
+
DeltaTargets: output.DeltaTargets !== undefined && output.DeltaTargets !== null
|
|
18688
|
+
? deserializeAws_json1_1DeltaTargetList(output.DeltaTargets, context)
|
|
18689
|
+
: undefined,
|
|
18247
18690
|
DynamoDBTargets: output.DynamoDBTargets !== undefined && output.DynamoDBTargets !== null
|
|
18248
18691
|
? deserializeAws_json1_1DynamoDBTargetList(output.DynamoDBTargets, context)
|
|
18249
18692
|
: undefined,
|
|
@@ -18611,6 +19054,25 @@ const deserializeAws_json1_1DeleteWorkflowResponse = (output, context) => {
|
|
|
18611
19054
|
Name: smithy_client_1.expectString(output.Name),
|
|
18612
19055
|
};
|
|
18613
19056
|
};
|
|
19057
|
+
const deserializeAws_json1_1DeltaTarget = (output, context) => {
|
|
19058
|
+
return {
|
|
19059
|
+
ConnectionName: smithy_client_1.expectString(output.ConnectionName),
|
|
19060
|
+
DeltaTables: output.DeltaTables !== undefined && output.DeltaTables !== null
|
|
19061
|
+
? deserializeAws_json1_1PathList(output.DeltaTables, context)
|
|
19062
|
+
: undefined,
|
|
19063
|
+
WriteManifest: smithy_client_1.expectBoolean(output.WriteManifest),
|
|
19064
|
+
};
|
|
19065
|
+
};
|
|
19066
|
+
const deserializeAws_json1_1DeltaTargetList = (output, context) => {
|
|
19067
|
+
return (output || [])
|
|
19068
|
+
.filter((e) => e != null)
|
|
19069
|
+
.map((entry) => {
|
|
19070
|
+
if (entry === null) {
|
|
19071
|
+
return null;
|
|
19072
|
+
}
|
|
19073
|
+
return deserializeAws_json1_1DeltaTarget(entry, context);
|
|
19074
|
+
});
|
|
19075
|
+
};
|
|
18614
19076
|
const deserializeAws_json1_1DevEndpoint = (output, context) => {
|
|
18615
19077
|
return {
|
|
18616
19078
|
Arguments: output.Arguments !== undefined && output.Arguments !== null
|
|
@@ -19286,6 +19748,39 @@ const deserializeAws_json1_1GetTriggersResponse = (output, context) => {
|
|
|
19286
19748
|
: undefined,
|
|
19287
19749
|
};
|
|
19288
19750
|
};
|
|
19751
|
+
const deserializeAws_json1_1GetUnfilteredPartitionMetadataResponse = (output, context) => {
|
|
19752
|
+
return {
|
|
19753
|
+
AuthorizedColumns: output.AuthorizedColumns !== undefined && output.AuthorizedColumns !== null
|
|
19754
|
+
? deserializeAws_json1_1NameStringList(output.AuthorizedColumns, context)
|
|
19755
|
+
: undefined,
|
|
19756
|
+
IsRegisteredWithLakeFormation: smithy_client_1.expectBoolean(output.IsRegisteredWithLakeFormation),
|
|
19757
|
+
Partition: output.Partition !== undefined && output.Partition !== null
|
|
19758
|
+
? deserializeAws_json1_1Partition(output.Partition, context)
|
|
19759
|
+
: undefined,
|
|
19760
|
+
};
|
|
19761
|
+
};
|
|
19762
|
+
const deserializeAws_json1_1GetUnfilteredPartitionsMetadataResponse = (output, context) => {
|
|
19763
|
+
return {
|
|
19764
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
19765
|
+
UnfilteredPartitions: output.UnfilteredPartitions !== undefined && output.UnfilteredPartitions !== null
|
|
19766
|
+
? deserializeAws_json1_1UnfilteredPartitionList(output.UnfilteredPartitions, context)
|
|
19767
|
+
: undefined,
|
|
19768
|
+
};
|
|
19769
|
+
};
|
|
19770
|
+
const deserializeAws_json1_1GetUnfilteredTableMetadataResponse = (output, context) => {
|
|
19771
|
+
return {
|
|
19772
|
+
AuthorizedColumns: output.AuthorizedColumns !== undefined && output.AuthorizedColumns !== null
|
|
19773
|
+
? deserializeAws_json1_1NameStringList(output.AuthorizedColumns, context)
|
|
19774
|
+
: undefined,
|
|
19775
|
+
CellFilters: output.CellFilters !== undefined && output.CellFilters !== null
|
|
19776
|
+
? deserializeAws_json1_1ColumnRowFilterList(output.CellFilters, context)
|
|
19777
|
+
: undefined,
|
|
19778
|
+
IsRegisteredWithLakeFormation: smithy_client_1.expectBoolean(output.IsRegisteredWithLakeFormation),
|
|
19779
|
+
Table: output.Table !== undefined && output.Table !== null
|
|
19780
|
+
? deserializeAws_json1_1Table(output.Table, context)
|
|
19781
|
+
: undefined,
|
|
19782
|
+
};
|
|
19783
|
+
};
|
|
19289
19784
|
const deserializeAws_json1_1GetUserDefinedFunctionResponse = (output, context) => {
|
|
19290
19785
|
return {
|
|
19291
19786
|
UserDefinedFunction: output.UserDefinedFunction !== undefined && output.UserDefinedFunction !== null
|
|
@@ -19611,6 +20106,12 @@ const deserializeAws_json1_1LabelingSetGenerationTaskRunProperties = (output, co
|
|
|
19611
20106
|
OutputS3Path: smithy_client_1.expectString(output.OutputS3Path),
|
|
19612
20107
|
};
|
|
19613
20108
|
};
|
|
20109
|
+
const deserializeAws_json1_1LakeFormationConfiguration = (output, context) => {
|
|
20110
|
+
return {
|
|
20111
|
+
AccountId: smithy_client_1.expectString(output.AccountId),
|
|
20112
|
+
UseLakeFormationCredentials: smithy_client_1.expectBoolean(output.UseLakeFormationCredentials),
|
|
20113
|
+
};
|
|
20114
|
+
};
|
|
19614
20115
|
const deserializeAws_json1_1LastActiveDefinition = (output, context) => {
|
|
19615
20116
|
return {
|
|
19616
20117
|
BlueprintLocation: smithy_client_1.expectString(output.BlueprintLocation),
|
|
@@ -19730,6 +20231,16 @@ const deserializeAws_json1_1LocationMap = (output, context) => {
|
|
|
19730
20231
|
};
|
|
19731
20232
|
}, {});
|
|
19732
20233
|
};
|
|
20234
|
+
const deserializeAws_json1_1LocationStringList = (output, context) => {
|
|
20235
|
+
return (output || [])
|
|
20236
|
+
.filter((e) => e != null)
|
|
20237
|
+
.map((entry) => {
|
|
20238
|
+
if (entry === null) {
|
|
20239
|
+
return null;
|
|
20240
|
+
}
|
|
20241
|
+
return smithy_client_1.expectString(entry);
|
|
20242
|
+
});
|
|
20243
|
+
};
|
|
19733
20244
|
const deserializeAws_json1_1LongColumnStatisticsData = (output, context) => {
|
|
19734
20245
|
return {
|
|
19735
20246
|
MaximumValue: smithy_client_1.expectLong(output.MaximumValue),
|
|
@@ -20082,6 +20593,11 @@ const deserializeAws_json1_1PermissionList = (output, context) => {
|
|
|
20082
20593
|
return smithy_client_1.expectString(entry);
|
|
20083
20594
|
});
|
|
20084
20595
|
};
|
|
20596
|
+
const deserializeAws_json1_1PermissionTypeMismatchException = (output, context) => {
|
|
20597
|
+
return {
|
|
20598
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
20599
|
+
};
|
|
20600
|
+
};
|
|
20085
20601
|
const deserializeAws_json1_1PhysicalConnectionRequirements = (output, context) => {
|
|
20086
20602
|
return {
|
|
20087
20603
|
AvailabilityZone: smithy_client_1.expectString(output.AvailabilityZone),
|
|
@@ -20536,6 +21052,9 @@ const deserializeAws_json1_1StopWorkflowRunResponse = (output, context) => {
|
|
|
20536
21052
|
};
|
|
20537
21053
|
const deserializeAws_json1_1StorageDescriptor = (output, context) => {
|
|
20538
21054
|
return {
|
|
21055
|
+
AdditionalLocations: output.AdditionalLocations !== undefined && output.AdditionalLocations !== null
|
|
21056
|
+
? deserializeAws_json1_1LocationStringList(output.AdditionalLocations, context)
|
|
21057
|
+
: undefined,
|
|
20539
21058
|
BucketColumns: output.BucketColumns !== undefined && output.BucketColumns !== null
|
|
20540
21059
|
? deserializeAws_json1_1NameStringList(output.BucketColumns, context)
|
|
20541
21060
|
: undefined,
|
|
@@ -20841,6 +21360,27 @@ const deserializeAws_json1_1TriggerNodeDetails = (output, context) => {
|
|
|
20841
21360
|
: undefined,
|
|
20842
21361
|
};
|
|
20843
21362
|
};
|
|
21363
|
+
const deserializeAws_json1_1UnfilteredPartition = (output, context) => {
|
|
21364
|
+
return {
|
|
21365
|
+
AuthorizedColumns: output.AuthorizedColumns !== undefined && output.AuthorizedColumns !== null
|
|
21366
|
+
? deserializeAws_json1_1NameStringList(output.AuthorizedColumns, context)
|
|
21367
|
+
: undefined,
|
|
21368
|
+
IsRegisteredWithLakeFormation: smithy_client_1.expectBoolean(output.IsRegisteredWithLakeFormation),
|
|
21369
|
+
Partition: output.Partition !== undefined && output.Partition !== null
|
|
21370
|
+
? deserializeAws_json1_1Partition(output.Partition, context)
|
|
21371
|
+
: undefined,
|
|
21372
|
+
};
|
|
21373
|
+
};
|
|
21374
|
+
const deserializeAws_json1_1UnfilteredPartitionList = (output, context) => {
|
|
21375
|
+
return (output || [])
|
|
21376
|
+
.filter((e) => e != null)
|
|
21377
|
+
.map((entry) => {
|
|
21378
|
+
if (entry === null) {
|
|
21379
|
+
return null;
|
|
21380
|
+
}
|
|
21381
|
+
return deserializeAws_json1_1UnfilteredPartition(entry, context);
|
|
21382
|
+
});
|
|
21383
|
+
};
|
|
20844
21384
|
const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
|
|
20845
21385
|
return {};
|
|
20846
21386
|
};
|