@aws-sdk/client-glue 3.590.0 → 3.592.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/dist-cjs/index.js +56 -226
- package/dist-es/models/models_0.js +15 -53
- package/dist-es/models/models_1.js +65 -3
- package/dist-es/models/models_2.js +9 -5
- package/dist-es/protocols/Aws_json1_1.js +7 -0
- package/dist-types/commands/BatchCreatePartitionCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetJobsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetTableOptimizerCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +2 -1
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +2 -1
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +2 -1
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +2 -1
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +2 -1
- package/dist-types/commands/CancelStatementCommand.d.ts +2 -1
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +2 -1
- package/dist-types/commands/CreateBlueprintCommand.d.ts +2 -1
- package/dist-types/commands/CreateClassifierCommand.d.ts +2 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +27 -4
- package/dist-types/commands/CreateCrawlerCommand.d.ts +3 -2
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateMLTransformCommand.d.ts +2 -1
- package/dist-types/commands/CreatePartitionCommand.d.ts +2 -1
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +2 -1
- package/dist-types/commands/CreateRegistryCommand.d.ts +2 -1
- package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/CreateScriptCommand.d.ts +2 -1
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateSessionCommand.d.ts +2 -1
- package/dist-types/commands/CreateTableCommand.d.ts +18 -1
- package/dist-types/commands/CreateTableOptimizerCommand.d.ts +2 -1
- package/dist-types/commands/CreateTriggerCommand.d.ts +2 -1
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClassifierCommand.d.ts +2 -1
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteJobCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +2 -1
- package/dist-types/commands/DeletePartitionCommand.d.ts +2 -1
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRegistryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSessionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTableCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTableOptimizerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTriggerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/GetBlueprintCommand.d.ts +2 -1
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +2 -1
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +2 -1
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetClassifierCommand.d.ts +2 -1
- package/dist-types/commands/GetClassifiersCommand.d.ts +2 -1
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +2 -1
- package/dist-types/commands/GetColumnStatisticsTaskRunCommand.d.ts +2 -1
- package/dist-types/commands/GetColumnStatisticsTaskRunsCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +21 -2
- package/dist-types/commands/GetConnectionsCommand.d.ts +22 -3
- package/dist-types/commands/GetCrawlerCommand.d.ts +2 -1
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +2 -1
- package/dist-types/commands/GetCrawlersCommand.d.ts +2 -1
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +2 -1
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +2 -1
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +2 -1
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +2 -1
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
- package/dist-types/commands/GetDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/GetDatabasesCommand.d.ts +2 -1
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +2 -1
- package/dist-types/commands/GetDevEndpointCommand.d.ts +2 -1
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +2 -1
- package/dist-types/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/commands/GetJobRunCommand.d.ts +2 -1
- package/dist-types/commands/GetJobRunsCommand.d.ts +2 -1
- package/dist-types/commands/GetJobsCommand.d.ts +2 -1
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +2 -1
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +2 -1
- package/dist-types/commands/GetMLTransformCommand.d.ts +2 -1
- package/dist-types/commands/GetMLTransformsCommand.d.ts +2 -1
- package/dist-types/commands/GetMappingCommand.d.ts +2 -1
- package/dist-types/commands/GetPartitionCommand.d.ts +2 -1
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +2 -1
- package/dist-types/commands/GetPartitionsCommand.d.ts +2 -1
- package/dist-types/commands/GetPlanCommand.d.ts +2 -1
- package/dist-types/commands/GetRegistryCommand.d.ts +2 -1
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +2 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +3 -2
- package/dist-types/commands/GetSchemaCommand.d.ts +4 -2
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +3 -2
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +3 -2
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/GetSessionCommand.d.ts +2 -1
- package/dist-types/commands/GetStatementCommand.d.ts +2 -1
- package/dist-types/commands/GetTableCommand.d.ts +3 -1
- package/dist-types/commands/GetTableOptimizerCommand.d.ts +2 -1
- package/dist-types/commands/GetTableVersionCommand.d.ts +3 -1
- package/dist-types/commands/GetTableVersionsCommand.d.ts +3 -1
- package/dist-types/commands/GetTablesCommand.d.ts +3 -1
- package/dist-types/commands/GetTagsCommand.d.ts +2 -1
- package/dist-types/commands/GetTriggerCommand.d.ts +2 -1
- package/dist-types/commands/GetTriggersCommand.d.ts +2 -1
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +2 -1
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +2 -1
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +3 -1
- package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +2 -1
- package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +2 -1
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +2 -1
- package/dist-types/commands/ListBlueprintsCommand.d.ts +2 -1
- package/dist-types/commands/ListColumnStatisticsTaskRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListCrawlersCommand.d.ts +2 -1
- package/dist-types/commands/ListCrawlsCommand.d.ts +2 -1
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +2 -1
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +2 -1
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListMLTransformsCommand.d.ts +2 -1
- package/dist-types/commands/ListRegistriesCommand.d.ts +2 -1
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +2 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +2 -1
- package/dist-types/commands/ListStatementsCommand.d.ts +2 -1
- package/dist-types/commands/ListTableOptimizerRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListTriggersCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +2 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +2 -1
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +2 -1
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +2 -1
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +2 -1
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +2 -1
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +2 -1
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +2 -1
- package/dist-types/commands/RunStatementCommand.d.ts +2 -1
- package/dist-types/commands/SearchTablesCommand.d.ts +3 -1
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +2 -1
- package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +2 -1
- package/dist-types/commands/StartCrawlerCommand.d.ts +2 -1
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +2 -1
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +2 -1
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +2 -1
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +2 -1
- package/dist-types/commands/StartJobRunCommand.d.ts +2 -1
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +2 -1
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +2 -1
- package/dist-types/commands/StartTriggerCommand.d.ts +2 -1
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -1
- package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +2 -1
- package/dist-types/commands/StopCrawlerCommand.d.ts +2 -1
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +2 -1
- package/dist-types/commands/StopSessionCommand.d.ts +2 -1
- package/dist-types/commands/StopTriggerCommand.d.ts +2 -1
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClassifierCommand.d.ts +2 -1
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +23 -2
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +2 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePartitionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRegistryCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTableCommand.d.ts +20 -1
- package/dist-types/commands/UpdateTableOptimizerCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTriggerCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/GlueServiceException.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +162 -342
- package/dist-types/models/models_1.d.ts +475 -307
- package/dist-types/models/models_2.d.ts +342 -21
- package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetTableOptimizerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +3 -2
- package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +3 -2
- package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTableOptimizerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTableOptimizerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +3 -2
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +3 -2
- package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +3 -2
- package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +3 -2
- package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTableOptimizerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListColumnStatisticsTaskRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTableOptimizerRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTableOptimizerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/GlueServiceException.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +50 -96
- package/dist-types/ts3.4/models/models_1.d.ts +140 -72
- package/dist-types/ts3.4/models/models_2.d.ts +84 -9
- package/package.json +6 -6
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopWorkflowRunRequest,
|
|
10
10
|
StopWorkflowRunResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopWorkflowRunCommandInput extends StopWorkflowRunRequest {}
|
|
14
15
|
export interface StopWorkflowRunCommandOutput
|
|
15
16
|
extends StopWorkflowRunResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateBlueprintRequest,
|
|
10
10
|
UpdateBlueprintResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateBlueprintCommandInput extends UpdateBlueprintRequest {}
|
|
14
15
|
export interface UpdateBlueprintCommandOutput
|
|
15
16
|
extends UpdateBlueprintResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateClassifierRequest,
|
|
10
10
|
UpdateClassifierResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateClassifierCommandInput extends UpdateClassifierRequest {}
|
|
14
15
|
export interface UpdateClassifierCommandOutput
|
|
15
16
|
extends UpdateClassifierResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateColumnStatisticsForPartitionRequest,
|
|
10
10
|
UpdateColumnStatisticsForPartitionResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateColumnStatisticsForPartitionCommandInput
|
|
14
15
|
extends UpdateColumnStatisticsForPartitionRequest {}
|
|
15
16
|
export interface UpdateColumnStatisticsForPartitionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateColumnStatisticsForTableRequest,
|
|
10
10
|
UpdateColumnStatisticsForTableResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateColumnStatisticsForTableCommandInput
|
|
14
15
|
extends UpdateColumnStatisticsForTableRequest {}
|
|
15
16
|
export interface UpdateColumnStatisticsForTableCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateConnectionRequest,
|
|
10
10
|
UpdateConnectionResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateConnectionCommandInput extends UpdateConnectionRequest {}
|
|
14
15
|
export interface UpdateConnectionCommandOutput
|
|
15
16
|
extends UpdateConnectionResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateCrawlerRequest,
|
|
10
10
|
UpdateCrawlerResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateCrawlerCommandInput extends UpdateCrawlerRequest {}
|
|
14
15
|
export interface UpdateCrawlerCommandOutput
|
|
15
16
|
extends UpdateCrawlerResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateCrawlerScheduleRequest,
|
|
10
10
|
UpdateCrawlerScheduleResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateCrawlerScheduleCommandInput
|
|
14
15
|
extends UpdateCrawlerScheduleRequest {}
|
|
15
16
|
export interface UpdateCrawlerScheduleCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateDataQualityRulesetRequest,
|
|
10
10
|
UpdateDataQualityRulesetResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateDataQualityRulesetCommandInput
|
|
14
15
|
extends UpdateDataQualityRulesetRequest {}
|
|
15
16
|
export interface UpdateDataQualityRulesetCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateDatabaseRequest,
|
|
10
10
|
UpdateDatabaseResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateDatabaseCommandInput extends UpdateDatabaseRequest {}
|
|
14
15
|
export interface UpdateDatabaseCommandOutput
|
|
15
16
|
extends UpdateDatabaseResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateDevEndpointRequest,
|
|
10
10
|
UpdateDevEndpointResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateDevEndpointCommandInput
|
|
14
15
|
extends UpdateDevEndpointRequest {}
|
|
15
16
|
export interface UpdateDevEndpointCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
8
|
import { UpdateJobRequest, UpdateJobResponse } from "../models/models_2";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateJobCommandInput extends UpdateJobRequest {}
|
|
11
12
|
export interface UpdateJobCommandOutput
|
|
12
13
|
extends UpdateJobResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateJobFromSourceControlRequest,
|
|
10
10
|
UpdateJobFromSourceControlResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateJobFromSourceControlCommandInput
|
|
14
15
|
extends UpdateJobFromSourceControlRequest {}
|
|
15
16
|
export interface UpdateJobFromSourceControlCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateMLTransformRequest,
|
|
10
10
|
UpdateMLTransformResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateMLTransformCommandInput
|
|
14
15
|
extends UpdateMLTransformRequest {}
|
|
15
16
|
export interface UpdateMLTransformCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdatePartitionRequest,
|
|
10
10
|
UpdatePartitionResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdatePartitionCommandInput extends UpdatePartitionRequest {}
|
|
14
15
|
export interface UpdatePartitionCommandOutput
|
|
15
16
|
extends UpdatePartitionResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateRegistryInput,
|
|
10
10
|
UpdateRegistryResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateRegistryCommandInput extends UpdateRegistryInput {}
|
|
14
15
|
export interface UpdateRegistryCommandOutput
|
|
15
16
|
extends UpdateRegistryResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
8
|
import { UpdateSchemaInput, UpdateSchemaResponse } from "../models/models_2";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateSchemaCommandInput extends UpdateSchemaInput {}
|
|
11
12
|
export interface UpdateSchemaCommandOutput
|
|
12
13
|
extends UpdateSchemaResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateSourceControlFromJobRequest,
|
|
10
10
|
UpdateSourceControlFromJobResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateSourceControlFromJobCommandInput
|
|
14
15
|
extends UpdateSourceControlFromJobRequest {}
|
|
15
16
|
export interface UpdateSourceControlFromJobCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
8
|
import { UpdateTableRequest, UpdateTableResponse } from "../models/models_2";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateTableCommandInput extends UpdateTableRequest {}
|
|
11
12
|
export interface UpdateTableCommandOutput
|
|
12
13
|
extends UpdateTableResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateTableOptimizerRequest,
|
|
10
10
|
UpdateTableOptimizerResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateTableOptimizerCommandInput
|
|
14
15
|
extends UpdateTableOptimizerRequest {}
|
|
15
16
|
export interface UpdateTableOptimizerCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateTriggerRequest,
|
|
10
10
|
UpdateTriggerResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateTriggerCommandInput extends UpdateTriggerRequest {}
|
|
14
15
|
export interface UpdateTriggerCommandOutput
|
|
15
16
|
extends UpdateTriggerResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateUserDefinedFunctionRequest,
|
|
10
10
|
UpdateUserDefinedFunctionResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateUserDefinedFunctionCommandInput
|
|
14
15
|
extends UpdateUserDefinedFunctionRequest {}
|
|
15
16
|
export interface UpdateUserDefinedFunctionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateWorkflowRequest,
|
|
10
10
|
UpdateWorkflowResponse,
|
|
11
11
|
} from "../models/models_2";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateWorkflowCommandInput extends UpdateWorkflowRequest {}
|
|
14
15
|
export interface UpdateWorkflowCommandOutput
|
|
15
16
|
extends UpdateWorkflowResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class GlueServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -128,6 +128,51 @@ export interface AuditContext {
|
|
|
128
128
|
RequestedColumns?: string[];
|
|
129
129
|
AllColumnsRequested?: boolean;
|
|
130
130
|
}
|
|
131
|
+
export declare const AuthenticationType: {
|
|
132
|
+
readonly BASIC: "BASIC";
|
|
133
|
+
readonly CUSTOM: "CUSTOM";
|
|
134
|
+
readonly OAUTH2: "OAUTH2";
|
|
135
|
+
};
|
|
136
|
+
export type AuthenticationType =
|
|
137
|
+
(typeof AuthenticationType)[keyof typeof AuthenticationType];
|
|
138
|
+
export interface OAuth2ClientApplication {
|
|
139
|
+
UserManagedClientApplicationClientId?: string;
|
|
140
|
+
AWSManagedClientApplicationReference?: string;
|
|
141
|
+
}
|
|
142
|
+
export declare const OAuth2GrantType: {
|
|
143
|
+
readonly AUTHORIZATION_CODE: "AUTHORIZATION_CODE";
|
|
144
|
+
readonly CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS";
|
|
145
|
+
readonly JWT_BEARER: "JWT_BEARER";
|
|
146
|
+
};
|
|
147
|
+
export type OAuth2GrantType =
|
|
148
|
+
(typeof OAuth2GrantType)[keyof typeof OAuth2GrantType];
|
|
149
|
+
export interface OAuth2Properties {
|
|
150
|
+
OAuth2GrantType?: OAuth2GrantType;
|
|
151
|
+
OAuth2ClientApplication?: OAuth2ClientApplication;
|
|
152
|
+
TokenUrl?: string;
|
|
153
|
+
TokenUrlParametersMap?: Record<string, string>;
|
|
154
|
+
}
|
|
155
|
+
export interface AuthenticationConfiguration {
|
|
156
|
+
AuthenticationType?: AuthenticationType;
|
|
157
|
+
SecretArn?: string;
|
|
158
|
+
OAuth2Properties?: OAuth2Properties;
|
|
159
|
+
}
|
|
160
|
+
export interface AuthorizationCodeProperties {
|
|
161
|
+
AuthorizationCode?: string;
|
|
162
|
+
RedirectUri?: string;
|
|
163
|
+
}
|
|
164
|
+
export interface OAuth2PropertiesInput {
|
|
165
|
+
OAuth2GrantType?: OAuth2GrantType;
|
|
166
|
+
OAuth2ClientApplication?: OAuth2ClientApplication;
|
|
167
|
+
TokenUrl?: string;
|
|
168
|
+
TokenUrlParametersMap?: Record<string, string>;
|
|
169
|
+
AuthorizationCodeProperties?: AuthorizationCodeProperties;
|
|
170
|
+
}
|
|
171
|
+
export interface AuthenticationConfigurationInput {
|
|
172
|
+
AuthenticationType?: AuthenticationType;
|
|
173
|
+
SecretArn?: string;
|
|
174
|
+
OAuth2Properties?: OAuth2PropertiesInput;
|
|
175
|
+
}
|
|
131
176
|
export interface Column {
|
|
132
177
|
Name: string | undefined;
|
|
133
178
|
Type?: string;
|
|
@@ -1545,10 +1590,15 @@ export interface BatchGetPartitionResponse {
|
|
|
1545
1590
|
UnprocessedKeys?: PartitionValueList[];
|
|
1546
1591
|
}
|
|
1547
1592
|
export declare const FederationSourceErrorCode: {
|
|
1593
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
1594
|
+
readonly EntityNotFoundException: "EntityNotFoundException";
|
|
1548
1595
|
readonly InternalServiceException: "InternalServiceException";
|
|
1596
|
+
readonly InvalidCredentialsException: "InvalidCredentialsException";
|
|
1597
|
+
readonly InvalidInputException: "InvalidInputException";
|
|
1549
1598
|
readonly InvalidResponseException: "InvalidResponseException";
|
|
1550
1599
|
readonly OperationNotSupportedException: "OperationNotSupportedException";
|
|
1551
1600
|
readonly OperationTimeoutException: "OperationTimeoutException";
|
|
1601
|
+
readonly PartialFailureException: "PartialFailureException";
|
|
1552
1602
|
readonly ThrottlingException: "ThrottlingException";
|
|
1553
1603
|
};
|
|
1554
1604
|
export type FederationSourceErrorCode =
|
|
@@ -2003,99 +2053,3 @@ export interface CreateClassifierRequest {
|
|
|
2003
2053
|
CsvClassifier?: CreateCsvClassifierRequest;
|
|
2004
2054
|
}
|
|
2005
2055
|
export interface CreateClassifierResponse {}
|
|
2006
|
-
export declare const ConnectionPropertyKey: {
|
|
2007
|
-
readonly CONFIG_FILES: "CONFIG_FILES";
|
|
2008
|
-
readonly CONNECTION_URL: "CONNECTION_URL";
|
|
2009
|
-
readonly CONNECTOR_CLASS_NAME: "CONNECTOR_CLASS_NAME";
|
|
2010
|
-
readonly CONNECTOR_TYPE: "CONNECTOR_TYPE";
|
|
2011
|
-
readonly CONNECTOR_URL: "CONNECTOR_URL";
|
|
2012
|
-
readonly CUSTOM_JDBC_CERT: "CUSTOM_JDBC_CERT";
|
|
2013
|
-
readonly CUSTOM_JDBC_CERT_STRING: "CUSTOM_JDBC_CERT_STRING";
|
|
2014
|
-
readonly ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD: "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD";
|
|
2015
|
-
readonly ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD: "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD";
|
|
2016
|
-
readonly ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD: "ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD";
|
|
2017
|
-
readonly ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD: "ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD";
|
|
2018
|
-
readonly ENCRYPTED_PASSWORD: "ENCRYPTED_PASSWORD";
|
|
2019
|
-
readonly HOST: "HOST";
|
|
2020
|
-
readonly INSTANCE_ID: "INSTANCE_ID";
|
|
2021
|
-
readonly JDBC_CONNECTION_URL: "JDBC_CONNECTION_URL";
|
|
2022
|
-
readonly JDBC_DRIVER_CLASS_NAME: "JDBC_DRIVER_CLASS_NAME";
|
|
2023
|
-
readonly JDBC_DRIVER_JAR_URI: "JDBC_DRIVER_JAR_URI";
|
|
2024
|
-
readonly JDBC_ENFORCE_SSL: "JDBC_ENFORCE_SSL";
|
|
2025
|
-
readonly JDBC_ENGINE: "JDBC_ENGINE";
|
|
2026
|
-
readonly JDBC_ENGINE_VERSION: "JDBC_ENGINE_VERSION";
|
|
2027
|
-
readonly KAFKA_BOOTSTRAP_SERVERS: "KAFKA_BOOTSTRAP_SERVERS";
|
|
2028
|
-
readonly KAFKA_CLIENT_KEYSTORE: "KAFKA_CLIENT_KEYSTORE";
|
|
2029
|
-
readonly KAFKA_CLIENT_KEYSTORE_PASSWORD: "KAFKA_CLIENT_KEYSTORE_PASSWORD";
|
|
2030
|
-
readonly KAFKA_CLIENT_KEY_PASSWORD: "KAFKA_CLIENT_KEY_PASSWORD";
|
|
2031
|
-
readonly KAFKA_CUSTOM_CERT: "KAFKA_CUSTOM_CERT";
|
|
2032
|
-
readonly KAFKA_SASL_GSSAPI_KEYTAB: "KAFKA_SASL_GSSAPI_KEYTAB";
|
|
2033
|
-
readonly KAFKA_SASL_GSSAPI_KRB5_CONF: "KAFKA_SASL_GSSAPI_KRB5_CONF";
|
|
2034
|
-
readonly KAFKA_SASL_GSSAPI_PRINCIPAL: "KAFKA_SASL_GSSAPI_PRINCIPAL";
|
|
2035
|
-
readonly KAFKA_SASL_GSSAPI_SERVICE: "KAFKA_SASL_GSSAPI_SERVICE";
|
|
2036
|
-
readonly KAFKA_SASL_MECHANISM: "KAFKA_SASL_MECHANISM";
|
|
2037
|
-
readonly KAFKA_SASL_PLAIN_PASSWORD: "KAFKA_SASL_PLAIN_PASSWORD";
|
|
2038
|
-
readonly KAFKA_SASL_PLAIN_USERNAME: "KAFKA_SASL_PLAIN_USERNAME";
|
|
2039
|
-
readonly KAFKA_SASL_SCRAM_PASSWORD: "KAFKA_SASL_SCRAM_PASSWORD";
|
|
2040
|
-
readonly KAFKA_SASL_SCRAM_SECRETS_ARN: "KAFKA_SASL_SCRAM_SECRETS_ARN";
|
|
2041
|
-
readonly KAFKA_SASL_SCRAM_USERNAME: "KAFKA_SASL_SCRAM_USERNAME";
|
|
2042
|
-
readonly KAFKA_SKIP_CUSTOM_CERT_VALIDATION: "KAFKA_SKIP_CUSTOM_CERT_VALIDATION";
|
|
2043
|
-
readonly KAFKA_SSL_ENABLED: "KAFKA_SSL_ENABLED";
|
|
2044
|
-
readonly PASSWORD: "PASSWORD";
|
|
2045
|
-
readonly PORT: "PORT";
|
|
2046
|
-
readonly SECRET_ID: "SECRET_ID";
|
|
2047
|
-
readonly SKIP_CUSTOM_JDBC_CERT_VALIDATION: "SKIP_CUSTOM_JDBC_CERT_VALIDATION";
|
|
2048
|
-
readonly USER_NAME: "USERNAME";
|
|
2049
|
-
};
|
|
2050
|
-
export type ConnectionPropertyKey =
|
|
2051
|
-
(typeof ConnectionPropertyKey)[keyof typeof ConnectionPropertyKey];
|
|
2052
|
-
export declare const ConnectionType: {
|
|
2053
|
-
readonly CUSTOM: "CUSTOM";
|
|
2054
|
-
readonly JDBC: "JDBC";
|
|
2055
|
-
readonly KAFKA: "KAFKA";
|
|
2056
|
-
readonly MARKETPLACE: "MARKETPLACE";
|
|
2057
|
-
readonly MONGODB: "MONGODB";
|
|
2058
|
-
readonly NETWORK: "NETWORK";
|
|
2059
|
-
readonly SFTP: "SFTP";
|
|
2060
|
-
};
|
|
2061
|
-
export type ConnectionType =
|
|
2062
|
-
(typeof ConnectionType)[keyof typeof ConnectionType];
|
|
2063
|
-
export interface PhysicalConnectionRequirements {
|
|
2064
|
-
SubnetId?: string;
|
|
2065
|
-
SecurityGroupIdList?: string[];
|
|
2066
|
-
AvailabilityZone?: string;
|
|
2067
|
-
}
|
|
2068
|
-
export interface ConnectionInput {
|
|
2069
|
-
Name: string | undefined;
|
|
2070
|
-
Description?: string;
|
|
2071
|
-
ConnectionType: ConnectionType | undefined;
|
|
2072
|
-
MatchCriteria?: string[];
|
|
2073
|
-
ConnectionProperties:
|
|
2074
|
-
| Partial<Record<ConnectionPropertyKey, string>>
|
|
2075
|
-
| undefined;
|
|
2076
|
-
PhysicalConnectionRequirements?: PhysicalConnectionRequirements;
|
|
2077
|
-
}
|
|
2078
|
-
export interface CreateConnectionRequest {
|
|
2079
|
-
CatalogId?: string;
|
|
2080
|
-
ConnectionInput: ConnectionInput | undefined;
|
|
2081
|
-
Tags?: Record<string, string>;
|
|
2082
|
-
}
|
|
2083
|
-
export interface CreateConnectionResponse {}
|
|
2084
|
-
export interface CreateCrawlerRequest {
|
|
2085
|
-
Name: string | undefined;
|
|
2086
|
-
Role: string | undefined;
|
|
2087
|
-
DatabaseName?: string;
|
|
2088
|
-
Description?: string;
|
|
2089
|
-
Targets: CrawlerTargets | undefined;
|
|
2090
|
-
Schedule?: string;
|
|
2091
|
-
Classifiers?: string[];
|
|
2092
|
-
TablePrefix?: string;
|
|
2093
|
-
SchemaChangePolicy?: SchemaChangePolicy;
|
|
2094
|
-
RecrawlPolicy?: RecrawlPolicy;
|
|
2095
|
-
LineageConfiguration?: LineageConfiguration;
|
|
2096
|
-
LakeFormationConfiguration?: LakeFormationConfiguration;
|
|
2097
|
-
Configuration?: string;
|
|
2098
|
-
CrawlerSecurityConfiguration?: string;
|
|
2099
|
-
Tags?: Record<string, string>;
|
|
2100
|
-
}
|
|
2101
|
-
export interface CreateCrawlerResponse {}
|