@aws-sdk/client-glue 3.651.1 → 3.655.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 +8 -0
- package/dist-cjs/index.js +43 -7
- package/dist-es/Glue.js +2 -0
- package/dist-es/commands/TestConnectionCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_2.js +0 -6
- package/dist-es/models/models_3.js +6 -0
- package/dist-es/protocols/Aws_json1_1.js +19 -0
- package/dist-types/Glue.d.ts +8 -0
- package/dist-types/GlueClient.d.ts +3 -2
- package/dist-types/commands/BatchCreatePartitionCommand.d.ts +11 -0
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +11 -0
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +11 -0
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +11 -0
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetTableOptimizerCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +11 -0
- package/dist-types/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +11 -0
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +11 -0
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +11 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +11 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +11 -0
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/CancelStatementCommand.d.ts +11 -0
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +11 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +11 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +11 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +11 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +11 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatabaseCommand.d.ts +11 -0
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +11 -0
- package/dist-types/commands/CreateJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +11 -0
- package/dist-types/commands/CreatePartitionCommand.d.ts +11 -0
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +11 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +11 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +11 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +11 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +11 -0
- package/dist-types/commands/CreateTableCommand.d.ts +11 -0
- package/dist-types/commands/CreateTableOptimizerCommand.d.ts +11 -0
- package/dist-types/commands/CreateTriggerCommand.d.ts +11 -0
- package/dist-types/commands/CreateUsageProfileCommand.d.ts +11 -0
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +11 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +11 -0
- package/dist-types/commands/DeleteClassifierCommand.d.ts +11 -0
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +11 -0
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +11 -0
- package/dist-types/commands/DeletePartitionCommand.d.ts +11 -0
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTableOptimizerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTriggerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUsageProfileCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/GetBlueprintCommand.d.ts +11 -0
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +11 -0
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +11 -0
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetClassifierCommand.d.ts +11 -0
- package/dist-types/commands/GetClassifiersCommand.d.ts +11 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +11 -0
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +11 -0
- package/dist-types/commands/GetColumnStatisticsTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/GetColumnStatisticsTaskRunsCommand.d.ts +11 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +11 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/GetCrawlerCommand.d.ts +11 -0
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +11 -0
- package/dist-types/commands/GetCrawlersCommand.d.ts +11 -0
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +11 -0
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetDataQualityModelCommand.d.ts +11 -0
- package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +11 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +11 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +11 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +11 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +11 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +11 -0
- package/dist-types/commands/GetDatabasesCommand.d.ts +11 -0
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +11 -0
- package/dist-types/commands/GetDevEndpointCommand.d.ts +11 -0
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +11 -0
- package/dist-types/commands/GetJobCommand.d.ts +11 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +11 -0
- package/dist-types/commands/GetJobRunsCommand.d.ts +11 -0
- package/dist-types/commands/GetJobsCommand.d.ts +11 -0
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +11 -0
- package/dist-types/commands/GetMLTransformCommand.d.ts +11 -0
- package/dist-types/commands/GetMLTransformsCommand.d.ts +11 -0
- package/dist-types/commands/GetMappingCommand.d.ts +11 -0
- package/dist-types/commands/GetPartitionCommand.d.ts +11 -0
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +11 -0
- package/dist-types/commands/GetPartitionsCommand.d.ts +11 -0
- package/dist-types/commands/GetPlanCommand.d.ts +11 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +11 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +11 -0
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/GetSessionCommand.d.ts +11 -0
- package/dist-types/commands/GetStatementCommand.d.ts +11 -0
- package/dist-types/commands/GetTableCommand.d.ts +11 -0
- package/dist-types/commands/GetTableOptimizerCommand.d.ts +11 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetTableVersionsCommand.d.ts +11 -0
- package/dist-types/commands/GetTablesCommand.d.ts +11 -0
- package/dist-types/commands/GetTagsCommand.d.ts +11 -0
- package/dist-types/commands/GetTriggerCommand.d.ts +11 -0
- package/dist-types/commands/GetTriggersCommand.d.ts +11 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +11 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +11 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +11 -0
- package/dist-types/commands/GetUsageProfileCommand.d.ts +11 -0
- package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +11 -0
- package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +11 -0
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +11 -0
- package/dist-types/commands/ListBlueprintsCommand.d.ts +11 -0
- package/dist-types/commands/ListColumnStatisticsTaskRunsCommand.d.ts +11 -0
- package/dist-types/commands/ListCrawlersCommand.d.ts +11 -0
- package/dist-types/commands/ListCrawlsCommand.d.ts +11 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +11 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/ListJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListMLTransformsCommand.d.ts +11 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +11 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +11 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +11 -0
- package/dist-types/commands/ListStatementsCommand.d.ts +11 -0
- package/dist-types/commands/ListTableOptimizerRunsCommand.d.ts +11 -0
- package/dist-types/commands/ListTriggersCommand.d.ts +11 -0
- package/dist-types/commands/ListUsageProfilesCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +11 -0
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +11 -0
- package/dist-types/commands/PutDataQualityProfileAnnotationCommand.d.ts +11 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +11 -0
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +11 -0
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +11 -0
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +11 -0
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +11 -0
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +11 -0
- package/dist-types/commands/RunStatementCommand.d.ts +11 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +11 -0
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +11 -0
- package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/StartCrawlerCommand.d.ts +11 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +11 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +11 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +11 -0
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +11 -0
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/StartTriggerCommand.d.ts +11 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +11 -0
- package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +11 -0
- package/dist-types/commands/StopCrawlerCommand.d.ts +11 -0
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +11 -0
- package/dist-types/commands/StopSessionCommand.d.ts +11 -0
- package/dist-types/commands/StopTriggerCommand.d.ts +11 -0
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TestConnectionCommand.d.ts +123 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +11 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +11 -0
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +11 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +11 -0
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePartitionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +13 -1
- package/dist-types/commands/UpdateTableCommand.d.ts +12 -2
- package/dist-types/commands/UpdateTableOptimizerCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUsageProfileCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_2.d.ts +56 -76
- package/dist-types/models/models_3.d.ts +75 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/Glue.d.ts +18 -0
- package/dist-types/ts3.4/GlueClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetTableOptimizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTableOptimizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUsageProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTableOptimizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUsageProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTableOptimizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUsageProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListColumnStatisticsTaskRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataQualityStatisticsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTableOptimizerRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUsageProfilesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutDataQualityProfileAnnotationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +14 -5
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +13 -3
- package/dist-types/ts3.4/commands/UpdateTableOptimizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUsageProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +15 -22
- package/dist-types/ts3.4/models/models_3.d.ts +22 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +35 -35
|
@@ -67,4 +67,15 @@ declare const DeleteJobCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeleteJobCommand extends DeleteJobCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteJobRequest;
|
|
74
|
+
output: DeleteJobResponse;
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteJobCommandInput;
|
|
78
|
+
output: DeleteJobCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteMLTransformCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteMLTransformCommand extends DeleteMLTransformCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteMLTransformRequest;
|
|
81
|
+
output: DeleteMLTransformResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteMLTransformCommandInput;
|
|
85
|
+
output: DeleteMLTransformCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -72,4 +72,15 @@ declare const DeletePartitionCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DeletePartitionCommand extends DeletePartitionCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DeletePartitionRequest;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DeletePartitionCommandInput;
|
|
83
|
+
output: DeletePartitionCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeletePartitionIndexCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeletePartitionIndexCommand extends DeletePartitionIndexCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeletePartitionIndexRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeletePartitionIndexCommandInput;
|
|
87
|
+
output: DeletePartitionIndexCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteRegistryCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteRegistryCommand extends DeleteRegistryCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteRegistryInput;
|
|
81
|
+
output: DeleteRegistryResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteRegistryCommandInput;
|
|
85
|
+
output: DeleteRegistryCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeleteResourcePolicyRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeleteResourcePolicyCommandInput;
|
|
82
|
+
output: DeleteResourcePolicyCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -75,4 +75,15 @@ declare const DeleteSchemaCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteSchemaInput;
|
|
82
|
+
output: DeleteSchemaResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteSchemaCommandInput;
|
|
86
|
+
output: DeleteSchemaCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteSchemaVersionsCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteSchemaVersionsCommand extends DeleteSchemaVersionsCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteSchemaVersionsInput;
|
|
92
|
+
output: DeleteSchemaVersionsResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteSchemaVersionsCommandInput;
|
|
96
|
+
output: DeleteSchemaVersionsCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -67,4 +67,15 @@ declare const DeleteSecurityConfigurationCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeleteSecurityConfigurationCommand extends DeleteSecurityConfigurationCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteSecurityConfigurationRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteSecurityConfigurationCommandInput;
|
|
78
|
+
output: DeleteSecurityConfigurationCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeleteSessionCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeleteSessionCommand extends DeleteSessionCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeleteSessionRequest;
|
|
83
|
+
output: DeleteSessionResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeleteSessionCommandInput;
|
|
87
|
+
output: DeleteSessionCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -86,4 +86,15 @@ declare const DeleteTableCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DeleteTableCommand extends DeleteTableCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DeleteTableRequest;
|
|
93
|
+
output: {};
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DeleteTableCommandInput;
|
|
97
|
+
output: DeleteTableCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteTableOptimizerCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteTableOptimizerCommand extends DeleteTableOptimizerCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteTableOptimizerRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteTableOptimizerCommandInput;
|
|
84
|
+
output: DeleteTableOptimizerCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteTableVersionCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteTableVersionCommand extends DeleteTableVersionCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteTableVersionRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteTableVersionCommandInput;
|
|
81
|
+
output: DeleteTableVersionCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteTriggerCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteTriggerCommand extends DeleteTriggerCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteTriggerRequest;
|
|
77
|
+
output: DeleteTriggerResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteTriggerCommandInput;
|
|
81
|
+
output: DeleteTriggerCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -67,4 +67,15 @@ declare const DeleteUsageProfileCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeleteUsageProfileCommand extends DeleteUsageProfileCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteUsageProfileRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteUsageProfileCommandInput;
|
|
78
|
+
output: DeleteUsageProfileCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -69,4 +69,15 @@ declare const DeleteUserDefinedFunctionCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class DeleteUserDefinedFunctionCommand extends DeleteUserDefinedFunctionCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: DeleteUserDefinedFunctionRequest;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: DeleteUserDefinedFunctionCommandInput;
|
|
80
|
+
output: DeleteUserDefinedFunctionCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -69,4 +69,15 @@ declare const DeleteWorkflowCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: DeleteWorkflowRequest;
|
|
76
|
+
output: DeleteWorkflowResponse;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: DeleteWorkflowCommandInput;
|
|
80
|
+
output: DeleteWorkflowCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -88,4 +88,15 @@ declare const GetBlueprintCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class GetBlueprintCommand extends GetBlueprintCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: GetBlueprintRequest;
|
|
95
|
+
output: GetBlueprintResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: GetBlueprintCommandInput;
|
|
99
|
+
output: GetBlueprintCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -78,4 +78,15 @@ declare const GetBlueprintRunCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class GetBlueprintRunCommand extends GetBlueprintRunCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: GetBlueprintRunRequest;
|
|
85
|
+
output: GetBlueprintRunResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: GetBlueprintRunCommandInput;
|
|
89
|
+
output: GetBlueprintRunCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -85,4 +85,15 @@ declare const GetBlueprintRunsCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class GetBlueprintRunsCommand extends GetBlueprintRunsCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: GetBlueprintRunsRequest;
|
|
92
|
+
output: GetBlueprintRunsResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: GetBlueprintRunsCommandInput;
|
|
96
|
+
output: GetBlueprintRunsCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -67,4 +67,15 @@ declare const GetCatalogImportStatusCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class GetCatalogImportStatusCommand extends GetCatalogImportStatusCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: GetCatalogImportStatusRequest;
|
|
74
|
+
output: GetCatalogImportStatusResponse;
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: GetCatalogImportStatusCommandInput;
|
|
78
|
+
output: GetCatalogImportStatusCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -107,4 +107,15 @@ declare const GetClassifierCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class GetClassifierCommand extends GetClassifierCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: GetClassifierRequest;
|
|
114
|
+
output: GetClassifierResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: GetClassifierCommandInput;
|
|
118
|
+
output: GetClassifierCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -108,4 +108,15 @@ declare const GetClassifiersCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class GetClassifiersCommand extends GetClassifiersCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: GetClassifiersRequest;
|
|
115
|
+
output: GetClassifiersResponse;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: GetClassifiersCommandInput;
|
|
119
|
+
output: GetClassifiersCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -145,4 +145,15 @@ declare const GetColumnStatisticsForPartitionCommand_base: {
|
|
|
145
145
|
* @public
|
|
146
146
|
*/
|
|
147
147
|
export declare class GetColumnStatisticsForPartitionCommand extends GetColumnStatisticsForPartitionCommand_base {
|
|
148
|
+
/** @internal type navigation helper, not in runtime. */
|
|
149
|
+
protected static __types: {
|
|
150
|
+
api: {
|
|
151
|
+
input: GetColumnStatisticsForPartitionRequest;
|
|
152
|
+
output: GetColumnStatisticsForPartitionResponse;
|
|
153
|
+
};
|
|
154
|
+
sdk: {
|
|
155
|
+
input: GetColumnStatisticsForPartitionCommandInput;
|
|
156
|
+
output: GetColumnStatisticsForPartitionCommandOutput;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
148
159
|
}
|
|
@@ -142,4 +142,15 @@ declare const GetColumnStatisticsForTableCommand_base: {
|
|
|
142
142
|
* @public
|
|
143
143
|
*/
|
|
144
144
|
export declare class GetColumnStatisticsForTableCommand extends GetColumnStatisticsForTableCommand_base {
|
|
145
|
+
/** @internal type navigation helper, not in runtime. */
|
|
146
|
+
protected static __types: {
|
|
147
|
+
api: {
|
|
148
|
+
input: GetColumnStatisticsForTableRequest;
|
|
149
|
+
output: GetColumnStatisticsForTableResponse;
|
|
150
|
+
};
|
|
151
|
+
sdk: {
|
|
152
|
+
input: GetColumnStatisticsForTableCommandInput;
|
|
153
|
+
output: GetColumnStatisticsForTableCommandOutput;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
145
156
|
}
|
|
@@ -87,4 +87,15 @@ declare const GetColumnStatisticsTaskRunCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class GetColumnStatisticsTaskRunCommand extends GetColumnStatisticsTaskRunCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: GetColumnStatisticsTaskRunRequest;
|
|
94
|
+
output: GetColumnStatisticsTaskRunResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: GetColumnStatisticsTaskRunCommandInput;
|
|
98
|
+
output: GetColumnStatisticsTaskRunCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -87,4 +87,15 @@ declare const GetColumnStatisticsTaskRunsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class GetColumnStatisticsTaskRunsCommand extends GetColumnStatisticsTaskRunsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: GetColumnStatisticsTaskRunsRequest;
|
|
94
|
+
output: GetColumnStatisticsTaskRunsResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: GetColumnStatisticsTaskRunsCommandInput;
|
|
98
|
+
output: GetColumnStatisticsTaskRunsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -109,4 +109,15 @@ declare const GetConnectionCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class GetConnectionCommand extends GetConnectionCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: GetConnectionRequest;
|
|
116
|
+
output: GetConnectionResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: GetConnectionCommandInput;
|
|
120
|
+
output: GetConnectionCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -119,4 +119,15 @@ declare const GetConnectionsCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class GetConnectionsCommand extends GetConnectionsCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: GetConnectionsRequest;
|
|
126
|
+
output: GetConnectionsResponse;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: GetConnectionsCommandInput;
|
|
130
|
+
output: GetConnectionsCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -186,4 +186,15 @@ declare const GetCrawlerCommand_base: {
|
|
|
186
186
|
* @public
|
|
187
187
|
*/
|
|
188
188
|
export declare class GetCrawlerCommand extends GetCrawlerCommand_base {
|
|
189
|
+
/** @internal type navigation helper, not in runtime. */
|
|
190
|
+
protected static __types: {
|
|
191
|
+
api: {
|
|
192
|
+
input: GetCrawlerRequest;
|
|
193
|
+
output: GetCrawlerResponse;
|
|
194
|
+
};
|
|
195
|
+
sdk: {
|
|
196
|
+
input: GetCrawlerCommandInput;
|
|
197
|
+
output: GetCrawlerCommandOutput;
|
|
198
|
+
};
|
|
199
|
+
};
|
|
189
200
|
}
|
|
@@ -76,4 +76,15 @@ declare const GetCrawlerMetricsCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class GetCrawlerMetricsCommand extends GetCrawlerMetricsCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: GetCrawlerMetricsRequest;
|
|
83
|
+
output: GetCrawlerMetricsResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: GetCrawlerMetricsCommandInput;
|
|
87
|
+
output: GetCrawlerMetricsCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -188,4 +188,15 @@ declare const GetCrawlersCommand_base: {
|
|
|
188
188
|
* @public
|
|
189
189
|
*/
|
|
190
190
|
export declare class GetCrawlersCommand extends GetCrawlersCommand_base {
|
|
191
|
+
/** @internal type navigation helper, not in runtime. */
|
|
192
|
+
protected static __types: {
|
|
193
|
+
api: {
|
|
194
|
+
input: GetCrawlersRequest;
|
|
195
|
+
output: GetCrawlersResponse;
|
|
196
|
+
};
|
|
197
|
+
sdk: {
|
|
198
|
+
input: GetCrawlersCommandInput;
|
|
199
|
+
output: GetCrawlersCommandOutput;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
191
202
|
}
|
|
@@ -76,4 +76,15 @@ declare const GetCustomEntityTypeCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class GetCustomEntityTypeCommand extends GetCustomEntityTypeCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: GetCustomEntityTypeRequest;
|
|
83
|
+
output: GetCustomEntityTypeResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: GetCustomEntityTypeCommandInput;
|
|
87
|
+
output: GetCustomEntityTypeCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -76,4 +76,15 @@ declare const GetDataCatalogEncryptionSettingsCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class GetDataCatalogEncryptionSettingsCommand extends GetDataCatalogEncryptionSettingsCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: GetDataCatalogEncryptionSettingsRequest;
|
|
83
|
+
output: GetDataCatalogEncryptionSettingsResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: GetDataCatalogEncryptionSettingsCommandInput;
|
|
87
|
+
output: GetDataCatalogEncryptionSettingsCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -73,4 +73,15 @@ declare const GetDataQualityModelCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class GetDataQualityModelCommand extends GetDataQualityModelCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: GetDataQualityModelRequest;
|
|
80
|
+
output: GetDataQualityModelResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: GetDataQualityModelCommandInput;
|
|
84
|
+
output: GetDataQualityModelCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -80,4 +80,15 @@ declare const GetDataQualityModelResultCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class GetDataQualityModelResultCommand extends GetDataQualityModelResultCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: GetDataQualityModelResultRequest;
|
|
87
|
+
output: GetDataQualityModelResultResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: GetDataQualityModelResultCommandInput;
|
|
91
|
+
output: GetDataQualityModelResultCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -129,4 +129,15 @@ declare const GetDataQualityResultCommand_base: {
|
|
|
129
129
|
* @public
|
|
130
130
|
*/
|
|
131
131
|
export declare class GetDataQualityResultCommand extends GetDataQualityResultCommand_base {
|
|
132
|
+
/** @internal type navigation helper, not in runtime. */
|
|
133
|
+
protected static __types: {
|
|
134
|
+
api: {
|
|
135
|
+
input: GetDataQualityResultRequest;
|
|
136
|
+
output: GetDataQualityResultResponse;
|
|
137
|
+
};
|
|
138
|
+
sdk: {
|
|
139
|
+
input: GetDataQualityResultCommandInput;
|
|
140
|
+
output: GetDataQualityResultCommandOutput;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
132
143
|
}
|
|
@@ -92,4 +92,15 @@ declare const GetDataQualityRuleRecommendationRunCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class GetDataQualityRuleRecommendationRunCommand extends GetDataQualityRuleRecommendationRunCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: GetDataQualityRuleRecommendationRunRequest;
|
|
99
|
+
output: GetDataQualityRuleRecommendationRunResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: GetDataQualityRuleRecommendationRunCommandInput;
|
|
103
|
+
output: GetDataQualityRuleRecommendationRunCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -80,4 +80,15 @@ declare const GetDataQualityRulesetCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class GetDataQualityRulesetCommand extends GetDataQualityRulesetCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: GetDataQualityRulesetRequest;
|
|
87
|
+
output: GetDataQualityRulesetResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: GetDataQualityRulesetCommandInput;
|
|
91
|
+
output: GetDataQualityRulesetCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|