@aws-sdk/client-glue 3.414.0 → 3.421.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/dist-cjs/commands/BatchCreatePartitionCommand.js +5 -0
- package/dist-cjs/commands/BatchDeleteConnectionCommand.js +5 -0
- package/dist-cjs/commands/BatchDeletePartitionCommand.js +5 -0
- package/dist-cjs/commands/BatchDeleteTableCommand.js +5 -0
- package/dist-cjs/commands/BatchDeleteTableVersionCommand.js +5 -0
- package/dist-cjs/commands/BatchGetBlueprintsCommand.js +5 -0
- package/dist-cjs/commands/BatchGetCrawlersCommand.js +5 -0
- package/dist-cjs/commands/BatchGetCustomEntityTypesCommand.js +5 -0
- package/dist-cjs/commands/BatchGetDataQualityResultCommand.js +5 -0
- package/dist-cjs/commands/BatchGetDevEndpointsCommand.js +5 -0
- package/dist-cjs/commands/BatchGetJobsCommand.js +5 -0
- package/dist-cjs/commands/BatchGetPartitionCommand.js +5 -0
- package/dist-cjs/commands/BatchGetTriggersCommand.js +5 -0
- package/dist-cjs/commands/BatchGetWorkflowsCommand.js +5 -0
- package/dist-cjs/commands/BatchStopJobRunCommand.js +5 -0
- package/dist-cjs/commands/BatchUpdatePartitionCommand.js +5 -0
- package/dist-cjs/commands/CancelDataQualityRuleRecommendationRunCommand.js +5 -0
- package/dist-cjs/commands/CancelDataQualityRulesetEvaluationRunCommand.js +5 -0
- package/dist-cjs/commands/CancelMLTaskRunCommand.js +5 -0
- package/dist-cjs/commands/CancelStatementCommand.js +5 -0
- package/dist-cjs/commands/CheckSchemaVersionValidityCommand.js +5 -0
- package/dist-cjs/commands/CreateBlueprintCommand.js +5 -0
- package/dist-cjs/commands/CreateClassifierCommand.js +5 -0
- package/dist-cjs/commands/CreateConnectionCommand.js +5 -0
- package/dist-cjs/commands/CreateCrawlerCommand.js +5 -0
- package/dist-cjs/commands/CreateCustomEntityTypeCommand.js +5 -0
- package/dist-cjs/commands/CreateDataQualityRulesetCommand.js +5 -0
- package/dist-cjs/commands/CreateDatabaseCommand.js +5 -0
- package/dist-cjs/commands/CreateDevEndpointCommand.js +5 -0
- package/dist-cjs/commands/CreateJobCommand.js +5 -0
- package/dist-cjs/commands/CreateMLTransformCommand.js +5 -0
- package/dist-cjs/commands/CreatePartitionCommand.js +5 -0
- package/dist-cjs/commands/CreatePartitionIndexCommand.js +5 -0
- package/dist-cjs/commands/CreateRegistryCommand.js +5 -0
- package/dist-cjs/commands/CreateSchemaCommand.js +5 -0
- package/dist-cjs/commands/CreateScriptCommand.js +5 -0
- package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +5 -0
- package/dist-cjs/commands/CreateSessionCommand.js +5 -0
- package/dist-cjs/commands/CreateTableCommand.js +5 -0
- package/dist-cjs/commands/CreateTriggerCommand.js +5 -0
- package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +5 -0
- package/dist-cjs/commands/CreateWorkflowCommand.js +5 -0
- package/dist-cjs/commands/DeleteBlueprintCommand.js +5 -0
- package/dist-cjs/commands/DeleteClassifierCommand.js +5 -0
- package/dist-cjs/commands/DeleteColumnStatisticsForPartitionCommand.js +5 -0
- package/dist-cjs/commands/DeleteColumnStatisticsForTableCommand.js +5 -0
- package/dist-cjs/commands/DeleteConnectionCommand.js +5 -0
- package/dist-cjs/commands/DeleteCrawlerCommand.js +5 -0
- package/dist-cjs/commands/DeleteCustomEntityTypeCommand.js +5 -0
- package/dist-cjs/commands/DeleteDataQualityRulesetCommand.js +5 -0
- package/dist-cjs/commands/DeleteDatabaseCommand.js +5 -0
- package/dist-cjs/commands/DeleteDevEndpointCommand.js +5 -0
- package/dist-cjs/commands/DeleteJobCommand.js +5 -0
- package/dist-cjs/commands/DeleteMLTransformCommand.js +5 -0
- package/dist-cjs/commands/DeletePartitionCommand.js +5 -0
- package/dist-cjs/commands/DeletePartitionIndexCommand.js +5 -0
- package/dist-cjs/commands/DeleteRegistryCommand.js +5 -0
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +5 -0
- package/dist-cjs/commands/DeleteSchemaCommand.js +5 -0
- package/dist-cjs/commands/DeleteSchemaVersionsCommand.js +5 -0
- package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +5 -0
- package/dist-cjs/commands/DeleteSessionCommand.js +5 -0
- package/dist-cjs/commands/DeleteTableCommand.js +5 -0
- package/dist-cjs/commands/DeleteTableVersionCommand.js +5 -0
- package/dist-cjs/commands/DeleteTriggerCommand.js +5 -0
- package/dist-cjs/commands/DeleteUserDefinedFunctionCommand.js +5 -0
- package/dist-cjs/commands/DeleteWorkflowCommand.js +5 -0
- package/dist-cjs/commands/GetBlueprintCommand.js +5 -0
- package/dist-cjs/commands/GetBlueprintRunCommand.js +5 -0
- package/dist-cjs/commands/GetBlueprintRunsCommand.js +5 -0
- package/dist-cjs/commands/GetCatalogImportStatusCommand.js +5 -0
- package/dist-cjs/commands/GetClassifierCommand.js +5 -0
- package/dist-cjs/commands/GetClassifiersCommand.js +5 -0
- package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +5 -0
- package/dist-cjs/commands/GetColumnStatisticsForTableCommand.js +5 -0
- package/dist-cjs/commands/GetConnectionCommand.js +5 -0
- package/dist-cjs/commands/GetConnectionsCommand.js +5 -0
- package/dist-cjs/commands/GetCrawlerCommand.js +5 -0
- package/dist-cjs/commands/GetCrawlerMetricsCommand.js +5 -0
- package/dist-cjs/commands/GetCrawlersCommand.js +5 -0
- package/dist-cjs/commands/GetCustomEntityTypeCommand.js +5 -0
- package/dist-cjs/commands/GetDataCatalogEncryptionSettingsCommand.js +5 -0
- package/dist-cjs/commands/GetDataQualityResultCommand.js +5 -0
- package/dist-cjs/commands/GetDataQualityRuleRecommendationRunCommand.js +5 -0
- package/dist-cjs/commands/GetDataQualityRulesetCommand.js +5 -0
- package/dist-cjs/commands/GetDataQualityRulesetEvaluationRunCommand.js +5 -0
- package/dist-cjs/commands/GetDatabaseCommand.js +5 -0
- package/dist-cjs/commands/GetDatabasesCommand.js +5 -0
- package/dist-cjs/commands/GetDataflowGraphCommand.js +5 -0
- package/dist-cjs/commands/GetDevEndpointCommand.js +5 -0
- package/dist-cjs/commands/GetDevEndpointsCommand.js +5 -0
- package/dist-cjs/commands/GetJobBookmarkCommand.js +5 -0
- package/dist-cjs/commands/GetJobCommand.js +5 -0
- package/dist-cjs/commands/GetJobRunCommand.js +5 -0
- package/dist-cjs/commands/GetJobRunsCommand.js +5 -0
- package/dist-cjs/commands/GetJobsCommand.js +5 -0
- package/dist-cjs/commands/GetMLTaskRunCommand.js +5 -0
- package/dist-cjs/commands/GetMLTaskRunsCommand.js +5 -0
- package/dist-cjs/commands/GetMLTransformCommand.js +5 -0
- package/dist-cjs/commands/GetMLTransformsCommand.js +5 -0
- package/dist-cjs/commands/GetMappingCommand.js +5 -0
- package/dist-cjs/commands/GetPartitionCommand.js +5 -0
- package/dist-cjs/commands/GetPartitionIndexesCommand.js +5 -0
- package/dist-cjs/commands/GetPartitionsCommand.js +5 -0
- package/dist-cjs/commands/GetPlanCommand.js +5 -0
- package/dist-cjs/commands/GetRegistryCommand.js +5 -0
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +5 -0
- package/dist-cjs/commands/GetResourcePolicyCommand.js +5 -0
- package/dist-cjs/commands/GetSchemaByDefinitionCommand.js +5 -0
- package/dist-cjs/commands/GetSchemaCommand.js +5 -0
- package/dist-cjs/commands/GetSchemaVersionCommand.js +5 -0
- package/dist-cjs/commands/GetSchemaVersionsDiffCommand.js +5 -0
- package/dist-cjs/commands/GetSecurityConfigurationCommand.js +5 -0
- package/dist-cjs/commands/GetSecurityConfigurationsCommand.js +5 -0
- package/dist-cjs/commands/GetSessionCommand.js +5 -0
- package/dist-cjs/commands/GetStatementCommand.js +5 -0
- package/dist-cjs/commands/GetTableCommand.js +5 -0
- package/dist-cjs/commands/GetTableVersionCommand.js +5 -0
- package/dist-cjs/commands/GetTableVersionsCommand.js +5 -0
- package/dist-cjs/commands/GetTablesCommand.js +5 -0
- package/dist-cjs/commands/GetTagsCommand.js +5 -0
- package/dist-cjs/commands/GetTriggerCommand.js +5 -0
- package/dist-cjs/commands/GetTriggersCommand.js +5 -0
- package/dist-cjs/commands/GetUnfilteredPartitionMetadataCommand.js +5 -0
- package/dist-cjs/commands/GetUnfilteredPartitionsMetadataCommand.js +5 -0
- package/dist-cjs/commands/GetUnfilteredTableMetadataCommand.js +5 -0
- package/dist-cjs/commands/GetUserDefinedFunctionCommand.js +5 -0
- package/dist-cjs/commands/GetUserDefinedFunctionsCommand.js +5 -0
- package/dist-cjs/commands/GetWorkflowCommand.js +5 -0
- package/dist-cjs/commands/GetWorkflowRunCommand.js +5 -0
- package/dist-cjs/commands/GetWorkflowRunPropertiesCommand.js +5 -0
- package/dist-cjs/commands/GetWorkflowRunsCommand.js +5 -0
- package/dist-cjs/commands/ImportCatalogToGlueCommand.js +5 -0
- package/dist-cjs/commands/ListBlueprintsCommand.js +5 -0
- package/dist-cjs/commands/ListCrawlersCommand.js +5 -0
- package/dist-cjs/commands/ListCrawlsCommand.js +5 -0
- package/dist-cjs/commands/ListCustomEntityTypesCommand.js +5 -0
- package/dist-cjs/commands/ListDataQualityResultsCommand.js +5 -0
- package/dist-cjs/commands/ListDataQualityRuleRecommendationRunsCommand.js +5 -0
- package/dist-cjs/commands/ListDataQualityRulesetEvaluationRunsCommand.js +5 -0
- package/dist-cjs/commands/ListDataQualityRulesetsCommand.js +5 -0
- package/dist-cjs/commands/ListDevEndpointsCommand.js +5 -0
- package/dist-cjs/commands/ListJobsCommand.js +5 -0
- package/dist-cjs/commands/ListMLTransformsCommand.js +5 -0
- package/dist-cjs/commands/ListRegistriesCommand.js +5 -0
- package/dist-cjs/commands/ListSchemaVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListSchemasCommand.js +5 -0
- package/dist-cjs/commands/ListSessionsCommand.js +5 -0
- package/dist-cjs/commands/ListStatementsCommand.js +5 -0
- package/dist-cjs/commands/ListTriggersCommand.js +5 -0
- package/dist-cjs/commands/ListWorkflowsCommand.js +5 -0
- package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +5 -0
- package/dist-cjs/commands/PutResourcePolicyCommand.js +5 -0
- package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +5 -0
- package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +5 -0
- package/dist-cjs/commands/QuerySchemaVersionMetadataCommand.js +5 -0
- package/dist-cjs/commands/RegisterSchemaVersionCommand.js +5 -0
- package/dist-cjs/commands/RemoveSchemaVersionMetadataCommand.js +5 -0
- package/dist-cjs/commands/ResetJobBookmarkCommand.js +5 -0
- package/dist-cjs/commands/ResumeWorkflowRunCommand.js +5 -0
- package/dist-cjs/commands/RunStatementCommand.js +5 -0
- package/dist-cjs/commands/SearchTablesCommand.js +5 -0
- package/dist-cjs/commands/StartBlueprintRunCommand.js +5 -0
- package/dist-cjs/commands/StartCrawlerCommand.js +5 -0
- package/dist-cjs/commands/StartCrawlerScheduleCommand.js +5 -0
- package/dist-cjs/commands/StartDataQualityRuleRecommendationRunCommand.js +5 -0
- package/dist-cjs/commands/StartDataQualityRulesetEvaluationRunCommand.js +5 -0
- package/dist-cjs/commands/StartExportLabelsTaskRunCommand.js +5 -0
- package/dist-cjs/commands/StartImportLabelsTaskRunCommand.js +5 -0
- package/dist-cjs/commands/StartJobRunCommand.js +5 -0
- package/dist-cjs/commands/StartMLEvaluationTaskRunCommand.js +5 -0
- package/dist-cjs/commands/StartMLLabelingSetGenerationTaskRunCommand.js +5 -0
- package/dist-cjs/commands/StartTriggerCommand.js +5 -0
- package/dist-cjs/commands/StartWorkflowRunCommand.js +5 -0
- package/dist-cjs/commands/StopCrawlerCommand.js +5 -0
- package/dist-cjs/commands/StopCrawlerScheduleCommand.js +5 -0
- package/dist-cjs/commands/StopSessionCommand.js +5 -0
- package/dist-cjs/commands/StopTriggerCommand.js +5 -0
- package/dist-cjs/commands/StopWorkflowRunCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateBlueprintCommand.js +5 -0
- package/dist-cjs/commands/UpdateClassifierCommand.js +5 -0
- package/dist-cjs/commands/UpdateColumnStatisticsForPartitionCommand.js +5 -0
- package/dist-cjs/commands/UpdateColumnStatisticsForTableCommand.js +5 -0
- package/dist-cjs/commands/UpdateConnectionCommand.js +5 -0
- package/dist-cjs/commands/UpdateCrawlerCommand.js +5 -0
- package/dist-cjs/commands/UpdateCrawlerScheduleCommand.js +5 -0
- package/dist-cjs/commands/UpdateDataQualityRulesetCommand.js +5 -0
- package/dist-cjs/commands/UpdateDatabaseCommand.js +5 -0
- package/dist-cjs/commands/UpdateDevEndpointCommand.js +5 -0
- package/dist-cjs/commands/UpdateJobCommand.js +5 -0
- package/dist-cjs/commands/UpdateJobFromSourceControlCommand.js +5 -0
- package/dist-cjs/commands/UpdateMLTransformCommand.js +5 -0
- package/dist-cjs/commands/UpdatePartitionCommand.js +5 -0
- package/dist-cjs/commands/UpdateRegistryCommand.js +5 -0
- package/dist-cjs/commands/UpdateSchemaCommand.js +5 -0
- package/dist-cjs/commands/UpdateSourceControlFromJobCommand.js +5 -0
- package/dist-cjs/commands/UpdateTableCommand.js +5 -0
- package/dist-cjs/commands/UpdateTriggerCommand.js +5 -0
- package/dist-cjs/commands/UpdateUserDefinedFunctionCommand.js +5 -0
- package/dist-cjs/commands/UpdateWorkflowCommand.js +5 -0
- package/dist-es/commands/BatchCreatePartitionCommand.js +5 -0
- package/dist-es/commands/BatchDeleteConnectionCommand.js +5 -0
- package/dist-es/commands/BatchDeletePartitionCommand.js +5 -0
- package/dist-es/commands/BatchDeleteTableCommand.js +5 -0
- package/dist-es/commands/BatchDeleteTableVersionCommand.js +5 -0
- package/dist-es/commands/BatchGetBlueprintsCommand.js +5 -0
- package/dist-es/commands/BatchGetCrawlersCommand.js +5 -0
- package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +5 -0
- package/dist-es/commands/BatchGetDataQualityResultCommand.js +5 -0
- package/dist-es/commands/BatchGetDevEndpointsCommand.js +5 -0
- package/dist-es/commands/BatchGetJobsCommand.js +5 -0
- package/dist-es/commands/BatchGetPartitionCommand.js +5 -0
- package/dist-es/commands/BatchGetTriggersCommand.js +5 -0
- package/dist-es/commands/BatchGetWorkflowsCommand.js +5 -0
- package/dist-es/commands/BatchStopJobRunCommand.js +5 -0
- package/dist-es/commands/BatchUpdatePartitionCommand.js +5 -0
- package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +5 -0
- package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +5 -0
- package/dist-es/commands/CancelMLTaskRunCommand.js +5 -0
- package/dist-es/commands/CancelStatementCommand.js +5 -0
- package/dist-es/commands/CheckSchemaVersionValidityCommand.js +5 -0
- package/dist-es/commands/CreateBlueprintCommand.js +5 -0
- package/dist-es/commands/CreateClassifierCommand.js +5 -0
- package/dist-es/commands/CreateConnectionCommand.js +5 -0
- package/dist-es/commands/CreateCrawlerCommand.js +5 -0
- package/dist-es/commands/CreateCustomEntityTypeCommand.js +5 -0
- package/dist-es/commands/CreateDataQualityRulesetCommand.js +5 -0
- package/dist-es/commands/CreateDatabaseCommand.js +5 -0
- package/dist-es/commands/CreateDevEndpointCommand.js +5 -0
- package/dist-es/commands/CreateJobCommand.js +5 -0
- package/dist-es/commands/CreateMLTransformCommand.js +5 -0
- package/dist-es/commands/CreatePartitionCommand.js +5 -0
- package/dist-es/commands/CreatePartitionIndexCommand.js +5 -0
- package/dist-es/commands/CreateRegistryCommand.js +5 -0
- package/dist-es/commands/CreateSchemaCommand.js +5 -0
- package/dist-es/commands/CreateScriptCommand.js +5 -0
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +5 -0
- package/dist-es/commands/CreateSessionCommand.js +5 -0
- package/dist-es/commands/CreateTableCommand.js +5 -0
- package/dist-es/commands/CreateTriggerCommand.js +5 -0
- package/dist-es/commands/CreateUserDefinedFunctionCommand.js +5 -0
- package/dist-es/commands/CreateWorkflowCommand.js +5 -0
- package/dist-es/commands/DeleteBlueprintCommand.js +5 -0
- package/dist-es/commands/DeleteClassifierCommand.js +5 -0
- package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +5 -0
- package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +5 -0
- package/dist-es/commands/DeleteConnectionCommand.js +5 -0
- package/dist-es/commands/DeleteCrawlerCommand.js +5 -0
- package/dist-es/commands/DeleteCustomEntityTypeCommand.js +5 -0
- package/dist-es/commands/DeleteDataQualityRulesetCommand.js +5 -0
- package/dist-es/commands/DeleteDatabaseCommand.js +5 -0
- package/dist-es/commands/DeleteDevEndpointCommand.js +5 -0
- package/dist-es/commands/DeleteJobCommand.js +5 -0
- package/dist-es/commands/DeleteMLTransformCommand.js +5 -0
- package/dist-es/commands/DeletePartitionCommand.js +5 -0
- package/dist-es/commands/DeletePartitionIndexCommand.js +5 -0
- package/dist-es/commands/DeleteRegistryCommand.js +5 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +5 -0
- package/dist-es/commands/DeleteSchemaCommand.js +5 -0
- package/dist-es/commands/DeleteSchemaVersionsCommand.js +5 -0
- package/dist-es/commands/DeleteSecurityConfigurationCommand.js +5 -0
- package/dist-es/commands/DeleteSessionCommand.js +5 -0
- package/dist-es/commands/DeleteTableCommand.js +5 -0
- package/dist-es/commands/DeleteTableVersionCommand.js +5 -0
- package/dist-es/commands/DeleteTriggerCommand.js +5 -0
- package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +5 -0
- package/dist-es/commands/DeleteWorkflowCommand.js +5 -0
- package/dist-es/commands/GetBlueprintCommand.js +5 -0
- package/dist-es/commands/GetBlueprintRunCommand.js +5 -0
- package/dist-es/commands/GetBlueprintRunsCommand.js +5 -0
- package/dist-es/commands/GetCatalogImportStatusCommand.js +5 -0
- package/dist-es/commands/GetClassifierCommand.js +5 -0
- package/dist-es/commands/GetClassifiersCommand.js +5 -0
- package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +5 -0
- package/dist-es/commands/GetColumnStatisticsForTableCommand.js +5 -0
- package/dist-es/commands/GetConnectionCommand.js +5 -0
- package/dist-es/commands/GetConnectionsCommand.js +5 -0
- package/dist-es/commands/GetCrawlerCommand.js +5 -0
- package/dist-es/commands/GetCrawlerMetricsCommand.js +5 -0
- package/dist-es/commands/GetCrawlersCommand.js +5 -0
- package/dist-es/commands/GetCustomEntityTypeCommand.js +5 -0
- package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +5 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +5 -0
- package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +5 -0
- package/dist-es/commands/GetDataQualityRulesetCommand.js +5 -0
- package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +5 -0
- package/dist-es/commands/GetDatabaseCommand.js +5 -0
- package/dist-es/commands/GetDatabasesCommand.js +5 -0
- package/dist-es/commands/GetDataflowGraphCommand.js +5 -0
- package/dist-es/commands/GetDevEndpointCommand.js +5 -0
- package/dist-es/commands/GetDevEndpointsCommand.js +5 -0
- package/dist-es/commands/GetJobBookmarkCommand.js +5 -0
- package/dist-es/commands/GetJobCommand.js +5 -0
- package/dist-es/commands/GetJobRunCommand.js +5 -0
- package/dist-es/commands/GetJobRunsCommand.js +5 -0
- package/dist-es/commands/GetJobsCommand.js +5 -0
- package/dist-es/commands/GetMLTaskRunCommand.js +5 -0
- package/dist-es/commands/GetMLTaskRunsCommand.js +5 -0
- package/dist-es/commands/GetMLTransformCommand.js +5 -0
- package/dist-es/commands/GetMLTransformsCommand.js +5 -0
- package/dist-es/commands/GetMappingCommand.js +5 -0
- package/dist-es/commands/GetPartitionCommand.js +5 -0
- package/dist-es/commands/GetPartitionIndexesCommand.js +5 -0
- package/dist-es/commands/GetPartitionsCommand.js +5 -0
- package/dist-es/commands/GetPlanCommand.js +5 -0
- package/dist-es/commands/GetRegistryCommand.js +5 -0
- package/dist-es/commands/GetResourcePoliciesCommand.js +5 -0
- package/dist-es/commands/GetResourcePolicyCommand.js +5 -0
- package/dist-es/commands/GetSchemaByDefinitionCommand.js +5 -0
- package/dist-es/commands/GetSchemaCommand.js +5 -0
- package/dist-es/commands/GetSchemaVersionCommand.js +5 -0
- package/dist-es/commands/GetSchemaVersionsDiffCommand.js +5 -0
- package/dist-es/commands/GetSecurityConfigurationCommand.js +5 -0
- package/dist-es/commands/GetSecurityConfigurationsCommand.js +5 -0
- package/dist-es/commands/GetSessionCommand.js +5 -0
- package/dist-es/commands/GetStatementCommand.js +5 -0
- package/dist-es/commands/GetTableCommand.js +5 -0
- package/dist-es/commands/GetTableVersionCommand.js +5 -0
- package/dist-es/commands/GetTableVersionsCommand.js +5 -0
- package/dist-es/commands/GetTablesCommand.js +5 -0
- package/dist-es/commands/GetTagsCommand.js +5 -0
- package/dist-es/commands/GetTriggerCommand.js +5 -0
- package/dist-es/commands/GetTriggersCommand.js +5 -0
- package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +5 -0
- package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +5 -0
- package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +5 -0
- package/dist-es/commands/GetUserDefinedFunctionCommand.js +5 -0
- package/dist-es/commands/GetUserDefinedFunctionsCommand.js +5 -0
- package/dist-es/commands/GetWorkflowCommand.js +5 -0
- package/dist-es/commands/GetWorkflowRunCommand.js +5 -0
- package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +5 -0
- package/dist-es/commands/GetWorkflowRunsCommand.js +5 -0
- package/dist-es/commands/ImportCatalogToGlueCommand.js +5 -0
- package/dist-es/commands/ListBlueprintsCommand.js +5 -0
- package/dist-es/commands/ListCrawlersCommand.js +5 -0
- package/dist-es/commands/ListCrawlsCommand.js +5 -0
- package/dist-es/commands/ListCustomEntityTypesCommand.js +5 -0
- package/dist-es/commands/ListDataQualityResultsCommand.js +5 -0
- package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +5 -0
- package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +5 -0
- package/dist-es/commands/ListDataQualityRulesetsCommand.js +5 -0
- package/dist-es/commands/ListDevEndpointsCommand.js +5 -0
- package/dist-es/commands/ListJobsCommand.js +5 -0
- package/dist-es/commands/ListMLTransformsCommand.js +5 -0
- package/dist-es/commands/ListRegistriesCommand.js +5 -0
- package/dist-es/commands/ListSchemaVersionsCommand.js +5 -0
- package/dist-es/commands/ListSchemasCommand.js +5 -0
- package/dist-es/commands/ListSessionsCommand.js +5 -0
- package/dist-es/commands/ListStatementsCommand.js +5 -0
- package/dist-es/commands/ListTriggersCommand.js +5 -0
- package/dist-es/commands/ListWorkflowsCommand.js +5 -0
- package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +5 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +5 -0
- package/dist-es/commands/PutSchemaVersionMetadataCommand.js +5 -0
- package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +5 -0
- package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +5 -0
- package/dist-es/commands/RegisterSchemaVersionCommand.js +5 -0
- package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +5 -0
- package/dist-es/commands/ResetJobBookmarkCommand.js +5 -0
- package/dist-es/commands/ResumeWorkflowRunCommand.js +5 -0
- package/dist-es/commands/RunStatementCommand.js +5 -0
- package/dist-es/commands/SearchTablesCommand.js +5 -0
- package/dist-es/commands/StartBlueprintRunCommand.js +5 -0
- package/dist-es/commands/StartCrawlerCommand.js +5 -0
- package/dist-es/commands/StartCrawlerScheduleCommand.js +5 -0
- package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +5 -0
- package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +5 -0
- package/dist-es/commands/StartExportLabelsTaskRunCommand.js +5 -0
- package/dist-es/commands/StartImportLabelsTaskRunCommand.js +5 -0
- package/dist-es/commands/StartJobRunCommand.js +5 -0
- package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +5 -0
- package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +5 -0
- package/dist-es/commands/StartTriggerCommand.js +5 -0
- package/dist-es/commands/StartWorkflowRunCommand.js +5 -0
- package/dist-es/commands/StopCrawlerCommand.js +5 -0
- package/dist-es/commands/StopCrawlerScheduleCommand.js +5 -0
- package/dist-es/commands/StopSessionCommand.js +5 -0
- package/dist-es/commands/StopTriggerCommand.js +5 -0
- package/dist-es/commands/StopWorkflowRunCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateBlueprintCommand.js +5 -0
- package/dist-es/commands/UpdateClassifierCommand.js +5 -0
- package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +5 -0
- package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +5 -0
- package/dist-es/commands/UpdateConnectionCommand.js +5 -0
- package/dist-es/commands/UpdateCrawlerCommand.js +5 -0
- package/dist-es/commands/UpdateCrawlerScheduleCommand.js +5 -0
- package/dist-es/commands/UpdateDataQualityRulesetCommand.js +5 -0
- package/dist-es/commands/UpdateDatabaseCommand.js +5 -0
- package/dist-es/commands/UpdateDevEndpointCommand.js +5 -0
- package/dist-es/commands/UpdateJobCommand.js +5 -0
- package/dist-es/commands/UpdateJobFromSourceControlCommand.js +5 -0
- package/dist-es/commands/UpdateMLTransformCommand.js +5 -0
- package/dist-es/commands/UpdatePartitionCommand.js +5 -0
- package/dist-es/commands/UpdateRegistryCommand.js +5 -0
- package/dist-es/commands/UpdateSchemaCommand.js +5 -0
- package/dist-es/commands/UpdateSourceControlFromJobCommand.js +5 -0
- package/dist-es/commands/UpdateTableCommand.js +5 -0
- package/dist-es/commands/UpdateTriggerCommand.js +5 -0
- package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +5 -0
- package/dist-es/commands/UpdateWorkflowCommand.js +5 -0
- package/package.json +31 -31
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class TagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "TagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UntagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UntagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateBlueprintCommand, se_UpdateBlueprintCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateBlueprintCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateBlueprintCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateBlueprint",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateClassifierCommand, se_UpdateClassifierCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateClassifierCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateClassifierCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateClassifier",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateColumnStatisticsForPartitionCommand, se_UpdateColumnStatisticsForPartitionCommand, } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateColumnStatisticsForPartitionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateColumnStatisticsForPartitionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateColumnStatisticsForPartition",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateColumnStatisticsForTableCommand, se_UpdateColumnStatisticsForTableCommand, } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateColumnStatisticsForTableCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateColumnStatisticsForTableCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateColumnStatisticsForTable",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateConnectionCommand, se_UpdateConnectionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateConnectionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateConnectionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateConnection",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateCrawlerCommand, se_UpdateCrawlerCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateCrawlerCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateCrawlerCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateCrawler",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateCrawlerScheduleCommand, se_UpdateCrawlerScheduleCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateCrawlerScheduleCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateCrawlerScheduleCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateCrawlerSchedule",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateDataQualityRulesetCommand, se_UpdateDataQualityRulesetCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateDataQualityRulesetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateDataQualityRulesetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateDataQualityRuleset",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateDatabaseCommand, se_UpdateDatabaseCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateDatabaseCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateDatabaseCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateDatabase",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateDevEndpointCommand, se_UpdateDevEndpointCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateDevEndpointCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateDevEndpointCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateDevEndpoint",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateJobRequestFilterSensitiveLog } from "../models/models_2";
|
|
5
6
|
import { de_UpdateJobCommand, se_UpdateJobCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateJobCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateJobRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSGlue",
|
|
36
|
+
operation: "UpdateJob",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateJobFromSourceControlCommand, se_UpdateJobFromSourceControlCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateJobFromSourceControlCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateJobFromSourceControlCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateJobFromSourceControl",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateMLTransformCommand, se_UpdateMLTransformCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateMLTransformCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateMLTransformCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateMLTransform",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdatePartitionCommand, se_UpdatePartitionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdatePartitionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdatePartitionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdatePartition",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateRegistryCommand, se_UpdateRegistryCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateRegistryCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateRegistryCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateRegistry",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateSchemaCommand, se_UpdateSchemaCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateSchemaCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateSchemaCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateSchema",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateSourceControlFromJobCommand, se_UpdateSourceControlFromJobCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateSourceControlFromJobCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateSourceControlFromJobCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateSourceControlFromJob",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateTableCommand, se_UpdateTableCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateTableCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateTableCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateTable",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateTriggerCommand, se_UpdateTriggerCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateTriggerCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateTriggerCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateTrigger",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateUserDefinedFunctionCommand, se_UpdateUserDefinedFunctionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateUserDefinedFunctionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateUserDefinedFunctionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateUserDefinedFunction",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateWorkflowCommand, se_UpdateWorkflowCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateWorkflowCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateWorkflowCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "UpdateWorkflow",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glue",
|
|
3
3
|
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.421.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.1.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.0.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.0.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.421.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.421.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.418.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.418.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.418.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.418.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.418.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.418.0",
|
|
32
|
+
"@aws-sdk/types": "3.418.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.418.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.418.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.418.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.10",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.1.5",
|
|
38
|
+
"@smithy/hash-node": "^2.0.9",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.9",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.11",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.0.9",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.12",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.9",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.2",
|
|
45
|
+
"@smithy/node-config-provider": "^2.0.12",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.5",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.5",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.6",
|
|
49
|
+
"@smithy/types": "^2.3.3",
|
|
50
|
+
"@smithy/url-parser": "^2.0.9",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.10",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.12",
|
|
56
|
+
"@smithy/util-retry": "^2.0.2",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|