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