@aws-sdk/client-glue 3.194.0 → 3.196.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/CHANGELOG.md +19 -0
- package/dist-cjs/GlueClient.js +11 -8
- package/dist-cjs/commands/BatchCreatePartitionCommand.js +10 -0
- package/dist-cjs/commands/BatchDeleteConnectionCommand.js +10 -0
- package/dist-cjs/commands/BatchDeletePartitionCommand.js +10 -0
- package/dist-cjs/commands/BatchDeleteTableCommand.js +10 -0
- package/dist-cjs/commands/BatchDeleteTableVersionCommand.js +10 -0
- package/dist-cjs/commands/BatchGetBlueprintsCommand.js +10 -0
- package/dist-cjs/commands/BatchGetCrawlersCommand.js +10 -0
- package/dist-cjs/commands/BatchGetCustomEntityTypesCommand.js +10 -0
- package/dist-cjs/commands/BatchGetDevEndpointsCommand.js +10 -0
- package/dist-cjs/commands/BatchGetJobsCommand.js +10 -0
- package/dist-cjs/commands/BatchGetPartitionCommand.js +10 -0
- package/dist-cjs/commands/BatchGetTriggersCommand.js +10 -0
- package/dist-cjs/commands/BatchGetWorkflowsCommand.js +10 -0
- package/dist-cjs/commands/BatchStopJobRunCommand.js +10 -0
- package/dist-cjs/commands/BatchUpdatePartitionCommand.js +10 -0
- package/dist-cjs/commands/CancelMLTaskRunCommand.js +10 -0
- package/dist-cjs/commands/CancelStatementCommand.js +10 -0
- package/dist-cjs/commands/CheckSchemaVersionValidityCommand.js +10 -0
- package/dist-cjs/commands/CreateBlueprintCommand.js +10 -0
- package/dist-cjs/commands/CreateClassifierCommand.js +10 -0
- package/dist-cjs/commands/CreateConnectionCommand.js +10 -0
- package/dist-cjs/commands/CreateCrawlerCommand.js +10 -0
- package/dist-cjs/commands/CreateCustomEntityTypeCommand.js +10 -0
- package/dist-cjs/commands/CreateDatabaseCommand.js +10 -0
- package/dist-cjs/commands/CreateDevEndpointCommand.js +10 -0
- package/dist-cjs/commands/CreateJobCommand.js +10 -0
- package/dist-cjs/commands/CreateMLTransformCommand.js +10 -0
- package/dist-cjs/commands/CreatePartitionCommand.js +10 -0
- package/dist-cjs/commands/CreatePartitionIndexCommand.js +10 -0
- package/dist-cjs/commands/CreateRegistryCommand.js +10 -0
- package/dist-cjs/commands/CreateSchemaCommand.js +10 -0
- package/dist-cjs/commands/CreateScriptCommand.js +10 -0
- package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +10 -0
- package/dist-cjs/commands/CreateSessionCommand.js +10 -0
- package/dist-cjs/commands/CreateTableCommand.js +10 -0
- package/dist-cjs/commands/CreateTriggerCommand.js +10 -0
- package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +10 -0
- package/dist-cjs/commands/CreateWorkflowCommand.js +10 -0
- package/dist-cjs/commands/DeleteBlueprintCommand.js +10 -0
- package/dist-cjs/commands/DeleteClassifierCommand.js +10 -0
- package/dist-cjs/commands/DeleteColumnStatisticsForPartitionCommand.js +10 -0
- package/dist-cjs/commands/DeleteColumnStatisticsForTableCommand.js +10 -0
- package/dist-cjs/commands/DeleteConnectionCommand.js +10 -0
- package/dist-cjs/commands/DeleteCrawlerCommand.js +10 -0
- package/dist-cjs/commands/DeleteCustomEntityTypeCommand.js +10 -0
- package/dist-cjs/commands/DeleteDatabaseCommand.js +10 -0
- package/dist-cjs/commands/DeleteDevEndpointCommand.js +10 -0
- package/dist-cjs/commands/DeleteJobCommand.js +10 -0
- package/dist-cjs/commands/DeleteMLTransformCommand.js +10 -0
- package/dist-cjs/commands/DeletePartitionCommand.js +10 -0
- package/dist-cjs/commands/DeletePartitionIndexCommand.js +10 -0
- package/dist-cjs/commands/DeleteRegistryCommand.js +10 -0
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteSchemaCommand.js +10 -0
- package/dist-cjs/commands/DeleteSchemaVersionsCommand.js +10 -0
- package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeleteSessionCommand.js +10 -0
- package/dist-cjs/commands/DeleteTableCommand.js +10 -0
- package/dist-cjs/commands/DeleteTableVersionCommand.js +10 -0
- package/dist-cjs/commands/DeleteTriggerCommand.js +10 -0
- package/dist-cjs/commands/DeleteUserDefinedFunctionCommand.js +10 -0
- package/dist-cjs/commands/DeleteWorkflowCommand.js +10 -0
- package/dist-cjs/commands/GetBlueprintCommand.js +10 -0
- package/dist-cjs/commands/GetBlueprintRunCommand.js +10 -0
- package/dist-cjs/commands/GetBlueprintRunsCommand.js +10 -0
- package/dist-cjs/commands/GetCatalogImportStatusCommand.js +10 -0
- package/dist-cjs/commands/GetClassifierCommand.js +10 -0
- package/dist-cjs/commands/GetClassifiersCommand.js +10 -0
- package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +10 -0
- package/dist-cjs/commands/GetColumnStatisticsForTableCommand.js +10 -0
- package/dist-cjs/commands/GetConnectionCommand.js +10 -0
- package/dist-cjs/commands/GetConnectionsCommand.js +10 -0
- package/dist-cjs/commands/GetCrawlerCommand.js +10 -0
- package/dist-cjs/commands/GetCrawlerMetricsCommand.js +10 -0
- package/dist-cjs/commands/GetCrawlersCommand.js +10 -0
- package/dist-cjs/commands/GetCustomEntityTypeCommand.js +10 -0
- package/dist-cjs/commands/GetDataCatalogEncryptionSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetDatabaseCommand.js +10 -0
- package/dist-cjs/commands/GetDatabasesCommand.js +10 -0
- package/dist-cjs/commands/GetDataflowGraphCommand.js +10 -0
- package/dist-cjs/commands/GetDevEndpointCommand.js +10 -0
- package/dist-cjs/commands/GetDevEndpointsCommand.js +10 -0
- package/dist-cjs/commands/GetJobBookmarkCommand.js +10 -0
- package/dist-cjs/commands/GetJobCommand.js +10 -0
- package/dist-cjs/commands/GetJobRunCommand.js +10 -0
- package/dist-cjs/commands/GetJobRunsCommand.js +10 -0
- package/dist-cjs/commands/GetJobsCommand.js +10 -0
- package/dist-cjs/commands/GetMLTaskRunCommand.js +10 -0
- package/dist-cjs/commands/GetMLTaskRunsCommand.js +10 -0
- package/dist-cjs/commands/GetMLTransformCommand.js +10 -0
- package/dist-cjs/commands/GetMLTransformsCommand.js +10 -0
- package/dist-cjs/commands/GetMappingCommand.js +10 -0
- package/dist-cjs/commands/GetPartitionCommand.js +10 -0
- package/dist-cjs/commands/GetPartitionIndexesCommand.js +10 -0
- package/dist-cjs/commands/GetPartitionsCommand.js +10 -0
- package/dist-cjs/commands/GetPlanCommand.js +10 -0
- package/dist-cjs/commands/GetRegistryCommand.js +10 -0
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +10 -0
- package/dist-cjs/commands/GetResourcePolicyCommand.js +10 -0
- package/dist-cjs/commands/GetSchemaByDefinitionCommand.js +10 -0
- package/dist-cjs/commands/GetSchemaCommand.js +10 -0
- package/dist-cjs/commands/GetSchemaVersionCommand.js +10 -0
- package/dist-cjs/commands/GetSchemaVersionsDiffCommand.js +10 -0
- package/dist-cjs/commands/GetSecurityConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetSecurityConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/GetSessionCommand.js +10 -0
- package/dist-cjs/commands/GetStatementCommand.js +10 -0
- package/dist-cjs/commands/GetTableCommand.js +10 -0
- package/dist-cjs/commands/GetTableVersionCommand.js +10 -0
- package/dist-cjs/commands/GetTableVersionsCommand.js +10 -0
- package/dist-cjs/commands/GetTablesCommand.js +10 -0
- package/dist-cjs/commands/GetTagsCommand.js +10 -0
- package/dist-cjs/commands/GetTriggerCommand.js +10 -0
- package/dist-cjs/commands/GetTriggersCommand.js +10 -0
- package/dist-cjs/commands/GetUnfilteredPartitionMetadataCommand.js +10 -0
- package/dist-cjs/commands/GetUnfilteredPartitionsMetadataCommand.js +10 -0
- package/dist-cjs/commands/GetUnfilteredTableMetadataCommand.js +10 -0
- package/dist-cjs/commands/GetUserDefinedFunctionCommand.js +10 -0
- package/dist-cjs/commands/GetUserDefinedFunctionsCommand.js +10 -0
- package/dist-cjs/commands/GetWorkflowCommand.js +10 -0
- package/dist-cjs/commands/GetWorkflowRunCommand.js +10 -0
- package/dist-cjs/commands/GetWorkflowRunPropertiesCommand.js +10 -0
- package/dist-cjs/commands/GetWorkflowRunsCommand.js +10 -0
- package/dist-cjs/commands/ImportCatalogToGlueCommand.js +10 -0
- package/dist-cjs/commands/ListBlueprintsCommand.js +10 -0
- package/dist-cjs/commands/ListCrawlersCommand.js +10 -0
- package/dist-cjs/commands/ListCrawlsCommand.js +10 -0
- package/dist-cjs/commands/ListCustomEntityTypesCommand.js +10 -0
- package/dist-cjs/commands/ListDevEndpointsCommand.js +10 -0
- package/dist-cjs/commands/ListJobsCommand.js +10 -0
- package/dist-cjs/commands/ListMLTransformsCommand.js +10 -0
- package/dist-cjs/commands/ListRegistriesCommand.js +10 -0
- package/dist-cjs/commands/ListSchemaVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListSchemasCommand.js +10 -0
- package/dist-cjs/commands/ListSessionsCommand.js +10 -0
- package/dist-cjs/commands/ListStatementsCommand.js +10 -0
- package/dist-cjs/commands/ListTriggersCommand.js +10 -0
- package/dist-cjs/commands/ListWorkflowsCommand.js +10 -0
- package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +10 -0
- package/dist-cjs/commands/PutResourcePolicyCommand.js +10 -0
- package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +10 -0
- package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +10 -0
- package/dist-cjs/commands/QuerySchemaVersionMetadataCommand.js +10 -0
- package/dist-cjs/commands/RegisterSchemaVersionCommand.js +10 -0
- package/dist-cjs/commands/RemoveSchemaVersionMetadataCommand.js +10 -0
- package/dist-cjs/commands/ResetJobBookmarkCommand.js +10 -0
- package/dist-cjs/commands/ResumeWorkflowRunCommand.js +10 -0
- package/dist-cjs/commands/RunStatementCommand.js +10 -0
- package/dist-cjs/commands/SearchTablesCommand.js +10 -0
- package/dist-cjs/commands/StartBlueprintRunCommand.js +10 -0
- package/dist-cjs/commands/StartCrawlerCommand.js +10 -0
- package/dist-cjs/commands/StartCrawlerScheduleCommand.js +10 -0
- package/dist-cjs/commands/StartExportLabelsTaskRunCommand.js +10 -0
- package/dist-cjs/commands/StartImportLabelsTaskRunCommand.js +10 -0
- package/dist-cjs/commands/StartJobRunCommand.js +10 -0
- package/dist-cjs/commands/StartMLEvaluationTaskRunCommand.js +10 -0
- package/dist-cjs/commands/StartMLLabelingSetGenerationTaskRunCommand.js +10 -0
- package/dist-cjs/commands/StartTriggerCommand.js +10 -0
- package/dist-cjs/commands/StartWorkflowRunCommand.js +10 -0
- package/dist-cjs/commands/StopCrawlerCommand.js +10 -0
- package/dist-cjs/commands/StopCrawlerScheduleCommand.js +10 -0
- package/dist-cjs/commands/StopSessionCommand.js +10 -0
- package/dist-cjs/commands/StopTriggerCommand.js +10 -0
- package/dist-cjs/commands/StopWorkflowRunCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateBlueprintCommand.js +10 -0
- package/dist-cjs/commands/UpdateClassifierCommand.js +10 -0
- package/dist-cjs/commands/UpdateColumnStatisticsForPartitionCommand.js +10 -0
- package/dist-cjs/commands/UpdateColumnStatisticsForTableCommand.js +10 -0
- package/dist-cjs/commands/UpdateConnectionCommand.js +10 -0
- package/dist-cjs/commands/UpdateCrawlerCommand.js +10 -0
- package/dist-cjs/commands/UpdateCrawlerScheduleCommand.js +10 -0
- package/dist-cjs/commands/UpdateDatabaseCommand.js +10 -0
- package/dist-cjs/commands/UpdateDevEndpointCommand.js +10 -0
- package/dist-cjs/commands/UpdateJobCommand.js +10 -0
- package/dist-cjs/commands/UpdateJobFromSourceControlCommand.js +10 -0
- package/dist-cjs/commands/UpdateMLTransformCommand.js +10 -0
- package/dist-cjs/commands/UpdatePartitionCommand.js +10 -0
- package/dist-cjs/commands/UpdateRegistryCommand.js +10 -0
- package/dist-cjs/commands/UpdateSchemaCommand.js +10 -0
- package/dist-cjs/commands/UpdateSourceControlFromJobCommand.js +10 -0
- package/dist-cjs/commands/UpdateTableCommand.js +10 -0
- package/dist-cjs/commands/UpdateTriggerCommand.js +10 -0
- package/dist-cjs/commands/UpdateUserDefinedFunctionCommand.js +10 -0
- package/dist-cjs/commands/UpdateWorkflowCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/GlueClient.js +12 -9
- package/dist-es/commands/BatchCreatePartitionCommand.js +10 -0
- package/dist-es/commands/BatchDeleteConnectionCommand.js +10 -0
- package/dist-es/commands/BatchDeletePartitionCommand.js +10 -0
- package/dist-es/commands/BatchDeleteTableCommand.js +10 -0
- package/dist-es/commands/BatchDeleteTableVersionCommand.js +10 -0
- package/dist-es/commands/BatchGetBlueprintsCommand.js +10 -0
- package/dist-es/commands/BatchGetCrawlersCommand.js +10 -0
- package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +10 -0
- package/dist-es/commands/BatchGetDevEndpointsCommand.js +10 -0
- package/dist-es/commands/BatchGetJobsCommand.js +10 -0
- package/dist-es/commands/BatchGetPartitionCommand.js +10 -0
- package/dist-es/commands/BatchGetTriggersCommand.js +10 -0
- package/dist-es/commands/BatchGetWorkflowsCommand.js +10 -0
- package/dist-es/commands/BatchStopJobRunCommand.js +10 -0
- package/dist-es/commands/BatchUpdatePartitionCommand.js +10 -0
- package/dist-es/commands/CancelMLTaskRunCommand.js +10 -0
- package/dist-es/commands/CancelStatementCommand.js +10 -0
- package/dist-es/commands/CheckSchemaVersionValidityCommand.js +10 -0
- package/dist-es/commands/CreateBlueprintCommand.js +10 -0
- package/dist-es/commands/CreateClassifierCommand.js +10 -0
- package/dist-es/commands/CreateConnectionCommand.js +10 -0
- package/dist-es/commands/CreateCrawlerCommand.js +10 -0
- package/dist-es/commands/CreateCustomEntityTypeCommand.js +10 -0
- package/dist-es/commands/CreateDatabaseCommand.js +10 -0
- package/dist-es/commands/CreateDevEndpointCommand.js +10 -0
- package/dist-es/commands/CreateJobCommand.js +10 -0
- package/dist-es/commands/CreateMLTransformCommand.js +10 -0
- package/dist-es/commands/CreatePartitionCommand.js +10 -0
- package/dist-es/commands/CreatePartitionIndexCommand.js +10 -0
- package/dist-es/commands/CreateRegistryCommand.js +10 -0
- package/dist-es/commands/CreateSchemaCommand.js +10 -0
- package/dist-es/commands/CreateScriptCommand.js +10 -0
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +10 -0
- package/dist-es/commands/CreateSessionCommand.js +10 -0
- package/dist-es/commands/CreateTableCommand.js +10 -0
- package/dist-es/commands/CreateTriggerCommand.js +10 -0
- package/dist-es/commands/CreateUserDefinedFunctionCommand.js +10 -0
- package/dist-es/commands/CreateWorkflowCommand.js +10 -0
- package/dist-es/commands/DeleteBlueprintCommand.js +10 -0
- package/dist-es/commands/DeleteClassifierCommand.js +10 -0
- package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +10 -0
- package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +10 -0
- package/dist-es/commands/DeleteConnectionCommand.js +10 -0
- package/dist-es/commands/DeleteCrawlerCommand.js +10 -0
- package/dist-es/commands/DeleteCustomEntityTypeCommand.js +10 -0
- package/dist-es/commands/DeleteDatabaseCommand.js +10 -0
- package/dist-es/commands/DeleteDevEndpointCommand.js +10 -0
- package/dist-es/commands/DeleteJobCommand.js +10 -0
- package/dist-es/commands/DeleteMLTransformCommand.js +10 -0
- package/dist-es/commands/DeletePartitionCommand.js +10 -0
- package/dist-es/commands/DeletePartitionIndexCommand.js +10 -0
- package/dist-es/commands/DeleteRegistryCommand.js +10 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +10 -0
- package/dist-es/commands/DeleteSchemaCommand.js +10 -0
- package/dist-es/commands/DeleteSchemaVersionsCommand.js +10 -0
- package/dist-es/commands/DeleteSecurityConfigurationCommand.js +10 -0
- package/dist-es/commands/DeleteSessionCommand.js +10 -0
- package/dist-es/commands/DeleteTableCommand.js +10 -0
- package/dist-es/commands/DeleteTableVersionCommand.js +10 -0
- package/dist-es/commands/DeleteTriggerCommand.js +10 -0
- package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +10 -0
- package/dist-es/commands/DeleteWorkflowCommand.js +10 -0
- package/dist-es/commands/GetBlueprintCommand.js +10 -0
- package/dist-es/commands/GetBlueprintRunCommand.js +10 -0
- package/dist-es/commands/GetBlueprintRunsCommand.js +10 -0
- package/dist-es/commands/GetCatalogImportStatusCommand.js +10 -0
- package/dist-es/commands/GetClassifierCommand.js +10 -0
- package/dist-es/commands/GetClassifiersCommand.js +10 -0
- package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +10 -0
- package/dist-es/commands/GetColumnStatisticsForTableCommand.js +10 -0
- package/dist-es/commands/GetConnectionCommand.js +10 -0
- package/dist-es/commands/GetConnectionsCommand.js +10 -0
- package/dist-es/commands/GetCrawlerCommand.js +10 -0
- package/dist-es/commands/GetCrawlerMetricsCommand.js +10 -0
- package/dist-es/commands/GetCrawlersCommand.js +10 -0
- package/dist-es/commands/GetCustomEntityTypeCommand.js +10 -0
- package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +10 -0
- package/dist-es/commands/GetDatabaseCommand.js +10 -0
- package/dist-es/commands/GetDatabasesCommand.js +10 -0
- package/dist-es/commands/GetDataflowGraphCommand.js +10 -0
- package/dist-es/commands/GetDevEndpointCommand.js +10 -0
- package/dist-es/commands/GetDevEndpointsCommand.js +10 -0
- package/dist-es/commands/GetJobBookmarkCommand.js +10 -0
- package/dist-es/commands/GetJobCommand.js +10 -0
- package/dist-es/commands/GetJobRunCommand.js +10 -0
- package/dist-es/commands/GetJobRunsCommand.js +10 -0
- package/dist-es/commands/GetJobsCommand.js +10 -0
- package/dist-es/commands/GetMLTaskRunCommand.js +10 -0
- package/dist-es/commands/GetMLTaskRunsCommand.js +10 -0
- package/dist-es/commands/GetMLTransformCommand.js +10 -0
- package/dist-es/commands/GetMLTransformsCommand.js +10 -0
- package/dist-es/commands/GetMappingCommand.js +10 -0
- package/dist-es/commands/GetPartitionCommand.js +10 -0
- package/dist-es/commands/GetPartitionIndexesCommand.js +10 -0
- package/dist-es/commands/GetPartitionsCommand.js +10 -0
- package/dist-es/commands/GetPlanCommand.js +10 -0
- package/dist-es/commands/GetRegistryCommand.js +10 -0
- package/dist-es/commands/GetResourcePoliciesCommand.js +10 -0
- package/dist-es/commands/GetResourcePolicyCommand.js +10 -0
- package/dist-es/commands/GetSchemaByDefinitionCommand.js +10 -0
- package/dist-es/commands/GetSchemaCommand.js +10 -0
- package/dist-es/commands/GetSchemaVersionCommand.js +10 -0
- package/dist-es/commands/GetSchemaVersionsDiffCommand.js +10 -0
- package/dist-es/commands/GetSecurityConfigurationCommand.js +10 -0
- package/dist-es/commands/GetSecurityConfigurationsCommand.js +10 -0
- package/dist-es/commands/GetSessionCommand.js +10 -0
- package/dist-es/commands/GetStatementCommand.js +10 -0
- package/dist-es/commands/GetTableCommand.js +10 -0
- package/dist-es/commands/GetTableVersionCommand.js +10 -0
- package/dist-es/commands/GetTableVersionsCommand.js +10 -0
- package/dist-es/commands/GetTablesCommand.js +10 -0
- package/dist-es/commands/GetTagsCommand.js +10 -0
- package/dist-es/commands/GetTriggerCommand.js +10 -0
- package/dist-es/commands/GetTriggersCommand.js +10 -0
- package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +10 -0
- package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +10 -0
- package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +10 -0
- package/dist-es/commands/GetUserDefinedFunctionCommand.js +10 -0
- package/dist-es/commands/GetUserDefinedFunctionsCommand.js +10 -0
- package/dist-es/commands/GetWorkflowCommand.js +10 -0
- package/dist-es/commands/GetWorkflowRunCommand.js +10 -0
- package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +10 -0
- package/dist-es/commands/GetWorkflowRunsCommand.js +10 -0
- package/dist-es/commands/ImportCatalogToGlueCommand.js +10 -0
- package/dist-es/commands/ListBlueprintsCommand.js +10 -0
- package/dist-es/commands/ListCrawlersCommand.js +10 -0
- package/dist-es/commands/ListCrawlsCommand.js +10 -0
- package/dist-es/commands/ListCustomEntityTypesCommand.js +10 -0
- package/dist-es/commands/ListDevEndpointsCommand.js +10 -0
- package/dist-es/commands/ListJobsCommand.js +10 -0
- package/dist-es/commands/ListMLTransformsCommand.js +10 -0
- package/dist-es/commands/ListRegistriesCommand.js +10 -0
- package/dist-es/commands/ListSchemaVersionsCommand.js +10 -0
- package/dist-es/commands/ListSchemasCommand.js +10 -0
- package/dist-es/commands/ListSessionsCommand.js +10 -0
- package/dist-es/commands/ListStatementsCommand.js +10 -0
- package/dist-es/commands/ListTriggersCommand.js +10 -0
- package/dist-es/commands/ListWorkflowsCommand.js +10 -0
- package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +10 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +10 -0
- package/dist-es/commands/PutSchemaVersionMetadataCommand.js +10 -0
- package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +10 -0
- package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +10 -0
- package/dist-es/commands/RegisterSchemaVersionCommand.js +10 -0
- package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +10 -0
- package/dist-es/commands/ResetJobBookmarkCommand.js +10 -0
- package/dist-es/commands/ResumeWorkflowRunCommand.js +10 -0
- package/dist-es/commands/RunStatementCommand.js +10 -0
- package/dist-es/commands/SearchTablesCommand.js +10 -0
- package/dist-es/commands/StartBlueprintRunCommand.js +10 -0
- package/dist-es/commands/StartCrawlerCommand.js +10 -0
- package/dist-es/commands/StartCrawlerScheduleCommand.js +10 -0
- package/dist-es/commands/StartExportLabelsTaskRunCommand.js +10 -0
- package/dist-es/commands/StartImportLabelsTaskRunCommand.js +10 -0
- package/dist-es/commands/StartJobRunCommand.js +10 -0
- package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +10 -0
- package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +10 -0
- package/dist-es/commands/StartTriggerCommand.js +10 -0
- package/dist-es/commands/StartWorkflowRunCommand.js +10 -0
- package/dist-es/commands/StopCrawlerCommand.js +10 -0
- package/dist-es/commands/StopCrawlerScheduleCommand.js +10 -0
- package/dist-es/commands/StopSessionCommand.js +10 -0
- package/dist-es/commands/StopTriggerCommand.js +10 -0
- package/dist-es/commands/StopWorkflowRunCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateBlueprintCommand.js +10 -0
- package/dist-es/commands/UpdateClassifierCommand.js +10 -0
- package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +10 -0
- package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +10 -0
- package/dist-es/commands/UpdateConnectionCommand.js +10 -0
- package/dist-es/commands/UpdateCrawlerCommand.js +10 -0
- package/dist-es/commands/UpdateCrawlerScheduleCommand.js +10 -0
- package/dist-es/commands/UpdateDatabaseCommand.js +10 -0
- package/dist-es/commands/UpdateDevEndpointCommand.js +10 -0
- package/dist-es/commands/UpdateJobCommand.js +10 -0
- package/dist-es/commands/UpdateJobFromSourceControlCommand.js +10 -0
- package/dist-es/commands/UpdateMLTransformCommand.js +10 -0
- package/dist-es/commands/UpdatePartitionCommand.js +10 -0
- package/dist-es/commands/UpdateRegistryCommand.js +10 -0
- package/dist-es/commands/UpdateSchemaCommand.js +10 -0
- package/dist-es/commands/UpdateSourceControlFromJobCommand.js +10 -0
- package/dist-es/commands/UpdateTableCommand.js +10 -0
- package/dist-es/commands/UpdateTriggerCommand.js +10 -0
- package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +10 -0
- package/dist-es/commands/UpdateWorkflowCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/GlueClient.d.ts +6 -9
- package/dist-types/commands/BatchCreatePartitionCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +2 -0
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +2 -0
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +2 -0
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +2 -0
- package/dist-types/commands/CancelStatementCommand.d.ts +2 -0
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +2 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +2 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +2 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +2 -0
- package/dist-types/commands/CreateDatabaseCommand.d.ts +2 -0
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +2 -0
- package/dist-types/commands/CreateJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +2 -0
- package/dist-types/commands/CreatePartitionCommand.d.ts +2 -0
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +2 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +2 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +2 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +2 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +2 -0
- package/dist-types/commands/CreateTableCommand.d.ts +2 -0
- package/dist-types/commands/CreateTriggerCommand.d.ts +2 -0
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +2 -0
- package/dist-types/commands/DeleteClassifierCommand.d.ts +2 -0
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +2 -0
- package/dist-types/commands/DeletePartitionCommand.d.ts +2 -0
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTriggerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/GetBlueprintCommand.d.ts +2 -0
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +2 -0
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +2 -0
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetClassifierCommand.d.ts +2 -0
- package/dist-types/commands/GetClassifiersCommand.d.ts +2 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -0
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +2 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +2 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/GetCrawlerCommand.d.ts +2 -0
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +2 -0
- package/dist-types/commands/GetCrawlersCommand.d.ts +2 -0
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +2 -0
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +2 -0
- package/dist-types/commands/GetDatabasesCommand.d.ts +2 -0
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +2 -0
- package/dist-types/commands/GetDevEndpointCommand.d.ts +2 -0
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +2 -0
- package/dist-types/commands/GetJobCommand.d.ts +2 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +2 -0
- package/dist-types/commands/GetJobRunsCommand.d.ts +2 -0
- package/dist-types/commands/GetJobsCommand.d.ts +2 -0
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +2 -0
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +2 -0
- package/dist-types/commands/GetMLTransformCommand.d.ts +2 -0
- package/dist-types/commands/GetMLTransformsCommand.d.ts +2 -0
- package/dist-types/commands/GetMappingCommand.d.ts +2 -0
- package/dist-types/commands/GetPartitionCommand.d.ts +2 -0
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +2 -0
- package/dist-types/commands/GetPartitionsCommand.d.ts +2 -0
- package/dist-types/commands/GetPlanCommand.d.ts +2 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +2 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +2 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +2 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +2 -0
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/GetSessionCommand.d.ts +2 -0
- package/dist-types/commands/GetStatementCommand.d.ts +2 -0
- package/dist-types/commands/GetTableCommand.d.ts +2 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetTableVersionsCommand.d.ts +2 -0
- package/dist-types/commands/GetTablesCommand.d.ts +2 -0
- package/dist-types/commands/GetTagsCommand.d.ts +2 -0
- package/dist-types/commands/GetTriggerCommand.d.ts +2 -0
- package/dist-types/commands/GetTriggersCommand.d.ts +2 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +2 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +2 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +2 -0
- package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +2 -0
- package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +2 -0
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +2 -0
- package/dist-types/commands/ListBlueprintsCommand.d.ts +2 -0
- package/dist-types/commands/ListCrawlersCommand.d.ts +2 -0
- package/dist-types/commands/ListCrawlsCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +2 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/ListJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListMLTransformsCommand.d.ts +2 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +2 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +2 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +2 -0
- package/dist-types/commands/ListStatementsCommand.d.ts +2 -0
- package/dist-types/commands/ListTriggersCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -0
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +2 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +2 -0
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +2 -0
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +2 -0
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +2 -0
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +2 -0
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +2 -0
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +2 -0
- package/dist-types/commands/RunStatementCommand.d.ts +2 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +2 -0
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +2 -0
- package/dist-types/commands/StartCrawlerCommand.d.ts +2 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +2 -0
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +2 -0
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +2 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +2 -0
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +2 -0
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +2 -0
- package/dist-types/commands/StartTriggerCommand.d.ts +2 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -0
- package/dist-types/commands/StopCrawlerCommand.d.ts +2 -0
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +2 -0
- package/dist-types/commands/StopSessionCommand.d.ts +2 -0
- package/dist-types/commands/StopTriggerCommand.d.ts +2 -0
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +2 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +2 -0
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +2 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +2 -0
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +2 -0
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePartitionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/GlueClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -185
- package/dist-es/endpoints.js +0 -181
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -41,6 +42,7 @@ export interface ListCrawlsCommandOutput extends ListCrawlsResponse, __MetadataB
|
|
|
41
42
|
*/
|
|
42
43
|
export declare class ListCrawlsCommand extends $Command<ListCrawlsCommandInput, ListCrawlsCommandOutput, GlueClientResolvedConfig> {
|
|
43
44
|
readonly input: ListCrawlsCommandInput;
|
|
45
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
44
46
|
constructor(input: ListCrawlsCommandInput);
|
|
45
47
|
/**
|
|
46
48
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface ListCustomEntityTypesCommandOutput extends ListCustomEntityType
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListCustomEntityTypesCommand extends $Command<ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: ListCustomEntityTypesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListCustomEntityTypesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -31,6 +32,7 @@ export interface ListDevEndpointsCommandOutput extends ListDevEndpointsResponse,
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class ListDevEndpointsCommand extends $Command<ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput, GlueClientResolvedConfig> {
|
|
33
34
|
readonly input: ListDevEndpointsCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: ListDevEndpointsCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -29,6 +30,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, GlueClientResolvedConfig> {
|
|
31
32
|
readonly input: ListJobsCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: ListJobsCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -29,6 +30,7 @@ export interface ListMLTransformsCommandOutput extends ListMLTransformsResponse,
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class ListMLTransformsCommand extends $Command<ListMLTransformsCommandInput, ListMLTransformsCommandOutput, GlueClientResolvedConfig> {
|
|
31
32
|
readonly input: ListMLTransformsCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: ListMLTransformsCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListRegistriesCommand extends $Command<ListRegistriesCommandInput, ListRegistriesCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: ListRegistriesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListRegistriesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsRespo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListSchemaVersionsCommand extends $Command<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: ListSchemaVersionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListSchemaVersionsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -26,6 +27,7 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListSchemasCommand extends $Command<ListSchemasCommandInput, ListSchemasCommandOutput, GlueClientResolvedConfig> {
|
|
28
29
|
readonly input: ListSchemasCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListSchemasCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface ListSessionsCommandOutput extends ListSessionsResponse, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListSessionsCommand extends $Command<ListSessionsCommandInput, ListSessionsCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: ListSessionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListSessionsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface ListStatementsCommandOutput extends ListStatementsResponse, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListStatementsCommand extends $Command<ListStatementsCommandInput, ListStatementsCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: ListStatementsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListStatementsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -29,6 +30,7 @@ export interface ListTriggersCommandOutput extends ListTriggersResponse, __Metad
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class ListTriggersCommand extends $Command<ListTriggersCommandInput, ListTriggersCommandOutput, GlueClientResolvedConfig> {
|
|
31
32
|
readonly input: ListTriggersCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: ListTriggersCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: ListWorkflowsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListWorkflowsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -26,6 +27,7 @@ export interface PutDataCatalogEncryptionSettingsCommandOutput extends PutDataCa
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class PutDataCatalogEncryptionSettingsCommand extends $Command<PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput, GlueClientResolvedConfig> {
|
|
28
29
|
readonly input: PutDataCatalogEncryptionSettingsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: PutDataCatalogEncryptionSettingsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: PutResourcePolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutResourcePolicyCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface PutSchemaVersionMetadataCommandOutput extends PutSchemaVersionM
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class PutSchemaVersionMetadataCommand extends $Command<PutSchemaVersionMetadataCommandInput, PutSchemaVersionMetadataCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: PutSchemaVersionMetadataCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutSchemaVersionMetadataCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface PutWorkflowRunPropertiesCommandOutput extends PutWorkflowRunPro
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class PutWorkflowRunPropertiesCommand extends $Command<PutWorkflowRunPropertiesCommandInput, PutWorkflowRunPropertiesCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: PutWorkflowRunPropertiesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutWorkflowRunPropertiesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface QuerySchemaVersionMetadataCommandOutput extends QuerySchemaVers
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class QuerySchemaVersionMetadataCommand extends $Command<QuerySchemaVersionMetadataCommandInput, QuerySchemaVersionMetadataCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: QuerySchemaVersionMetadataCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: QuerySchemaVersionMetadataCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -27,6 +28,7 @@ export interface RegisterSchemaVersionCommandOutput extends RegisterSchemaVersio
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class RegisterSchemaVersionCommand extends $Command<RegisterSchemaVersionCommandInput, RegisterSchemaVersionCommandOutput, GlueClientResolvedConfig> {
|
|
29
30
|
readonly input: RegisterSchemaVersionCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: RegisterSchemaVersionCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface RemoveSchemaVersionMetadataCommandOutput extends RemoveSchemaVe
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class RemoveSchemaVersionMetadataCommand extends $Command<RemoveSchemaVersionMetadataCommandInput, RemoveSchemaVersionMetadataCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: RemoveSchemaVersionMetadataCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RemoveSchemaVersionMetadataCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface ResetJobBookmarkCommandOutput extends ResetJobBookmarkResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ResetJobBookmarkCommand extends $Command<ResetJobBookmarkCommandInput, ResetJobBookmarkCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: ResetJobBookmarkCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ResetJobBookmarkCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface ResumeWorkflowRunCommandOutput extends ResumeWorkflowRunRespons
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ResumeWorkflowRunCommand extends $Command<ResumeWorkflowRunCommandInput, ResumeWorkflowRunCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: ResumeWorkflowRunCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ResumeWorkflowRunCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface RunStatementCommandOutput extends RunStatementResponse, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class RunStatementCommand extends $Command<RunStatementCommandInput, RunStatementCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: RunStatementCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RunStatementCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -26,6 +27,7 @@ export interface SearchTablesCommandOutput extends SearchTablesResponse, __Metad
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class SearchTablesCommand extends $Command<SearchTablesCommandInput, SearchTablesCommandOutput, GlueClientResolvedConfig> {
|
|
28
29
|
readonly input: SearchTablesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: SearchTablesCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface StartBlueprintRunCommandOutput extends StartBlueprintRunRespons
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StartBlueprintRunCommand extends $Command<StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: StartBlueprintRunCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartBlueprintRunCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -27,6 +28,7 @@ export interface StartCrawlerCommandOutput extends StartCrawlerResponse, __Metad
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class StartCrawlerCommand extends $Command<StartCrawlerCommandInput, StartCrawlerCommandOutput, GlueClientResolvedConfig> {
|
|
29
30
|
readonly input: StartCrawlerCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: StartCrawlerCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -27,6 +28,7 @@ export interface StartCrawlerScheduleCommandOutput extends StartCrawlerScheduleR
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class StartCrawlerScheduleCommand extends $Command<StartCrawlerScheduleCommandInput, StartCrawlerScheduleCommandOutput, GlueClientResolvedConfig> {
|
|
29
30
|
readonly input: StartCrawlerScheduleCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: StartCrawlerScheduleCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -33,6 +34,7 @@ export interface StartExportLabelsTaskRunCommandOutput extends StartExportLabels
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class StartExportLabelsTaskRunCommand extends $Command<StartExportLabelsTaskRunCommandInput, StartExportLabelsTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
35
36
|
readonly input: StartExportLabelsTaskRunCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: StartExportLabelsTaskRunCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -49,6 +50,7 @@ export interface StartImportLabelsTaskRunCommandOutput extends StartImportLabels
|
|
|
49
50
|
*/
|
|
50
51
|
export declare class StartImportLabelsTaskRunCommand extends $Command<StartImportLabelsTaskRunCommandInput, StartImportLabelsTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
51
52
|
readonly input: StartImportLabelsTaskRunCommandInput;
|
|
53
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
54
|
constructor(input: StartImportLabelsTaskRunCommandInput);
|
|
53
55
|
/**
|
|
54
56
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StartJobRunCommand extends $Command<StartJobRunCommandInput, StartJobRunCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: StartJobRunCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartJobRunCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -32,6 +33,7 @@ export interface StartMLEvaluationTaskRunCommandOutput extends StartMLEvaluation
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class StartMLEvaluationTaskRunCommand extends $Command<StartMLEvaluationTaskRunCommandInput, StartMLEvaluationTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
34
35
|
readonly input: StartMLEvaluationTaskRunCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: StartMLEvaluationTaskRunCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -38,6 +39,7 @@ export interface StartMLLabelingSetGenerationTaskRunCommandOutput extends StartM
|
|
|
38
39
|
*/
|
|
39
40
|
export declare class StartMLLabelingSetGenerationTaskRunCommand extends $Command<StartMLLabelingSetGenerationTaskRunCommandInput, StartMLLabelingSetGenerationTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
40
41
|
readonly input: StartMLLabelingSetGenerationTaskRunCommandInput;
|
|
42
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
41
43
|
constructor(input: StartMLLabelingSetGenerationTaskRunCommandInput);
|
|
42
44
|
/**
|
|
43
45
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -27,6 +28,7 @@ export interface StartTriggerCommandOutput extends StartTriggerResponse, __Metad
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class StartTriggerCommand extends $Command<StartTriggerCommandInput, StartTriggerCommandOutput, GlueClientResolvedConfig> {
|
|
29
30
|
readonly input: StartTriggerCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: StartTriggerCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StartWorkflowRunCommand extends $Command<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: StartWorkflowRunCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartWorkflowRunCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface StopCrawlerCommandOutput extends StopCrawlerResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StopCrawlerCommand extends $Command<StopCrawlerCommandInput, StopCrawlerCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: StopCrawlerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopCrawlerCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -27,6 +28,7 @@ export interface StopCrawlerScheduleCommandOutput extends StopCrawlerScheduleRes
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class StopCrawlerScheduleCommand extends $Command<StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput, GlueClientResolvedConfig> {
|
|
29
30
|
readonly input: StopCrawlerScheduleCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: StopCrawlerScheduleCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface StopSessionCommandOutput extends StopSessionResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StopSessionCommand extends $Command<StopSessionCommandInput, StopSessionCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: StopSessionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopSessionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface StopTriggerCommandOutput extends StopTriggerResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StopTriggerCommand extends $Command<StopTriggerCommandInput, StopTriggerCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: StopTriggerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopTriggerCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface StopWorkflowRunCommandOutput extends StopWorkflowRunResponse, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StopWorkflowRunCommand extends $Command<StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: StopWorkflowRunCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopWorkflowRunCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -27,6 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GlueClientResolvedConfig> {
|
|
29
30
|
readonly input: TagResourceCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: TagResourceCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: UntagResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UntagResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateBlueprintCommandOutput extends UpdateBlueprintResponse, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateBlueprintCommand extends $Command<UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput, GlueClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateBlueprintCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateBlueprintCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -27,6 +28,7 @@ export interface UpdateClassifierCommandOutput extends UpdateClassifierResponse,
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class UpdateClassifierCommand extends $Command<UpdateClassifierCommandInput, UpdateClassifierCommandOutput, GlueClientResolvedConfig> {
|
|
29
30
|
readonly input: UpdateClassifierCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: UpdateClassifierCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -27,6 +28,7 @@ export interface UpdateColumnStatisticsForPartitionCommandOutput extends UpdateC
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class UpdateColumnStatisticsForPartitionCommand extends $Command<UpdateColumnStatisticsForPartitionCommandInput, UpdateColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig> {
|
|
29
30
|
readonly input: UpdateColumnStatisticsForPartitionCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: UpdateColumnStatisticsForPartitionCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
@@ -27,6 +28,7 @@ export interface UpdateColumnStatisticsForTableCommandOutput extends UpdateColum
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class UpdateColumnStatisticsForTableCommand extends $Command<UpdateColumnStatisticsForTableCommandInput, UpdateColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig> {
|
|
29
30
|
readonly input: UpdateColumnStatisticsForTableCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: UpdateColumnStatisticsForTableCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|