@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
package/README.md
CHANGED
|
@@ -1804,6 +1804,14 @@ TagResource
|
|
|
1804
1804
|
|
|
1805
1805
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/TagResourceCommandOutput/)
|
|
1806
1806
|
|
|
1807
|
+
</details>
|
|
1808
|
+
<details>
|
|
1809
|
+
<summary>
|
|
1810
|
+
TestConnection
|
|
1811
|
+
</summary>
|
|
1812
|
+
|
|
1813
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/TestConnectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/TestConnectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/TestConnectionCommandOutput/)
|
|
1814
|
+
|
|
1807
1815
|
</details>
|
|
1808
1816
|
<details>
|
|
1809
1817
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -365,6 +365,7 @@ __export(src_exports, {
|
|
|
365
365
|
TaskRunSortColumnType: () => TaskRunSortColumnType,
|
|
366
366
|
TaskStatusType: () => TaskStatusType,
|
|
367
367
|
TaskType: () => TaskType,
|
|
368
|
+
TestConnectionCommand: () => TestConnectionCommand,
|
|
368
369
|
ThrottlingException: () => ThrottlingException,
|
|
369
370
|
TransformSortColumnType: () => TransformSortColumnType,
|
|
370
371
|
TransformStatusType: () => TransformStatusType,
|
|
@@ -2025,12 +2026,6 @@ var _VersionMismatchException = class _VersionMismatchException extends GlueServ
|
|
|
2025
2026
|
};
|
|
2026
2027
|
__name(_VersionMismatchException, "VersionMismatchException");
|
|
2027
2028
|
var VersionMismatchException = _VersionMismatchException;
|
|
2028
|
-
var ViewUpdateAction = {
|
|
2029
|
-
ADD: "ADD",
|
|
2030
|
-
ADD_OR_REPLACE: "ADD_OR_REPLACE",
|
|
2031
|
-
DROP: "DROP",
|
|
2032
|
-
REPLACE: "REPLACE"
|
|
2033
|
-
};
|
|
2034
2029
|
var StatisticSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2035
2030
|
...obj,
|
|
2036
2031
|
...obj.StatisticProperties && { StatisticProperties: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -3241,6 +3236,12 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3241
3236
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3242
3237
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3243
3238
|
}, "se_TagResourceCommand");
|
|
3239
|
+
var se_TestConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3240
|
+
const headers = sharedHeaders("TestConnection");
|
|
3241
|
+
let body;
|
|
3242
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3243
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3244
|
+
}, "se_TestConnectionCommand");
|
|
3244
3245
|
var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3245
3246
|
const headers = sharedHeaders("UntagResource");
|
|
3246
3247
|
let body;
|
|
@@ -5985,6 +5986,19 @@ var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
5985
5986
|
};
|
|
5986
5987
|
return response;
|
|
5987
5988
|
}, "de_TagResourceCommand");
|
|
5989
|
+
var de_TestConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5990
|
+
if (output.statusCode >= 300) {
|
|
5991
|
+
return de_CommandError(output, context);
|
|
5992
|
+
}
|
|
5993
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
5994
|
+
let contents = {};
|
|
5995
|
+
contents = (0, import_smithy_client._json)(data);
|
|
5996
|
+
const response = {
|
|
5997
|
+
$metadata: deserializeMetadata(output),
|
|
5998
|
+
...contents
|
|
5999
|
+
};
|
|
6000
|
+
return response;
|
|
6001
|
+
}, "de_TestConnectionCommand");
|
|
5988
6002
|
var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5989
6003
|
if (output.statusCode >= 300) {
|
|
5990
6004
|
return de_CommandError(output, context);
|
|
@@ -9718,6 +9732,12 @@ var BatchGetDevEndpointsCommand = _BatchGetDevEndpointsCommand;
|
|
|
9718
9732
|
|
|
9719
9733
|
// src/models/models_3.ts
|
|
9720
9734
|
|
|
9735
|
+
var ViewUpdateAction = {
|
|
9736
|
+
ADD: "ADD",
|
|
9737
|
+
ADD_OR_REPLACE: "ADD_OR_REPLACE",
|
|
9738
|
+
DROP: "DROP",
|
|
9739
|
+
REPLACE: "REPLACE"
|
|
9740
|
+
};
|
|
9721
9741
|
var CreateJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
9722
9742
|
...obj,
|
|
9723
9743
|
...obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -12404,6 +12424,20 @@ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client
|
|
|
12404
12424
|
__name(_TagResourceCommand, "TagResourceCommand");
|
|
12405
12425
|
var TagResourceCommand = _TagResourceCommand;
|
|
12406
12426
|
|
|
12427
|
+
// src/commands/TestConnectionCommand.ts
|
|
12428
|
+
|
|
12429
|
+
|
|
12430
|
+
|
|
12431
|
+
var _TestConnectionCommand = class _TestConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12432
|
+
return [
|
|
12433
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12434
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12435
|
+
];
|
|
12436
|
+
}).s("AWSGlue", "TestConnection", {}).n("GlueClient", "TestConnectionCommand").f(void 0, void 0).ser(se_TestConnectionCommand).de(de_TestConnectionCommand).build() {
|
|
12437
|
+
};
|
|
12438
|
+
__name(_TestConnectionCommand, "TestConnectionCommand");
|
|
12439
|
+
var TestConnectionCommand = _TestConnectionCommand;
|
|
12440
|
+
|
|
12407
12441
|
// src/commands/UntagResourceCommand.ts
|
|
12408
12442
|
|
|
12409
12443
|
|
|
@@ -12942,6 +12976,7 @@ var commands = {
|
|
|
12942
12976
|
StopTriggerCommand,
|
|
12943
12977
|
StopWorkflowRunCommand,
|
|
12944
12978
|
TagResourceCommand,
|
|
12979
|
+
TestConnectionCommand,
|
|
12945
12980
|
UntagResourceCommand,
|
|
12946
12981
|
UpdateBlueprintCommand,
|
|
12947
12982
|
UpdateClassifierCommand,
|
|
@@ -13348,6 +13383,7 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
13348
13383
|
StopTriggerCommand,
|
|
13349
13384
|
StopWorkflowRunCommand,
|
|
13350
13385
|
TagResourceCommand,
|
|
13386
|
+
TestConnectionCommand,
|
|
13351
13387
|
UntagResourceCommand,
|
|
13352
13388
|
UpdateBlueprintCommand,
|
|
13353
13389
|
UpdateClassifierCommand,
|
|
@@ -13561,9 +13597,9 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
13561
13597
|
CrawlerStoppingException,
|
|
13562
13598
|
SchedulerNotRunningException,
|
|
13563
13599
|
VersionMismatchException,
|
|
13564
|
-
ViewUpdateAction,
|
|
13565
13600
|
StatisticSummaryFilterSensitiveLog,
|
|
13566
13601
|
ListDataQualityStatisticsResponseFilterSensitiveLog,
|
|
13602
|
+
ViewUpdateAction,
|
|
13567
13603
|
CreateJobRequestFilterSensitiveLog,
|
|
13568
13604
|
JobFilterSensitiveLog,
|
|
13569
13605
|
JobUpdateFilterSensitiveLog,
|
package/dist-es/Glue.js
CHANGED
|
@@ -199,6 +199,7 @@ import { StopSessionCommand } from "./commands/StopSessionCommand";
|
|
|
199
199
|
import { StopTriggerCommand } from "./commands/StopTriggerCommand";
|
|
200
200
|
import { StopWorkflowRunCommand, } from "./commands/StopWorkflowRunCommand";
|
|
201
201
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
202
|
+
import { TestConnectionCommand, } from "./commands/TestConnectionCommand";
|
|
202
203
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
203
204
|
import { UpdateBlueprintCommand, } from "./commands/UpdateBlueprintCommand";
|
|
204
205
|
import { UpdateClassifierCommand, } from "./commands/UpdateClassifierCommand";
|
|
@@ -425,6 +426,7 @@ const commands = {
|
|
|
425
426
|
StopTriggerCommand,
|
|
426
427
|
StopWorkflowRunCommand,
|
|
427
428
|
TagResourceCommand,
|
|
429
|
+
TestConnectionCommand,
|
|
428
430
|
UntagResourceCommand,
|
|
429
431
|
UpdateBlueprintCommand,
|
|
430
432
|
UpdateClassifierCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_TestConnectionCommand, se_TestConnectionCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class TestConnectionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "TestConnection", {})
|
|
17
|
+
.n("GlueClient", "TestConnectionCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_TestConnectionCommand)
|
|
20
|
+
.de(de_TestConnectionCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -198,6 +198,7 @@ export * from "./StopSessionCommand";
|
|
|
198
198
|
export * from "./StopTriggerCommand";
|
|
199
199
|
export * from "./StopWorkflowRunCommand";
|
|
200
200
|
export * from "./TagResourceCommand";
|
|
201
|
+
export * from "./TestConnectionCommand";
|
|
201
202
|
export * from "./UntagResourceCommand";
|
|
202
203
|
export * from "./UpdateBlueprintCommand";
|
|
203
204
|
export * from "./UpdateClassifierCommand";
|
|
@@ -285,12 +285,6 @@ export class VersionMismatchException extends __BaseException {
|
|
|
285
285
|
this.Message = opts.Message;
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
|
-
export const ViewUpdateAction = {
|
|
289
|
-
ADD: "ADD",
|
|
290
|
-
ADD_OR_REPLACE: "ADD_OR_REPLACE",
|
|
291
|
-
DROP: "DROP",
|
|
292
|
-
REPLACE: "REPLACE",
|
|
293
|
-
};
|
|
294
288
|
export const StatisticSummaryFilterSensitiveLog = (obj) => ({
|
|
295
289
|
...obj,
|
|
296
290
|
...(obj.StatisticProperties && { StatisticProperties: SENSITIVE_STRING }),
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
export const ViewUpdateAction = {
|
|
3
|
+
ADD: "ADD",
|
|
4
|
+
ADD_OR_REPLACE: "ADD_OR_REPLACE",
|
|
5
|
+
DROP: "DROP",
|
|
6
|
+
REPLACE: "REPLACE",
|
|
7
|
+
};
|
|
2
8
|
export const CreateJobRequestFilterSensitiveLog = (obj) => ({
|
|
3
9
|
...obj,
|
|
4
10
|
...(obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: SENSITIVE_STRING }),
|
|
@@ -1205,6 +1205,12 @@ export const se_TagResourceCommand = async (input, context) => {
|
|
|
1205
1205
|
body = JSON.stringify(_json(input));
|
|
1206
1206
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1207
1207
|
};
|
|
1208
|
+
export const se_TestConnectionCommand = async (input, context) => {
|
|
1209
|
+
const headers = sharedHeaders("TestConnection");
|
|
1210
|
+
let body;
|
|
1211
|
+
body = JSON.stringify(_json(input));
|
|
1212
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1213
|
+
};
|
|
1208
1214
|
export const se_UntagResourceCommand = async (input, context) => {
|
|
1209
1215
|
const headers = sharedHeaders("UntagResource");
|
|
1210
1216
|
let body;
|
|
@@ -3949,6 +3955,19 @@ export const de_TagResourceCommand = async (output, context) => {
|
|
|
3949
3955
|
};
|
|
3950
3956
|
return response;
|
|
3951
3957
|
};
|
|
3958
|
+
export const de_TestConnectionCommand = async (output, context) => {
|
|
3959
|
+
if (output.statusCode >= 300) {
|
|
3960
|
+
return de_CommandError(output, context);
|
|
3961
|
+
}
|
|
3962
|
+
const data = await parseBody(output.body, context);
|
|
3963
|
+
let contents = {};
|
|
3964
|
+
contents = _json(data);
|
|
3965
|
+
const response = {
|
|
3966
|
+
$metadata: deserializeMetadata(output),
|
|
3967
|
+
...contents,
|
|
3968
|
+
};
|
|
3969
|
+
return response;
|
|
3970
|
+
};
|
|
3952
3971
|
export const de_UntagResourceCommand = async (output, context) => {
|
|
3953
3972
|
if (output.statusCode >= 300) {
|
|
3954
3973
|
return de_CommandError(output, context);
|
package/dist-types/Glue.d.ts
CHANGED
|
@@ -199,6 +199,7 @@ import { StopSessionCommandInput, StopSessionCommandOutput } from "./commands/St
|
|
|
199
199
|
import { StopTriggerCommandInput, StopTriggerCommandOutput } from "./commands/StopTriggerCommand";
|
|
200
200
|
import { StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput } from "./commands/StopWorkflowRunCommand";
|
|
201
201
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
202
|
+
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "./commands/TestConnectionCommand";
|
|
202
203
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
203
204
|
import { UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput } from "./commands/UpdateBlueprintCommand";
|
|
204
205
|
import { UpdateClassifierCommandInput, UpdateClassifierCommandOutput } from "./commands/UpdateClassifierCommand";
|
|
@@ -1466,6 +1467,13 @@ export interface Glue {
|
|
|
1466
1467
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
1467
1468
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
1468
1469
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
1470
|
+
/**
|
|
1471
|
+
* @see {@link TestConnectionCommand}
|
|
1472
|
+
*/
|
|
1473
|
+
testConnection(): Promise<TestConnectionCommandOutput>;
|
|
1474
|
+
testConnection(args: TestConnectionCommandInput, options?: __HttpHandlerOptions): Promise<TestConnectionCommandOutput>;
|
|
1475
|
+
testConnection(args: TestConnectionCommandInput, cb: (err: any, data?: TestConnectionCommandOutput) => void): void;
|
|
1476
|
+
testConnection(args: TestConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestConnectionCommandOutput) => void): void;
|
|
1469
1477
|
/**
|
|
1470
1478
|
* @see {@link UntagResourceCommand}
|
|
1471
1479
|
*/
|
|
@@ -207,6 +207,7 @@ import { StopSessionCommandInput, StopSessionCommandOutput } from "./commands/St
|
|
|
207
207
|
import { StopTriggerCommandInput, StopTriggerCommandOutput } from "./commands/StopTriggerCommand";
|
|
208
208
|
import { StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput } from "./commands/StopWorkflowRunCommand";
|
|
209
209
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
210
|
+
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "./commands/TestConnectionCommand";
|
|
210
211
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
211
212
|
import { UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput } from "./commands/UpdateBlueprintCommand";
|
|
212
213
|
import { UpdateClassifierCommandInput, UpdateClassifierCommandOutput } from "./commands/UpdateClassifierCommand";
|
|
@@ -237,11 +238,11 @@ export { __Client };
|
|
|
237
238
|
/**
|
|
238
239
|
* @public
|
|
239
240
|
*/
|
|
240
|
-
export type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDataQualityResultCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTableOptimizerCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchPutDataQualityStatisticAnnotationCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelDataQualityRuleRecommendationRunCommandInput | CancelDataQualityRulesetEvaluationRunCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDataQualityRulesetCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTableOptimizerCommandInput | CreateTriggerCommandInput | CreateUsageProfileCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDataQualityRulesetCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableOptimizerCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUsageProfileCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetColumnStatisticsTaskRunCommandInput | GetColumnStatisticsTaskRunsCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDataQualityModelCommandInput | GetDataQualityModelResultCommandInput | GetDataQualityResultCommandInput | GetDataQualityRuleRecommendationRunCommandInput | GetDataQualityRulesetCommandInput | GetDataQualityRulesetEvaluationRunCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableOptimizerCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUsageProfileCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListColumnStatisticsTaskRunsCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDataQualityResultsCommandInput | ListDataQualityRuleRecommendationRunsCommandInput | ListDataQualityRulesetEvaluationRunsCommandInput | ListDataQualityRulesetsCommandInput | ListDataQualityStatisticAnnotationsCommandInput | ListDataQualityStatisticsCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTableOptimizerRunsCommandInput | ListTriggersCommandInput | ListUsageProfilesCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutDataQualityProfileAnnotationCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartColumnStatisticsTaskRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartDataQualityRuleRecommendationRunCommandInput | StartDataQualityRulesetEvaluationRunCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopColumnStatisticsTaskRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDataQualityRulesetCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateJobFromSourceControlCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateSourceControlFromJobCommandInput | UpdateTableCommandInput | UpdateTableOptimizerCommandInput | UpdateTriggerCommandInput | UpdateUsageProfileCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
|
|
241
|
+
export type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDataQualityResultCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTableOptimizerCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchPutDataQualityStatisticAnnotationCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelDataQualityRuleRecommendationRunCommandInput | CancelDataQualityRulesetEvaluationRunCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDataQualityRulesetCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTableOptimizerCommandInput | CreateTriggerCommandInput | CreateUsageProfileCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDataQualityRulesetCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableOptimizerCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUsageProfileCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetColumnStatisticsTaskRunCommandInput | GetColumnStatisticsTaskRunsCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDataQualityModelCommandInput | GetDataQualityModelResultCommandInput | GetDataQualityResultCommandInput | GetDataQualityRuleRecommendationRunCommandInput | GetDataQualityRulesetCommandInput | GetDataQualityRulesetEvaluationRunCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableOptimizerCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUsageProfileCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListColumnStatisticsTaskRunsCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDataQualityResultsCommandInput | ListDataQualityRuleRecommendationRunsCommandInput | ListDataQualityRulesetEvaluationRunsCommandInput | ListDataQualityRulesetsCommandInput | ListDataQualityStatisticAnnotationsCommandInput | ListDataQualityStatisticsCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTableOptimizerRunsCommandInput | ListTriggersCommandInput | ListUsageProfilesCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutDataQualityProfileAnnotationCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartColumnStatisticsTaskRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartDataQualityRuleRecommendationRunCommandInput | StartDataQualityRulesetEvaluationRunCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopColumnStatisticsTaskRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | TestConnectionCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDataQualityRulesetCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateJobFromSourceControlCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateSourceControlFromJobCommandInput | UpdateTableCommandInput | UpdateTableOptimizerCommandInput | UpdateTriggerCommandInput | UpdateUsageProfileCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
|
|
241
242
|
/**
|
|
242
243
|
* @public
|
|
243
244
|
*/
|
|
244
|
-
export type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDataQualityResultCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTableOptimizerCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchPutDataQualityStatisticAnnotationCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelDataQualityRuleRecommendationRunCommandOutput | CancelDataQualityRulesetEvaluationRunCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDataQualityRulesetCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTableOptimizerCommandOutput | CreateTriggerCommandOutput | CreateUsageProfileCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDataQualityRulesetCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableOptimizerCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUsageProfileCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetColumnStatisticsTaskRunCommandOutput | GetColumnStatisticsTaskRunsCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDataQualityModelCommandOutput | GetDataQualityModelResultCommandOutput | GetDataQualityResultCommandOutput | GetDataQualityRuleRecommendationRunCommandOutput | GetDataQualityRulesetCommandOutput | GetDataQualityRulesetEvaluationRunCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableOptimizerCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUsageProfileCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListColumnStatisticsTaskRunsCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDataQualityResultsCommandOutput | ListDataQualityRuleRecommendationRunsCommandOutput | ListDataQualityRulesetEvaluationRunsCommandOutput | ListDataQualityRulesetsCommandOutput | ListDataQualityStatisticAnnotationsCommandOutput | ListDataQualityStatisticsCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTableOptimizerRunsCommandOutput | ListTriggersCommandOutput | ListUsageProfilesCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutDataQualityProfileAnnotationCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartColumnStatisticsTaskRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartDataQualityRuleRecommendationRunCommandOutput | StartDataQualityRulesetEvaluationRunCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopColumnStatisticsTaskRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDataQualityRulesetCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateJobFromSourceControlCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateSourceControlFromJobCommandOutput | UpdateTableCommandOutput | UpdateTableOptimizerCommandOutput | UpdateTriggerCommandOutput | UpdateUsageProfileCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
|
|
245
|
+
export type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDataQualityResultCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTableOptimizerCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchPutDataQualityStatisticAnnotationCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelDataQualityRuleRecommendationRunCommandOutput | CancelDataQualityRulesetEvaluationRunCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDataQualityRulesetCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTableOptimizerCommandOutput | CreateTriggerCommandOutput | CreateUsageProfileCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDataQualityRulesetCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableOptimizerCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUsageProfileCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetColumnStatisticsTaskRunCommandOutput | GetColumnStatisticsTaskRunsCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDataQualityModelCommandOutput | GetDataQualityModelResultCommandOutput | GetDataQualityResultCommandOutput | GetDataQualityRuleRecommendationRunCommandOutput | GetDataQualityRulesetCommandOutput | GetDataQualityRulesetEvaluationRunCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableOptimizerCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUsageProfileCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListColumnStatisticsTaskRunsCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDataQualityResultsCommandOutput | ListDataQualityRuleRecommendationRunsCommandOutput | ListDataQualityRulesetEvaluationRunsCommandOutput | ListDataQualityRulesetsCommandOutput | ListDataQualityStatisticAnnotationsCommandOutput | ListDataQualityStatisticsCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTableOptimizerRunsCommandOutput | ListTriggersCommandOutput | ListUsageProfilesCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutDataQualityProfileAnnotationCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartColumnStatisticsTaskRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartDataQualityRuleRecommendationRunCommandOutput | StartDataQualityRulesetEvaluationRunCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopColumnStatisticsTaskRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | TestConnectionCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDataQualityRulesetCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateJobFromSourceControlCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateSourceControlFromJobCommandOutput | UpdateTableCommandOutput | UpdateTableOptimizerCommandOutput | UpdateTriggerCommandOutput | UpdateUsageProfileCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
|
|
245
246
|
/**
|
|
246
247
|
* @public
|
|
247
248
|
*/
|
|
@@ -158,4 +158,15 @@ declare const BatchCreatePartitionCommand_base: {
|
|
|
158
158
|
* @public
|
|
159
159
|
*/
|
|
160
160
|
export declare class BatchCreatePartitionCommand extends BatchCreatePartitionCommand_base {
|
|
161
|
+
/** @internal type navigation helper, not in runtime. */
|
|
162
|
+
protected static __types: {
|
|
163
|
+
api: {
|
|
164
|
+
input: BatchCreatePartitionRequest;
|
|
165
|
+
output: BatchCreatePartitionResponse;
|
|
166
|
+
};
|
|
167
|
+
sdk: {
|
|
168
|
+
input: BatchCreatePartitionCommandInput;
|
|
169
|
+
output: BatchCreatePartitionCommandOutput;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
161
172
|
}
|
|
@@ -74,4 +74,15 @@ declare const BatchDeleteConnectionCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class BatchDeleteConnectionCommand extends BatchDeleteConnectionCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: BatchDeleteConnectionRequest;
|
|
81
|
+
output: BatchDeleteConnectionResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: BatchDeleteConnectionCommandInput;
|
|
85
|
+
output: BatchDeleteConnectionCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -88,4 +88,15 @@ declare const BatchDeletePartitionCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class BatchDeletePartitionCommand extends BatchDeletePartitionCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: BatchDeletePartitionRequest;
|
|
95
|
+
output: BatchDeletePartitionResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: BatchDeletePartitionCommandInput;
|
|
99
|
+
output: BatchDeletePartitionCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -98,4 +98,15 @@ declare const BatchDeleteTableCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class BatchDeleteTableCommand extends BatchDeleteTableCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: BatchDeleteTableRequest;
|
|
105
|
+
output: BatchDeleteTableResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: BatchDeleteTableCommandInput;
|
|
109
|
+
output: BatchDeleteTableCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -83,4 +83,15 @@ declare const BatchDeleteTableVersionCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class BatchDeleteTableVersionCommand extends BatchDeleteTableVersionCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: BatchDeleteTableVersionRequest;
|
|
90
|
+
output: BatchDeleteTableVersionResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: BatchDeleteTableVersionCommandInput;
|
|
94
|
+
output: BatchDeleteTableVersionCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -92,4 +92,15 @@ declare const BatchGetBlueprintsCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class BatchGetBlueprintsCommand extends BatchGetBlueprintsCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: BatchGetBlueprintsRequest;
|
|
99
|
+
output: BatchGetBlueprintsResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: BatchGetBlueprintsCommandInput;
|
|
103
|
+
output: BatchGetBlueprintsCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -193,4 +193,15 @@ declare const BatchGetCrawlersCommand_base: {
|
|
|
193
193
|
* @public
|
|
194
194
|
*/
|
|
195
195
|
export declare class BatchGetCrawlersCommand extends BatchGetCrawlersCommand_base {
|
|
196
|
+
/** @internal type navigation helper, not in runtime. */
|
|
197
|
+
protected static __types: {
|
|
198
|
+
api: {
|
|
199
|
+
input: BatchGetCrawlersRequest;
|
|
200
|
+
output: BatchGetCrawlersResponse;
|
|
201
|
+
};
|
|
202
|
+
sdk: {
|
|
203
|
+
input: BatchGetCrawlersCommandInput;
|
|
204
|
+
output: BatchGetCrawlersCommandOutput;
|
|
205
|
+
};
|
|
206
|
+
};
|
|
196
207
|
}
|
|
@@ -79,4 +79,15 @@ declare const BatchGetCustomEntityTypesCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class BatchGetCustomEntityTypesCommand extends BatchGetCustomEntityTypesCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: BatchGetCustomEntityTypesRequest;
|
|
86
|
+
output: BatchGetCustomEntityTypesResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: BatchGetCustomEntityTypesCommandInput;
|
|
90
|
+
output: BatchGetCustomEntityTypesCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -135,4 +135,15 @@ declare const BatchGetDataQualityResultCommand_base: {
|
|
|
135
135
|
* @public
|
|
136
136
|
*/
|
|
137
137
|
export declare class BatchGetDataQualityResultCommand extends BatchGetDataQualityResultCommand_base {
|
|
138
|
+
/** @internal type navigation helper, not in runtime. */
|
|
139
|
+
protected static __types: {
|
|
140
|
+
api: {
|
|
141
|
+
input: BatchGetDataQualityResultRequest;
|
|
142
|
+
output: BatchGetDataQualityResultResponse;
|
|
143
|
+
};
|
|
144
|
+
sdk: {
|
|
145
|
+
input: BatchGetDataQualityResultCommandInput;
|
|
146
|
+
output: BatchGetDataQualityResultCommandOutput;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
138
149
|
}
|
|
@@ -111,4 +111,15 @@ declare const BatchGetDevEndpointsCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class BatchGetDevEndpointsCommand extends BatchGetDevEndpointsCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: BatchGetDevEndpointsRequest;
|
|
118
|
+
output: BatchGetDevEndpointsResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: BatchGetDevEndpointsCommandInput;
|
|
122
|
+
output: BatchGetDevEndpointsCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -1170,4 +1170,15 @@ declare const BatchGetJobsCommand_base: {
|
|
|
1170
1170
|
* @public
|
|
1171
1171
|
*/
|
|
1172
1172
|
export declare class BatchGetJobsCommand extends BatchGetJobsCommand_base {
|
|
1173
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1174
|
+
protected static __types: {
|
|
1175
|
+
api: {
|
|
1176
|
+
input: BatchGetJobsRequest;
|
|
1177
|
+
output: BatchGetJobsResponse;
|
|
1178
|
+
};
|
|
1179
|
+
sdk: {
|
|
1180
|
+
input: BatchGetJobsCommandInput;
|
|
1181
|
+
output: BatchGetJobsCommandOutput;
|
|
1182
|
+
};
|
|
1183
|
+
};
|
|
1173
1184
|
}
|
|
@@ -168,4 +168,15 @@ declare const BatchGetPartitionCommand_base: {
|
|
|
168
168
|
* @public
|
|
169
169
|
*/
|
|
170
170
|
export declare class BatchGetPartitionCommand extends BatchGetPartitionCommand_base {
|
|
171
|
+
/** @internal type navigation helper, not in runtime. */
|
|
172
|
+
protected static __types: {
|
|
173
|
+
api: {
|
|
174
|
+
input: BatchGetPartitionRequest;
|
|
175
|
+
output: BatchGetPartitionResponse;
|
|
176
|
+
};
|
|
177
|
+
sdk: {
|
|
178
|
+
input: BatchGetPartitionCommandInput;
|
|
179
|
+
output: BatchGetPartitionCommandOutput;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
171
182
|
}
|
|
@@ -153,4 +153,15 @@ declare const BatchGetTableOptimizerCommand_base: {
|
|
|
153
153
|
* @public
|
|
154
154
|
*/
|
|
155
155
|
export declare class BatchGetTableOptimizerCommand extends BatchGetTableOptimizerCommand_base {
|
|
156
|
+
/** @internal type navigation helper, not in runtime. */
|
|
157
|
+
protected static __types: {
|
|
158
|
+
api: {
|
|
159
|
+
input: BatchGetTableOptimizerRequest;
|
|
160
|
+
output: BatchGetTableOptimizerResponse;
|
|
161
|
+
};
|
|
162
|
+
sdk: {
|
|
163
|
+
input: BatchGetTableOptimizerCommandInput;
|
|
164
|
+
output: BatchGetTableOptimizerCommandOutput;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
156
167
|
}
|
|
@@ -111,4 +111,15 @@ declare const BatchGetTriggersCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class BatchGetTriggersCommand extends BatchGetTriggersCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: BatchGetTriggersRequest;
|
|
118
|
+
output: BatchGetTriggersResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: BatchGetTriggersCommandInput;
|
|
122
|
+
output: BatchGetTriggersCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -333,4 +333,15 @@ declare const BatchGetWorkflowsCommand_base: {
|
|
|
333
333
|
* @public
|
|
334
334
|
*/
|
|
335
335
|
export declare class BatchGetWorkflowsCommand extends BatchGetWorkflowsCommand_base {
|
|
336
|
+
/** @internal type navigation helper, not in runtime. */
|
|
337
|
+
protected static __types: {
|
|
338
|
+
api: {
|
|
339
|
+
input: BatchGetWorkflowsRequest;
|
|
340
|
+
output: BatchGetWorkflowsResponse;
|
|
341
|
+
};
|
|
342
|
+
sdk: {
|
|
343
|
+
input: BatchGetWorkflowsCommandInput;
|
|
344
|
+
output: BatchGetWorkflowsCommandOutput;
|
|
345
|
+
};
|
|
346
|
+
};
|
|
336
347
|
}
|
|
@@ -82,4 +82,15 @@ declare const BatchPutDataQualityStatisticAnnotationCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class BatchPutDataQualityStatisticAnnotationCommand extends BatchPutDataQualityStatisticAnnotationCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: BatchPutDataQualityStatisticAnnotationRequest;
|
|
89
|
+
output: BatchPutDataQualityStatisticAnnotationResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: BatchPutDataQualityStatisticAnnotationCommandInput;
|
|
93
|
+
output: BatchPutDataQualityStatisticAnnotationCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -84,4 +84,15 @@ declare const BatchStopJobRunCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class BatchStopJobRunCommand extends BatchStopJobRunCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: BatchStopJobRunRequest;
|
|
91
|
+
output: BatchStopJobRunResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: BatchStopJobRunCommandInput;
|
|
95
|
+
output: BatchStopJobRunCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|