@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
package/README.md
CHANGED
|
@@ -25,16 +25,16 @@ using your favorite package manager:
|
|
|
25
25
|
|
|
26
26
|
The AWS SDK is modulized by clients and commands.
|
|
27
27
|
To send a request, you only need to import the `GlueClient` and
|
|
28
|
-
the commands you need, for example `
|
|
28
|
+
the commands you need, for example `ListJobsCommand`:
|
|
29
29
|
|
|
30
30
|
```js
|
|
31
31
|
// ES5 example
|
|
32
|
-
const { GlueClient,
|
|
32
|
+
const { GlueClient, ListJobsCommand } = require("@aws-sdk/client-glue");
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
```ts
|
|
36
36
|
// ES6+ example
|
|
37
|
-
import { GlueClient,
|
|
37
|
+
import { GlueClient, ListJobsCommand } from "@aws-sdk/client-glue";
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
### Usage
|
|
@@ -53,7 +53,7 @@ const client = new GlueClient({ region: "REGION" });
|
|
|
53
53
|
const params = {
|
|
54
54
|
/** input parameters */
|
|
55
55
|
};
|
|
56
|
-
const command = new
|
|
56
|
+
const command = new ListJobsCommand(params);
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
#### Async/await
|
|
@@ -132,7 +132,7 @@ const client = new AWS.Glue({ region: "REGION" });
|
|
|
132
132
|
|
|
133
133
|
// async/await.
|
|
134
134
|
try {
|
|
135
|
-
const data = await client.
|
|
135
|
+
const data = await client.listJobs(params);
|
|
136
136
|
// process data.
|
|
137
137
|
} catch (error) {
|
|
138
138
|
// error handling.
|
|
@@ -140,7 +140,7 @@ try {
|
|
|
140
140
|
|
|
141
141
|
// Promises.
|
|
142
142
|
client
|
|
143
|
-
.
|
|
143
|
+
.listJobs(params)
|
|
144
144
|
.then((data) => {
|
|
145
145
|
// process data.
|
|
146
146
|
})
|
|
@@ -149,7 +149,7 @@ client
|
|
|
149
149
|
});
|
|
150
150
|
|
|
151
151
|
// callbacks.
|
|
152
|
-
client.
|
|
152
|
+
client.listJobs(params, (err, data) => {
|
|
153
153
|
// process err and data.
|
|
154
154
|
});
|
|
155
155
|
```
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchCreatePartitionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchCreatePartitionCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchCreatePartition",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchDeleteConnectionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchDeleteConnectionCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchDeleteConnection",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchDeletePartitionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchDeletePartitionCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchDeletePartition",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchDeleteTableCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchDeleteTableCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchDeleteTable",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchDeleteTableVersionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchDeleteTableVersionCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchDeleteTableVersion",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchGetBlueprintsCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchGetBlueprintsCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchGetBlueprints",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchGetCrawlersCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchGetCrawlersCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchGetCrawlers",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchGetCustomEntityTypesCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchGetCustomEntityTypesCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchGetCustomEntityTypes",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchGetDataQualityResultCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchGetDataQualityResultCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchGetDataQualityResult",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchGetDevEndpointsCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchGetDevEndpointsCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchGetDevEndpoints",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_2_1 = require("../models/models_2");
|
|
9
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
11
|
class BatchGetJobsCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class BatchGetJobsCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: (_) => _,
|
|
35
36
|
outputFilterSensitiveLog: models_2_1.BatchGetJobsResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGlue",
|
|
39
|
+
operation: "BatchGetJobs",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchGetPartitionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchGetPartitionCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchGetPartition",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchGetTriggersCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchGetTriggersCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchGetTriggers",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchGetWorkflowsCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchGetWorkflowsCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchGetWorkflows",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchStopJobRunCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchStopJobRunCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchStopJobRun",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchUpdatePartitionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchUpdatePartitionCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchUpdatePartition",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CancelDataQualityRuleRecommendationRunCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CancelDataQualityRuleRecommendationRunCommand extends smithy_client_1.Comm
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "CancelDataQualityRuleRecommendationRun",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CancelDataQualityRulesetEvaluationRunCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CancelDataQualityRulesetEvaluationRunCommand extends smithy_client_1.Comma
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "CancelDataQualityRulesetEvaluationRun",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CancelMLTaskRunCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CancelMLTaskRunCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "CancelMLTaskRun",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CancelStatementCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CancelStatementCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "CancelStatement",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CheckSchemaVersionValidityCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CheckSchemaVersionValidityCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "CheckSchemaVersionValidity",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateBlueprintCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateBlueprintCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "CreateBlueprint",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateClassifierCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateClassifierCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "CreateClassifier",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateConnectionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateConnectionCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "CreateConnection",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateCrawlerCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateCrawlerCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "CreateCrawler",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateCustomEntityTypeCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateCustomEntityTypeCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "CreateCustomEntityType",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateDataQualityRulesetCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateDataQualityRulesetCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "CreateDataQualityRuleset",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateDatabaseCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateDatabaseCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "CreateDatabase",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateDevEndpointCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateDevEndpointCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "CreateDevEndpoint",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|