@aws-sdk/client-glue 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/Glue.d.ts +203 -0
- package/dist-types/GlueClient.d.ts +24 -4
- package/dist-types/commands/BatchCreatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +16 -0
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +16 -0
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +16 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/CancelStatementCommand.d.ts +16 -0
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +16 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +16 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +16 -0
- package/dist-types/commands/CreatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +16 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +16 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +16 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +16 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +16 -0
- package/dist-types/commands/CreateTableCommand.d.ts +16 -0
- package/dist-types/commands/CreateTriggerCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClassifierCommand.d.ts +16 -0
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +16 -0
- package/dist-types/commands/DeletePartitionCommand.d.ts +16 -0
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTriggerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/GetBlueprintCommand.d.ts +16 -0
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +16 -0
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +16 -0
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetClassifierCommand.d.ts +16 -0
- package/dist-types/commands/GetClassifiersCommand.d.ts +16 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +16 -0
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/GetCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +16 -0
- package/dist-types/commands/GetCrawlersCommand.d.ts +16 -0
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +16 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +16 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +16 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +16 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/GetDatabasesCommand.d.ts +16 -0
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +16 -0
- package/dist-types/commands/GetDevEndpointCommand.d.ts +16 -0
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +16 -0
- package/dist-types/commands/GetJobCommand.d.ts +16 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +16 -0
- package/dist-types/commands/GetJobRunsCommand.d.ts +16 -0
- package/dist-types/commands/GetJobsCommand.d.ts +16 -0
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +16 -0
- package/dist-types/commands/GetMLTransformCommand.d.ts +16 -0
- package/dist-types/commands/GetMLTransformsCommand.d.ts +16 -0
- package/dist-types/commands/GetMappingCommand.d.ts +16 -0
- package/dist-types/commands/GetPartitionCommand.d.ts +16 -0
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +16 -0
- package/dist-types/commands/GetPartitionsCommand.d.ts +16 -0
- package/dist-types/commands/GetPlanCommand.d.ts +16 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +16 -0
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/GetSessionCommand.d.ts +16 -0
- package/dist-types/commands/GetStatementCommand.d.ts +16 -0
- package/dist-types/commands/GetTableCommand.d.ts +16 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetTableVersionsCommand.d.ts +16 -0
- package/dist-types/commands/GetTablesCommand.d.ts +16 -0
- package/dist-types/commands/GetTagsCommand.d.ts +16 -0
- package/dist-types/commands/GetTriggerCommand.d.ts +16 -0
- package/dist-types/commands/GetTriggersCommand.d.ts +16 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +16 -0
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +16 -0
- package/dist-types/commands/ListBlueprintsCommand.d.ts +16 -0
- package/dist-types/commands/ListCrawlersCommand.d.ts +16 -0
- package/dist-types/commands/ListCrawlsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +16 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListMLTransformsCommand.d.ts +16 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +16 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +16 -0
- package/dist-types/commands/ListStatementsCommand.d.ts +16 -0
- package/dist-types/commands/ListTriggersCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +16 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +16 -0
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +16 -0
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +16 -0
- package/dist-types/commands/RunStatementCommand.d.ts +16 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +16 -0
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +16 -0
- package/dist-types/commands/StartCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +16 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +16 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +16 -0
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartTriggerCommand.d.ts +16 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +16 -0
- package/dist-types/commands/StopCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +16 -0
- package/dist-types/commands/StopSessionCommand.d.ts +16 -0
- package/dist-types/commands/StopTriggerCommand.d.ts +16 -0
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +16 -0
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +16 -0
- package/dist-types/models/GlueServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +541 -1
- package/dist-types/models/models_1.d.ts +739 -1
- package/dist-types/models/models_2.d.ts +495 -8
- package/dist-types/pagination/GetBlueprintRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetClassifiersPaginator.d.ts +3 -0
- package/dist-types/pagination/GetConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCrawlerMetricsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCrawlersPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDatabasesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDevEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetJobRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetMLTaskRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetMLTransformsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetPartitionIndexesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetPartitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetSecurityConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTableVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTriggersPaginator.d.ts +3 -0
- package/dist-types/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +3 -0
- package/dist-types/pagination/GetUserDefinedFunctionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetWorkflowRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListBlueprintsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCrawlersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomEntityTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDevEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMLTransformsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRegistriesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchemaVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchemasPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSessionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTriggersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchTablesPaginator.d.ts +3 -0
- package/package.json +3 -3
package/dist-types/Glue.d.ts
CHANGED
|
@@ -203,29 +203,34 @@ import { UpdateUserDefinedFunctionCommandInput, UpdateUserDefinedFunctionCommand
|
|
|
203
203
|
import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
|
|
204
204
|
import { GlueClient } from "./GlueClient";
|
|
205
205
|
/**
|
|
206
|
+
* @public
|
|
206
207
|
* <fullname>Glue</fullname>
|
|
207
208
|
* <p>Defines the public endpoint for the Glue service.</p>
|
|
208
209
|
*/
|
|
209
210
|
export declare class Glue extends GlueClient {
|
|
210
211
|
/**
|
|
212
|
+
* @public
|
|
211
213
|
* <p>Creates one or more partitions in a batch operation.</p>
|
|
212
214
|
*/
|
|
213
215
|
batchCreatePartition(args: BatchCreatePartitionCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreatePartitionCommandOutput>;
|
|
214
216
|
batchCreatePartition(args: BatchCreatePartitionCommandInput, cb: (err: any, data?: BatchCreatePartitionCommandOutput) => void): void;
|
|
215
217
|
batchCreatePartition(args: BatchCreatePartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreatePartitionCommandOutput) => void): void;
|
|
216
218
|
/**
|
|
219
|
+
* @public
|
|
217
220
|
* <p>Deletes a list of connection definitions from the Data Catalog.</p>
|
|
218
221
|
*/
|
|
219
222
|
batchDeleteConnection(args: BatchDeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteConnectionCommandOutput>;
|
|
220
223
|
batchDeleteConnection(args: BatchDeleteConnectionCommandInput, cb: (err: any, data?: BatchDeleteConnectionCommandOutput) => void): void;
|
|
221
224
|
batchDeleteConnection(args: BatchDeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteConnectionCommandOutput) => void): void;
|
|
222
225
|
/**
|
|
226
|
+
* @public
|
|
223
227
|
* <p>Deletes one or more partitions in a batch operation.</p>
|
|
224
228
|
*/
|
|
225
229
|
batchDeletePartition(args: BatchDeletePartitionCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeletePartitionCommandOutput>;
|
|
226
230
|
batchDeletePartition(args: BatchDeletePartitionCommandInput, cb: (err: any, data?: BatchDeletePartitionCommandOutput) => void): void;
|
|
227
231
|
batchDeletePartition(args: BatchDeletePartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeletePartitionCommandOutput) => void): void;
|
|
228
232
|
/**
|
|
233
|
+
* @public
|
|
229
234
|
* <p>Deletes multiple tables at once.</p>
|
|
230
235
|
* <note>
|
|
231
236
|
* <p>After completing this operation, you no longer have access to the table versions and
|
|
@@ -242,36 +247,42 @@ export declare class Glue extends GlueClient {
|
|
|
242
247
|
batchDeleteTable(args: BatchDeleteTableCommandInput, cb: (err: any, data?: BatchDeleteTableCommandOutput) => void): void;
|
|
243
248
|
batchDeleteTable(args: BatchDeleteTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteTableCommandOutput) => void): void;
|
|
244
249
|
/**
|
|
250
|
+
* @public
|
|
245
251
|
* <p>Deletes a specified batch of versions of a table.</p>
|
|
246
252
|
*/
|
|
247
253
|
batchDeleteTableVersion(args: BatchDeleteTableVersionCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteTableVersionCommandOutput>;
|
|
248
254
|
batchDeleteTableVersion(args: BatchDeleteTableVersionCommandInput, cb: (err: any, data?: BatchDeleteTableVersionCommandOutput) => void): void;
|
|
249
255
|
batchDeleteTableVersion(args: BatchDeleteTableVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteTableVersionCommandOutput) => void): void;
|
|
250
256
|
/**
|
|
257
|
+
* @public
|
|
251
258
|
* <p>Retrieves information about a list of blueprints.</p>
|
|
252
259
|
*/
|
|
253
260
|
batchGetBlueprints(args: BatchGetBlueprintsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetBlueprintsCommandOutput>;
|
|
254
261
|
batchGetBlueprints(args: BatchGetBlueprintsCommandInput, cb: (err: any, data?: BatchGetBlueprintsCommandOutput) => void): void;
|
|
255
262
|
batchGetBlueprints(args: BatchGetBlueprintsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetBlueprintsCommandOutput) => void): void;
|
|
256
263
|
/**
|
|
264
|
+
* @public
|
|
257
265
|
* <p>Returns a list of resource metadata for a given list of crawler names. After calling the <code>ListCrawlers</code> operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.</p>
|
|
258
266
|
*/
|
|
259
267
|
batchGetCrawlers(args: BatchGetCrawlersCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCrawlersCommandOutput>;
|
|
260
268
|
batchGetCrawlers(args: BatchGetCrawlersCommandInput, cb: (err: any, data?: BatchGetCrawlersCommandOutput) => void): void;
|
|
261
269
|
batchGetCrawlers(args: BatchGetCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCrawlersCommandOutput) => void): void;
|
|
262
270
|
/**
|
|
271
|
+
* @public
|
|
263
272
|
* <p>Retrieves the details for the custom patterns specified by a list of names.</p>
|
|
264
273
|
*/
|
|
265
274
|
batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCustomEntityTypesCommandOutput>;
|
|
266
275
|
batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void): void;
|
|
267
276
|
batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void): void;
|
|
268
277
|
/**
|
|
278
|
+
* @public
|
|
269
279
|
* <p>Retrieves a list of data quality results for the specified result IDs.</p>
|
|
270
280
|
*/
|
|
271
281
|
batchGetDataQualityResult(args: BatchGetDataQualityResultCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDataQualityResultCommandOutput>;
|
|
272
282
|
batchGetDataQualityResult(args: BatchGetDataQualityResultCommandInput, cb: (err: any, data?: BatchGetDataQualityResultCommandOutput) => void): void;
|
|
273
283
|
batchGetDataQualityResult(args: BatchGetDataQualityResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDataQualityResultCommandOutput) => void): void;
|
|
274
284
|
/**
|
|
285
|
+
* @public
|
|
275
286
|
* <p>Returns a list of resource metadata for a given list of development endpoint names. After
|
|
276
287
|
* calling the <code>ListDevEndpoints</code> operation, you can call this operation to access the
|
|
277
288
|
* data to which you have been granted permissions. This operation supports all IAM permissions,
|
|
@@ -281,6 +292,7 @@ export declare class Glue extends GlueClient {
|
|
|
281
292
|
batchGetDevEndpoints(args: BatchGetDevEndpointsCommandInput, cb: (err: any, data?: BatchGetDevEndpointsCommandOutput) => void): void;
|
|
282
293
|
batchGetDevEndpoints(args: BatchGetDevEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDevEndpointsCommandOutput) => void): void;
|
|
283
294
|
/**
|
|
295
|
+
* @public
|
|
284
296
|
* <p>Returns a list of resource metadata for a given list of job names. After calling the <code>ListJobs</code> operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
|
|
285
297
|
* </p>
|
|
286
298
|
*/
|
|
@@ -288,48 +300,56 @@ export declare class Glue extends GlueClient {
|
|
|
288
300
|
batchGetJobs(args: BatchGetJobsCommandInput, cb: (err: any, data?: BatchGetJobsCommandOutput) => void): void;
|
|
289
301
|
batchGetJobs(args: BatchGetJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetJobsCommandOutput) => void): void;
|
|
290
302
|
/**
|
|
303
|
+
* @public
|
|
291
304
|
* <p>Retrieves partitions in a batch request.</p>
|
|
292
305
|
*/
|
|
293
306
|
batchGetPartition(args: BatchGetPartitionCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetPartitionCommandOutput>;
|
|
294
307
|
batchGetPartition(args: BatchGetPartitionCommandInput, cb: (err: any, data?: BatchGetPartitionCommandOutput) => void): void;
|
|
295
308
|
batchGetPartition(args: BatchGetPartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetPartitionCommandOutput) => void): void;
|
|
296
309
|
/**
|
|
310
|
+
* @public
|
|
297
311
|
* <p>Returns a list of resource metadata for a given list of trigger names. After calling the <code>ListTriggers</code> operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.</p>
|
|
298
312
|
*/
|
|
299
313
|
batchGetTriggers(args: BatchGetTriggersCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetTriggersCommandOutput>;
|
|
300
314
|
batchGetTriggers(args: BatchGetTriggersCommandInput, cb: (err: any, data?: BatchGetTriggersCommandOutput) => void): void;
|
|
301
315
|
batchGetTriggers(args: BatchGetTriggersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetTriggersCommandOutput) => void): void;
|
|
302
316
|
/**
|
|
317
|
+
* @public
|
|
303
318
|
* <p>Returns a list of resource metadata for a given list of workflow names. After calling the <code>ListWorkflows</code> operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.</p>
|
|
304
319
|
*/
|
|
305
320
|
batchGetWorkflows(args: BatchGetWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetWorkflowsCommandOutput>;
|
|
306
321
|
batchGetWorkflows(args: BatchGetWorkflowsCommandInput, cb: (err: any, data?: BatchGetWorkflowsCommandOutput) => void): void;
|
|
307
322
|
batchGetWorkflows(args: BatchGetWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetWorkflowsCommandOutput) => void): void;
|
|
308
323
|
/**
|
|
324
|
+
* @public
|
|
309
325
|
* <p>Stops one or more job runs for a specified job definition.</p>
|
|
310
326
|
*/
|
|
311
327
|
batchStopJobRun(args: BatchStopJobRunCommandInput, options?: __HttpHandlerOptions): Promise<BatchStopJobRunCommandOutput>;
|
|
312
328
|
batchStopJobRun(args: BatchStopJobRunCommandInput, cb: (err: any, data?: BatchStopJobRunCommandOutput) => void): void;
|
|
313
329
|
batchStopJobRun(args: BatchStopJobRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchStopJobRunCommandOutput) => void): void;
|
|
314
330
|
/**
|
|
331
|
+
* @public
|
|
315
332
|
* <p>Updates one or more partitions in a batch operation.</p>
|
|
316
333
|
*/
|
|
317
334
|
batchUpdatePartition(args: BatchUpdatePartitionCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdatePartitionCommandOutput>;
|
|
318
335
|
batchUpdatePartition(args: BatchUpdatePartitionCommandInput, cb: (err: any, data?: BatchUpdatePartitionCommandOutput) => void): void;
|
|
319
336
|
batchUpdatePartition(args: BatchUpdatePartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdatePartitionCommandOutput) => void): void;
|
|
320
337
|
/**
|
|
338
|
+
* @public
|
|
321
339
|
* <p>Cancels the specified recommendation run that was being used to generate rules.</p>
|
|
322
340
|
*/
|
|
323
341
|
cancelDataQualityRuleRecommendationRun(args: CancelDataQualityRuleRecommendationRunCommandInput, options?: __HttpHandlerOptions): Promise<CancelDataQualityRuleRecommendationRunCommandOutput>;
|
|
324
342
|
cancelDataQualityRuleRecommendationRun(args: CancelDataQualityRuleRecommendationRunCommandInput, cb: (err: any, data?: CancelDataQualityRuleRecommendationRunCommandOutput) => void): void;
|
|
325
343
|
cancelDataQualityRuleRecommendationRun(args: CancelDataQualityRuleRecommendationRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelDataQualityRuleRecommendationRunCommandOutput) => void): void;
|
|
326
344
|
/**
|
|
345
|
+
* @public
|
|
327
346
|
* <p>Cancels a run where a ruleset is being evaluated against a data source.</p>
|
|
328
347
|
*/
|
|
329
348
|
cancelDataQualityRulesetEvaluationRun(args: CancelDataQualityRulesetEvaluationRunCommandInput, options?: __HttpHandlerOptions): Promise<CancelDataQualityRulesetEvaluationRunCommandOutput>;
|
|
330
349
|
cancelDataQualityRulesetEvaluationRun(args: CancelDataQualityRulesetEvaluationRunCommandInput, cb: (err: any, data?: CancelDataQualityRulesetEvaluationRunCommandOutput) => void): void;
|
|
331
350
|
cancelDataQualityRulesetEvaluationRun(args: CancelDataQualityRulesetEvaluationRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelDataQualityRulesetEvaluationRunCommandOutput) => void): void;
|
|
332
351
|
/**
|
|
352
|
+
* @public
|
|
333
353
|
* <p>Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can cancel a
|
|
334
354
|
* machine learning task run at any time by calling <code>CancelMLTaskRun</code> with a task
|
|
335
355
|
* run's parent transform's <code>TransformID</code> and the task run's <code>TaskRunId</code>. </p>
|
|
@@ -338,24 +358,28 @@ export declare class Glue extends GlueClient {
|
|
|
338
358
|
cancelMLTaskRun(args: CancelMLTaskRunCommandInput, cb: (err: any, data?: CancelMLTaskRunCommandOutput) => void): void;
|
|
339
359
|
cancelMLTaskRun(args: CancelMLTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelMLTaskRunCommandOutput) => void): void;
|
|
340
360
|
/**
|
|
361
|
+
* @public
|
|
341
362
|
* <p>Cancels the statement.</p>
|
|
342
363
|
*/
|
|
343
364
|
cancelStatement(args: CancelStatementCommandInput, options?: __HttpHandlerOptions): Promise<CancelStatementCommandOutput>;
|
|
344
365
|
cancelStatement(args: CancelStatementCommandInput, cb: (err: any, data?: CancelStatementCommandOutput) => void): void;
|
|
345
366
|
cancelStatement(args: CancelStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelStatementCommandOutput) => void): void;
|
|
346
367
|
/**
|
|
368
|
+
* @public
|
|
347
369
|
* <p>Validates the supplied schema. This call has no side effects, it simply validates using the supplied schema using <code>DataFormat</code> as the format. Since it does not take a schema set name, no compatibility checks are performed.</p>
|
|
348
370
|
*/
|
|
349
371
|
checkSchemaVersionValidity(args: CheckSchemaVersionValidityCommandInput, options?: __HttpHandlerOptions): Promise<CheckSchemaVersionValidityCommandOutput>;
|
|
350
372
|
checkSchemaVersionValidity(args: CheckSchemaVersionValidityCommandInput, cb: (err: any, data?: CheckSchemaVersionValidityCommandOutput) => void): void;
|
|
351
373
|
checkSchemaVersionValidity(args: CheckSchemaVersionValidityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CheckSchemaVersionValidityCommandOutput) => void): void;
|
|
352
374
|
/**
|
|
375
|
+
* @public
|
|
353
376
|
* <p>Registers a blueprint with Glue.</p>
|
|
354
377
|
*/
|
|
355
378
|
createBlueprint(args: CreateBlueprintCommandInput, options?: __HttpHandlerOptions): Promise<CreateBlueprintCommandOutput>;
|
|
356
379
|
createBlueprint(args: CreateBlueprintCommandInput, cb: (err: any, data?: CreateBlueprintCommandOutput) => void): void;
|
|
357
380
|
createBlueprint(args: CreateBlueprintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBlueprintCommandOutput) => void): void;
|
|
358
381
|
/**
|
|
382
|
+
* @public
|
|
359
383
|
* <p>Creates a classifier in the user's account. This can be a <code>GrokClassifier</code>, an
|
|
360
384
|
* <code>XMLClassifier</code>, a <code>JsonClassifier</code>, or a <code>CsvClassifier</code>,
|
|
361
385
|
* depending on which field of the request is present.</p>
|
|
@@ -364,12 +388,14 @@ export declare class Glue extends GlueClient {
|
|
|
364
388
|
createClassifier(args: CreateClassifierCommandInput, cb: (err: any, data?: CreateClassifierCommandOutput) => void): void;
|
|
365
389
|
createClassifier(args: CreateClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClassifierCommandOutput) => void): void;
|
|
366
390
|
/**
|
|
391
|
+
* @public
|
|
367
392
|
* <p>Creates a connection definition in the Data Catalog.</p>
|
|
368
393
|
*/
|
|
369
394
|
createConnection(args: CreateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectionCommandOutput>;
|
|
370
395
|
createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
|
|
371
396
|
createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
|
|
372
397
|
/**
|
|
398
|
+
* @public
|
|
373
399
|
* <p>Creates a new crawler with specified targets, role, configuration, and optional schedule.
|
|
374
400
|
* At least one crawl target must be specified, in the <code>s3Targets</code> field, the
|
|
375
401
|
* <code>jdbcTargets</code> field, or the <code>DynamoDBTargets</code> field.</p>
|
|
@@ -378,6 +404,7 @@ export declare class Glue extends GlueClient {
|
|
|
378
404
|
createCrawler(args: CreateCrawlerCommandInput, cb: (err: any, data?: CreateCrawlerCommandOutput) => void): void;
|
|
379
405
|
createCrawler(args: CreateCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCrawlerCommandOutput) => void): void;
|
|
380
406
|
/**
|
|
407
|
+
* @public
|
|
381
408
|
* <p>Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.</p>
|
|
382
409
|
* <p>Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.</p>
|
|
383
410
|
*/
|
|
@@ -385,12 +412,14 @@ export declare class Glue extends GlueClient {
|
|
|
385
412
|
createCustomEntityType(args: CreateCustomEntityTypeCommandInput, cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void): void;
|
|
386
413
|
createCustomEntityType(args: CreateCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void): void;
|
|
387
414
|
/**
|
|
415
|
+
* @public
|
|
388
416
|
* <p>Creates a new database in a Data Catalog.</p>
|
|
389
417
|
*/
|
|
390
418
|
createDatabase(args: CreateDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatabaseCommandOutput>;
|
|
391
419
|
createDatabase(args: CreateDatabaseCommandInput, cb: (err: any, data?: CreateDatabaseCommandOutput) => void): void;
|
|
392
420
|
createDatabase(args: CreateDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatabaseCommandOutput) => void): void;
|
|
393
421
|
/**
|
|
422
|
+
* @public
|
|
394
423
|
* <p>Creates a data quality ruleset with DQDL rules applied to a specified Glue table.</p>
|
|
395
424
|
* <p>You create the ruleset using the Data Quality Definition Language (DQDL). For more information, see the Glue developer guide.</p>
|
|
396
425
|
*/
|
|
@@ -398,18 +427,21 @@ export declare class Glue extends GlueClient {
|
|
|
398
427
|
createDataQualityRuleset(args: CreateDataQualityRulesetCommandInput, cb: (err: any, data?: CreateDataQualityRulesetCommandOutput) => void): void;
|
|
399
428
|
createDataQualityRuleset(args: CreateDataQualityRulesetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataQualityRulesetCommandOutput) => void): void;
|
|
400
429
|
/**
|
|
430
|
+
* @public
|
|
401
431
|
* <p>Creates a new development endpoint.</p>
|
|
402
432
|
*/
|
|
403
433
|
createDevEndpoint(args: CreateDevEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateDevEndpointCommandOutput>;
|
|
404
434
|
createDevEndpoint(args: CreateDevEndpointCommandInput, cb: (err: any, data?: CreateDevEndpointCommandOutput) => void): void;
|
|
405
435
|
createDevEndpoint(args: CreateDevEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDevEndpointCommandOutput) => void): void;
|
|
406
436
|
/**
|
|
437
|
+
* @public
|
|
407
438
|
* <p>Creates a new job definition.</p>
|
|
408
439
|
*/
|
|
409
440
|
createJob(args: CreateJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateJobCommandOutput>;
|
|
410
441
|
createJob(args: CreateJobCommandInput, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
|
|
411
442
|
createJob(args: CreateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
|
|
412
443
|
/**
|
|
444
|
+
* @public
|
|
413
445
|
* <p>Creates an Glue machine learning transform. This operation creates the transform and
|
|
414
446
|
* all the necessary parameters to train it.</p>
|
|
415
447
|
* <p>Call this operation as the first step in the process of using a machine learning transform
|
|
@@ -426,24 +458,28 @@ export declare class Glue extends GlueClient {
|
|
|
426
458
|
createMLTransform(args: CreateMLTransformCommandInput, cb: (err: any, data?: CreateMLTransformCommandOutput) => void): void;
|
|
427
459
|
createMLTransform(args: CreateMLTransformCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMLTransformCommandOutput) => void): void;
|
|
428
460
|
/**
|
|
461
|
+
* @public
|
|
429
462
|
* <p>Creates a new partition.</p>
|
|
430
463
|
*/
|
|
431
464
|
createPartition(args: CreatePartitionCommandInput, options?: __HttpHandlerOptions): Promise<CreatePartitionCommandOutput>;
|
|
432
465
|
createPartition(args: CreatePartitionCommandInput, cb: (err: any, data?: CreatePartitionCommandOutput) => void): void;
|
|
433
466
|
createPartition(args: CreatePartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePartitionCommandOutput) => void): void;
|
|
434
467
|
/**
|
|
468
|
+
* @public
|
|
435
469
|
* <p>Creates a specified partition index in an existing table.</p>
|
|
436
470
|
*/
|
|
437
471
|
createPartitionIndex(args: CreatePartitionIndexCommandInput, options?: __HttpHandlerOptions): Promise<CreatePartitionIndexCommandOutput>;
|
|
438
472
|
createPartitionIndex(args: CreatePartitionIndexCommandInput, cb: (err: any, data?: CreatePartitionIndexCommandOutput) => void): void;
|
|
439
473
|
createPartitionIndex(args: CreatePartitionIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePartitionIndexCommandOutput) => void): void;
|
|
440
474
|
/**
|
|
475
|
+
* @public
|
|
441
476
|
* <p>Creates a new registry which may be used to hold a collection of schemas.</p>
|
|
442
477
|
*/
|
|
443
478
|
createRegistry(args: CreateRegistryCommandInput, options?: __HttpHandlerOptions): Promise<CreateRegistryCommandOutput>;
|
|
444
479
|
createRegistry(args: CreateRegistryCommandInput, cb: (err: any, data?: CreateRegistryCommandOutput) => void): void;
|
|
445
480
|
createRegistry(args: CreateRegistryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRegistryCommandOutput) => void): void;
|
|
446
481
|
/**
|
|
482
|
+
* @public
|
|
447
483
|
* <p>Creates a new schema set and registers the schema definition. Returns an error if the schema set already exists without actually registering the version.</p>
|
|
448
484
|
* <p>When the schema set is created, a version checkpoint will be set to the first version. Compatibility mode "DISABLED" restricts any additional schema versions from being added after the first schema version. For all other compatibility modes, validation of compatibility settings will be applied only from the second version onwards when the <code>RegisterSchemaVersion</code> API is used.</p>
|
|
449
485
|
* <p>When this API is called without a <code>RegistryId</code>, this will create an entry for a "default-registry" in the registry database tables, if it is not already present.</p>
|
|
@@ -452,60 +488,70 @@ export declare class Glue extends GlueClient {
|
|
|
452
488
|
createSchema(args: CreateSchemaCommandInput, cb: (err: any, data?: CreateSchemaCommandOutput) => void): void;
|
|
453
489
|
createSchema(args: CreateSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSchemaCommandOutput) => void): void;
|
|
454
490
|
/**
|
|
491
|
+
* @public
|
|
455
492
|
* <p>Transforms a directed acyclic graph (DAG) into code.</p>
|
|
456
493
|
*/
|
|
457
494
|
createScript(args: CreateScriptCommandInput, options?: __HttpHandlerOptions): Promise<CreateScriptCommandOutput>;
|
|
458
495
|
createScript(args: CreateScriptCommandInput, cb: (err: any, data?: CreateScriptCommandOutput) => void): void;
|
|
459
496
|
createScript(args: CreateScriptCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateScriptCommandOutput) => void): void;
|
|
460
497
|
/**
|
|
498
|
+
* @public
|
|
461
499
|
* <p>Creates a new security configuration. A security configuration is a set of security properties that can be used by Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in Glue, see <a href="https://docs.aws.amazon.com/glue/latest/dg/encryption-security-configuration.html">Encrypting Data Written by Crawlers, Jobs, and Development Endpoints</a>.</p>
|
|
462
500
|
*/
|
|
463
501
|
createSecurityConfiguration(args: CreateSecurityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateSecurityConfigurationCommandOutput>;
|
|
464
502
|
createSecurityConfiguration(args: CreateSecurityConfigurationCommandInput, cb: (err: any, data?: CreateSecurityConfigurationCommandOutput) => void): void;
|
|
465
503
|
createSecurityConfiguration(args: CreateSecurityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSecurityConfigurationCommandOutput) => void): void;
|
|
466
504
|
/**
|
|
505
|
+
* @public
|
|
467
506
|
* <p>Creates a new session.</p>
|
|
468
507
|
*/
|
|
469
508
|
createSession(args: CreateSessionCommandInput, options?: __HttpHandlerOptions): Promise<CreateSessionCommandOutput>;
|
|
470
509
|
createSession(args: CreateSessionCommandInput, cb: (err: any, data?: CreateSessionCommandOutput) => void): void;
|
|
471
510
|
createSession(args: CreateSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSessionCommandOutput) => void): void;
|
|
472
511
|
/**
|
|
512
|
+
* @public
|
|
473
513
|
* <p>Creates a new table definition in the Data Catalog.</p>
|
|
474
514
|
*/
|
|
475
515
|
createTable(args: CreateTableCommandInput, options?: __HttpHandlerOptions): Promise<CreateTableCommandOutput>;
|
|
476
516
|
createTable(args: CreateTableCommandInput, cb: (err: any, data?: CreateTableCommandOutput) => void): void;
|
|
477
517
|
createTable(args: CreateTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTableCommandOutput) => void): void;
|
|
478
518
|
/**
|
|
519
|
+
* @public
|
|
479
520
|
* <p>Creates a new trigger.</p>
|
|
480
521
|
*/
|
|
481
522
|
createTrigger(args: CreateTriggerCommandInput, options?: __HttpHandlerOptions): Promise<CreateTriggerCommandOutput>;
|
|
482
523
|
createTrigger(args: CreateTriggerCommandInput, cb: (err: any, data?: CreateTriggerCommandOutput) => void): void;
|
|
483
524
|
createTrigger(args: CreateTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTriggerCommandOutput) => void): void;
|
|
484
525
|
/**
|
|
526
|
+
* @public
|
|
485
527
|
* <p>Creates a new function definition in the Data Catalog.</p>
|
|
486
528
|
*/
|
|
487
529
|
createUserDefinedFunction(args: CreateUserDefinedFunctionCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserDefinedFunctionCommandOutput>;
|
|
488
530
|
createUserDefinedFunction(args: CreateUserDefinedFunctionCommandInput, cb: (err: any, data?: CreateUserDefinedFunctionCommandOutput) => void): void;
|
|
489
531
|
createUserDefinedFunction(args: CreateUserDefinedFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserDefinedFunctionCommandOutput) => void): void;
|
|
490
532
|
/**
|
|
533
|
+
* @public
|
|
491
534
|
* <p>Creates a new workflow.</p>
|
|
492
535
|
*/
|
|
493
536
|
createWorkflow(args: CreateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowCommandOutput>;
|
|
494
537
|
createWorkflow(args: CreateWorkflowCommandInput, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
|
|
495
538
|
createWorkflow(args: CreateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
|
|
496
539
|
/**
|
|
540
|
+
* @public
|
|
497
541
|
* <p>Deletes an existing blueprint.</p>
|
|
498
542
|
*/
|
|
499
543
|
deleteBlueprint(args: DeleteBlueprintCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBlueprintCommandOutput>;
|
|
500
544
|
deleteBlueprint(args: DeleteBlueprintCommandInput, cb: (err: any, data?: DeleteBlueprintCommandOutput) => void): void;
|
|
501
545
|
deleteBlueprint(args: DeleteBlueprintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBlueprintCommandOutput) => void): void;
|
|
502
546
|
/**
|
|
547
|
+
* @public
|
|
503
548
|
* <p>Removes a classifier from the Data Catalog.</p>
|
|
504
549
|
*/
|
|
505
550
|
deleteClassifier(args: DeleteClassifierCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClassifierCommandOutput>;
|
|
506
551
|
deleteClassifier(args: DeleteClassifierCommandInput, cb: (err: any, data?: DeleteClassifierCommandOutput) => void): void;
|
|
507
552
|
deleteClassifier(args: DeleteClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClassifierCommandOutput) => void): void;
|
|
508
553
|
/**
|
|
554
|
+
* @public
|
|
509
555
|
* <p>Delete the partition column statistics of a column.</p>
|
|
510
556
|
* <p>The Identity and Access Management (IAM) permission required for this operation is <code>DeletePartition</code>.</p>
|
|
511
557
|
*/
|
|
@@ -513,6 +559,7 @@ export declare class Glue extends GlueClient {
|
|
|
513
559
|
deleteColumnStatisticsForPartition(args: DeleteColumnStatisticsForPartitionCommandInput, cb: (err: any, data?: DeleteColumnStatisticsForPartitionCommandOutput) => void): void;
|
|
514
560
|
deleteColumnStatisticsForPartition(args: DeleteColumnStatisticsForPartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteColumnStatisticsForPartitionCommandOutput) => void): void;
|
|
515
561
|
/**
|
|
562
|
+
* @public
|
|
516
563
|
* <p>Retrieves table statistics of columns.</p>
|
|
517
564
|
* <p>The Identity and Access Management (IAM) permission required for this operation is <code>DeleteTable</code>.</p>
|
|
518
565
|
*/
|
|
@@ -520,12 +567,14 @@ export declare class Glue extends GlueClient {
|
|
|
520
567
|
deleteColumnStatisticsForTable(args: DeleteColumnStatisticsForTableCommandInput, cb: (err: any, data?: DeleteColumnStatisticsForTableCommandOutput) => void): void;
|
|
521
568
|
deleteColumnStatisticsForTable(args: DeleteColumnStatisticsForTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteColumnStatisticsForTableCommandOutput) => void): void;
|
|
522
569
|
/**
|
|
570
|
+
* @public
|
|
523
571
|
* <p>Deletes a connection from the Data Catalog.</p>
|
|
524
572
|
*/
|
|
525
573
|
deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
|
|
526
574
|
deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
527
575
|
deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
528
576
|
/**
|
|
577
|
+
* @public
|
|
529
578
|
* <p>Removes a specified crawler from the Glue Data Catalog, unless the crawler state is
|
|
530
579
|
* <code>RUNNING</code>.</p>
|
|
531
580
|
*/
|
|
@@ -533,12 +582,14 @@ export declare class Glue extends GlueClient {
|
|
|
533
582
|
deleteCrawler(args: DeleteCrawlerCommandInput, cb: (err: any, data?: DeleteCrawlerCommandOutput) => void): void;
|
|
534
583
|
deleteCrawler(args: DeleteCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCrawlerCommandOutput) => void): void;
|
|
535
584
|
/**
|
|
585
|
+
* @public
|
|
536
586
|
* <p>Deletes a custom pattern by specifying its name.</p>
|
|
537
587
|
*/
|
|
538
588
|
deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomEntityTypeCommandOutput>;
|
|
539
589
|
deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, cb: (err: any, data?: DeleteCustomEntityTypeCommandOutput) => void): void;
|
|
540
590
|
deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomEntityTypeCommandOutput) => void): void;
|
|
541
591
|
/**
|
|
592
|
+
* @public
|
|
542
593
|
* <p>Removes a specified database from a Data Catalog.</p>
|
|
543
594
|
* <note>
|
|
544
595
|
* <p>After completing this operation, you no longer have access to the tables (and all table
|
|
@@ -557,18 +608,21 @@ export declare class Glue extends GlueClient {
|
|
|
557
608
|
deleteDatabase(args: DeleteDatabaseCommandInput, cb: (err: any, data?: DeleteDatabaseCommandOutput) => void): void;
|
|
558
609
|
deleteDatabase(args: DeleteDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatabaseCommandOutput) => void): void;
|
|
559
610
|
/**
|
|
611
|
+
* @public
|
|
560
612
|
* <p>Deletes a data quality ruleset.</p>
|
|
561
613
|
*/
|
|
562
614
|
deleteDataQualityRuleset(args: DeleteDataQualityRulesetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataQualityRulesetCommandOutput>;
|
|
563
615
|
deleteDataQualityRuleset(args: DeleteDataQualityRulesetCommandInput, cb: (err: any, data?: DeleteDataQualityRulesetCommandOutput) => void): void;
|
|
564
616
|
deleteDataQualityRuleset(args: DeleteDataQualityRulesetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataQualityRulesetCommandOutput) => void): void;
|
|
565
617
|
/**
|
|
618
|
+
* @public
|
|
566
619
|
* <p>Deletes a specified development endpoint.</p>
|
|
567
620
|
*/
|
|
568
621
|
deleteDevEndpoint(args: DeleteDevEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDevEndpointCommandOutput>;
|
|
569
622
|
deleteDevEndpoint(args: DeleteDevEndpointCommandInput, cb: (err: any, data?: DeleteDevEndpointCommandOutput) => void): void;
|
|
570
623
|
deleteDevEndpoint(args: DeleteDevEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDevEndpointCommandOutput) => void): void;
|
|
571
624
|
/**
|
|
625
|
+
* @public
|
|
572
626
|
* <p>Deletes a specified job definition. If the job definition
|
|
573
627
|
* is not found, no exception is thrown.</p>
|
|
574
628
|
*/
|
|
@@ -576,6 +630,7 @@ export declare class Glue extends GlueClient {
|
|
|
576
630
|
deleteJob(args: DeleteJobCommandInput, cb: (err: any, data?: DeleteJobCommandOutput) => void): void;
|
|
577
631
|
deleteJob(args: DeleteJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobCommandOutput) => void): void;
|
|
578
632
|
/**
|
|
633
|
+
* @public
|
|
579
634
|
* <p>Deletes an Glue machine learning transform. Machine learning transforms are a special
|
|
580
635
|
* type of transform that use machine learning to learn the details of the transformation to be
|
|
581
636
|
* performed by learning from examples provided by humans. These transformations are then saved
|
|
@@ -587,36 +642,42 @@ export declare class Glue extends GlueClient {
|
|
|
587
642
|
deleteMLTransform(args: DeleteMLTransformCommandInput, cb: (err: any, data?: DeleteMLTransformCommandOutput) => void): void;
|
|
588
643
|
deleteMLTransform(args: DeleteMLTransformCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMLTransformCommandOutput) => void): void;
|
|
589
644
|
/**
|
|
645
|
+
* @public
|
|
590
646
|
* <p>Deletes a specified partition.</p>
|
|
591
647
|
*/
|
|
592
648
|
deletePartition(args: DeletePartitionCommandInput, options?: __HttpHandlerOptions): Promise<DeletePartitionCommandOutput>;
|
|
593
649
|
deletePartition(args: DeletePartitionCommandInput, cb: (err: any, data?: DeletePartitionCommandOutput) => void): void;
|
|
594
650
|
deletePartition(args: DeletePartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePartitionCommandOutput) => void): void;
|
|
595
651
|
/**
|
|
652
|
+
* @public
|
|
596
653
|
* <p>Deletes a specified partition index from an existing table.</p>
|
|
597
654
|
*/
|
|
598
655
|
deletePartitionIndex(args: DeletePartitionIndexCommandInput, options?: __HttpHandlerOptions): Promise<DeletePartitionIndexCommandOutput>;
|
|
599
656
|
deletePartitionIndex(args: DeletePartitionIndexCommandInput, cb: (err: any, data?: DeletePartitionIndexCommandOutput) => void): void;
|
|
600
657
|
deletePartitionIndex(args: DeletePartitionIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePartitionIndexCommandOutput) => void): void;
|
|
601
658
|
/**
|
|
659
|
+
* @public
|
|
602
660
|
* <p>Delete the entire registry including schema and all of its versions. To get the status of the delete operation, you can call the <code>GetRegistry</code> API after the asynchronous call. Deleting a registry will deactivate all online operations for the registry such as the <code>UpdateRegistry</code>, <code>CreateSchema</code>, <code>UpdateSchema</code>, and <code>RegisterSchemaVersion</code> APIs. </p>
|
|
603
661
|
*/
|
|
604
662
|
deleteRegistry(args: DeleteRegistryCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRegistryCommandOutput>;
|
|
605
663
|
deleteRegistry(args: DeleteRegistryCommandInput, cb: (err: any, data?: DeleteRegistryCommandOutput) => void): void;
|
|
606
664
|
deleteRegistry(args: DeleteRegistryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRegistryCommandOutput) => void): void;
|
|
607
665
|
/**
|
|
666
|
+
* @public
|
|
608
667
|
* <p>Deletes a specified policy.</p>
|
|
609
668
|
*/
|
|
610
669
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
|
|
611
670
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
612
671
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
613
672
|
/**
|
|
673
|
+
* @public
|
|
614
674
|
* <p>Deletes the entire schema set, including the schema set and all of its versions. To get the status of the delete operation, you can call <code>GetSchema</code> API after the asynchronous call. Deleting a registry will deactivate all online operations for the schema, such as the <code>GetSchemaByDefinition</code>, and <code>RegisterSchemaVersion</code> APIs.</p>
|
|
615
675
|
*/
|
|
616
676
|
deleteSchema(args: DeleteSchemaCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSchemaCommandOutput>;
|
|
617
677
|
deleteSchema(args: DeleteSchemaCommandInput, cb: (err: any, data?: DeleteSchemaCommandOutput) => void): void;
|
|
618
678
|
deleteSchema(args: DeleteSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSchemaCommandOutput) => void): void;
|
|
619
679
|
/**
|
|
680
|
+
* @public
|
|
620
681
|
* <p>Remove versions from the specified schema. A version number or range may be supplied. If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned. Calling the <code>GetSchemaVersions</code> API after this call will list the status of the deleted versions.</p>
|
|
621
682
|
* <p>When the range of version numbers contain check pointed version, the API will return a 409 conflict and will not proceed with the deletion. You have to remove the checkpoint first using the <code>DeleteSchemaCheckpoint</code> API before using this API.</p>
|
|
622
683
|
* <p>You cannot use the <code>DeleteSchemaVersions</code> API to delete the first schema version in the schema set. The first schema version can only be deleted by the <code>DeleteSchema</code> API. This operation will also delete the attached <code>SchemaVersionMetadata</code> under the schema versions. Hard deletes will be enforced on the database.</p>
|
|
@@ -626,18 +687,21 @@ export declare class Glue extends GlueClient {
|
|
|
626
687
|
deleteSchemaVersions(args: DeleteSchemaVersionsCommandInput, cb: (err: any, data?: DeleteSchemaVersionsCommandOutput) => void): void;
|
|
627
688
|
deleteSchemaVersions(args: DeleteSchemaVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSchemaVersionsCommandOutput) => void): void;
|
|
628
689
|
/**
|
|
690
|
+
* @public
|
|
629
691
|
* <p>Deletes a specified security configuration.</p>
|
|
630
692
|
*/
|
|
631
693
|
deleteSecurityConfiguration(args: DeleteSecurityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSecurityConfigurationCommandOutput>;
|
|
632
694
|
deleteSecurityConfiguration(args: DeleteSecurityConfigurationCommandInput, cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void): void;
|
|
633
695
|
deleteSecurityConfiguration(args: DeleteSecurityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void): void;
|
|
634
696
|
/**
|
|
697
|
+
* @public
|
|
635
698
|
* <p>Deletes the session.</p>
|
|
636
699
|
*/
|
|
637
700
|
deleteSession(args: DeleteSessionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSessionCommandOutput>;
|
|
638
701
|
deleteSession(args: DeleteSessionCommandInput, cb: (err: any, data?: DeleteSessionCommandOutput) => void): void;
|
|
639
702
|
deleteSession(args: DeleteSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSessionCommandOutput) => void): void;
|
|
640
703
|
/**
|
|
704
|
+
* @public
|
|
641
705
|
* <p>Removes a table definition from the Data Catalog.</p>
|
|
642
706
|
* <note>
|
|
643
707
|
* <p>After completing this operation, you no longer have access to the table versions and
|
|
@@ -654,12 +718,14 @@ export declare class Glue extends GlueClient {
|
|
|
654
718
|
deleteTable(args: DeleteTableCommandInput, cb: (err: any, data?: DeleteTableCommandOutput) => void): void;
|
|
655
719
|
deleteTable(args: DeleteTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTableCommandOutput) => void): void;
|
|
656
720
|
/**
|
|
721
|
+
* @public
|
|
657
722
|
* <p>Deletes a specified version of a table.</p>
|
|
658
723
|
*/
|
|
659
724
|
deleteTableVersion(args: DeleteTableVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTableVersionCommandOutput>;
|
|
660
725
|
deleteTableVersion(args: DeleteTableVersionCommandInput, cb: (err: any, data?: DeleteTableVersionCommandOutput) => void): void;
|
|
661
726
|
deleteTableVersion(args: DeleteTableVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTableVersionCommandOutput) => void): void;
|
|
662
727
|
/**
|
|
728
|
+
* @public
|
|
663
729
|
* <p>Deletes a specified trigger. If the trigger is not found, no
|
|
664
730
|
* exception is thrown.</p>
|
|
665
731
|
*/
|
|
@@ -667,54 +733,63 @@ export declare class Glue extends GlueClient {
|
|
|
667
733
|
deleteTrigger(args: DeleteTriggerCommandInput, cb: (err: any, data?: DeleteTriggerCommandOutput) => void): void;
|
|
668
734
|
deleteTrigger(args: DeleteTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTriggerCommandOutput) => void): void;
|
|
669
735
|
/**
|
|
736
|
+
* @public
|
|
670
737
|
* <p>Deletes an existing function definition from the Data Catalog.</p>
|
|
671
738
|
*/
|
|
672
739
|
deleteUserDefinedFunction(args: DeleteUserDefinedFunctionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserDefinedFunctionCommandOutput>;
|
|
673
740
|
deleteUserDefinedFunction(args: DeleteUserDefinedFunctionCommandInput, cb: (err: any, data?: DeleteUserDefinedFunctionCommandOutput) => void): void;
|
|
674
741
|
deleteUserDefinedFunction(args: DeleteUserDefinedFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserDefinedFunctionCommandOutput) => void): void;
|
|
675
742
|
/**
|
|
743
|
+
* @public
|
|
676
744
|
* <p>Deletes a workflow.</p>
|
|
677
745
|
*/
|
|
678
746
|
deleteWorkflow(args: DeleteWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowCommandOutput>;
|
|
679
747
|
deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
|
|
680
748
|
deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
|
|
681
749
|
/**
|
|
750
|
+
* @public
|
|
682
751
|
* <p>Retrieves the details of a blueprint.</p>
|
|
683
752
|
*/
|
|
684
753
|
getBlueprint(args: GetBlueprintCommandInput, options?: __HttpHandlerOptions): Promise<GetBlueprintCommandOutput>;
|
|
685
754
|
getBlueprint(args: GetBlueprintCommandInput, cb: (err: any, data?: GetBlueprintCommandOutput) => void): void;
|
|
686
755
|
getBlueprint(args: GetBlueprintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBlueprintCommandOutput) => void): void;
|
|
687
756
|
/**
|
|
757
|
+
* @public
|
|
688
758
|
* <p>Retrieves the details of a blueprint run.</p>
|
|
689
759
|
*/
|
|
690
760
|
getBlueprintRun(args: GetBlueprintRunCommandInput, options?: __HttpHandlerOptions): Promise<GetBlueprintRunCommandOutput>;
|
|
691
761
|
getBlueprintRun(args: GetBlueprintRunCommandInput, cb: (err: any, data?: GetBlueprintRunCommandOutput) => void): void;
|
|
692
762
|
getBlueprintRun(args: GetBlueprintRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBlueprintRunCommandOutput) => void): void;
|
|
693
763
|
/**
|
|
764
|
+
* @public
|
|
694
765
|
* <p>Retrieves the details of blueprint runs for a specified blueprint.</p>
|
|
695
766
|
*/
|
|
696
767
|
getBlueprintRuns(args: GetBlueprintRunsCommandInput, options?: __HttpHandlerOptions): Promise<GetBlueprintRunsCommandOutput>;
|
|
697
768
|
getBlueprintRuns(args: GetBlueprintRunsCommandInput, cb: (err: any, data?: GetBlueprintRunsCommandOutput) => void): void;
|
|
698
769
|
getBlueprintRuns(args: GetBlueprintRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBlueprintRunsCommandOutput) => void): void;
|
|
699
770
|
/**
|
|
771
|
+
* @public
|
|
700
772
|
* <p>Retrieves the status of a migration operation.</p>
|
|
701
773
|
*/
|
|
702
774
|
getCatalogImportStatus(args: GetCatalogImportStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetCatalogImportStatusCommandOutput>;
|
|
703
775
|
getCatalogImportStatus(args: GetCatalogImportStatusCommandInput, cb: (err: any, data?: GetCatalogImportStatusCommandOutput) => void): void;
|
|
704
776
|
getCatalogImportStatus(args: GetCatalogImportStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCatalogImportStatusCommandOutput) => void): void;
|
|
705
777
|
/**
|
|
778
|
+
* @public
|
|
706
779
|
* <p>Retrieve a classifier by name.</p>
|
|
707
780
|
*/
|
|
708
781
|
getClassifier(args: GetClassifierCommandInput, options?: __HttpHandlerOptions): Promise<GetClassifierCommandOutput>;
|
|
709
782
|
getClassifier(args: GetClassifierCommandInput, cb: (err: any, data?: GetClassifierCommandOutput) => void): void;
|
|
710
783
|
getClassifier(args: GetClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetClassifierCommandOutput) => void): void;
|
|
711
784
|
/**
|
|
785
|
+
* @public
|
|
712
786
|
* <p>Lists all classifier objects in the Data Catalog.</p>
|
|
713
787
|
*/
|
|
714
788
|
getClassifiers(args: GetClassifiersCommandInput, options?: __HttpHandlerOptions): Promise<GetClassifiersCommandOutput>;
|
|
715
789
|
getClassifiers(args: GetClassifiersCommandInput, cb: (err: any, data?: GetClassifiersCommandOutput) => void): void;
|
|
716
790
|
getClassifiers(args: GetClassifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetClassifiersCommandOutput) => void): void;
|
|
717
791
|
/**
|
|
792
|
+
* @public
|
|
718
793
|
* <p>Retrieves partition statistics of columns.</p>
|
|
719
794
|
* <p>The Identity and Access Management (IAM) permission required for this operation is <code>GetPartition</code>.</p>
|
|
720
795
|
*/
|
|
@@ -722,6 +797,7 @@ export declare class Glue extends GlueClient {
|
|
|
722
797
|
getColumnStatisticsForPartition(args: GetColumnStatisticsForPartitionCommandInput, cb: (err: any, data?: GetColumnStatisticsForPartitionCommandOutput) => void): void;
|
|
723
798
|
getColumnStatisticsForPartition(args: GetColumnStatisticsForPartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetColumnStatisticsForPartitionCommandOutput) => void): void;
|
|
724
799
|
/**
|
|
800
|
+
* @public
|
|
725
801
|
* <p>Retrieves table statistics of columns.</p>
|
|
726
802
|
* <p>The Identity and Access Management (IAM) permission required for this operation is <code>GetTable</code>.</p>
|
|
727
803
|
*/
|
|
@@ -729,30 +805,35 @@ export declare class Glue extends GlueClient {
|
|
|
729
805
|
getColumnStatisticsForTable(args: GetColumnStatisticsForTableCommandInput, cb: (err: any, data?: GetColumnStatisticsForTableCommandOutput) => void): void;
|
|
730
806
|
getColumnStatisticsForTable(args: GetColumnStatisticsForTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetColumnStatisticsForTableCommandOutput) => void): void;
|
|
731
807
|
/**
|
|
808
|
+
* @public
|
|
732
809
|
* <p>Retrieves a connection definition from the Data Catalog.</p>
|
|
733
810
|
*/
|
|
734
811
|
getConnection(args: GetConnectionCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionCommandOutput>;
|
|
735
812
|
getConnection(args: GetConnectionCommandInput, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
|
|
736
813
|
getConnection(args: GetConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
|
|
737
814
|
/**
|
|
815
|
+
* @public
|
|
738
816
|
* <p>Retrieves a list of connection definitions from the Data Catalog.</p>
|
|
739
817
|
*/
|
|
740
818
|
getConnections(args: GetConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionsCommandOutput>;
|
|
741
819
|
getConnections(args: GetConnectionsCommandInput, cb: (err: any, data?: GetConnectionsCommandOutput) => void): void;
|
|
742
820
|
getConnections(args: GetConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionsCommandOutput) => void): void;
|
|
743
821
|
/**
|
|
822
|
+
* @public
|
|
744
823
|
* <p>Retrieves metadata for a specified crawler.</p>
|
|
745
824
|
*/
|
|
746
825
|
getCrawler(args: GetCrawlerCommandInput, options?: __HttpHandlerOptions): Promise<GetCrawlerCommandOutput>;
|
|
747
826
|
getCrawler(args: GetCrawlerCommandInput, cb: (err: any, data?: GetCrawlerCommandOutput) => void): void;
|
|
748
827
|
getCrawler(args: GetCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCrawlerCommandOutput) => void): void;
|
|
749
828
|
/**
|
|
829
|
+
* @public
|
|
750
830
|
* <p>Retrieves metrics about specified crawlers.</p>
|
|
751
831
|
*/
|
|
752
832
|
getCrawlerMetrics(args: GetCrawlerMetricsCommandInput, options?: __HttpHandlerOptions): Promise<GetCrawlerMetricsCommandOutput>;
|
|
753
833
|
getCrawlerMetrics(args: GetCrawlerMetricsCommandInput, cb: (err: any, data?: GetCrawlerMetricsCommandOutput) => void): void;
|
|
754
834
|
getCrawlerMetrics(args: GetCrawlerMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCrawlerMetricsCommandOutput) => void): void;
|
|
755
835
|
/**
|
|
836
|
+
* @public
|
|
756
837
|
* <p>Retrieves metadata for all crawlers defined in the customer
|
|
757
838
|
* account.</p>
|
|
758
839
|
*/
|
|
@@ -760,60 +841,70 @@ export declare class Glue extends GlueClient {
|
|
|
760
841
|
getCrawlers(args: GetCrawlersCommandInput, cb: (err: any, data?: GetCrawlersCommandOutput) => void): void;
|
|
761
842
|
getCrawlers(args: GetCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCrawlersCommandOutput) => void): void;
|
|
762
843
|
/**
|
|
844
|
+
* @public
|
|
763
845
|
* <p>Retrieves the details of a custom pattern by specifying its name.</p>
|
|
764
846
|
*/
|
|
765
847
|
getCustomEntityType(args: GetCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomEntityTypeCommandOutput>;
|
|
766
848
|
getCustomEntityType(args: GetCustomEntityTypeCommandInput, cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void): void;
|
|
767
849
|
getCustomEntityType(args: GetCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void): void;
|
|
768
850
|
/**
|
|
851
|
+
* @public
|
|
769
852
|
* <p>Retrieves the definition of a specified database.</p>
|
|
770
853
|
*/
|
|
771
854
|
getDatabase(args: GetDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<GetDatabaseCommandOutput>;
|
|
772
855
|
getDatabase(args: GetDatabaseCommandInput, cb: (err: any, data?: GetDatabaseCommandOutput) => void): void;
|
|
773
856
|
getDatabase(args: GetDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatabaseCommandOutput) => void): void;
|
|
774
857
|
/**
|
|
858
|
+
* @public
|
|
775
859
|
* <p>Retrieves all databases defined in a given Data Catalog.</p>
|
|
776
860
|
*/
|
|
777
861
|
getDatabases(args: GetDatabasesCommandInput, options?: __HttpHandlerOptions): Promise<GetDatabasesCommandOutput>;
|
|
778
862
|
getDatabases(args: GetDatabasesCommandInput, cb: (err: any, data?: GetDatabasesCommandOutput) => void): void;
|
|
779
863
|
getDatabases(args: GetDatabasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatabasesCommandOutput) => void): void;
|
|
780
864
|
/**
|
|
865
|
+
* @public
|
|
781
866
|
* <p>Retrieves the security configuration for a specified catalog.</p>
|
|
782
867
|
*/
|
|
783
868
|
getDataCatalogEncryptionSettings(args: GetDataCatalogEncryptionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetDataCatalogEncryptionSettingsCommandOutput>;
|
|
784
869
|
getDataCatalogEncryptionSettings(args: GetDataCatalogEncryptionSettingsCommandInput, cb: (err: any, data?: GetDataCatalogEncryptionSettingsCommandOutput) => void): void;
|
|
785
870
|
getDataCatalogEncryptionSettings(args: GetDataCatalogEncryptionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataCatalogEncryptionSettingsCommandOutput) => void): void;
|
|
786
871
|
/**
|
|
872
|
+
* @public
|
|
787
873
|
* <p>Transforms a Python script into a directed acyclic graph (DAG). </p>
|
|
788
874
|
*/
|
|
789
875
|
getDataflowGraph(args: GetDataflowGraphCommandInput, options?: __HttpHandlerOptions): Promise<GetDataflowGraphCommandOutput>;
|
|
790
876
|
getDataflowGraph(args: GetDataflowGraphCommandInput, cb: (err: any, data?: GetDataflowGraphCommandOutput) => void): void;
|
|
791
877
|
getDataflowGraph(args: GetDataflowGraphCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataflowGraphCommandOutput) => void): void;
|
|
792
878
|
/**
|
|
879
|
+
* @public
|
|
793
880
|
* <p>Retrieves the result of a data quality rule evaluation.</p>
|
|
794
881
|
*/
|
|
795
882
|
getDataQualityResult(args: GetDataQualityResultCommandInput, options?: __HttpHandlerOptions): Promise<GetDataQualityResultCommandOutput>;
|
|
796
883
|
getDataQualityResult(args: GetDataQualityResultCommandInput, cb: (err: any, data?: GetDataQualityResultCommandOutput) => void): void;
|
|
797
884
|
getDataQualityResult(args: GetDataQualityResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataQualityResultCommandOutput) => void): void;
|
|
798
885
|
/**
|
|
886
|
+
* @public
|
|
799
887
|
* <p>Gets the specified recommendation run that was used to generate rules.</p>
|
|
800
888
|
*/
|
|
801
889
|
getDataQualityRuleRecommendationRun(args: GetDataQualityRuleRecommendationRunCommandInput, options?: __HttpHandlerOptions): Promise<GetDataQualityRuleRecommendationRunCommandOutput>;
|
|
802
890
|
getDataQualityRuleRecommendationRun(args: GetDataQualityRuleRecommendationRunCommandInput, cb: (err: any, data?: GetDataQualityRuleRecommendationRunCommandOutput) => void): void;
|
|
803
891
|
getDataQualityRuleRecommendationRun(args: GetDataQualityRuleRecommendationRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataQualityRuleRecommendationRunCommandOutput) => void): void;
|
|
804
892
|
/**
|
|
893
|
+
* @public
|
|
805
894
|
* <p>Returns an existing ruleset by identifier or name.</p>
|
|
806
895
|
*/
|
|
807
896
|
getDataQualityRuleset(args: GetDataQualityRulesetCommandInput, options?: __HttpHandlerOptions): Promise<GetDataQualityRulesetCommandOutput>;
|
|
808
897
|
getDataQualityRuleset(args: GetDataQualityRulesetCommandInput, cb: (err: any, data?: GetDataQualityRulesetCommandOutput) => void): void;
|
|
809
898
|
getDataQualityRuleset(args: GetDataQualityRulesetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataQualityRulesetCommandOutput) => void): void;
|
|
810
899
|
/**
|
|
900
|
+
* @public
|
|
811
901
|
* <p>Retrieves a specific run where a ruleset is evaluated against a data source.</p>
|
|
812
902
|
*/
|
|
813
903
|
getDataQualityRulesetEvaluationRun(args: GetDataQualityRulesetEvaluationRunCommandInput, options?: __HttpHandlerOptions): Promise<GetDataQualityRulesetEvaluationRunCommandOutput>;
|
|
814
904
|
getDataQualityRulesetEvaluationRun(args: GetDataQualityRulesetEvaluationRunCommandInput, cb: (err: any, data?: GetDataQualityRulesetEvaluationRunCommandOutput) => void): void;
|
|
815
905
|
getDataQualityRulesetEvaluationRun(args: GetDataQualityRulesetEvaluationRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataQualityRulesetEvaluationRunCommandOutput) => void): void;
|
|
816
906
|
/**
|
|
907
|
+
* @public
|
|
817
908
|
* <p>Retrieves information about a specified development endpoint.</p>
|
|
818
909
|
* <note>
|
|
819
910
|
* <p>When you create a development endpoint in a virtual private cloud (VPC), Glue returns only
|
|
@@ -825,6 +916,7 @@ export declare class Glue extends GlueClient {
|
|
|
825
916
|
getDevEndpoint(args: GetDevEndpointCommandInput, cb: (err: any, data?: GetDevEndpointCommandOutput) => void): void;
|
|
826
917
|
getDevEndpoint(args: GetDevEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevEndpointCommandOutput) => void): void;
|
|
827
918
|
/**
|
|
919
|
+
* @public
|
|
828
920
|
* <p>Retrieves all the development endpoints in this Amazon Web Services account.</p>
|
|
829
921
|
* <note>
|
|
830
922
|
* <p>When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address
|
|
@@ -836,12 +928,14 @@ export declare class Glue extends GlueClient {
|
|
|
836
928
|
getDevEndpoints(args: GetDevEndpointsCommandInput, cb: (err: any, data?: GetDevEndpointsCommandOutput) => void): void;
|
|
837
929
|
getDevEndpoints(args: GetDevEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevEndpointsCommandOutput) => void): void;
|
|
838
930
|
/**
|
|
931
|
+
* @public
|
|
839
932
|
* <p>Retrieves an existing job definition.</p>
|
|
840
933
|
*/
|
|
841
934
|
getJob(args: GetJobCommandInput, options?: __HttpHandlerOptions): Promise<GetJobCommandOutput>;
|
|
842
935
|
getJob(args: GetJobCommandInput, cb: (err: any, data?: GetJobCommandOutput) => void): void;
|
|
843
936
|
getJob(args: GetJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobCommandOutput) => void): void;
|
|
844
937
|
/**
|
|
938
|
+
* @public
|
|
845
939
|
* <p>Returns information on a job bookmark entry.</p>
|
|
846
940
|
* <p>For more information about enabling and using job bookmarks, see:</p>
|
|
847
941
|
* <ul>
|
|
@@ -866,30 +960,35 @@ export declare class Glue extends GlueClient {
|
|
|
866
960
|
getJobBookmark(args: GetJobBookmarkCommandInput, cb: (err: any, data?: GetJobBookmarkCommandOutput) => void): void;
|
|
867
961
|
getJobBookmark(args: GetJobBookmarkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobBookmarkCommandOutput) => void): void;
|
|
868
962
|
/**
|
|
963
|
+
* @public
|
|
869
964
|
* <p>Retrieves the metadata for a given job run.</p>
|
|
870
965
|
*/
|
|
871
966
|
getJobRun(args: GetJobRunCommandInput, options?: __HttpHandlerOptions): Promise<GetJobRunCommandOutput>;
|
|
872
967
|
getJobRun(args: GetJobRunCommandInput, cb: (err: any, data?: GetJobRunCommandOutput) => void): void;
|
|
873
968
|
getJobRun(args: GetJobRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobRunCommandOutput) => void): void;
|
|
874
969
|
/**
|
|
970
|
+
* @public
|
|
875
971
|
* <p>Retrieves metadata for all runs of a given job definition.</p>
|
|
876
972
|
*/
|
|
877
973
|
getJobRuns(args: GetJobRunsCommandInput, options?: __HttpHandlerOptions): Promise<GetJobRunsCommandOutput>;
|
|
878
974
|
getJobRuns(args: GetJobRunsCommandInput, cb: (err: any, data?: GetJobRunsCommandOutput) => void): void;
|
|
879
975
|
getJobRuns(args: GetJobRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobRunsCommandOutput) => void): void;
|
|
880
976
|
/**
|
|
977
|
+
* @public
|
|
881
978
|
* <p>Retrieves all current job definitions.</p>
|
|
882
979
|
*/
|
|
883
980
|
getJobs(args: GetJobsCommandInput, options?: __HttpHandlerOptions): Promise<GetJobsCommandOutput>;
|
|
884
981
|
getJobs(args: GetJobsCommandInput, cb: (err: any, data?: GetJobsCommandOutput) => void): void;
|
|
885
982
|
getJobs(args: GetJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobsCommandOutput) => void): void;
|
|
886
983
|
/**
|
|
984
|
+
* @public
|
|
887
985
|
* <p>Creates mappings.</p>
|
|
888
986
|
*/
|
|
889
987
|
getMapping(args: GetMappingCommandInput, options?: __HttpHandlerOptions): Promise<GetMappingCommandOutput>;
|
|
890
988
|
getMapping(args: GetMappingCommandInput, cb: (err: any, data?: GetMappingCommandOutput) => void): void;
|
|
891
989
|
getMapping(args: GetMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMappingCommandOutput) => void): void;
|
|
892
990
|
/**
|
|
991
|
+
* @public
|
|
893
992
|
* <p>Gets details for a specific task run on a machine learning transform. Machine learning
|
|
894
993
|
* task runs are asynchronous tasks that Glue runs on your behalf as part of various machine
|
|
895
994
|
* learning workflows. You can check the stats of any task run by calling
|
|
@@ -900,6 +999,7 @@ export declare class Glue extends GlueClient {
|
|
|
900
999
|
getMLTaskRun(args: GetMLTaskRunCommandInput, cb: (err: any, data?: GetMLTaskRunCommandOutput) => void): void;
|
|
901
1000
|
getMLTaskRun(args: GetMLTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMLTaskRunCommandOutput) => void): void;
|
|
902
1001
|
/**
|
|
1002
|
+
* @public
|
|
903
1003
|
* <p>Gets a list of runs for a machine learning transform. Machine learning task runs are
|
|
904
1004
|
* asynchronous tasks that Glue runs on your behalf as part of various machine learning
|
|
905
1005
|
* workflows. You can get a sortable, filterable list of machine learning task runs by calling
|
|
@@ -911,6 +1011,7 @@ export declare class Glue extends GlueClient {
|
|
|
911
1011
|
getMLTaskRuns(args: GetMLTaskRunsCommandInput, cb: (err: any, data?: GetMLTaskRunsCommandOutput) => void): void;
|
|
912
1012
|
getMLTaskRuns(args: GetMLTaskRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMLTaskRunsCommandOutput) => void): void;
|
|
913
1013
|
/**
|
|
1014
|
+
* @public
|
|
914
1015
|
* <p>Gets an Glue machine learning transform artifact and all its corresponding metadata.
|
|
915
1016
|
* Machine learning transforms are a special type of transform that use machine learning to learn
|
|
916
1017
|
* the details of the transformation to be performed by learning from examples provided by
|
|
@@ -921,6 +1022,7 @@ export declare class Glue extends GlueClient {
|
|
|
921
1022
|
getMLTransform(args: GetMLTransformCommandInput, cb: (err: any, data?: GetMLTransformCommandOutput) => void): void;
|
|
922
1023
|
getMLTransform(args: GetMLTransformCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMLTransformCommandOutput) => void): void;
|
|
923
1024
|
/**
|
|
1025
|
+
* @public
|
|
924
1026
|
* <p>Gets a sortable, filterable list of existing Glue machine learning transforms. Machine
|
|
925
1027
|
* learning transforms are a special type of transform that use machine learning to learn the
|
|
926
1028
|
* details of the transformation to be performed by learning from examples provided by humans.
|
|
@@ -931,36 +1033,42 @@ export declare class Glue extends GlueClient {
|
|
|
931
1033
|
getMLTransforms(args: GetMLTransformsCommandInput, cb: (err: any, data?: GetMLTransformsCommandOutput) => void): void;
|
|
932
1034
|
getMLTransforms(args: GetMLTransformsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMLTransformsCommandOutput) => void): void;
|
|
933
1035
|
/**
|
|
1036
|
+
* @public
|
|
934
1037
|
* <p>Retrieves information about a specified partition.</p>
|
|
935
1038
|
*/
|
|
936
1039
|
getPartition(args: GetPartitionCommandInput, options?: __HttpHandlerOptions): Promise<GetPartitionCommandOutput>;
|
|
937
1040
|
getPartition(args: GetPartitionCommandInput, cb: (err: any, data?: GetPartitionCommandOutput) => void): void;
|
|
938
1041
|
getPartition(args: GetPartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPartitionCommandOutput) => void): void;
|
|
939
1042
|
/**
|
|
1043
|
+
* @public
|
|
940
1044
|
* <p>Retrieves the partition indexes associated with a table.</p>
|
|
941
1045
|
*/
|
|
942
1046
|
getPartitionIndexes(args: GetPartitionIndexesCommandInput, options?: __HttpHandlerOptions): Promise<GetPartitionIndexesCommandOutput>;
|
|
943
1047
|
getPartitionIndexes(args: GetPartitionIndexesCommandInput, cb: (err: any, data?: GetPartitionIndexesCommandOutput) => void): void;
|
|
944
1048
|
getPartitionIndexes(args: GetPartitionIndexesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPartitionIndexesCommandOutput) => void): void;
|
|
945
1049
|
/**
|
|
1050
|
+
* @public
|
|
946
1051
|
* <p>Retrieves information about the partitions in a table.</p>
|
|
947
1052
|
*/
|
|
948
1053
|
getPartitions(args: GetPartitionsCommandInput, options?: __HttpHandlerOptions): Promise<GetPartitionsCommandOutput>;
|
|
949
1054
|
getPartitions(args: GetPartitionsCommandInput, cb: (err: any, data?: GetPartitionsCommandOutput) => void): void;
|
|
950
1055
|
getPartitions(args: GetPartitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPartitionsCommandOutput) => void): void;
|
|
951
1056
|
/**
|
|
1057
|
+
* @public
|
|
952
1058
|
* <p>Gets code to perform a specified mapping.</p>
|
|
953
1059
|
*/
|
|
954
1060
|
getPlan(args: GetPlanCommandInput, options?: __HttpHandlerOptions): Promise<GetPlanCommandOutput>;
|
|
955
1061
|
getPlan(args: GetPlanCommandInput, cb: (err: any, data?: GetPlanCommandOutput) => void): void;
|
|
956
1062
|
getPlan(args: GetPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPlanCommandOutput) => void): void;
|
|
957
1063
|
/**
|
|
1064
|
+
* @public
|
|
958
1065
|
* <p>Describes the specified registry in detail.</p>
|
|
959
1066
|
*/
|
|
960
1067
|
getRegistry(args: GetRegistryCommandInput, options?: __HttpHandlerOptions): Promise<GetRegistryCommandOutput>;
|
|
961
1068
|
getRegistry(args: GetRegistryCommandInput, cb: (err: any, data?: GetRegistryCommandOutput) => void): void;
|
|
962
1069
|
getRegistry(args: GetRegistryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegistryCommandOutput) => void): void;
|
|
963
1070
|
/**
|
|
1071
|
+
* @public
|
|
964
1072
|
* <p>Retrieves the resource policies set on individual resources by Resource Access Manager
|
|
965
1073
|
* during cross-account permission grants. Also retrieves the Data Catalog resource
|
|
966
1074
|
* policy.</p>
|
|
@@ -972,30 +1080,35 @@ export declare class Glue extends GlueClient {
|
|
|
972
1080
|
getResourcePolicies(args: GetResourcePoliciesCommandInput, cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void): void;
|
|
973
1081
|
getResourcePolicies(args: GetResourcePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void): void;
|
|
974
1082
|
/**
|
|
1083
|
+
* @public
|
|
975
1084
|
* <p>Retrieves a specified resource policy.</p>
|
|
976
1085
|
*/
|
|
977
1086
|
getResourcePolicy(args: GetResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePolicyCommandOutput>;
|
|
978
1087
|
getResourcePolicy(args: GetResourcePolicyCommandInput, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
|
|
979
1088
|
getResourcePolicy(args: GetResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
|
|
980
1089
|
/**
|
|
1090
|
+
* @public
|
|
981
1091
|
* <p>Describes the specified schema in detail.</p>
|
|
982
1092
|
*/
|
|
983
1093
|
getSchema(args: GetSchemaCommandInput, options?: __HttpHandlerOptions): Promise<GetSchemaCommandOutput>;
|
|
984
1094
|
getSchema(args: GetSchemaCommandInput, cb: (err: any, data?: GetSchemaCommandOutput) => void): void;
|
|
985
1095
|
getSchema(args: GetSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSchemaCommandOutput) => void): void;
|
|
986
1096
|
/**
|
|
1097
|
+
* @public
|
|
987
1098
|
* <p>Retrieves a schema by the <code>SchemaDefinition</code>. The schema definition is sent to the Schema Registry, canonicalized, and hashed. If the hash is matched within the scope of the <code>SchemaName</code> or ARN (or the default registry, if none is supplied), that schema’s metadata is returned. Otherwise, a 404 or NotFound error is returned. Schema versions in <code>Deleted</code> statuses will not be included in the results.</p>
|
|
988
1099
|
*/
|
|
989
1100
|
getSchemaByDefinition(args: GetSchemaByDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<GetSchemaByDefinitionCommandOutput>;
|
|
990
1101
|
getSchemaByDefinition(args: GetSchemaByDefinitionCommandInput, cb: (err: any, data?: GetSchemaByDefinitionCommandOutput) => void): void;
|
|
991
1102
|
getSchemaByDefinition(args: GetSchemaByDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSchemaByDefinitionCommandOutput) => void): void;
|
|
992
1103
|
/**
|
|
1104
|
+
* @public
|
|
993
1105
|
* <p>Get the specified schema by its unique ID assigned when a version of the schema is created or registered. Schema versions in Deleted status will not be included in the results.</p>
|
|
994
1106
|
*/
|
|
995
1107
|
getSchemaVersion(args: GetSchemaVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetSchemaVersionCommandOutput>;
|
|
996
1108
|
getSchemaVersion(args: GetSchemaVersionCommandInput, cb: (err: any, data?: GetSchemaVersionCommandOutput) => void): void;
|
|
997
1109
|
getSchemaVersion(args: GetSchemaVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSchemaVersionCommandOutput) => void): void;
|
|
998
1110
|
/**
|
|
1111
|
+
* @public
|
|
999
1112
|
* <p>Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.</p>
|
|
1000
1113
|
* <p>This API allows you to compare two schema versions between two schema definitions under the same schema.</p>
|
|
1001
1114
|
*/
|
|
@@ -1003,30 +1116,35 @@ export declare class Glue extends GlueClient {
|
|
|
1003
1116
|
getSchemaVersionsDiff(args: GetSchemaVersionsDiffCommandInput, cb: (err: any, data?: GetSchemaVersionsDiffCommandOutput) => void): void;
|
|
1004
1117
|
getSchemaVersionsDiff(args: GetSchemaVersionsDiffCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSchemaVersionsDiffCommandOutput) => void): void;
|
|
1005
1118
|
/**
|
|
1119
|
+
* @public
|
|
1006
1120
|
* <p>Retrieves a specified security configuration.</p>
|
|
1007
1121
|
*/
|
|
1008
1122
|
getSecurityConfiguration(args: GetSecurityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetSecurityConfigurationCommandOutput>;
|
|
1009
1123
|
getSecurityConfiguration(args: GetSecurityConfigurationCommandInput, cb: (err: any, data?: GetSecurityConfigurationCommandOutput) => void): void;
|
|
1010
1124
|
getSecurityConfiguration(args: GetSecurityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSecurityConfigurationCommandOutput) => void): void;
|
|
1011
1125
|
/**
|
|
1126
|
+
* @public
|
|
1012
1127
|
* <p>Retrieves a list of all security configurations.</p>
|
|
1013
1128
|
*/
|
|
1014
1129
|
getSecurityConfigurations(args: GetSecurityConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<GetSecurityConfigurationsCommandOutput>;
|
|
1015
1130
|
getSecurityConfigurations(args: GetSecurityConfigurationsCommandInput, cb: (err: any, data?: GetSecurityConfigurationsCommandOutput) => void): void;
|
|
1016
1131
|
getSecurityConfigurations(args: GetSecurityConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSecurityConfigurationsCommandOutput) => void): void;
|
|
1017
1132
|
/**
|
|
1133
|
+
* @public
|
|
1018
1134
|
* <p>Retrieves the session.</p>
|
|
1019
1135
|
*/
|
|
1020
1136
|
getSession(args: GetSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetSessionCommandOutput>;
|
|
1021
1137
|
getSession(args: GetSessionCommandInput, cb: (err: any, data?: GetSessionCommandOutput) => void): void;
|
|
1022
1138
|
getSession(args: GetSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSessionCommandOutput) => void): void;
|
|
1023
1139
|
/**
|
|
1140
|
+
* @public
|
|
1024
1141
|
* <p>Retrieves the statement.</p>
|
|
1025
1142
|
*/
|
|
1026
1143
|
getStatement(args: GetStatementCommandInput, options?: __HttpHandlerOptions): Promise<GetStatementCommandOutput>;
|
|
1027
1144
|
getStatement(args: GetStatementCommandInput, cb: (err: any, data?: GetStatementCommandOutput) => void): void;
|
|
1028
1145
|
getStatement(args: GetStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStatementCommandOutput) => void): void;
|
|
1029
1146
|
/**
|
|
1147
|
+
* @public
|
|
1030
1148
|
* <p>Retrieves the <code>Table</code> definition in a Data Catalog for
|
|
1031
1149
|
* a specified table.</p>
|
|
1032
1150
|
*/
|
|
@@ -1034,6 +1152,7 @@ export declare class Glue extends GlueClient {
|
|
|
1034
1152
|
getTable(args: GetTableCommandInput, cb: (err: any, data?: GetTableCommandOutput) => void): void;
|
|
1035
1153
|
getTable(args: GetTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableCommandOutput) => void): void;
|
|
1036
1154
|
/**
|
|
1155
|
+
* @public
|
|
1037
1156
|
* <p>Retrieves the definitions of some or all of the tables in a given
|
|
1038
1157
|
* <code>Database</code>.</p>
|
|
1039
1158
|
*/
|
|
@@ -1041,12 +1160,14 @@ export declare class Glue extends GlueClient {
|
|
|
1041
1160
|
getTables(args: GetTablesCommandInput, cb: (err: any, data?: GetTablesCommandOutput) => void): void;
|
|
1042
1161
|
getTables(args: GetTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTablesCommandOutput) => void): void;
|
|
1043
1162
|
/**
|
|
1163
|
+
* @public
|
|
1044
1164
|
* <p>Retrieves a specified version of a table.</p>
|
|
1045
1165
|
*/
|
|
1046
1166
|
getTableVersion(args: GetTableVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetTableVersionCommandOutput>;
|
|
1047
1167
|
getTableVersion(args: GetTableVersionCommandInput, cb: (err: any, data?: GetTableVersionCommandOutput) => void): void;
|
|
1048
1168
|
getTableVersion(args: GetTableVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableVersionCommandOutput) => void): void;
|
|
1049
1169
|
/**
|
|
1170
|
+
* @public
|
|
1050
1171
|
* <p>Retrieves a list of strings that identify available versions of
|
|
1051
1172
|
* a specified table.</p>
|
|
1052
1173
|
*/
|
|
@@ -1054,24 +1175,28 @@ export declare class Glue extends GlueClient {
|
|
|
1054
1175
|
getTableVersions(args: GetTableVersionsCommandInput, cb: (err: any, data?: GetTableVersionsCommandOutput) => void): void;
|
|
1055
1176
|
getTableVersions(args: GetTableVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableVersionsCommandOutput) => void): void;
|
|
1056
1177
|
/**
|
|
1178
|
+
* @public
|
|
1057
1179
|
* <p>Retrieves a list of tags associated with a resource.</p>
|
|
1058
1180
|
*/
|
|
1059
1181
|
getTags(args: GetTagsCommandInput, options?: __HttpHandlerOptions): Promise<GetTagsCommandOutput>;
|
|
1060
1182
|
getTags(args: GetTagsCommandInput, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
|
|
1061
1183
|
getTags(args: GetTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
|
|
1062
1184
|
/**
|
|
1185
|
+
* @public
|
|
1063
1186
|
* <p>Retrieves the definition of a trigger.</p>
|
|
1064
1187
|
*/
|
|
1065
1188
|
getTrigger(args: GetTriggerCommandInput, options?: __HttpHandlerOptions): Promise<GetTriggerCommandOutput>;
|
|
1066
1189
|
getTrigger(args: GetTriggerCommandInput, cb: (err: any, data?: GetTriggerCommandOutput) => void): void;
|
|
1067
1190
|
getTrigger(args: GetTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTriggerCommandOutput) => void): void;
|
|
1068
1191
|
/**
|
|
1192
|
+
* @public
|
|
1069
1193
|
* <p>Gets all the triggers associated with a job.</p>
|
|
1070
1194
|
*/
|
|
1071
1195
|
getTriggers(args: GetTriggersCommandInput, options?: __HttpHandlerOptions): Promise<GetTriggersCommandOutput>;
|
|
1072
1196
|
getTriggers(args: GetTriggersCommandInput, cb: (err: any, data?: GetTriggersCommandOutput) => void): void;
|
|
1073
1197
|
getTriggers(args: GetTriggersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTriggersCommandOutput) => void): void;
|
|
1074
1198
|
/**
|
|
1199
|
+
* @public
|
|
1075
1200
|
* <p>Retrieves partition metadata from the Data Catalog that contains unfiltered
|
|
1076
1201
|
* metadata.</p>
|
|
1077
1202
|
* <p>For IAM authorization, the public IAM action associated with this API is <code>glue:GetPartition</code>.</p>
|
|
@@ -1080,6 +1205,7 @@ export declare class Glue extends GlueClient {
|
|
|
1080
1205
|
getUnfilteredPartitionMetadata(args: GetUnfilteredPartitionMetadataCommandInput, cb: (err: any, data?: GetUnfilteredPartitionMetadataCommandOutput) => void): void;
|
|
1081
1206
|
getUnfilteredPartitionMetadata(args: GetUnfilteredPartitionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUnfilteredPartitionMetadataCommandOutput) => void): void;
|
|
1082
1207
|
/**
|
|
1208
|
+
* @public
|
|
1083
1209
|
* <p>Retrieves partition metadata from the Data Catalog that contains unfiltered
|
|
1084
1210
|
* metadata.</p>
|
|
1085
1211
|
* <p>For IAM authorization, the public IAM action associated with this API is <code>glue:GetPartitions</code>.</p>
|
|
@@ -1088,6 +1214,7 @@ export declare class Glue extends GlueClient {
|
|
|
1088
1214
|
getUnfilteredPartitionsMetadata(args: GetUnfilteredPartitionsMetadataCommandInput, cb: (err: any, data?: GetUnfilteredPartitionsMetadataCommandOutput) => void): void;
|
|
1089
1215
|
getUnfilteredPartitionsMetadata(args: GetUnfilteredPartitionsMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUnfilteredPartitionsMetadataCommandOutput) => void): void;
|
|
1090
1216
|
/**
|
|
1217
|
+
* @public
|
|
1091
1218
|
* <p>Retrieves table metadata from the Data Catalog that contains unfiltered
|
|
1092
1219
|
* metadata.</p>
|
|
1093
1220
|
* <p>For IAM authorization, the public IAM action associated with this API is <code>glue:GetTable</code>.</p>
|
|
@@ -1096,54 +1223,63 @@ export declare class Glue extends GlueClient {
|
|
|
1096
1223
|
getUnfilteredTableMetadata(args: GetUnfilteredTableMetadataCommandInput, cb: (err: any, data?: GetUnfilteredTableMetadataCommandOutput) => void): void;
|
|
1097
1224
|
getUnfilteredTableMetadata(args: GetUnfilteredTableMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUnfilteredTableMetadataCommandOutput) => void): void;
|
|
1098
1225
|
/**
|
|
1226
|
+
* @public
|
|
1099
1227
|
* <p>Retrieves a specified function definition from the Data Catalog.</p>
|
|
1100
1228
|
*/
|
|
1101
1229
|
getUserDefinedFunction(args: GetUserDefinedFunctionCommandInput, options?: __HttpHandlerOptions): Promise<GetUserDefinedFunctionCommandOutput>;
|
|
1102
1230
|
getUserDefinedFunction(args: GetUserDefinedFunctionCommandInput, cb: (err: any, data?: GetUserDefinedFunctionCommandOutput) => void): void;
|
|
1103
1231
|
getUserDefinedFunction(args: GetUserDefinedFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserDefinedFunctionCommandOutput) => void): void;
|
|
1104
1232
|
/**
|
|
1233
|
+
* @public
|
|
1105
1234
|
* <p>Retrieves multiple function definitions from the Data Catalog.</p>
|
|
1106
1235
|
*/
|
|
1107
1236
|
getUserDefinedFunctions(args: GetUserDefinedFunctionsCommandInput, options?: __HttpHandlerOptions): Promise<GetUserDefinedFunctionsCommandOutput>;
|
|
1108
1237
|
getUserDefinedFunctions(args: GetUserDefinedFunctionsCommandInput, cb: (err: any, data?: GetUserDefinedFunctionsCommandOutput) => void): void;
|
|
1109
1238
|
getUserDefinedFunctions(args: GetUserDefinedFunctionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserDefinedFunctionsCommandOutput) => void): void;
|
|
1110
1239
|
/**
|
|
1240
|
+
* @public
|
|
1111
1241
|
* <p>Retrieves resource metadata for a workflow.</p>
|
|
1112
1242
|
*/
|
|
1113
1243
|
getWorkflow(args: GetWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowCommandOutput>;
|
|
1114
1244
|
getWorkflow(args: GetWorkflowCommandInput, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
|
|
1115
1245
|
getWorkflow(args: GetWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
|
|
1116
1246
|
/**
|
|
1247
|
+
* @public
|
|
1117
1248
|
* <p>Retrieves the metadata for a given workflow run. </p>
|
|
1118
1249
|
*/
|
|
1119
1250
|
getWorkflowRun(args: GetWorkflowRunCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowRunCommandOutput>;
|
|
1120
1251
|
getWorkflowRun(args: GetWorkflowRunCommandInput, cb: (err: any, data?: GetWorkflowRunCommandOutput) => void): void;
|
|
1121
1252
|
getWorkflowRun(args: GetWorkflowRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowRunCommandOutput) => void): void;
|
|
1122
1253
|
/**
|
|
1254
|
+
* @public
|
|
1123
1255
|
* <p>Retrieves the workflow run properties which were set during the run.</p>
|
|
1124
1256
|
*/
|
|
1125
1257
|
getWorkflowRunProperties(args: GetWorkflowRunPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowRunPropertiesCommandOutput>;
|
|
1126
1258
|
getWorkflowRunProperties(args: GetWorkflowRunPropertiesCommandInput, cb: (err: any, data?: GetWorkflowRunPropertiesCommandOutput) => void): void;
|
|
1127
1259
|
getWorkflowRunProperties(args: GetWorkflowRunPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowRunPropertiesCommandOutput) => void): void;
|
|
1128
1260
|
/**
|
|
1261
|
+
* @public
|
|
1129
1262
|
* <p>Retrieves metadata for all runs of a given workflow.</p>
|
|
1130
1263
|
*/
|
|
1131
1264
|
getWorkflowRuns(args: GetWorkflowRunsCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowRunsCommandOutput>;
|
|
1132
1265
|
getWorkflowRuns(args: GetWorkflowRunsCommandInput, cb: (err: any, data?: GetWorkflowRunsCommandOutput) => void): void;
|
|
1133
1266
|
getWorkflowRuns(args: GetWorkflowRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowRunsCommandOutput) => void): void;
|
|
1134
1267
|
/**
|
|
1268
|
+
* @public
|
|
1135
1269
|
* <p>Imports an existing Amazon Athena Data Catalog to Glue.</p>
|
|
1136
1270
|
*/
|
|
1137
1271
|
importCatalogToGlue(args: ImportCatalogToGlueCommandInput, options?: __HttpHandlerOptions): Promise<ImportCatalogToGlueCommandOutput>;
|
|
1138
1272
|
importCatalogToGlue(args: ImportCatalogToGlueCommandInput, cb: (err: any, data?: ImportCatalogToGlueCommandOutput) => void): void;
|
|
1139
1273
|
importCatalogToGlue(args: ImportCatalogToGlueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportCatalogToGlueCommandOutput) => void): void;
|
|
1140
1274
|
/**
|
|
1275
|
+
* @public
|
|
1141
1276
|
* <p>Lists all the blueprint names in an account.</p>
|
|
1142
1277
|
*/
|
|
1143
1278
|
listBlueprints(args: ListBlueprintsCommandInput, options?: __HttpHandlerOptions): Promise<ListBlueprintsCommandOutput>;
|
|
1144
1279
|
listBlueprints(args: ListBlueprintsCommandInput, cb: (err: any, data?: ListBlueprintsCommandOutput) => void): void;
|
|
1145
1280
|
listBlueprints(args: ListBlueprintsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBlueprintsCommandOutput) => void): void;
|
|
1146
1281
|
/**
|
|
1282
|
+
* @public
|
|
1147
1283
|
* <p>Retrieves the names of all crawler resources in this Amazon Web Services account, or the
|
|
1148
1284
|
* resources with the specified tag. This operation allows you to see which
|
|
1149
1285
|
* resources are available in your account, and their names.</p>
|
|
@@ -1155,6 +1291,7 @@ export declare class Glue extends GlueClient {
|
|
|
1155
1291
|
listCrawlers(args: ListCrawlersCommandInput, cb: (err: any, data?: ListCrawlersCommandOutput) => void): void;
|
|
1156
1292
|
listCrawlers(args: ListCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCrawlersCommandOutput) => void): void;
|
|
1157
1293
|
/**
|
|
1294
|
+
* @public
|
|
1158
1295
|
* <p>Returns all the crawls of a specified crawler. Returns only the crawls that have occurred since the launch date of the crawler history feature, and only retains up to 12 months of crawls. Older crawls will not be returned.</p>
|
|
1159
1296
|
* <p>You may use this API to:</p>
|
|
1160
1297
|
* <ul>
|
|
@@ -1176,36 +1313,42 @@ export declare class Glue extends GlueClient {
|
|
|
1176
1313
|
listCrawls(args: ListCrawlsCommandInput, cb: (err: any, data?: ListCrawlsCommandOutput) => void): void;
|
|
1177
1314
|
listCrawls(args: ListCrawlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCrawlsCommandOutput) => void): void;
|
|
1178
1315
|
/**
|
|
1316
|
+
* @public
|
|
1179
1317
|
* <p>Lists all the custom patterns that have been created.</p>
|
|
1180
1318
|
*/
|
|
1181
1319
|
listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomEntityTypesCommandOutput>;
|
|
1182
1320
|
listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void): void;
|
|
1183
1321
|
listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void): void;
|
|
1184
1322
|
/**
|
|
1323
|
+
* @public
|
|
1185
1324
|
* <p>Returns all data quality execution results for your account.</p>
|
|
1186
1325
|
*/
|
|
1187
1326
|
listDataQualityResults(args: ListDataQualityResultsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataQualityResultsCommandOutput>;
|
|
1188
1327
|
listDataQualityResults(args: ListDataQualityResultsCommandInput, cb: (err: any, data?: ListDataQualityResultsCommandOutput) => void): void;
|
|
1189
1328
|
listDataQualityResults(args: ListDataQualityResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataQualityResultsCommandOutput) => void): void;
|
|
1190
1329
|
/**
|
|
1330
|
+
* @public
|
|
1191
1331
|
* <p>Lists the recommendation runs meeting the filter criteria.</p>
|
|
1192
1332
|
*/
|
|
1193
1333
|
listDataQualityRuleRecommendationRuns(args: ListDataQualityRuleRecommendationRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataQualityRuleRecommendationRunsCommandOutput>;
|
|
1194
1334
|
listDataQualityRuleRecommendationRuns(args: ListDataQualityRuleRecommendationRunsCommandInput, cb: (err: any, data?: ListDataQualityRuleRecommendationRunsCommandOutput) => void): void;
|
|
1195
1335
|
listDataQualityRuleRecommendationRuns(args: ListDataQualityRuleRecommendationRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataQualityRuleRecommendationRunsCommandOutput) => void): void;
|
|
1196
1336
|
/**
|
|
1337
|
+
* @public
|
|
1197
1338
|
* <p>Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.</p>
|
|
1198
1339
|
*/
|
|
1199
1340
|
listDataQualityRulesetEvaluationRuns(args: ListDataQualityRulesetEvaluationRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataQualityRulesetEvaluationRunsCommandOutput>;
|
|
1200
1341
|
listDataQualityRulesetEvaluationRuns(args: ListDataQualityRulesetEvaluationRunsCommandInput, cb: (err: any, data?: ListDataQualityRulesetEvaluationRunsCommandOutput) => void): void;
|
|
1201
1342
|
listDataQualityRulesetEvaluationRuns(args: ListDataQualityRulesetEvaluationRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataQualityRulesetEvaluationRunsCommandOutput) => void): void;
|
|
1202
1343
|
/**
|
|
1344
|
+
* @public
|
|
1203
1345
|
* <p>Returns a paginated list of rulesets for the specified list of Glue tables.</p>
|
|
1204
1346
|
*/
|
|
1205
1347
|
listDataQualityRulesets(args: ListDataQualityRulesetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataQualityRulesetsCommandOutput>;
|
|
1206
1348
|
listDataQualityRulesets(args: ListDataQualityRulesetsCommandInput, cb: (err: any, data?: ListDataQualityRulesetsCommandOutput) => void): void;
|
|
1207
1349
|
listDataQualityRulesets(args: ListDataQualityRulesetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataQualityRulesetsCommandOutput) => void): void;
|
|
1208
1350
|
/**
|
|
1351
|
+
* @public
|
|
1209
1352
|
* <p>Retrieves the names of all <code>DevEndpoint</code> resources in this Amazon Web Services account, or the
|
|
1210
1353
|
* resources with the specified tag. This operation allows you to see which resources are
|
|
1211
1354
|
* available in your account, and their names.</p>
|
|
@@ -1217,6 +1360,7 @@ export declare class Glue extends GlueClient {
|
|
|
1217
1360
|
listDevEndpoints(args: ListDevEndpointsCommandInput, cb: (err: any, data?: ListDevEndpointsCommandOutput) => void): void;
|
|
1218
1361
|
listDevEndpoints(args: ListDevEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevEndpointsCommandOutput) => void): void;
|
|
1219
1362
|
/**
|
|
1363
|
+
* @public
|
|
1220
1364
|
* <p>Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.</p>
|
|
1221
1365
|
* <p>This operation takes the optional <code>Tags</code> field, which you can use as a filter on
|
|
1222
1366
|
* the response so that tagged resources can be retrieved as a group. If you choose to use tags
|
|
@@ -1226,6 +1370,7 @@ export declare class Glue extends GlueClient {
|
|
|
1226
1370
|
listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
1227
1371
|
listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
1228
1372
|
/**
|
|
1373
|
+
* @public
|
|
1229
1374
|
* <p> Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services account,
|
|
1230
1375
|
* or the resources with the specified tag. This operation takes the optional <code>Tags</code> field, which you can use as
|
|
1231
1376
|
* a filter of the responses so that tagged resources can be retrieved as a group. If you choose to use tag
|
|
@@ -1236,12 +1381,14 @@ export declare class Glue extends GlueClient {
|
|
|
1236
1381
|
listMLTransforms(args: ListMLTransformsCommandInput, cb: (err: any, data?: ListMLTransformsCommandOutput) => void): void;
|
|
1237
1382
|
listMLTransforms(args: ListMLTransformsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMLTransformsCommandOutput) => void): void;
|
|
1238
1383
|
/**
|
|
1384
|
+
* @public
|
|
1239
1385
|
* <p>Returns a list of registries that you have created, with minimal registry information. Registries in the <code>Deleting</code> status will not be included in the results. Empty results will be returned if there are no registries available.</p>
|
|
1240
1386
|
*/
|
|
1241
1387
|
listRegistries(args: ListRegistriesCommandInput, options?: __HttpHandlerOptions): Promise<ListRegistriesCommandOutput>;
|
|
1242
1388
|
listRegistries(args: ListRegistriesCommandInput, cb: (err: any, data?: ListRegistriesCommandOutput) => void): void;
|
|
1243
1389
|
listRegistries(args: ListRegistriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRegistriesCommandOutput) => void): void;
|
|
1244
1390
|
/**
|
|
1391
|
+
* @public
|
|
1245
1392
|
* <p>Returns a list of schemas with minimal details. Schemas in Deleting status will not be included in the results. Empty results will be returned if there are no schemas available.</p>
|
|
1246
1393
|
* <p>When the <code>RegistryId</code> is not provided, all the schemas across registries will be part of the API response.</p>
|
|
1247
1394
|
*/
|
|
@@ -1249,24 +1396,28 @@ export declare class Glue extends GlueClient {
|
|
|
1249
1396
|
listSchemas(args: ListSchemasCommandInput, cb: (err: any, data?: ListSchemasCommandOutput) => void): void;
|
|
1250
1397
|
listSchemas(args: ListSchemasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSchemasCommandOutput) => void): void;
|
|
1251
1398
|
/**
|
|
1399
|
+
* @public
|
|
1252
1400
|
* <p>Returns a list of schema versions that you have created, with minimal information. Schema versions in Deleted status will not be included in the results. Empty results will be returned if there are no schema versions available.</p>
|
|
1253
1401
|
*/
|
|
1254
1402
|
listSchemaVersions(args: ListSchemaVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSchemaVersionsCommandOutput>;
|
|
1255
1403
|
listSchemaVersions(args: ListSchemaVersionsCommandInput, cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void): void;
|
|
1256
1404
|
listSchemaVersions(args: ListSchemaVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void): void;
|
|
1257
1405
|
/**
|
|
1406
|
+
* @public
|
|
1258
1407
|
* <p>Retrieve a list of sessions.</p>
|
|
1259
1408
|
*/
|
|
1260
1409
|
listSessions(args: ListSessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSessionsCommandOutput>;
|
|
1261
1410
|
listSessions(args: ListSessionsCommandInput, cb: (err: any, data?: ListSessionsCommandOutput) => void): void;
|
|
1262
1411
|
listSessions(args: ListSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSessionsCommandOutput) => void): void;
|
|
1263
1412
|
/**
|
|
1413
|
+
* @public
|
|
1264
1414
|
* <p>Lists statements for the session.</p>
|
|
1265
1415
|
*/
|
|
1266
1416
|
listStatements(args: ListStatementsCommandInput, options?: __HttpHandlerOptions): Promise<ListStatementsCommandOutput>;
|
|
1267
1417
|
listStatements(args: ListStatementsCommandInput, cb: (err: any, data?: ListStatementsCommandOutput) => void): void;
|
|
1268
1418
|
listStatements(args: ListStatementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStatementsCommandOutput) => void): void;
|
|
1269
1419
|
/**
|
|
1420
|
+
* @public
|
|
1270
1421
|
* <p>Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.</p>
|
|
1271
1422
|
* <p>This operation takes the optional <code>Tags</code> field, which you can use as a filter on
|
|
1272
1423
|
* the response so that tagged resources can be retrieved as a group. If you choose to use tags
|
|
@@ -1276,12 +1427,14 @@ export declare class Glue extends GlueClient {
|
|
|
1276
1427
|
listTriggers(args: ListTriggersCommandInput, cb: (err: any, data?: ListTriggersCommandOutput) => void): void;
|
|
1277
1428
|
listTriggers(args: ListTriggersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTriggersCommandOutput) => void): void;
|
|
1278
1429
|
/**
|
|
1430
|
+
* @public
|
|
1279
1431
|
* <p>Lists names of workflows created in the account.</p>
|
|
1280
1432
|
*/
|
|
1281
1433
|
listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
|
|
1282
1434
|
listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
|
|
1283
1435
|
listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
|
|
1284
1436
|
/**
|
|
1437
|
+
* @public
|
|
1285
1438
|
* <p>Sets the security configuration for a specified catalog. After the configuration has been
|
|
1286
1439
|
* set, the specified encryption is applied to every catalog write thereafter.</p>
|
|
1287
1440
|
*/
|
|
@@ -1289,30 +1442,35 @@ export declare class Glue extends GlueClient {
|
|
|
1289
1442
|
putDataCatalogEncryptionSettings(args: PutDataCatalogEncryptionSettingsCommandInput, cb: (err: any, data?: PutDataCatalogEncryptionSettingsCommandOutput) => void): void;
|
|
1290
1443
|
putDataCatalogEncryptionSettings(args: PutDataCatalogEncryptionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDataCatalogEncryptionSettingsCommandOutput) => void): void;
|
|
1291
1444
|
/**
|
|
1445
|
+
* @public
|
|
1292
1446
|
* <p>Sets the Data Catalog resource policy for access control.</p>
|
|
1293
1447
|
*/
|
|
1294
1448
|
putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
|
|
1295
1449
|
putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
1296
1450
|
putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
1297
1451
|
/**
|
|
1452
|
+
* @public
|
|
1298
1453
|
* <p>Puts the metadata key value pair for a specified schema version ID. A maximum of 10 key value pairs will be allowed per schema version. They can be added over one or more calls.</p>
|
|
1299
1454
|
*/
|
|
1300
1455
|
putSchemaVersionMetadata(args: PutSchemaVersionMetadataCommandInput, options?: __HttpHandlerOptions): Promise<PutSchemaVersionMetadataCommandOutput>;
|
|
1301
1456
|
putSchemaVersionMetadata(args: PutSchemaVersionMetadataCommandInput, cb: (err: any, data?: PutSchemaVersionMetadataCommandOutput) => void): void;
|
|
1302
1457
|
putSchemaVersionMetadata(args: PutSchemaVersionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutSchemaVersionMetadataCommandOutput) => void): void;
|
|
1303
1458
|
/**
|
|
1459
|
+
* @public
|
|
1304
1460
|
* <p>Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.</p>
|
|
1305
1461
|
*/
|
|
1306
1462
|
putWorkflowRunProperties(args: PutWorkflowRunPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<PutWorkflowRunPropertiesCommandOutput>;
|
|
1307
1463
|
putWorkflowRunProperties(args: PutWorkflowRunPropertiesCommandInput, cb: (err: any, data?: PutWorkflowRunPropertiesCommandOutput) => void): void;
|
|
1308
1464
|
putWorkflowRunProperties(args: PutWorkflowRunPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutWorkflowRunPropertiesCommandOutput) => void): void;
|
|
1309
1465
|
/**
|
|
1466
|
+
* @public
|
|
1310
1467
|
* <p>Queries for the schema version metadata information. </p>
|
|
1311
1468
|
*/
|
|
1312
1469
|
querySchemaVersionMetadata(args: QuerySchemaVersionMetadataCommandInput, options?: __HttpHandlerOptions): Promise<QuerySchemaVersionMetadataCommandOutput>;
|
|
1313
1470
|
querySchemaVersionMetadata(args: QuerySchemaVersionMetadataCommandInput, cb: (err: any, data?: QuerySchemaVersionMetadataCommandOutput) => void): void;
|
|
1314
1471
|
querySchemaVersionMetadata(args: QuerySchemaVersionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: QuerySchemaVersionMetadataCommandOutput) => void): void;
|
|
1315
1472
|
/**
|
|
1473
|
+
* @public
|
|
1316
1474
|
* <p>Adds a new version to the existing schema. Returns an error if new version of schema does not meet the compatibility requirements of the schema set. This API will not create a new schema set and will return a 404 error if the schema set is not already present in the Schema Registry.</p>
|
|
1317
1475
|
* <p>If this is the first schema definition to be registered in the Schema Registry, this API will store the schema version and return immediately. Otherwise, this call has the potential to run longer than other operations due to compatibility modes. You can call the <code>GetSchemaVersion</code> API with the <code>SchemaVersionId</code> to check compatibility modes.</p>
|
|
1318
1476
|
* <p>If the same schema definition is already stored in Schema Registry as a version, the schema ID of the existing schema is returned to the caller.</p>
|
|
@@ -1321,12 +1479,14 @@ export declare class Glue extends GlueClient {
|
|
|
1321
1479
|
registerSchemaVersion(args: RegisterSchemaVersionCommandInput, cb: (err: any, data?: RegisterSchemaVersionCommandOutput) => void): void;
|
|
1322
1480
|
registerSchemaVersion(args: RegisterSchemaVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterSchemaVersionCommandOutput) => void): void;
|
|
1323
1481
|
/**
|
|
1482
|
+
* @public
|
|
1324
1483
|
* <p>Removes a key value pair from the schema version metadata for the specified schema version ID.</p>
|
|
1325
1484
|
*/
|
|
1326
1485
|
removeSchemaVersionMetadata(args: RemoveSchemaVersionMetadataCommandInput, options?: __HttpHandlerOptions): Promise<RemoveSchemaVersionMetadataCommandOutput>;
|
|
1327
1486
|
removeSchemaVersionMetadata(args: RemoveSchemaVersionMetadataCommandInput, cb: (err: any, data?: RemoveSchemaVersionMetadataCommandOutput) => void): void;
|
|
1328
1487
|
removeSchemaVersionMetadata(args: RemoveSchemaVersionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveSchemaVersionMetadataCommandOutput) => void): void;
|
|
1329
1488
|
/**
|
|
1489
|
+
* @public
|
|
1330
1490
|
* <p>Resets a bookmark entry.</p>
|
|
1331
1491
|
* <p>For more information about enabling and using job bookmarks, see:</p>
|
|
1332
1492
|
* <ul>
|
|
@@ -1351,18 +1511,21 @@ export declare class Glue extends GlueClient {
|
|
|
1351
1511
|
resetJobBookmark(args: ResetJobBookmarkCommandInput, cb: (err: any, data?: ResetJobBookmarkCommandOutput) => void): void;
|
|
1352
1512
|
resetJobBookmark(args: ResetJobBookmarkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetJobBookmarkCommandOutput) => void): void;
|
|
1353
1513
|
/**
|
|
1514
|
+
* @public
|
|
1354
1515
|
* <p>Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run. The selected nodes and all nodes that are downstream from the selected nodes are run.</p>
|
|
1355
1516
|
*/
|
|
1356
1517
|
resumeWorkflowRun(args: ResumeWorkflowRunCommandInput, options?: __HttpHandlerOptions): Promise<ResumeWorkflowRunCommandOutput>;
|
|
1357
1518
|
resumeWorkflowRun(args: ResumeWorkflowRunCommandInput, cb: (err: any, data?: ResumeWorkflowRunCommandOutput) => void): void;
|
|
1358
1519
|
resumeWorkflowRun(args: ResumeWorkflowRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeWorkflowRunCommandOutput) => void): void;
|
|
1359
1520
|
/**
|
|
1521
|
+
* @public
|
|
1360
1522
|
* <p>Executes the statement.</p>
|
|
1361
1523
|
*/
|
|
1362
1524
|
runStatement(args: RunStatementCommandInput, options?: __HttpHandlerOptions): Promise<RunStatementCommandOutput>;
|
|
1363
1525
|
runStatement(args: RunStatementCommandInput, cb: (err: any, data?: RunStatementCommandOutput) => void): void;
|
|
1364
1526
|
runStatement(args: RunStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RunStatementCommandOutput) => void): void;
|
|
1365
1527
|
/**
|
|
1528
|
+
* @public
|
|
1366
1529
|
* <p>Searches a set of tables based on properties in the table metadata as well as on the parent database. You can search against text or filter conditions. </p>
|
|
1367
1530
|
* <p>You can only get tables that you have access to based on the security policies defined in Lake Formation. You need at least a read-only access to the table for it to be returned. If you do not have access to all the columns in the table, these columns will not be searched against when returning the list of tables back to you. If you have access to the columns but not the data in the columns, those columns and the associated metadata for those columns will be included in the search. </p>
|
|
1368
1531
|
*/
|
|
@@ -1370,12 +1533,14 @@ export declare class Glue extends GlueClient {
|
|
|
1370
1533
|
searchTables(args: SearchTablesCommandInput, cb: (err: any, data?: SearchTablesCommandOutput) => void): void;
|
|
1371
1534
|
searchTables(args: SearchTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchTablesCommandOutput) => void): void;
|
|
1372
1535
|
/**
|
|
1536
|
+
* @public
|
|
1373
1537
|
* <p>Starts a new run of the specified blueprint.</p>
|
|
1374
1538
|
*/
|
|
1375
1539
|
startBlueprintRun(args: StartBlueprintRunCommandInput, options?: __HttpHandlerOptions): Promise<StartBlueprintRunCommandOutput>;
|
|
1376
1540
|
startBlueprintRun(args: StartBlueprintRunCommandInput, cb: (err: any, data?: StartBlueprintRunCommandOutput) => void): void;
|
|
1377
1541
|
startBlueprintRun(args: StartBlueprintRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBlueprintRunCommandOutput) => void): void;
|
|
1378
1542
|
/**
|
|
1543
|
+
* @public
|
|
1379
1544
|
* <p>Starts a crawl using the specified crawler, regardless
|
|
1380
1545
|
* of what is scheduled. If the crawler is already running, returns a
|
|
1381
1546
|
* <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-exceptions.html#aws-glue-api-exceptions-CrawlerRunningException">CrawlerRunningException</a>.</p>
|
|
@@ -1384,6 +1549,7 @@ export declare class Glue extends GlueClient {
|
|
|
1384
1549
|
startCrawler(args: StartCrawlerCommandInput, cb: (err: any, data?: StartCrawlerCommandOutput) => void): void;
|
|
1385
1550
|
startCrawler(args: StartCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCrawlerCommandOutput) => void): void;
|
|
1386
1551
|
/**
|
|
1552
|
+
* @public
|
|
1387
1553
|
* <p>Changes the schedule state of the specified crawler to
|
|
1388
1554
|
* <code>SCHEDULED</code>, unless the crawler is already running or the
|
|
1389
1555
|
* schedule state is already <code>SCHEDULED</code>.</p>
|
|
@@ -1392,18 +1558,21 @@ export declare class Glue extends GlueClient {
|
|
|
1392
1558
|
startCrawlerSchedule(args: StartCrawlerScheduleCommandInput, cb: (err: any, data?: StartCrawlerScheduleCommandOutput) => void): void;
|
|
1393
1559
|
startCrawlerSchedule(args: StartCrawlerScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCrawlerScheduleCommandOutput) => void): void;
|
|
1394
1560
|
/**
|
|
1561
|
+
* @public
|
|
1395
1562
|
* <p>Starts a recommendation run that is used to generate rules when you don't know what rules to write. Glue Data Quality analyzes the data and comes up with recommendations for a potential ruleset. You can then triage the ruleset and modify the generated ruleset to your liking.</p>
|
|
1396
1563
|
*/
|
|
1397
1564
|
startDataQualityRuleRecommendationRun(args: StartDataQualityRuleRecommendationRunCommandInput, options?: __HttpHandlerOptions): Promise<StartDataQualityRuleRecommendationRunCommandOutput>;
|
|
1398
1565
|
startDataQualityRuleRecommendationRun(args: StartDataQualityRuleRecommendationRunCommandInput, cb: (err: any, data?: StartDataQualityRuleRecommendationRunCommandOutput) => void): void;
|
|
1399
1566
|
startDataQualityRuleRecommendationRun(args: StartDataQualityRuleRecommendationRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDataQualityRuleRecommendationRunCommandOutput) => void): void;
|
|
1400
1567
|
/**
|
|
1568
|
+
* @public
|
|
1401
1569
|
* <p>Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table). The evaluation computes results which you can retrieve with the <code>GetDataQualityResult</code> API.</p>
|
|
1402
1570
|
*/
|
|
1403
1571
|
startDataQualityRulesetEvaluationRun(args: StartDataQualityRulesetEvaluationRunCommandInput, options?: __HttpHandlerOptions): Promise<StartDataQualityRulesetEvaluationRunCommandOutput>;
|
|
1404
1572
|
startDataQualityRulesetEvaluationRun(args: StartDataQualityRulesetEvaluationRunCommandInput, cb: (err: any, data?: StartDataQualityRulesetEvaluationRunCommandOutput) => void): void;
|
|
1405
1573
|
startDataQualityRulesetEvaluationRun(args: StartDataQualityRulesetEvaluationRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDataQualityRulesetEvaluationRunCommandOutput) => void): void;
|
|
1406
1574
|
/**
|
|
1575
|
+
* @public
|
|
1407
1576
|
* <p>Begins an asynchronous task to export all labeled data for a particular transform. This
|
|
1408
1577
|
* task is the only label-related API call that is not part of the typical active learning
|
|
1409
1578
|
* workflow. You typically use <code>StartExportLabelsTaskRun</code> when you want to work with
|
|
@@ -1418,6 +1587,7 @@ export declare class Glue extends GlueClient {
|
|
|
1418
1587
|
startExportLabelsTaskRun(args: StartExportLabelsTaskRunCommandInput, cb: (err: any, data?: StartExportLabelsTaskRunCommandOutput) => void): void;
|
|
1419
1588
|
startExportLabelsTaskRun(args: StartExportLabelsTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartExportLabelsTaskRunCommandOutput) => void): void;
|
|
1420
1589
|
/**
|
|
1590
|
+
* @public
|
|
1421
1591
|
* <p>Enables you to provide additional labels (examples of truth) to be used to teach the
|
|
1422
1592
|
* machine learning transform and improve its quality. This API operation is generally used as
|
|
1423
1593
|
* part of the active learning workflow that starts with the
|
|
@@ -1445,12 +1615,14 @@ export declare class Glue extends GlueClient {
|
|
|
1445
1615
|
startImportLabelsTaskRun(args: StartImportLabelsTaskRunCommandInput, cb: (err: any, data?: StartImportLabelsTaskRunCommandOutput) => void): void;
|
|
1446
1616
|
startImportLabelsTaskRun(args: StartImportLabelsTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartImportLabelsTaskRunCommandOutput) => void): void;
|
|
1447
1617
|
/**
|
|
1618
|
+
* @public
|
|
1448
1619
|
* <p>Starts a job run using a job definition.</p>
|
|
1449
1620
|
*/
|
|
1450
1621
|
startJobRun(args: StartJobRunCommandInput, options?: __HttpHandlerOptions): Promise<StartJobRunCommandOutput>;
|
|
1451
1622
|
startJobRun(args: StartJobRunCommandInput, cb: (err: any, data?: StartJobRunCommandOutput) => void): void;
|
|
1452
1623
|
startJobRun(args: StartJobRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartJobRunCommandOutput) => void): void;
|
|
1453
1624
|
/**
|
|
1625
|
+
* @public
|
|
1454
1626
|
* <p>Starts a task to estimate the quality of the transform. </p>
|
|
1455
1627
|
* <p>When you provide label sets as examples of truth, Glue machine learning uses some of
|
|
1456
1628
|
* those examples to learn from them. The rest of the labels are used as a test to estimate
|
|
@@ -1462,6 +1634,7 @@ export declare class Glue extends GlueClient {
|
|
|
1462
1634
|
startMLEvaluationTaskRun(args: StartMLEvaluationTaskRunCommandInput, cb: (err: any, data?: StartMLEvaluationTaskRunCommandOutput) => void): void;
|
|
1463
1635
|
startMLEvaluationTaskRun(args: StartMLEvaluationTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMLEvaluationTaskRunCommandOutput) => void): void;
|
|
1464
1636
|
/**
|
|
1637
|
+
* @public
|
|
1465
1638
|
* <p>Starts the active learning workflow for your machine learning transform to improve the
|
|
1466
1639
|
* transform's quality by generating label sets and adding labels.</p>
|
|
1467
1640
|
* <p>When the <code>StartMLLabelingSetGenerationTaskRun</code> finishes, Glue will have
|
|
@@ -1478,6 +1651,7 @@ export declare class Glue extends GlueClient {
|
|
|
1478
1651
|
startMLLabelingSetGenerationTaskRun(args: StartMLLabelingSetGenerationTaskRunCommandInput, cb: (err: any, data?: StartMLLabelingSetGenerationTaskRunCommandOutput) => void): void;
|
|
1479
1652
|
startMLLabelingSetGenerationTaskRun(args: StartMLLabelingSetGenerationTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMLLabelingSetGenerationTaskRunCommandOutput) => void): void;
|
|
1480
1653
|
/**
|
|
1654
|
+
* @public
|
|
1481
1655
|
* <p>Starts an existing trigger. See <a href="https://docs.aws.amazon.com/glue/latest/dg/trigger-job.html">Triggering
|
|
1482
1656
|
* Jobs</a> for information about how different types of trigger are
|
|
1483
1657
|
* started.</p>
|
|
@@ -1486,18 +1660,21 @@ export declare class Glue extends GlueClient {
|
|
|
1486
1660
|
startTrigger(args: StartTriggerCommandInput, cb: (err: any, data?: StartTriggerCommandOutput) => void): void;
|
|
1487
1661
|
startTrigger(args: StartTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTriggerCommandOutput) => void): void;
|
|
1488
1662
|
/**
|
|
1663
|
+
* @public
|
|
1489
1664
|
* <p>Starts a new run of the specified workflow.</p>
|
|
1490
1665
|
*/
|
|
1491
1666
|
startWorkflowRun(args: StartWorkflowRunCommandInput, options?: __HttpHandlerOptions): Promise<StartWorkflowRunCommandOutput>;
|
|
1492
1667
|
startWorkflowRun(args: StartWorkflowRunCommandInput, cb: (err: any, data?: StartWorkflowRunCommandOutput) => void): void;
|
|
1493
1668
|
startWorkflowRun(args: StartWorkflowRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartWorkflowRunCommandOutput) => void): void;
|
|
1494
1669
|
/**
|
|
1670
|
+
* @public
|
|
1495
1671
|
* <p>If the specified crawler is running, stops the crawl.</p>
|
|
1496
1672
|
*/
|
|
1497
1673
|
stopCrawler(args: StopCrawlerCommandInput, options?: __HttpHandlerOptions): Promise<StopCrawlerCommandOutput>;
|
|
1498
1674
|
stopCrawler(args: StopCrawlerCommandInput, cb: (err: any, data?: StopCrawlerCommandOutput) => void): void;
|
|
1499
1675
|
stopCrawler(args: StopCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopCrawlerCommandOutput) => void): void;
|
|
1500
1676
|
/**
|
|
1677
|
+
* @public
|
|
1501
1678
|
* <p>Sets the schedule state of the specified crawler to
|
|
1502
1679
|
* <code>NOT_SCHEDULED</code>, but does not stop the crawler if it is
|
|
1503
1680
|
* already running.</p>
|
|
@@ -1506,24 +1683,28 @@ export declare class Glue extends GlueClient {
|
|
|
1506
1683
|
stopCrawlerSchedule(args: StopCrawlerScheduleCommandInput, cb: (err: any, data?: StopCrawlerScheduleCommandOutput) => void): void;
|
|
1507
1684
|
stopCrawlerSchedule(args: StopCrawlerScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopCrawlerScheduleCommandOutput) => void): void;
|
|
1508
1685
|
/**
|
|
1686
|
+
* @public
|
|
1509
1687
|
* <p>Stops the session.</p>
|
|
1510
1688
|
*/
|
|
1511
1689
|
stopSession(args: StopSessionCommandInput, options?: __HttpHandlerOptions): Promise<StopSessionCommandOutput>;
|
|
1512
1690
|
stopSession(args: StopSessionCommandInput, cb: (err: any, data?: StopSessionCommandOutput) => void): void;
|
|
1513
1691
|
stopSession(args: StopSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopSessionCommandOutput) => void): void;
|
|
1514
1692
|
/**
|
|
1693
|
+
* @public
|
|
1515
1694
|
* <p>Stops a specified trigger.</p>
|
|
1516
1695
|
*/
|
|
1517
1696
|
stopTrigger(args: StopTriggerCommandInput, options?: __HttpHandlerOptions): Promise<StopTriggerCommandOutput>;
|
|
1518
1697
|
stopTrigger(args: StopTriggerCommandInput, cb: (err: any, data?: StopTriggerCommandOutput) => void): void;
|
|
1519
1698
|
stopTrigger(args: StopTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopTriggerCommandOutput) => void): void;
|
|
1520
1699
|
/**
|
|
1700
|
+
* @public
|
|
1521
1701
|
* <p>Stops the execution of the specified workflow run.</p>
|
|
1522
1702
|
*/
|
|
1523
1703
|
stopWorkflowRun(args: StopWorkflowRunCommandInput, options?: __HttpHandlerOptions): Promise<StopWorkflowRunCommandOutput>;
|
|
1524
1704
|
stopWorkflowRun(args: StopWorkflowRunCommandInput, cb: (err: any, data?: StopWorkflowRunCommandOutput) => void): void;
|
|
1525
1705
|
stopWorkflowRun(args: StopWorkflowRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopWorkflowRunCommandOutput) => void): void;
|
|
1526
1706
|
/**
|
|
1707
|
+
* @public
|
|
1527
1708
|
* <p>Adds tags to a resource. A tag is a label you can assign to an Amazon Web Services resource.
|
|
1528
1709
|
* In Glue, you can tag only certain resources. For information about what
|
|
1529
1710
|
* resources you can tag, see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html">Amazon Web Services Tags in Glue</a>.</p>
|
|
@@ -1532,18 +1713,21 @@ export declare class Glue extends GlueClient {
|
|
|
1532
1713
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
1533
1714
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
1534
1715
|
/**
|
|
1716
|
+
* @public
|
|
1535
1717
|
* <p>Removes tags from a resource.</p>
|
|
1536
1718
|
*/
|
|
1537
1719
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
1538
1720
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
1539
1721
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
1540
1722
|
/**
|
|
1723
|
+
* @public
|
|
1541
1724
|
* <p>Updates a registered blueprint.</p>
|
|
1542
1725
|
*/
|
|
1543
1726
|
updateBlueprint(args: UpdateBlueprintCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBlueprintCommandOutput>;
|
|
1544
1727
|
updateBlueprint(args: UpdateBlueprintCommandInput, cb: (err: any, data?: UpdateBlueprintCommandOutput) => void): void;
|
|
1545
1728
|
updateBlueprint(args: UpdateBlueprintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBlueprintCommandOutput) => void): void;
|
|
1546
1729
|
/**
|
|
1730
|
+
* @public
|
|
1547
1731
|
* <p>Modifies an existing classifier (a <code>GrokClassifier</code>,
|
|
1548
1732
|
* an <code>XMLClassifier</code>, a <code>JsonClassifier</code>, or a <code>CsvClassifier</code>, depending on
|
|
1549
1733
|
* which field is present).</p>
|
|
@@ -1552,6 +1736,7 @@ export declare class Glue extends GlueClient {
|
|
|
1552
1736
|
updateClassifier(args: UpdateClassifierCommandInput, cb: (err: any, data?: UpdateClassifierCommandOutput) => void): void;
|
|
1553
1737
|
updateClassifier(args: UpdateClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClassifierCommandOutput) => void): void;
|
|
1554
1738
|
/**
|
|
1739
|
+
* @public
|
|
1555
1740
|
* <p>Creates or updates partition statistics of columns.</p>
|
|
1556
1741
|
* <p>The Identity and Access Management (IAM) permission required for this operation is <code>UpdatePartition</code>.</p>
|
|
1557
1742
|
*/
|
|
@@ -1559,6 +1744,7 @@ export declare class Glue extends GlueClient {
|
|
|
1559
1744
|
updateColumnStatisticsForPartition(args: UpdateColumnStatisticsForPartitionCommandInput, cb: (err: any, data?: UpdateColumnStatisticsForPartitionCommandOutput) => void): void;
|
|
1560
1745
|
updateColumnStatisticsForPartition(args: UpdateColumnStatisticsForPartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateColumnStatisticsForPartitionCommandOutput) => void): void;
|
|
1561
1746
|
/**
|
|
1747
|
+
* @public
|
|
1562
1748
|
* <p>Creates or updates table statistics of columns.</p>
|
|
1563
1749
|
* <p>The Identity and Access Management (IAM) permission required for this operation is <code>UpdateTable</code>.</p>
|
|
1564
1750
|
*/
|
|
@@ -1566,12 +1752,14 @@ export declare class Glue extends GlueClient {
|
|
|
1566
1752
|
updateColumnStatisticsForTable(args: UpdateColumnStatisticsForTableCommandInput, cb: (err: any, data?: UpdateColumnStatisticsForTableCommandOutput) => void): void;
|
|
1567
1753
|
updateColumnStatisticsForTable(args: UpdateColumnStatisticsForTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateColumnStatisticsForTableCommandOutput) => void): void;
|
|
1568
1754
|
/**
|
|
1755
|
+
* @public
|
|
1569
1756
|
* <p>Updates a connection definition in the Data Catalog.</p>
|
|
1570
1757
|
*/
|
|
1571
1758
|
updateConnection(args: UpdateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectionCommandOutput>;
|
|
1572
1759
|
updateConnection(args: UpdateConnectionCommandInput, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
|
|
1573
1760
|
updateConnection(args: UpdateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
|
|
1574
1761
|
/**
|
|
1762
|
+
* @public
|
|
1575
1763
|
* <p>Updates a crawler. If a crawler is
|
|
1576
1764
|
* running, you must stop it using <code>StopCrawler</code> before updating
|
|
1577
1765
|
* it.</p>
|
|
@@ -1580,36 +1768,42 @@ export declare class Glue extends GlueClient {
|
|
|
1580
1768
|
updateCrawler(args: UpdateCrawlerCommandInput, cb: (err: any, data?: UpdateCrawlerCommandOutput) => void): void;
|
|
1581
1769
|
updateCrawler(args: UpdateCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCrawlerCommandOutput) => void): void;
|
|
1582
1770
|
/**
|
|
1771
|
+
* @public
|
|
1583
1772
|
* <p>Updates the schedule of a crawler using a <code>cron</code> expression. </p>
|
|
1584
1773
|
*/
|
|
1585
1774
|
updateCrawlerSchedule(args: UpdateCrawlerScheduleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCrawlerScheduleCommandOutput>;
|
|
1586
1775
|
updateCrawlerSchedule(args: UpdateCrawlerScheduleCommandInput, cb: (err: any, data?: UpdateCrawlerScheduleCommandOutput) => void): void;
|
|
1587
1776
|
updateCrawlerSchedule(args: UpdateCrawlerScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCrawlerScheduleCommandOutput) => void): void;
|
|
1588
1777
|
/**
|
|
1778
|
+
* @public
|
|
1589
1779
|
* <p>Updates an existing database definition in a Data Catalog.</p>
|
|
1590
1780
|
*/
|
|
1591
1781
|
updateDatabase(args: UpdateDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDatabaseCommandOutput>;
|
|
1592
1782
|
updateDatabase(args: UpdateDatabaseCommandInput, cb: (err: any, data?: UpdateDatabaseCommandOutput) => void): void;
|
|
1593
1783
|
updateDatabase(args: UpdateDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDatabaseCommandOutput) => void): void;
|
|
1594
1784
|
/**
|
|
1785
|
+
* @public
|
|
1595
1786
|
* <p>Updates the specified data quality ruleset.</p>
|
|
1596
1787
|
*/
|
|
1597
1788
|
updateDataQualityRuleset(args: UpdateDataQualityRulesetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataQualityRulesetCommandOutput>;
|
|
1598
1789
|
updateDataQualityRuleset(args: UpdateDataQualityRulesetCommandInput, cb: (err: any, data?: UpdateDataQualityRulesetCommandOutput) => void): void;
|
|
1599
1790
|
updateDataQualityRuleset(args: UpdateDataQualityRulesetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataQualityRulesetCommandOutput) => void): void;
|
|
1600
1791
|
/**
|
|
1792
|
+
* @public
|
|
1601
1793
|
* <p>Updates a specified development endpoint.</p>
|
|
1602
1794
|
*/
|
|
1603
1795
|
updateDevEndpoint(args: UpdateDevEndpointCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDevEndpointCommandOutput>;
|
|
1604
1796
|
updateDevEndpoint(args: UpdateDevEndpointCommandInput, cb: (err: any, data?: UpdateDevEndpointCommandOutput) => void): void;
|
|
1605
1797
|
updateDevEndpoint(args: UpdateDevEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDevEndpointCommandOutput) => void): void;
|
|
1606
1798
|
/**
|
|
1799
|
+
* @public
|
|
1607
1800
|
* <p>Updates an existing job definition. The previous job definition is completely overwritten by this information.</p>
|
|
1608
1801
|
*/
|
|
1609
1802
|
updateJob(args: UpdateJobCommandInput, options?: __HttpHandlerOptions): Promise<UpdateJobCommandOutput>;
|
|
1610
1803
|
updateJob(args: UpdateJobCommandInput, cb: (err: any, data?: UpdateJobCommandOutput) => void): void;
|
|
1611
1804
|
updateJob(args: UpdateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobCommandOutput) => void): void;
|
|
1612
1805
|
/**
|
|
1806
|
+
* @public
|
|
1613
1807
|
* <p>Synchronizes a job from the source control repository. This operation takes the job artifacts that are located in the remote repository and updates the Glue internal stores with these artifacts.</p>
|
|
1614
1808
|
* <p>This API supports optional parameters which take in the repository information.</p>
|
|
1615
1809
|
*/
|
|
@@ -1617,6 +1811,7 @@ export declare class Glue extends GlueClient {
|
|
|
1617
1811
|
updateJobFromSourceControl(args: UpdateJobFromSourceControlCommandInput, cb: (err: any, data?: UpdateJobFromSourceControlCommandOutput) => void): void;
|
|
1618
1812
|
updateJobFromSourceControl(args: UpdateJobFromSourceControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobFromSourceControlCommandOutput) => void): void;
|
|
1619
1813
|
/**
|
|
1814
|
+
* @public
|
|
1620
1815
|
* <p>Updates an existing machine learning transform. Call this operation to tune the algorithm parameters to achieve better results.</p>
|
|
1621
1816
|
* <p>After calling this operation, you can call the <code>StartMLEvaluationTaskRun</code>
|
|
1622
1817
|
* operation to assess how well your new parameters achieved your goals (such as improving the
|
|
@@ -1626,18 +1821,21 @@ export declare class Glue extends GlueClient {
|
|
|
1626
1821
|
updateMLTransform(args: UpdateMLTransformCommandInput, cb: (err: any, data?: UpdateMLTransformCommandOutput) => void): void;
|
|
1627
1822
|
updateMLTransform(args: UpdateMLTransformCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMLTransformCommandOutput) => void): void;
|
|
1628
1823
|
/**
|
|
1824
|
+
* @public
|
|
1629
1825
|
* <p>Updates a partition.</p>
|
|
1630
1826
|
*/
|
|
1631
1827
|
updatePartition(args: UpdatePartitionCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePartitionCommandOutput>;
|
|
1632
1828
|
updatePartition(args: UpdatePartitionCommandInput, cb: (err: any, data?: UpdatePartitionCommandOutput) => void): void;
|
|
1633
1829
|
updatePartition(args: UpdatePartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePartitionCommandOutput) => void): void;
|
|
1634
1830
|
/**
|
|
1831
|
+
* @public
|
|
1635
1832
|
* <p>Updates an existing registry which is used to hold a collection of schemas. The updated properties relate to the registry, and do not modify any of the schemas within the registry. </p>
|
|
1636
1833
|
*/
|
|
1637
1834
|
updateRegistry(args: UpdateRegistryCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRegistryCommandOutput>;
|
|
1638
1835
|
updateRegistry(args: UpdateRegistryCommandInput, cb: (err: any, data?: UpdateRegistryCommandOutput) => void): void;
|
|
1639
1836
|
updateRegistry(args: UpdateRegistryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRegistryCommandOutput) => void): void;
|
|
1640
1837
|
/**
|
|
1838
|
+
* @public
|
|
1641
1839
|
* <p>Updates the description, compatibility setting, or version checkpoint for a schema set.</p>
|
|
1642
1840
|
* <p>For updating the compatibility setting, the call will not validate compatibility for the entire set of schema versions with the new compatibility setting. If the value for <code>Compatibility</code> is provided, the <code>VersionNumber</code> (a checkpoint) is also required. The API will validate the checkpoint version number for consistency.</p>
|
|
1643
1841
|
* <p>If the value for the <code>VersionNumber</code> (checkpoint) is provided, <code>Compatibility</code> is optional and this can be used to set/reset a checkpoint for the schema.</p>
|
|
@@ -1647,6 +1845,7 @@ export declare class Glue extends GlueClient {
|
|
|
1647
1845
|
updateSchema(args: UpdateSchemaCommandInput, cb: (err: any, data?: UpdateSchemaCommandOutput) => void): void;
|
|
1648
1846
|
updateSchema(args: UpdateSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSchemaCommandOutput) => void): void;
|
|
1649
1847
|
/**
|
|
1848
|
+
* @public
|
|
1650
1849
|
* <p>Synchronizes a job to the source control repository. This operation takes the job artifacts from the Glue internal stores and makes a commit to the remote repository that is configured on the job.</p>
|
|
1651
1850
|
* <p>This API supports optional parameters which take in the repository information.</p>
|
|
1652
1851
|
*/
|
|
@@ -1654,24 +1853,28 @@ export declare class Glue extends GlueClient {
|
|
|
1654
1853
|
updateSourceControlFromJob(args: UpdateSourceControlFromJobCommandInput, cb: (err: any, data?: UpdateSourceControlFromJobCommandOutput) => void): void;
|
|
1655
1854
|
updateSourceControlFromJob(args: UpdateSourceControlFromJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSourceControlFromJobCommandOutput) => void): void;
|
|
1656
1855
|
/**
|
|
1856
|
+
* @public
|
|
1657
1857
|
* <p>Updates a metadata table in the Data Catalog.</p>
|
|
1658
1858
|
*/
|
|
1659
1859
|
updateTable(args: UpdateTableCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTableCommandOutput>;
|
|
1660
1860
|
updateTable(args: UpdateTableCommandInput, cb: (err: any, data?: UpdateTableCommandOutput) => void): void;
|
|
1661
1861
|
updateTable(args: UpdateTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTableCommandOutput) => void): void;
|
|
1662
1862
|
/**
|
|
1863
|
+
* @public
|
|
1663
1864
|
* <p>Updates a trigger definition.</p>
|
|
1664
1865
|
*/
|
|
1665
1866
|
updateTrigger(args: UpdateTriggerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTriggerCommandOutput>;
|
|
1666
1867
|
updateTrigger(args: UpdateTriggerCommandInput, cb: (err: any, data?: UpdateTriggerCommandOutput) => void): void;
|
|
1667
1868
|
updateTrigger(args: UpdateTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTriggerCommandOutput) => void): void;
|
|
1668
1869
|
/**
|
|
1870
|
+
* @public
|
|
1669
1871
|
* <p>Updates an existing function definition in the Data Catalog.</p>
|
|
1670
1872
|
*/
|
|
1671
1873
|
updateUserDefinedFunction(args: UpdateUserDefinedFunctionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserDefinedFunctionCommandOutput>;
|
|
1672
1874
|
updateUserDefinedFunction(args: UpdateUserDefinedFunctionCommandInput, cb: (err: any, data?: UpdateUserDefinedFunctionCommandOutput) => void): void;
|
|
1673
1875
|
updateUserDefinedFunction(args: UpdateUserDefinedFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserDefinedFunctionCommandOutput) => void): void;
|
|
1674
1876
|
/**
|
|
1877
|
+
* @public
|
|
1675
1878
|
* <p>Updates an existing workflow.</p>
|
|
1676
1879
|
*/
|
|
1677
1880
|
updateWorkflow(args: UpdateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkflowCommandOutput>;
|