@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_CancelStatementCommand, se_CancelStatementCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CancelStatementCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CancelStatementCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CancelStatement",
|
|
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_CheckSchemaVersionValidityCommand, se_CheckSchemaVersionValidityCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CheckSchemaVersionValidityCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CheckSchemaVersionValidityCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CheckSchemaVersionValidity",
|
|
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_CreateBlueprintCommand, se_CreateBlueprintCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateBlueprintCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateBlueprintCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateBlueprint",
|
|
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_CreateClassifierCommand, se_CreateClassifierCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateClassifierCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateClassifierCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateClassifier",
|
|
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_CreateConnectionCommand, se_CreateConnectionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateConnectionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateConnectionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateConnection",
|
|
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_CreateCrawlerCommand, se_CreateCrawlerCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateCrawlerCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateCrawlerCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateCrawler",
|
|
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_CreateCustomEntityTypeCommand, se_CreateCustomEntityTypeCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateCustomEntityTypeCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateCustomEntityTypeCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateCustomEntityType",
|
|
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_CreateDataQualityRulesetCommand, se_CreateDataQualityRulesetCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateDataQualityRulesetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateDataQualityRulesetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateDataQualityRuleset",
|
|
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_CreateDatabaseCommand, se_CreateDatabaseCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateDatabaseCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateDatabaseCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateDatabase",
|
|
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_CreateDevEndpointCommand, se_CreateDevEndpointCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateDevEndpointCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateDevEndpointCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateDevEndpoint",
|
|
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 { CreateJobRequestFilterSensitiveLog } from "../models/models_2";
|
|
5
6
|
import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class CreateJobCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: CreateJobRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSGlue",
|
|
36
|
+
operation: "CreateJob",
|
|
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_CreateMLTransformCommand, se_CreateMLTransformCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateMLTransformCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateMLTransformCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateMLTransform",
|
|
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_CreatePartitionCommand, se_CreatePartitionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreatePartitionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreatePartitionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreatePartition",
|
|
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_CreatePartitionIndexCommand, se_CreatePartitionIndexCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreatePartitionIndexCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreatePartitionIndexCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreatePartitionIndex",
|
|
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_CreateRegistryCommand, se_CreateRegistryCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateRegistryCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateRegistryCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateRegistry",
|
|
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_CreateSchemaCommand, se_CreateSchemaCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateSchemaCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateSchemaCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateSchema",
|
|
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_CreateScriptCommand, se_CreateScriptCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateScriptCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateScriptCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateScript",
|
|
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_CreateSecurityConfigurationCommand, se_CreateSecurityConfigurationCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateSecurityConfigurationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateSecurityConfigurationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateSecurityConfiguration",
|
|
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_CreateSessionCommand, se_CreateSessionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateSessionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateSessionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateSession",
|
|
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_CreateTableCommand, se_CreateTableCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateTableCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateTableCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateTable",
|
|
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_CreateTriggerCommand, se_CreateTriggerCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateTriggerCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateTriggerCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateTrigger",
|
|
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_CreateUserDefinedFunctionCommand, se_CreateUserDefinedFunctionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateUserDefinedFunctionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateUserDefinedFunctionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateUserDefinedFunction",
|
|
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_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateWorkflowCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateWorkflowCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "CreateWorkflow",
|
|
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_DeleteBlueprintCommand, se_DeleteBlueprintCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteBlueprintCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteBlueprintCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "DeleteBlueprint",
|
|
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_DeleteClassifierCommand, se_DeleteClassifierCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteClassifierCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteClassifierCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "DeleteClassifier",
|
|
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_DeleteColumnStatisticsForPartitionCommand, se_DeleteColumnStatisticsForPartitionCommand, } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteColumnStatisticsForPartitionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteColumnStatisticsForPartitionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "DeleteColumnStatisticsForPartition",
|
|
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_DeleteColumnStatisticsForTableCommand, se_DeleteColumnStatisticsForTableCommand, } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteColumnStatisticsForTableCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteColumnStatisticsForTableCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "DeleteColumnStatisticsForTable",
|
|
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_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteConnectionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteConnectionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "DeleteConnection",
|
|
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_DeleteCrawlerCommand, se_DeleteCrawlerCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteCrawlerCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteCrawlerCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "DeleteCrawler",
|
|
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_DeleteCustomEntityTypeCommand, se_DeleteCustomEntityTypeCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteCustomEntityTypeCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteCustomEntityTypeCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "DeleteCustomEntityType",
|
|
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_DeleteDataQualityRulesetCommand, se_DeleteDataQualityRulesetCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteDataQualityRulesetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteDataQualityRulesetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "DeleteDataQualityRuleset",
|
|
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_DeleteDatabaseCommand, se_DeleteDatabaseCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteDatabaseCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteDatabaseCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGlue",
|
|
35
|
+
operation: "DeleteDatabase",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|