@aws-sdk/client-athena 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Athena.d.ts +228 -249
- package/dist-types/ts3.4/AthenaClient.d.ts +18 -37
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetResourceDashboardCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +10 -20
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/models/models_0.d.ts +11 -33
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -96,10 +96,7 @@ import {
|
|
|
96
96
|
GetCapacityReservationCommandInput,
|
|
97
97
|
GetCapacityReservationCommandOutput,
|
|
98
98
|
} from "./commands/GetCapacityReservationCommand";
|
|
99
|
-
import {
|
|
100
|
-
GetDatabaseCommandInput,
|
|
101
|
-
GetDatabaseCommandOutput,
|
|
102
|
-
} from "./commands/GetDatabaseCommand";
|
|
99
|
+
import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "./commands/GetDatabaseCommand";
|
|
103
100
|
import {
|
|
104
101
|
GetDataCatalogCommandInput,
|
|
105
102
|
GetDataCatalogCommandOutput,
|
|
@@ -132,10 +129,7 @@ import {
|
|
|
132
129
|
GetResourceDashboardCommandInput,
|
|
133
130
|
GetResourceDashboardCommandOutput,
|
|
134
131
|
} from "./commands/GetResourceDashboardCommand";
|
|
135
|
-
import {
|
|
136
|
-
GetSessionCommandInput,
|
|
137
|
-
GetSessionCommandOutput,
|
|
138
|
-
} from "./commands/GetSessionCommand";
|
|
132
|
+
import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
139
133
|
import {
|
|
140
134
|
GetSessionEndpointCommandInput,
|
|
141
135
|
GetSessionEndpointCommandOutput,
|
|
@@ -244,10 +238,7 @@ import {
|
|
|
244
238
|
StopQueryExecutionCommandInput,
|
|
245
239
|
StopQueryExecutionCommandOutput,
|
|
246
240
|
} from "./commands/StopQueryExecutionCommand";
|
|
247
|
-
import {
|
|
248
|
-
TagResourceCommandInput,
|
|
249
|
-
TagResourceCommandOutput,
|
|
250
|
-
} from "./commands/TagResourceCommand";
|
|
241
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
251
242
|
import {
|
|
252
243
|
TerminateSessionCommandInput,
|
|
253
244
|
TerminateSessionCommandOutput,
|
|
@@ -287,1037 +278,1025 @@ import {
|
|
|
287
278
|
export interface Athena {
|
|
288
279
|
batchGetNamedQuery(
|
|
289
280
|
args: BatchGetNamedQueryCommandInput,
|
|
290
|
-
options?: __HttpHandlerOptions
|
|
281
|
+
options?: __HttpHandlerOptions,
|
|
291
282
|
): Promise<BatchGetNamedQueryCommandOutput>;
|
|
292
283
|
batchGetNamedQuery(
|
|
293
284
|
args: BatchGetNamedQueryCommandInput,
|
|
294
|
-
cb: (err: any, data?: BatchGetNamedQueryCommandOutput) => void
|
|
285
|
+
cb: (err: any, data?: BatchGetNamedQueryCommandOutput) => void,
|
|
295
286
|
): void;
|
|
296
287
|
batchGetNamedQuery(
|
|
297
288
|
args: BatchGetNamedQueryCommandInput,
|
|
298
289
|
options: __HttpHandlerOptions,
|
|
299
|
-
cb: (err: any, data?: BatchGetNamedQueryCommandOutput) => void
|
|
290
|
+
cb: (err: any, data?: BatchGetNamedQueryCommandOutput) => void,
|
|
300
291
|
): void;
|
|
301
292
|
batchGetPreparedStatement(
|
|
302
293
|
args: BatchGetPreparedStatementCommandInput,
|
|
303
|
-
options?: __HttpHandlerOptions
|
|
294
|
+
options?: __HttpHandlerOptions,
|
|
304
295
|
): Promise<BatchGetPreparedStatementCommandOutput>;
|
|
305
296
|
batchGetPreparedStatement(
|
|
306
297
|
args: BatchGetPreparedStatementCommandInput,
|
|
307
|
-
cb: (err: any, data?: BatchGetPreparedStatementCommandOutput) => void
|
|
298
|
+
cb: (err: any, data?: BatchGetPreparedStatementCommandOutput) => void,
|
|
308
299
|
): void;
|
|
309
300
|
batchGetPreparedStatement(
|
|
310
301
|
args: BatchGetPreparedStatementCommandInput,
|
|
311
302
|
options: __HttpHandlerOptions,
|
|
312
|
-
cb: (err: any, data?: BatchGetPreparedStatementCommandOutput) => void
|
|
303
|
+
cb: (err: any, data?: BatchGetPreparedStatementCommandOutput) => void,
|
|
313
304
|
): void;
|
|
314
305
|
batchGetQueryExecution(
|
|
315
306
|
args: BatchGetQueryExecutionCommandInput,
|
|
316
|
-
options?: __HttpHandlerOptions
|
|
307
|
+
options?: __HttpHandlerOptions,
|
|
317
308
|
): Promise<BatchGetQueryExecutionCommandOutput>;
|
|
318
309
|
batchGetQueryExecution(
|
|
319
310
|
args: BatchGetQueryExecutionCommandInput,
|
|
320
|
-
cb: (err: any, data?: BatchGetQueryExecutionCommandOutput) => void
|
|
311
|
+
cb: (err: any, data?: BatchGetQueryExecutionCommandOutput) => void,
|
|
321
312
|
): void;
|
|
322
313
|
batchGetQueryExecution(
|
|
323
314
|
args: BatchGetQueryExecutionCommandInput,
|
|
324
315
|
options: __HttpHandlerOptions,
|
|
325
|
-
cb: (err: any, data?: BatchGetQueryExecutionCommandOutput) => void
|
|
316
|
+
cb: (err: any, data?: BatchGetQueryExecutionCommandOutput) => void,
|
|
326
317
|
): void;
|
|
327
318
|
cancelCapacityReservation(
|
|
328
319
|
args: CancelCapacityReservationCommandInput,
|
|
329
|
-
options?: __HttpHandlerOptions
|
|
320
|
+
options?: __HttpHandlerOptions,
|
|
330
321
|
): Promise<CancelCapacityReservationCommandOutput>;
|
|
331
322
|
cancelCapacityReservation(
|
|
332
323
|
args: CancelCapacityReservationCommandInput,
|
|
333
|
-
cb: (err: any, data?: CancelCapacityReservationCommandOutput) => void
|
|
324
|
+
cb: (err: any, data?: CancelCapacityReservationCommandOutput) => void,
|
|
334
325
|
): void;
|
|
335
326
|
cancelCapacityReservation(
|
|
336
327
|
args: CancelCapacityReservationCommandInput,
|
|
337
328
|
options: __HttpHandlerOptions,
|
|
338
|
-
cb: (err: any, data?: CancelCapacityReservationCommandOutput) => void
|
|
329
|
+
cb: (err: any, data?: CancelCapacityReservationCommandOutput) => void,
|
|
339
330
|
): void;
|
|
340
331
|
createCapacityReservation(
|
|
341
332
|
args: CreateCapacityReservationCommandInput,
|
|
342
|
-
options?: __HttpHandlerOptions
|
|
333
|
+
options?: __HttpHandlerOptions,
|
|
343
334
|
): Promise<CreateCapacityReservationCommandOutput>;
|
|
344
335
|
createCapacityReservation(
|
|
345
336
|
args: CreateCapacityReservationCommandInput,
|
|
346
|
-
cb: (err: any, data?: CreateCapacityReservationCommandOutput) => void
|
|
337
|
+
cb: (err: any, data?: CreateCapacityReservationCommandOutput) => void,
|
|
347
338
|
): void;
|
|
348
339
|
createCapacityReservation(
|
|
349
340
|
args: CreateCapacityReservationCommandInput,
|
|
350
341
|
options: __HttpHandlerOptions,
|
|
351
|
-
cb: (err: any, data?: CreateCapacityReservationCommandOutput) => void
|
|
342
|
+
cb: (err: any, data?: CreateCapacityReservationCommandOutput) => void,
|
|
352
343
|
): void;
|
|
353
344
|
createDataCatalog(
|
|
354
345
|
args: CreateDataCatalogCommandInput,
|
|
355
|
-
options?: __HttpHandlerOptions
|
|
346
|
+
options?: __HttpHandlerOptions,
|
|
356
347
|
): Promise<CreateDataCatalogCommandOutput>;
|
|
357
348
|
createDataCatalog(
|
|
358
349
|
args: CreateDataCatalogCommandInput,
|
|
359
|
-
cb: (err: any, data?: CreateDataCatalogCommandOutput) => void
|
|
350
|
+
cb: (err: any, data?: CreateDataCatalogCommandOutput) => void,
|
|
360
351
|
): void;
|
|
361
352
|
createDataCatalog(
|
|
362
353
|
args: CreateDataCatalogCommandInput,
|
|
363
354
|
options: __HttpHandlerOptions,
|
|
364
|
-
cb: (err: any, data?: CreateDataCatalogCommandOutput) => void
|
|
355
|
+
cb: (err: any, data?: CreateDataCatalogCommandOutput) => void,
|
|
365
356
|
): void;
|
|
366
357
|
createNamedQuery(
|
|
367
358
|
args: CreateNamedQueryCommandInput,
|
|
368
|
-
options?: __HttpHandlerOptions
|
|
359
|
+
options?: __HttpHandlerOptions,
|
|
369
360
|
): Promise<CreateNamedQueryCommandOutput>;
|
|
370
361
|
createNamedQuery(
|
|
371
362
|
args: CreateNamedQueryCommandInput,
|
|
372
|
-
cb: (err: any, data?: CreateNamedQueryCommandOutput) => void
|
|
363
|
+
cb: (err: any, data?: CreateNamedQueryCommandOutput) => void,
|
|
373
364
|
): void;
|
|
374
365
|
createNamedQuery(
|
|
375
366
|
args: CreateNamedQueryCommandInput,
|
|
376
367
|
options: __HttpHandlerOptions,
|
|
377
|
-
cb: (err: any, data?: CreateNamedQueryCommandOutput) => void
|
|
368
|
+
cb: (err: any, data?: CreateNamedQueryCommandOutput) => void,
|
|
378
369
|
): void;
|
|
379
370
|
createNotebook(
|
|
380
371
|
args: CreateNotebookCommandInput,
|
|
381
|
-
options?: __HttpHandlerOptions
|
|
372
|
+
options?: __HttpHandlerOptions,
|
|
382
373
|
): Promise<CreateNotebookCommandOutput>;
|
|
383
374
|
createNotebook(
|
|
384
375
|
args: CreateNotebookCommandInput,
|
|
385
|
-
cb: (err: any, data?: CreateNotebookCommandOutput) => void
|
|
376
|
+
cb: (err: any, data?: CreateNotebookCommandOutput) => void,
|
|
386
377
|
): void;
|
|
387
378
|
createNotebook(
|
|
388
379
|
args: CreateNotebookCommandInput,
|
|
389
380
|
options: __HttpHandlerOptions,
|
|
390
|
-
cb: (err: any, data?: CreateNotebookCommandOutput) => void
|
|
381
|
+
cb: (err: any, data?: CreateNotebookCommandOutput) => void,
|
|
391
382
|
): void;
|
|
392
383
|
createPreparedStatement(
|
|
393
384
|
args: CreatePreparedStatementCommandInput,
|
|
394
|
-
options?: __HttpHandlerOptions
|
|
385
|
+
options?: __HttpHandlerOptions,
|
|
395
386
|
): Promise<CreatePreparedStatementCommandOutput>;
|
|
396
387
|
createPreparedStatement(
|
|
397
388
|
args: CreatePreparedStatementCommandInput,
|
|
398
|
-
cb: (err: any, data?: CreatePreparedStatementCommandOutput) => void
|
|
389
|
+
cb: (err: any, data?: CreatePreparedStatementCommandOutput) => void,
|
|
399
390
|
): void;
|
|
400
391
|
createPreparedStatement(
|
|
401
392
|
args: CreatePreparedStatementCommandInput,
|
|
402
393
|
options: __HttpHandlerOptions,
|
|
403
|
-
cb: (err: any, data?: CreatePreparedStatementCommandOutput) => void
|
|
394
|
+
cb: (err: any, data?: CreatePreparedStatementCommandOutput) => void,
|
|
404
395
|
): void;
|
|
405
396
|
createPresignedNotebookUrl(
|
|
406
397
|
args: CreatePresignedNotebookUrlCommandInput,
|
|
407
|
-
options?: __HttpHandlerOptions
|
|
398
|
+
options?: __HttpHandlerOptions,
|
|
408
399
|
): Promise<CreatePresignedNotebookUrlCommandOutput>;
|
|
409
400
|
createPresignedNotebookUrl(
|
|
410
401
|
args: CreatePresignedNotebookUrlCommandInput,
|
|
411
|
-
cb: (err: any, data?: CreatePresignedNotebookUrlCommandOutput) => void
|
|
402
|
+
cb: (err: any, data?: CreatePresignedNotebookUrlCommandOutput) => void,
|
|
412
403
|
): void;
|
|
413
404
|
createPresignedNotebookUrl(
|
|
414
405
|
args: CreatePresignedNotebookUrlCommandInput,
|
|
415
406
|
options: __HttpHandlerOptions,
|
|
416
|
-
cb: (err: any, data?: CreatePresignedNotebookUrlCommandOutput) => void
|
|
407
|
+
cb: (err: any, data?: CreatePresignedNotebookUrlCommandOutput) => void,
|
|
417
408
|
): void;
|
|
418
409
|
createWorkGroup(
|
|
419
410
|
args: CreateWorkGroupCommandInput,
|
|
420
|
-
options?: __HttpHandlerOptions
|
|
411
|
+
options?: __HttpHandlerOptions,
|
|
421
412
|
): Promise<CreateWorkGroupCommandOutput>;
|
|
422
413
|
createWorkGroup(
|
|
423
414
|
args: CreateWorkGroupCommandInput,
|
|
424
|
-
cb: (err: any, data?: CreateWorkGroupCommandOutput) => void
|
|
415
|
+
cb: (err: any, data?: CreateWorkGroupCommandOutput) => void,
|
|
425
416
|
): void;
|
|
426
417
|
createWorkGroup(
|
|
427
418
|
args: CreateWorkGroupCommandInput,
|
|
428
419
|
options: __HttpHandlerOptions,
|
|
429
|
-
cb: (err: any, data?: CreateWorkGroupCommandOutput) => void
|
|
420
|
+
cb: (err: any, data?: CreateWorkGroupCommandOutput) => void,
|
|
430
421
|
): void;
|
|
431
422
|
deleteCapacityReservation(
|
|
432
423
|
args: DeleteCapacityReservationCommandInput,
|
|
433
|
-
options?: __HttpHandlerOptions
|
|
424
|
+
options?: __HttpHandlerOptions,
|
|
434
425
|
): Promise<DeleteCapacityReservationCommandOutput>;
|
|
435
426
|
deleteCapacityReservation(
|
|
436
427
|
args: DeleteCapacityReservationCommandInput,
|
|
437
|
-
cb: (err: any, data?: DeleteCapacityReservationCommandOutput) => void
|
|
428
|
+
cb: (err: any, data?: DeleteCapacityReservationCommandOutput) => void,
|
|
438
429
|
): void;
|
|
439
430
|
deleteCapacityReservation(
|
|
440
431
|
args: DeleteCapacityReservationCommandInput,
|
|
441
432
|
options: __HttpHandlerOptions,
|
|
442
|
-
cb: (err: any, data?: DeleteCapacityReservationCommandOutput) => void
|
|
433
|
+
cb: (err: any, data?: DeleteCapacityReservationCommandOutput) => void,
|
|
443
434
|
): void;
|
|
444
435
|
deleteDataCatalog(
|
|
445
436
|
args: DeleteDataCatalogCommandInput,
|
|
446
|
-
options?: __HttpHandlerOptions
|
|
437
|
+
options?: __HttpHandlerOptions,
|
|
447
438
|
): Promise<DeleteDataCatalogCommandOutput>;
|
|
448
439
|
deleteDataCatalog(
|
|
449
440
|
args: DeleteDataCatalogCommandInput,
|
|
450
|
-
cb: (err: any, data?: DeleteDataCatalogCommandOutput) => void
|
|
441
|
+
cb: (err: any, data?: DeleteDataCatalogCommandOutput) => void,
|
|
451
442
|
): void;
|
|
452
443
|
deleteDataCatalog(
|
|
453
444
|
args: DeleteDataCatalogCommandInput,
|
|
454
445
|
options: __HttpHandlerOptions,
|
|
455
|
-
cb: (err: any, data?: DeleteDataCatalogCommandOutput) => void
|
|
446
|
+
cb: (err: any, data?: DeleteDataCatalogCommandOutput) => void,
|
|
456
447
|
): void;
|
|
457
448
|
deleteNamedQuery(
|
|
458
449
|
args: DeleteNamedQueryCommandInput,
|
|
459
|
-
options?: __HttpHandlerOptions
|
|
450
|
+
options?: __HttpHandlerOptions,
|
|
460
451
|
): Promise<DeleteNamedQueryCommandOutput>;
|
|
461
452
|
deleteNamedQuery(
|
|
462
453
|
args: DeleteNamedQueryCommandInput,
|
|
463
|
-
cb: (err: any, data?: DeleteNamedQueryCommandOutput) => void
|
|
454
|
+
cb: (err: any, data?: DeleteNamedQueryCommandOutput) => void,
|
|
464
455
|
): void;
|
|
465
456
|
deleteNamedQuery(
|
|
466
457
|
args: DeleteNamedQueryCommandInput,
|
|
467
458
|
options: __HttpHandlerOptions,
|
|
468
|
-
cb: (err: any, data?: DeleteNamedQueryCommandOutput) => void
|
|
459
|
+
cb: (err: any, data?: DeleteNamedQueryCommandOutput) => void,
|
|
469
460
|
): void;
|
|
470
461
|
deleteNotebook(
|
|
471
462
|
args: DeleteNotebookCommandInput,
|
|
472
|
-
options?: __HttpHandlerOptions
|
|
463
|
+
options?: __HttpHandlerOptions,
|
|
473
464
|
): Promise<DeleteNotebookCommandOutput>;
|
|
474
465
|
deleteNotebook(
|
|
475
466
|
args: DeleteNotebookCommandInput,
|
|
476
|
-
cb: (err: any, data?: DeleteNotebookCommandOutput) => void
|
|
467
|
+
cb: (err: any, data?: DeleteNotebookCommandOutput) => void,
|
|
477
468
|
): void;
|
|
478
469
|
deleteNotebook(
|
|
479
470
|
args: DeleteNotebookCommandInput,
|
|
480
471
|
options: __HttpHandlerOptions,
|
|
481
|
-
cb: (err: any, data?: DeleteNotebookCommandOutput) => void
|
|
472
|
+
cb: (err: any, data?: DeleteNotebookCommandOutput) => void,
|
|
482
473
|
): void;
|
|
483
474
|
deletePreparedStatement(
|
|
484
475
|
args: DeletePreparedStatementCommandInput,
|
|
485
|
-
options?: __HttpHandlerOptions
|
|
476
|
+
options?: __HttpHandlerOptions,
|
|
486
477
|
): Promise<DeletePreparedStatementCommandOutput>;
|
|
487
478
|
deletePreparedStatement(
|
|
488
479
|
args: DeletePreparedStatementCommandInput,
|
|
489
|
-
cb: (err: any, data?: DeletePreparedStatementCommandOutput) => void
|
|
480
|
+
cb: (err: any, data?: DeletePreparedStatementCommandOutput) => void,
|
|
490
481
|
): void;
|
|
491
482
|
deletePreparedStatement(
|
|
492
483
|
args: DeletePreparedStatementCommandInput,
|
|
493
484
|
options: __HttpHandlerOptions,
|
|
494
|
-
cb: (err: any, data?: DeletePreparedStatementCommandOutput) => void
|
|
485
|
+
cb: (err: any, data?: DeletePreparedStatementCommandOutput) => void,
|
|
495
486
|
): void;
|
|
496
487
|
deleteWorkGroup(
|
|
497
488
|
args: DeleteWorkGroupCommandInput,
|
|
498
|
-
options?: __HttpHandlerOptions
|
|
489
|
+
options?: __HttpHandlerOptions,
|
|
499
490
|
): Promise<DeleteWorkGroupCommandOutput>;
|
|
500
491
|
deleteWorkGroup(
|
|
501
492
|
args: DeleteWorkGroupCommandInput,
|
|
502
|
-
cb: (err: any, data?: DeleteWorkGroupCommandOutput) => void
|
|
493
|
+
cb: (err: any, data?: DeleteWorkGroupCommandOutput) => void,
|
|
503
494
|
): void;
|
|
504
495
|
deleteWorkGroup(
|
|
505
496
|
args: DeleteWorkGroupCommandInput,
|
|
506
497
|
options: __HttpHandlerOptions,
|
|
507
|
-
cb: (err: any, data?: DeleteWorkGroupCommandOutput) => void
|
|
498
|
+
cb: (err: any, data?: DeleteWorkGroupCommandOutput) => void,
|
|
508
499
|
): void;
|
|
509
500
|
exportNotebook(
|
|
510
501
|
args: ExportNotebookCommandInput,
|
|
511
|
-
options?: __HttpHandlerOptions
|
|
502
|
+
options?: __HttpHandlerOptions,
|
|
512
503
|
): Promise<ExportNotebookCommandOutput>;
|
|
513
504
|
exportNotebook(
|
|
514
505
|
args: ExportNotebookCommandInput,
|
|
515
|
-
cb: (err: any, data?: ExportNotebookCommandOutput) => void
|
|
506
|
+
cb: (err: any, data?: ExportNotebookCommandOutput) => void,
|
|
516
507
|
): void;
|
|
517
508
|
exportNotebook(
|
|
518
509
|
args: ExportNotebookCommandInput,
|
|
519
510
|
options: __HttpHandlerOptions,
|
|
520
|
-
cb: (err: any, data?: ExportNotebookCommandOutput) => void
|
|
511
|
+
cb: (err: any, data?: ExportNotebookCommandOutput) => void,
|
|
521
512
|
): void;
|
|
522
513
|
getCalculationExecution(
|
|
523
514
|
args: GetCalculationExecutionCommandInput,
|
|
524
|
-
options?: __HttpHandlerOptions
|
|
515
|
+
options?: __HttpHandlerOptions,
|
|
525
516
|
): Promise<GetCalculationExecutionCommandOutput>;
|
|
526
517
|
getCalculationExecution(
|
|
527
518
|
args: GetCalculationExecutionCommandInput,
|
|
528
|
-
cb: (err: any, data?: GetCalculationExecutionCommandOutput) => void
|
|
519
|
+
cb: (err: any, data?: GetCalculationExecutionCommandOutput) => void,
|
|
529
520
|
): void;
|
|
530
521
|
getCalculationExecution(
|
|
531
522
|
args: GetCalculationExecutionCommandInput,
|
|
532
523
|
options: __HttpHandlerOptions,
|
|
533
|
-
cb: (err: any, data?: GetCalculationExecutionCommandOutput) => void
|
|
524
|
+
cb: (err: any, data?: GetCalculationExecutionCommandOutput) => void,
|
|
534
525
|
): void;
|
|
535
526
|
getCalculationExecutionCode(
|
|
536
527
|
args: GetCalculationExecutionCodeCommandInput,
|
|
537
|
-
options?: __HttpHandlerOptions
|
|
528
|
+
options?: __HttpHandlerOptions,
|
|
538
529
|
): Promise<GetCalculationExecutionCodeCommandOutput>;
|
|
539
530
|
getCalculationExecutionCode(
|
|
540
531
|
args: GetCalculationExecutionCodeCommandInput,
|
|
541
|
-
cb: (err: any, data?: GetCalculationExecutionCodeCommandOutput) => void
|
|
532
|
+
cb: (err: any, data?: GetCalculationExecutionCodeCommandOutput) => void,
|
|
542
533
|
): void;
|
|
543
534
|
getCalculationExecutionCode(
|
|
544
535
|
args: GetCalculationExecutionCodeCommandInput,
|
|
545
536
|
options: __HttpHandlerOptions,
|
|
546
|
-
cb: (err: any, data?: GetCalculationExecutionCodeCommandOutput) => void
|
|
537
|
+
cb: (err: any, data?: GetCalculationExecutionCodeCommandOutput) => void,
|
|
547
538
|
): void;
|
|
548
539
|
getCalculationExecutionStatus(
|
|
549
540
|
args: GetCalculationExecutionStatusCommandInput,
|
|
550
|
-
options?: __HttpHandlerOptions
|
|
541
|
+
options?: __HttpHandlerOptions,
|
|
551
542
|
): Promise<GetCalculationExecutionStatusCommandOutput>;
|
|
552
543
|
getCalculationExecutionStatus(
|
|
553
544
|
args: GetCalculationExecutionStatusCommandInput,
|
|
554
|
-
cb: (err: any, data?: GetCalculationExecutionStatusCommandOutput) => void
|
|
545
|
+
cb: (err: any, data?: GetCalculationExecutionStatusCommandOutput) => void,
|
|
555
546
|
): void;
|
|
556
547
|
getCalculationExecutionStatus(
|
|
557
548
|
args: GetCalculationExecutionStatusCommandInput,
|
|
558
549
|
options: __HttpHandlerOptions,
|
|
559
|
-
cb: (err: any, data?: GetCalculationExecutionStatusCommandOutput) => void
|
|
550
|
+
cb: (err: any, data?: GetCalculationExecutionStatusCommandOutput) => void,
|
|
560
551
|
): void;
|
|
561
552
|
getCapacityAssignmentConfiguration(
|
|
562
553
|
args: GetCapacityAssignmentConfigurationCommandInput,
|
|
563
|
-
options?: __HttpHandlerOptions
|
|
554
|
+
options?: __HttpHandlerOptions,
|
|
564
555
|
): Promise<GetCapacityAssignmentConfigurationCommandOutput>;
|
|
565
556
|
getCapacityAssignmentConfiguration(
|
|
566
557
|
args: GetCapacityAssignmentConfigurationCommandInput,
|
|
567
|
-
cb: (
|
|
568
|
-
err: any,
|
|
569
|
-
data?: GetCapacityAssignmentConfigurationCommandOutput
|
|
570
|
-
) => void
|
|
558
|
+
cb: (err: any, data?: GetCapacityAssignmentConfigurationCommandOutput) => void,
|
|
571
559
|
): void;
|
|
572
560
|
getCapacityAssignmentConfiguration(
|
|
573
561
|
args: GetCapacityAssignmentConfigurationCommandInput,
|
|
574
562
|
options: __HttpHandlerOptions,
|
|
575
|
-
cb: (
|
|
576
|
-
err: any,
|
|
577
|
-
data?: GetCapacityAssignmentConfigurationCommandOutput
|
|
578
|
-
) => void
|
|
563
|
+
cb: (err: any, data?: GetCapacityAssignmentConfigurationCommandOutput) => void,
|
|
579
564
|
): void;
|
|
580
565
|
getCapacityReservation(
|
|
581
566
|
args: GetCapacityReservationCommandInput,
|
|
582
|
-
options?: __HttpHandlerOptions
|
|
567
|
+
options?: __HttpHandlerOptions,
|
|
583
568
|
): Promise<GetCapacityReservationCommandOutput>;
|
|
584
569
|
getCapacityReservation(
|
|
585
570
|
args: GetCapacityReservationCommandInput,
|
|
586
|
-
cb: (err: any, data?: GetCapacityReservationCommandOutput) => void
|
|
571
|
+
cb: (err: any, data?: GetCapacityReservationCommandOutput) => void,
|
|
587
572
|
): void;
|
|
588
573
|
getCapacityReservation(
|
|
589
574
|
args: GetCapacityReservationCommandInput,
|
|
590
575
|
options: __HttpHandlerOptions,
|
|
591
|
-
cb: (err: any, data?: GetCapacityReservationCommandOutput) => void
|
|
576
|
+
cb: (err: any, data?: GetCapacityReservationCommandOutput) => void,
|
|
592
577
|
): void;
|
|
593
578
|
getDatabase(
|
|
594
579
|
args: GetDatabaseCommandInput,
|
|
595
|
-
options?: __HttpHandlerOptions
|
|
580
|
+
options?: __HttpHandlerOptions,
|
|
596
581
|
): Promise<GetDatabaseCommandOutput>;
|
|
597
582
|
getDatabase(
|
|
598
583
|
args: GetDatabaseCommandInput,
|
|
599
|
-
cb: (err: any, data?: GetDatabaseCommandOutput) => void
|
|
584
|
+
cb: (err: any, data?: GetDatabaseCommandOutput) => void,
|
|
600
585
|
): void;
|
|
601
586
|
getDatabase(
|
|
602
587
|
args: GetDatabaseCommandInput,
|
|
603
588
|
options: __HttpHandlerOptions,
|
|
604
|
-
cb: (err: any, data?: GetDatabaseCommandOutput) => void
|
|
589
|
+
cb: (err: any, data?: GetDatabaseCommandOutput) => void,
|
|
605
590
|
): void;
|
|
606
591
|
getDataCatalog(
|
|
607
592
|
args: GetDataCatalogCommandInput,
|
|
608
|
-
options?: __HttpHandlerOptions
|
|
593
|
+
options?: __HttpHandlerOptions,
|
|
609
594
|
): Promise<GetDataCatalogCommandOutput>;
|
|
610
595
|
getDataCatalog(
|
|
611
596
|
args: GetDataCatalogCommandInput,
|
|
612
|
-
cb: (err: any, data?: GetDataCatalogCommandOutput) => void
|
|
597
|
+
cb: (err: any, data?: GetDataCatalogCommandOutput) => void,
|
|
613
598
|
): void;
|
|
614
599
|
getDataCatalog(
|
|
615
600
|
args: GetDataCatalogCommandInput,
|
|
616
601
|
options: __HttpHandlerOptions,
|
|
617
|
-
cb: (err: any, data?: GetDataCatalogCommandOutput) => void
|
|
602
|
+
cb: (err: any, data?: GetDataCatalogCommandOutput) => void,
|
|
618
603
|
): void;
|
|
619
604
|
getNamedQuery(
|
|
620
605
|
args: GetNamedQueryCommandInput,
|
|
621
|
-
options?: __HttpHandlerOptions
|
|
606
|
+
options?: __HttpHandlerOptions,
|
|
622
607
|
): Promise<GetNamedQueryCommandOutput>;
|
|
623
608
|
getNamedQuery(
|
|
624
609
|
args: GetNamedQueryCommandInput,
|
|
625
|
-
cb: (err: any, data?: GetNamedQueryCommandOutput) => void
|
|
610
|
+
cb: (err: any, data?: GetNamedQueryCommandOutput) => void,
|
|
626
611
|
): void;
|
|
627
612
|
getNamedQuery(
|
|
628
613
|
args: GetNamedQueryCommandInput,
|
|
629
614
|
options: __HttpHandlerOptions,
|
|
630
|
-
cb: (err: any, data?: GetNamedQueryCommandOutput) => void
|
|
615
|
+
cb: (err: any, data?: GetNamedQueryCommandOutput) => void,
|
|
631
616
|
): void;
|
|
632
617
|
getNotebookMetadata(
|
|
633
618
|
args: GetNotebookMetadataCommandInput,
|
|
634
|
-
options?: __HttpHandlerOptions
|
|
619
|
+
options?: __HttpHandlerOptions,
|
|
635
620
|
): Promise<GetNotebookMetadataCommandOutput>;
|
|
636
621
|
getNotebookMetadata(
|
|
637
622
|
args: GetNotebookMetadataCommandInput,
|
|
638
|
-
cb: (err: any, data?: GetNotebookMetadataCommandOutput) => void
|
|
623
|
+
cb: (err: any, data?: GetNotebookMetadataCommandOutput) => void,
|
|
639
624
|
): void;
|
|
640
625
|
getNotebookMetadata(
|
|
641
626
|
args: GetNotebookMetadataCommandInput,
|
|
642
627
|
options: __HttpHandlerOptions,
|
|
643
|
-
cb: (err: any, data?: GetNotebookMetadataCommandOutput) => void
|
|
628
|
+
cb: (err: any, data?: GetNotebookMetadataCommandOutput) => void,
|
|
644
629
|
): void;
|
|
645
630
|
getPreparedStatement(
|
|
646
631
|
args: GetPreparedStatementCommandInput,
|
|
647
|
-
options?: __HttpHandlerOptions
|
|
632
|
+
options?: __HttpHandlerOptions,
|
|
648
633
|
): Promise<GetPreparedStatementCommandOutput>;
|
|
649
634
|
getPreparedStatement(
|
|
650
635
|
args: GetPreparedStatementCommandInput,
|
|
651
|
-
cb: (err: any, data?: GetPreparedStatementCommandOutput) => void
|
|
636
|
+
cb: (err: any, data?: GetPreparedStatementCommandOutput) => void,
|
|
652
637
|
): void;
|
|
653
638
|
getPreparedStatement(
|
|
654
639
|
args: GetPreparedStatementCommandInput,
|
|
655
640
|
options: __HttpHandlerOptions,
|
|
656
|
-
cb: (err: any, data?: GetPreparedStatementCommandOutput) => void
|
|
641
|
+
cb: (err: any, data?: GetPreparedStatementCommandOutput) => void,
|
|
657
642
|
): void;
|
|
658
643
|
getQueryExecution(
|
|
659
644
|
args: GetQueryExecutionCommandInput,
|
|
660
|
-
options?: __HttpHandlerOptions
|
|
645
|
+
options?: __HttpHandlerOptions,
|
|
661
646
|
): Promise<GetQueryExecutionCommandOutput>;
|
|
662
647
|
getQueryExecution(
|
|
663
648
|
args: GetQueryExecutionCommandInput,
|
|
664
|
-
cb: (err: any, data?: GetQueryExecutionCommandOutput) => void
|
|
649
|
+
cb: (err: any, data?: GetQueryExecutionCommandOutput) => void,
|
|
665
650
|
): void;
|
|
666
651
|
getQueryExecution(
|
|
667
652
|
args: GetQueryExecutionCommandInput,
|
|
668
653
|
options: __HttpHandlerOptions,
|
|
669
|
-
cb: (err: any, data?: GetQueryExecutionCommandOutput) => void
|
|
654
|
+
cb: (err: any, data?: GetQueryExecutionCommandOutput) => void,
|
|
670
655
|
): void;
|
|
671
656
|
getQueryResults(
|
|
672
657
|
args: GetQueryResultsCommandInput,
|
|
673
|
-
options?: __HttpHandlerOptions
|
|
658
|
+
options?: __HttpHandlerOptions,
|
|
674
659
|
): Promise<GetQueryResultsCommandOutput>;
|
|
675
660
|
getQueryResults(
|
|
676
661
|
args: GetQueryResultsCommandInput,
|
|
677
|
-
cb: (err: any, data?: GetQueryResultsCommandOutput) => void
|
|
662
|
+
cb: (err: any, data?: GetQueryResultsCommandOutput) => void,
|
|
678
663
|
): void;
|
|
679
664
|
getQueryResults(
|
|
680
665
|
args: GetQueryResultsCommandInput,
|
|
681
666
|
options: __HttpHandlerOptions,
|
|
682
|
-
cb: (err: any, data?: GetQueryResultsCommandOutput) => void
|
|
667
|
+
cb: (err: any, data?: GetQueryResultsCommandOutput) => void,
|
|
683
668
|
): void;
|
|
684
669
|
getQueryRuntimeStatistics(
|
|
685
670
|
args: GetQueryRuntimeStatisticsCommandInput,
|
|
686
|
-
options?: __HttpHandlerOptions
|
|
671
|
+
options?: __HttpHandlerOptions,
|
|
687
672
|
): Promise<GetQueryRuntimeStatisticsCommandOutput>;
|
|
688
673
|
getQueryRuntimeStatistics(
|
|
689
674
|
args: GetQueryRuntimeStatisticsCommandInput,
|
|
690
|
-
cb: (err: any, data?: GetQueryRuntimeStatisticsCommandOutput) => void
|
|
675
|
+
cb: (err: any, data?: GetQueryRuntimeStatisticsCommandOutput) => void,
|
|
691
676
|
): void;
|
|
692
677
|
getQueryRuntimeStatistics(
|
|
693
678
|
args: GetQueryRuntimeStatisticsCommandInput,
|
|
694
679
|
options: __HttpHandlerOptions,
|
|
695
|
-
cb: (err: any, data?: GetQueryRuntimeStatisticsCommandOutput) => void
|
|
680
|
+
cb: (err: any, data?: GetQueryRuntimeStatisticsCommandOutput) => void,
|
|
696
681
|
): void;
|
|
697
682
|
getResourceDashboard(
|
|
698
683
|
args: GetResourceDashboardCommandInput,
|
|
699
|
-
options?: __HttpHandlerOptions
|
|
684
|
+
options?: __HttpHandlerOptions,
|
|
700
685
|
): Promise<GetResourceDashboardCommandOutput>;
|
|
701
686
|
getResourceDashboard(
|
|
702
687
|
args: GetResourceDashboardCommandInput,
|
|
703
|
-
cb: (err: any, data?: GetResourceDashboardCommandOutput) => void
|
|
688
|
+
cb: (err: any, data?: GetResourceDashboardCommandOutput) => void,
|
|
704
689
|
): void;
|
|
705
690
|
getResourceDashboard(
|
|
706
691
|
args: GetResourceDashboardCommandInput,
|
|
707
692
|
options: __HttpHandlerOptions,
|
|
708
|
-
cb: (err: any, data?: GetResourceDashboardCommandOutput) => void
|
|
693
|
+
cb: (err: any, data?: GetResourceDashboardCommandOutput) => void,
|
|
709
694
|
): void;
|
|
710
695
|
getSession(
|
|
711
696
|
args: GetSessionCommandInput,
|
|
712
|
-
options?: __HttpHandlerOptions
|
|
697
|
+
options?: __HttpHandlerOptions,
|
|
713
698
|
): Promise<GetSessionCommandOutput>;
|
|
714
699
|
getSession(
|
|
715
700
|
args: GetSessionCommandInput,
|
|
716
|
-
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
701
|
+
cb: (err: any, data?: GetSessionCommandOutput) => void,
|
|
717
702
|
): void;
|
|
718
703
|
getSession(
|
|
719
704
|
args: GetSessionCommandInput,
|
|
720
705
|
options: __HttpHandlerOptions,
|
|
721
|
-
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
706
|
+
cb: (err: any, data?: GetSessionCommandOutput) => void,
|
|
722
707
|
): void;
|
|
723
708
|
getSessionEndpoint(
|
|
724
709
|
args: GetSessionEndpointCommandInput,
|
|
725
|
-
options?: __HttpHandlerOptions
|
|
710
|
+
options?: __HttpHandlerOptions,
|
|
726
711
|
): Promise<GetSessionEndpointCommandOutput>;
|
|
727
712
|
getSessionEndpoint(
|
|
728
713
|
args: GetSessionEndpointCommandInput,
|
|
729
|
-
cb: (err: any, data?: GetSessionEndpointCommandOutput) => void
|
|
714
|
+
cb: (err: any, data?: GetSessionEndpointCommandOutput) => void,
|
|
730
715
|
): void;
|
|
731
716
|
getSessionEndpoint(
|
|
732
717
|
args: GetSessionEndpointCommandInput,
|
|
733
718
|
options: __HttpHandlerOptions,
|
|
734
|
-
cb: (err: any, data?: GetSessionEndpointCommandOutput) => void
|
|
719
|
+
cb: (err: any, data?: GetSessionEndpointCommandOutput) => void,
|
|
735
720
|
): void;
|
|
736
721
|
getSessionStatus(
|
|
737
722
|
args: GetSessionStatusCommandInput,
|
|
738
|
-
options?: __HttpHandlerOptions
|
|
723
|
+
options?: __HttpHandlerOptions,
|
|
739
724
|
): Promise<GetSessionStatusCommandOutput>;
|
|
740
725
|
getSessionStatus(
|
|
741
726
|
args: GetSessionStatusCommandInput,
|
|
742
|
-
cb: (err: any, data?: GetSessionStatusCommandOutput) => void
|
|
727
|
+
cb: (err: any, data?: GetSessionStatusCommandOutput) => void,
|
|
743
728
|
): void;
|
|
744
729
|
getSessionStatus(
|
|
745
730
|
args: GetSessionStatusCommandInput,
|
|
746
731
|
options: __HttpHandlerOptions,
|
|
747
|
-
cb: (err: any, data?: GetSessionStatusCommandOutput) => void
|
|
732
|
+
cb: (err: any, data?: GetSessionStatusCommandOutput) => void,
|
|
748
733
|
): void;
|
|
749
734
|
getTableMetadata(
|
|
750
735
|
args: GetTableMetadataCommandInput,
|
|
751
|
-
options?: __HttpHandlerOptions
|
|
736
|
+
options?: __HttpHandlerOptions,
|
|
752
737
|
): Promise<GetTableMetadataCommandOutput>;
|
|
753
738
|
getTableMetadata(
|
|
754
739
|
args: GetTableMetadataCommandInput,
|
|
755
|
-
cb: (err: any, data?: GetTableMetadataCommandOutput) => void
|
|
740
|
+
cb: (err: any, data?: GetTableMetadataCommandOutput) => void,
|
|
756
741
|
): void;
|
|
757
742
|
getTableMetadata(
|
|
758
743
|
args: GetTableMetadataCommandInput,
|
|
759
744
|
options: __HttpHandlerOptions,
|
|
760
|
-
cb: (err: any, data?: GetTableMetadataCommandOutput) => void
|
|
745
|
+
cb: (err: any, data?: GetTableMetadataCommandOutput) => void,
|
|
761
746
|
): void;
|
|
762
747
|
getWorkGroup(
|
|
763
748
|
args: GetWorkGroupCommandInput,
|
|
764
|
-
options?: __HttpHandlerOptions
|
|
749
|
+
options?: __HttpHandlerOptions,
|
|
765
750
|
): Promise<GetWorkGroupCommandOutput>;
|
|
766
751
|
getWorkGroup(
|
|
767
752
|
args: GetWorkGroupCommandInput,
|
|
768
|
-
cb: (err: any, data?: GetWorkGroupCommandOutput) => void
|
|
753
|
+
cb: (err: any, data?: GetWorkGroupCommandOutput) => void,
|
|
769
754
|
): void;
|
|
770
755
|
getWorkGroup(
|
|
771
756
|
args: GetWorkGroupCommandInput,
|
|
772
757
|
options: __HttpHandlerOptions,
|
|
773
|
-
cb: (err: any, data?: GetWorkGroupCommandOutput) => void
|
|
758
|
+
cb: (err: any, data?: GetWorkGroupCommandOutput) => void,
|
|
774
759
|
): void;
|
|
775
760
|
importNotebook(
|
|
776
761
|
args: ImportNotebookCommandInput,
|
|
777
|
-
options?: __HttpHandlerOptions
|
|
762
|
+
options?: __HttpHandlerOptions,
|
|
778
763
|
): Promise<ImportNotebookCommandOutput>;
|
|
779
764
|
importNotebook(
|
|
780
765
|
args: ImportNotebookCommandInput,
|
|
781
|
-
cb: (err: any, data?: ImportNotebookCommandOutput) => void
|
|
766
|
+
cb: (err: any, data?: ImportNotebookCommandOutput) => void,
|
|
782
767
|
): void;
|
|
783
768
|
importNotebook(
|
|
784
769
|
args: ImportNotebookCommandInput,
|
|
785
770
|
options: __HttpHandlerOptions,
|
|
786
|
-
cb: (err: any, data?: ImportNotebookCommandOutput) => void
|
|
771
|
+
cb: (err: any, data?: ImportNotebookCommandOutput) => void,
|
|
787
772
|
): void;
|
|
788
773
|
listApplicationDPUSizes(): Promise<ListApplicationDPUSizesCommandOutput>;
|
|
789
774
|
listApplicationDPUSizes(
|
|
790
775
|
args: ListApplicationDPUSizesCommandInput,
|
|
791
|
-
options?: __HttpHandlerOptions
|
|
776
|
+
options?: __HttpHandlerOptions,
|
|
792
777
|
): Promise<ListApplicationDPUSizesCommandOutput>;
|
|
793
778
|
listApplicationDPUSizes(
|
|
794
779
|
args: ListApplicationDPUSizesCommandInput,
|
|
795
|
-
cb: (err: any, data?: ListApplicationDPUSizesCommandOutput) => void
|
|
780
|
+
cb: (err: any, data?: ListApplicationDPUSizesCommandOutput) => void,
|
|
796
781
|
): void;
|
|
797
782
|
listApplicationDPUSizes(
|
|
798
783
|
args: ListApplicationDPUSizesCommandInput,
|
|
799
784
|
options: __HttpHandlerOptions,
|
|
800
|
-
cb: (err: any, data?: ListApplicationDPUSizesCommandOutput) => void
|
|
785
|
+
cb: (err: any, data?: ListApplicationDPUSizesCommandOutput) => void,
|
|
801
786
|
): void;
|
|
802
787
|
listCalculationExecutions(
|
|
803
788
|
args: ListCalculationExecutionsCommandInput,
|
|
804
|
-
options?: __HttpHandlerOptions
|
|
789
|
+
options?: __HttpHandlerOptions,
|
|
805
790
|
): Promise<ListCalculationExecutionsCommandOutput>;
|
|
806
791
|
listCalculationExecutions(
|
|
807
792
|
args: ListCalculationExecutionsCommandInput,
|
|
808
|
-
cb: (err: any, data?: ListCalculationExecutionsCommandOutput) => void
|
|
793
|
+
cb: (err: any, data?: ListCalculationExecutionsCommandOutput) => void,
|
|
809
794
|
): void;
|
|
810
795
|
listCalculationExecutions(
|
|
811
796
|
args: ListCalculationExecutionsCommandInput,
|
|
812
797
|
options: __HttpHandlerOptions,
|
|
813
|
-
cb: (err: any, data?: ListCalculationExecutionsCommandOutput) => void
|
|
798
|
+
cb: (err: any, data?: ListCalculationExecutionsCommandOutput) => void,
|
|
814
799
|
): void;
|
|
815
800
|
listCapacityReservations(): Promise<ListCapacityReservationsCommandOutput>;
|
|
816
801
|
listCapacityReservations(
|
|
817
802
|
args: ListCapacityReservationsCommandInput,
|
|
818
|
-
options?: __HttpHandlerOptions
|
|
803
|
+
options?: __HttpHandlerOptions,
|
|
819
804
|
): Promise<ListCapacityReservationsCommandOutput>;
|
|
820
805
|
listCapacityReservations(
|
|
821
806
|
args: ListCapacityReservationsCommandInput,
|
|
822
|
-
cb: (err: any, data?: ListCapacityReservationsCommandOutput) => void
|
|
807
|
+
cb: (err: any, data?: ListCapacityReservationsCommandOutput) => void,
|
|
823
808
|
): void;
|
|
824
809
|
listCapacityReservations(
|
|
825
810
|
args: ListCapacityReservationsCommandInput,
|
|
826
811
|
options: __HttpHandlerOptions,
|
|
827
|
-
cb: (err: any, data?: ListCapacityReservationsCommandOutput) => void
|
|
812
|
+
cb: (err: any, data?: ListCapacityReservationsCommandOutput) => void,
|
|
828
813
|
): void;
|
|
829
814
|
listDatabases(
|
|
830
815
|
args: ListDatabasesCommandInput,
|
|
831
|
-
options?: __HttpHandlerOptions
|
|
816
|
+
options?: __HttpHandlerOptions,
|
|
832
817
|
): Promise<ListDatabasesCommandOutput>;
|
|
833
818
|
listDatabases(
|
|
834
819
|
args: ListDatabasesCommandInput,
|
|
835
|
-
cb: (err: any, data?: ListDatabasesCommandOutput) => void
|
|
820
|
+
cb: (err: any, data?: ListDatabasesCommandOutput) => void,
|
|
836
821
|
): void;
|
|
837
822
|
listDatabases(
|
|
838
823
|
args: ListDatabasesCommandInput,
|
|
839
824
|
options: __HttpHandlerOptions,
|
|
840
|
-
cb: (err: any, data?: ListDatabasesCommandOutput) => void
|
|
825
|
+
cb: (err: any, data?: ListDatabasesCommandOutput) => void,
|
|
841
826
|
): void;
|
|
842
827
|
listDataCatalogs(): Promise<ListDataCatalogsCommandOutput>;
|
|
843
828
|
listDataCatalogs(
|
|
844
829
|
args: ListDataCatalogsCommandInput,
|
|
845
|
-
options?: __HttpHandlerOptions
|
|
830
|
+
options?: __HttpHandlerOptions,
|
|
846
831
|
): Promise<ListDataCatalogsCommandOutput>;
|
|
847
832
|
listDataCatalogs(
|
|
848
833
|
args: ListDataCatalogsCommandInput,
|
|
849
|
-
cb: (err: any, data?: ListDataCatalogsCommandOutput) => void
|
|
834
|
+
cb: (err: any, data?: ListDataCatalogsCommandOutput) => void,
|
|
850
835
|
): void;
|
|
851
836
|
listDataCatalogs(
|
|
852
837
|
args: ListDataCatalogsCommandInput,
|
|
853
838
|
options: __HttpHandlerOptions,
|
|
854
|
-
cb: (err: any, data?: ListDataCatalogsCommandOutput) => void
|
|
839
|
+
cb: (err: any, data?: ListDataCatalogsCommandOutput) => void,
|
|
855
840
|
): void;
|
|
856
841
|
listEngineVersions(): Promise<ListEngineVersionsCommandOutput>;
|
|
857
842
|
listEngineVersions(
|
|
858
843
|
args: ListEngineVersionsCommandInput,
|
|
859
|
-
options?: __HttpHandlerOptions
|
|
844
|
+
options?: __HttpHandlerOptions,
|
|
860
845
|
): Promise<ListEngineVersionsCommandOutput>;
|
|
861
846
|
listEngineVersions(
|
|
862
847
|
args: ListEngineVersionsCommandInput,
|
|
863
|
-
cb: (err: any, data?: ListEngineVersionsCommandOutput) => void
|
|
848
|
+
cb: (err: any, data?: ListEngineVersionsCommandOutput) => void,
|
|
864
849
|
): void;
|
|
865
850
|
listEngineVersions(
|
|
866
851
|
args: ListEngineVersionsCommandInput,
|
|
867
852
|
options: __HttpHandlerOptions,
|
|
868
|
-
cb: (err: any, data?: ListEngineVersionsCommandOutput) => void
|
|
853
|
+
cb: (err: any, data?: ListEngineVersionsCommandOutput) => void,
|
|
869
854
|
): void;
|
|
870
855
|
listExecutors(
|
|
871
856
|
args: ListExecutorsCommandInput,
|
|
872
|
-
options?: __HttpHandlerOptions
|
|
857
|
+
options?: __HttpHandlerOptions,
|
|
873
858
|
): Promise<ListExecutorsCommandOutput>;
|
|
874
859
|
listExecutors(
|
|
875
860
|
args: ListExecutorsCommandInput,
|
|
876
|
-
cb: (err: any, data?: ListExecutorsCommandOutput) => void
|
|
861
|
+
cb: (err: any, data?: ListExecutorsCommandOutput) => void,
|
|
877
862
|
): void;
|
|
878
863
|
listExecutors(
|
|
879
864
|
args: ListExecutorsCommandInput,
|
|
880
865
|
options: __HttpHandlerOptions,
|
|
881
|
-
cb: (err: any, data?: ListExecutorsCommandOutput) => void
|
|
866
|
+
cb: (err: any, data?: ListExecutorsCommandOutput) => void,
|
|
882
867
|
): void;
|
|
883
868
|
listNamedQueries(): Promise<ListNamedQueriesCommandOutput>;
|
|
884
869
|
listNamedQueries(
|
|
885
870
|
args: ListNamedQueriesCommandInput,
|
|
886
|
-
options?: __HttpHandlerOptions
|
|
871
|
+
options?: __HttpHandlerOptions,
|
|
887
872
|
): Promise<ListNamedQueriesCommandOutput>;
|
|
888
873
|
listNamedQueries(
|
|
889
874
|
args: ListNamedQueriesCommandInput,
|
|
890
|
-
cb: (err: any, data?: ListNamedQueriesCommandOutput) => void
|
|
875
|
+
cb: (err: any, data?: ListNamedQueriesCommandOutput) => void,
|
|
891
876
|
): void;
|
|
892
877
|
listNamedQueries(
|
|
893
878
|
args: ListNamedQueriesCommandInput,
|
|
894
879
|
options: __HttpHandlerOptions,
|
|
895
|
-
cb: (err: any, data?: ListNamedQueriesCommandOutput) => void
|
|
880
|
+
cb: (err: any, data?: ListNamedQueriesCommandOutput) => void,
|
|
896
881
|
): void;
|
|
897
882
|
listNotebookMetadata(
|
|
898
883
|
args: ListNotebookMetadataCommandInput,
|
|
899
|
-
options?: __HttpHandlerOptions
|
|
884
|
+
options?: __HttpHandlerOptions,
|
|
900
885
|
): Promise<ListNotebookMetadataCommandOutput>;
|
|
901
886
|
listNotebookMetadata(
|
|
902
887
|
args: ListNotebookMetadataCommandInput,
|
|
903
|
-
cb: (err: any, data?: ListNotebookMetadataCommandOutput) => void
|
|
888
|
+
cb: (err: any, data?: ListNotebookMetadataCommandOutput) => void,
|
|
904
889
|
): void;
|
|
905
890
|
listNotebookMetadata(
|
|
906
891
|
args: ListNotebookMetadataCommandInput,
|
|
907
892
|
options: __HttpHandlerOptions,
|
|
908
|
-
cb: (err: any, data?: ListNotebookMetadataCommandOutput) => void
|
|
893
|
+
cb: (err: any, data?: ListNotebookMetadataCommandOutput) => void,
|
|
909
894
|
): void;
|
|
910
895
|
listNotebookSessions(
|
|
911
896
|
args: ListNotebookSessionsCommandInput,
|
|
912
|
-
options?: __HttpHandlerOptions
|
|
897
|
+
options?: __HttpHandlerOptions,
|
|
913
898
|
): Promise<ListNotebookSessionsCommandOutput>;
|
|
914
899
|
listNotebookSessions(
|
|
915
900
|
args: ListNotebookSessionsCommandInput,
|
|
916
|
-
cb: (err: any, data?: ListNotebookSessionsCommandOutput) => void
|
|
901
|
+
cb: (err: any, data?: ListNotebookSessionsCommandOutput) => void,
|
|
917
902
|
): void;
|
|
918
903
|
listNotebookSessions(
|
|
919
904
|
args: ListNotebookSessionsCommandInput,
|
|
920
905
|
options: __HttpHandlerOptions,
|
|
921
|
-
cb: (err: any, data?: ListNotebookSessionsCommandOutput) => void
|
|
906
|
+
cb: (err: any, data?: ListNotebookSessionsCommandOutput) => void,
|
|
922
907
|
): void;
|
|
923
908
|
listPreparedStatements(
|
|
924
909
|
args: ListPreparedStatementsCommandInput,
|
|
925
|
-
options?: __HttpHandlerOptions
|
|
910
|
+
options?: __HttpHandlerOptions,
|
|
926
911
|
): Promise<ListPreparedStatementsCommandOutput>;
|
|
927
912
|
listPreparedStatements(
|
|
928
913
|
args: ListPreparedStatementsCommandInput,
|
|
929
|
-
cb: (err: any, data?: ListPreparedStatementsCommandOutput) => void
|
|
914
|
+
cb: (err: any, data?: ListPreparedStatementsCommandOutput) => void,
|
|
930
915
|
): void;
|
|
931
916
|
listPreparedStatements(
|
|
932
917
|
args: ListPreparedStatementsCommandInput,
|
|
933
918
|
options: __HttpHandlerOptions,
|
|
934
|
-
cb: (err: any, data?: ListPreparedStatementsCommandOutput) => void
|
|
919
|
+
cb: (err: any, data?: ListPreparedStatementsCommandOutput) => void,
|
|
935
920
|
): void;
|
|
936
921
|
listQueryExecutions(): Promise<ListQueryExecutionsCommandOutput>;
|
|
937
922
|
listQueryExecutions(
|
|
938
923
|
args: ListQueryExecutionsCommandInput,
|
|
939
|
-
options?: __HttpHandlerOptions
|
|
924
|
+
options?: __HttpHandlerOptions,
|
|
940
925
|
): Promise<ListQueryExecutionsCommandOutput>;
|
|
941
926
|
listQueryExecutions(
|
|
942
927
|
args: ListQueryExecutionsCommandInput,
|
|
943
|
-
cb: (err: any, data?: ListQueryExecutionsCommandOutput) => void
|
|
928
|
+
cb: (err: any, data?: ListQueryExecutionsCommandOutput) => void,
|
|
944
929
|
): void;
|
|
945
930
|
listQueryExecutions(
|
|
946
931
|
args: ListQueryExecutionsCommandInput,
|
|
947
932
|
options: __HttpHandlerOptions,
|
|
948
|
-
cb: (err: any, data?: ListQueryExecutionsCommandOutput) => void
|
|
933
|
+
cb: (err: any, data?: ListQueryExecutionsCommandOutput) => void,
|
|
949
934
|
): void;
|
|
950
935
|
listSessions(
|
|
951
936
|
args: ListSessionsCommandInput,
|
|
952
|
-
options?: __HttpHandlerOptions
|
|
937
|
+
options?: __HttpHandlerOptions,
|
|
953
938
|
): Promise<ListSessionsCommandOutput>;
|
|
954
939
|
listSessions(
|
|
955
940
|
args: ListSessionsCommandInput,
|
|
956
|
-
cb: (err: any, data?: ListSessionsCommandOutput) => void
|
|
941
|
+
cb: (err: any, data?: ListSessionsCommandOutput) => void,
|
|
957
942
|
): void;
|
|
958
943
|
listSessions(
|
|
959
944
|
args: ListSessionsCommandInput,
|
|
960
945
|
options: __HttpHandlerOptions,
|
|
961
|
-
cb: (err: any, data?: ListSessionsCommandOutput) => void
|
|
946
|
+
cb: (err: any, data?: ListSessionsCommandOutput) => void,
|
|
962
947
|
): void;
|
|
963
948
|
listTableMetadata(
|
|
964
949
|
args: ListTableMetadataCommandInput,
|
|
965
|
-
options?: __HttpHandlerOptions
|
|
950
|
+
options?: __HttpHandlerOptions,
|
|
966
951
|
): Promise<ListTableMetadataCommandOutput>;
|
|
967
952
|
listTableMetadata(
|
|
968
953
|
args: ListTableMetadataCommandInput,
|
|
969
|
-
cb: (err: any, data?: ListTableMetadataCommandOutput) => void
|
|
954
|
+
cb: (err: any, data?: ListTableMetadataCommandOutput) => void,
|
|
970
955
|
): void;
|
|
971
956
|
listTableMetadata(
|
|
972
957
|
args: ListTableMetadataCommandInput,
|
|
973
958
|
options: __HttpHandlerOptions,
|
|
974
|
-
cb: (err: any, data?: ListTableMetadataCommandOutput) => void
|
|
959
|
+
cb: (err: any, data?: ListTableMetadataCommandOutput) => void,
|
|
975
960
|
): void;
|
|
976
961
|
listTagsForResource(
|
|
977
962
|
args: ListTagsForResourceCommandInput,
|
|
978
|
-
options?: __HttpHandlerOptions
|
|
963
|
+
options?: __HttpHandlerOptions,
|
|
979
964
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
980
965
|
listTagsForResource(
|
|
981
966
|
args: ListTagsForResourceCommandInput,
|
|
982
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
967
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
983
968
|
): void;
|
|
984
969
|
listTagsForResource(
|
|
985
970
|
args: ListTagsForResourceCommandInput,
|
|
986
971
|
options: __HttpHandlerOptions,
|
|
987
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
972
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
988
973
|
): void;
|
|
989
974
|
listWorkGroups(): Promise<ListWorkGroupsCommandOutput>;
|
|
990
975
|
listWorkGroups(
|
|
991
976
|
args: ListWorkGroupsCommandInput,
|
|
992
|
-
options?: __HttpHandlerOptions
|
|
977
|
+
options?: __HttpHandlerOptions,
|
|
993
978
|
): Promise<ListWorkGroupsCommandOutput>;
|
|
994
979
|
listWorkGroups(
|
|
995
980
|
args: ListWorkGroupsCommandInput,
|
|
996
|
-
cb: (err: any, data?: ListWorkGroupsCommandOutput) => void
|
|
981
|
+
cb: (err: any, data?: ListWorkGroupsCommandOutput) => void,
|
|
997
982
|
): void;
|
|
998
983
|
listWorkGroups(
|
|
999
984
|
args: ListWorkGroupsCommandInput,
|
|
1000
985
|
options: __HttpHandlerOptions,
|
|
1001
|
-
cb: (err: any, data?: ListWorkGroupsCommandOutput) => void
|
|
986
|
+
cb: (err: any, data?: ListWorkGroupsCommandOutput) => void,
|
|
1002
987
|
): void;
|
|
1003
988
|
putCapacityAssignmentConfiguration(
|
|
1004
989
|
args: PutCapacityAssignmentConfigurationCommandInput,
|
|
1005
|
-
options?: __HttpHandlerOptions
|
|
990
|
+
options?: __HttpHandlerOptions,
|
|
1006
991
|
): Promise<PutCapacityAssignmentConfigurationCommandOutput>;
|
|
1007
992
|
putCapacityAssignmentConfiguration(
|
|
1008
993
|
args: PutCapacityAssignmentConfigurationCommandInput,
|
|
1009
|
-
cb: (
|
|
1010
|
-
err: any,
|
|
1011
|
-
data?: PutCapacityAssignmentConfigurationCommandOutput
|
|
1012
|
-
) => void
|
|
994
|
+
cb: (err: any, data?: PutCapacityAssignmentConfigurationCommandOutput) => void,
|
|
1013
995
|
): void;
|
|
1014
996
|
putCapacityAssignmentConfiguration(
|
|
1015
997
|
args: PutCapacityAssignmentConfigurationCommandInput,
|
|
1016
998
|
options: __HttpHandlerOptions,
|
|
1017
|
-
cb: (
|
|
1018
|
-
err: any,
|
|
1019
|
-
data?: PutCapacityAssignmentConfigurationCommandOutput
|
|
1020
|
-
) => void
|
|
999
|
+
cb: (err: any, data?: PutCapacityAssignmentConfigurationCommandOutput) => void,
|
|
1021
1000
|
): void;
|
|
1022
1001
|
startCalculationExecution(
|
|
1023
1002
|
args: StartCalculationExecutionCommandInput,
|
|
1024
|
-
options?: __HttpHandlerOptions
|
|
1003
|
+
options?: __HttpHandlerOptions,
|
|
1025
1004
|
): Promise<StartCalculationExecutionCommandOutput>;
|
|
1026
1005
|
startCalculationExecution(
|
|
1027
1006
|
args: StartCalculationExecutionCommandInput,
|
|
1028
|
-
cb: (err: any, data?: StartCalculationExecutionCommandOutput) => void
|
|
1007
|
+
cb: (err: any, data?: StartCalculationExecutionCommandOutput) => void,
|
|
1029
1008
|
): void;
|
|
1030
1009
|
startCalculationExecution(
|
|
1031
1010
|
args: StartCalculationExecutionCommandInput,
|
|
1032
1011
|
options: __HttpHandlerOptions,
|
|
1033
|
-
cb: (err: any, data?: StartCalculationExecutionCommandOutput) => void
|
|
1012
|
+
cb: (err: any, data?: StartCalculationExecutionCommandOutput) => void,
|
|
1034
1013
|
): void;
|
|
1035
1014
|
startQueryExecution(
|
|
1036
1015
|
args: StartQueryExecutionCommandInput,
|
|
1037
|
-
options?: __HttpHandlerOptions
|
|
1016
|
+
options?: __HttpHandlerOptions,
|
|
1038
1017
|
): Promise<StartQueryExecutionCommandOutput>;
|
|
1039
1018
|
startQueryExecution(
|
|
1040
1019
|
args: StartQueryExecutionCommandInput,
|
|
1041
|
-
cb: (err: any, data?: StartQueryExecutionCommandOutput) => void
|
|
1020
|
+
cb: (err: any, data?: StartQueryExecutionCommandOutput) => void,
|
|
1042
1021
|
): void;
|
|
1043
1022
|
startQueryExecution(
|
|
1044
1023
|
args: StartQueryExecutionCommandInput,
|
|
1045
1024
|
options: __HttpHandlerOptions,
|
|
1046
|
-
cb: (err: any, data?: StartQueryExecutionCommandOutput) => void
|
|
1025
|
+
cb: (err: any, data?: StartQueryExecutionCommandOutput) => void,
|
|
1047
1026
|
): void;
|
|
1048
1027
|
startSession(
|
|
1049
1028
|
args: StartSessionCommandInput,
|
|
1050
|
-
options?: __HttpHandlerOptions
|
|
1029
|
+
options?: __HttpHandlerOptions,
|
|
1051
1030
|
): Promise<StartSessionCommandOutput>;
|
|
1052
1031
|
startSession(
|
|
1053
1032
|
args: StartSessionCommandInput,
|
|
1054
|
-
cb: (err: any, data?: StartSessionCommandOutput) => void
|
|
1033
|
+
cb: (err: any, data?: StartSessionCommandOutput) => void,
|
|
1055
1034
|
): void;
|
|
1056
1035
|
startSession(
|
|
1057
1036
|
args: StartSessionCommandInput,
|
|
1058
1037
|
options: __HttpHandlerOptions,
|
|
1059
|
-
cb: (err: any, data?: StartSessionCommandOutput) => void
|
|
1038
|
+
cb: (err: any, data?: StartSessionCommandOutput) => void,
|
|
1060
1039
|
): void;
|
|
1061
1040
|
stopCalculationExecution(
|
|
1062
1041
|
args: StopCalculationExecutionCommandInput,
|
|
1063
|
-
options?: __HttpHandlerOptions
|
|
1042
|
+
options?: __HttpHandlerOptions,
|
|
1064
1043
|
): Promise<StopCalculationExecutionCommandOutput>;
|
|
1065
1044
|
stopCalculationExecution(
|
|
1066
1045
|
args: StopCalculationExecutionCommandInput,
|
|
1067
|
-
cb: (err: any, data?: StopCalculationExecutionCommandOutput) => void
|
|
1046
|
+
cb: (err: any, data?: StopCalculationExecutionCommandOutput) => void,
|
|
1068
1047
|
): void;
|
|
1069
1048
|
stopCalculationExecution(
|
|
1070
1049
|
args: StopCalculationExecutionCommandInput,
|
|
1071
1050
|
options: __HttpHandlerOptions,
|
|
1072
|
-
cb: (err: any, data?: StopCalculationExecutionCommandOutput) => void
|
|
1051
|
+
cb: (err: any, data?: StopCalculationExecutionCommandOutput) => void,
|
|
1073
1052
|
): void;
|
|
1074
1053
|
stopQueryExecution(
|
|
1075
1054
|
args: StopQueryExecutionCommandInput,
|
|
1076
|
-
options?: __HttpHandlerOptions
|
|
1055
|
+
options?: __HttpHandlerOptions,
|
|
1077
1056
|
): Promise<StopQueryExecutionCommandOutput>;
|
|
1078
1057
|
stopQueryExecution(
|
|
1079
1058
|
args: StopQueryExecutionCommandInput,
|
|
1080
|
-
cb: (err: any, data?: StopQueryExecutionCommandOutput) => void
|
|
1059
|
+
cb: (err: any, data?: StopQueryExecutionCommandOutput) => void,
|
|
1081
1060
|
): void;
|
|
1082
1061
|
stopQueryExecution(
|
|
1083
1062
|
args: StopQueryExecutionCommandInput,
|
|
1084
1063
|
options: __HttpHandlerOptions,
|
|
1085
|
-
cb: (err: any, data?: StopQueryExecutionCommandOutput) => void
|
|
1064
|
+
cb: (err: any, data?: StopQueryExecutionCommandOutput) => void,
|
|
1086
1065
|
): void;
|
|
1087
1066
|
tagResource(
|
|
1088
1067
|
args: TagResourceCommandInput,
|
|
1089
|
-
options?: __HttpHandlerOptions
|
|
1068
|
+
options?: __HttpHandlerOptions,
|
|
1090
1069
|
): Promise<TagResourceCommandOutput>;
|
|
1091
1070
|
tagResource(
|
|
1092
1071
|
args: TagResourceCommandInput,
|
|
1093
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1072
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1094
1073
|
): void;
|
|
1095
1074
|
tagResource(
|
|
1096
1075
|
args: TagResourceCommandInput,
|
|
1097
1076
|
options: __HttpHandlerOptions,
|
|
1098
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1077
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1099
1078
|
): void;
|
|
1100
1079
|
terminateSession(
|
|
1101
1080
|
args: TerminateSessionCommandInput,
|
|
1102
|
-
options?: __HttpHandlerOptions
|
|
1081
|
+
options?: __HttpHandlerOptions,
|
|
1103
1082
|
): Promise<TerminateSessionCommandOutput>;
|
|
1104
1083
|
terminateSession(
|
|
1105
1084
|
args: TerminateSessionCommandInput,
|
|
1106
|
-
cb: (err: any, data?: TerminateSessionCommandOutput) => void
|
|
1085
|
+
cb: (err: any, data?: TerminateSessionCommandOutput) => void,
|
|
1107
1086
|
): void;
|
|
1108
1087
|
terminateSession(
|
|
1109
1088
|
args: TerminateSessionCommandInput,
|
|
1110
1089
|
options: __HttpHandlerOptions,
|
|
1111
|
-
cb: (err: any, data?: TerminateSessionCommandOutput) => void
|
|
1090
|
+
cb: (err: any, data?: TerminateSessionCommandOutput) => void,
|
|
1112
1091
|
): void;
|
|
1113
1092
|
untagResource(
|
|
1114
1093
|
args: UntagResourceCommandInput,
|
|
1115
|
-
options?: __HttpHandlerOptions
|
|
1094
|
+
options?: __HttpHandlerOptions,
|
|
1116
1095
|
): Promise<UntagResourceCommandOutput>;
|
|
1117
1096
|
untagResource(
|
|
1118
1097
|
args: UntagResourceCommandInput,
|
|
1119
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1098
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1120
1099
|
): void;
|
|
1121
1100
|
untagResource(
|
|
1122
1101
|
args: UntagResourceCommandInput,
|
|
1123
1102
|
options: __HttpHandlerOptions,
|
|
1124
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1103
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1125
1104
|
): void;
|
|
1126
1105
|
updateCapacityReservation(
|
|
1127
1106
|
args: UpdateCapacityReservationCommandInput,
|
|
1128
|
-
options?: __HttpHandlerOptions
|
|
1107
|
+
options?: __HttpHandlerOptions,
|
|
1129
1108
|
): Promise<UpdateCapacityReservationCommandOutput>;
|
|
1130
1109
|
updateCapacityReservation(
|
|
1131
1110
|
args: UpdateCapacityReservationCommandInput,
|
|
1132
|
-
cb: (err: any, data?: UpdateCapacityReservationCommandOutput) => void
|
|
1111
|
+
cb: (err: any, data?: UpdateCapacityReservationCommandOutput) => void,
|
|
1133
1112
|
): void;
|
|
1134
1113
|
updateCapacityReservation(
|
|
1135
1114
|
args: UpdateCapacityReservationCommandInput,
|
|
1136
1115
|
options: __HttpHandlerOptions,
|
|
1137
|
-
cb: (err: any, data?: UpdateCapacityReservationCommandOutput) => void
|
|
1116
|
+
cb: (err: any, data?: UpdateCapacityReservationCommandOutput) => void,
|
|
1138
1117
|
): void;
|
|
1139
1118
|
updateDataCatalog(
|
|
1140
1119
|
args: UpdateDataCatalogCommandInput,
|
|
1141
|
-
options?: __HttpHandlerOptions
|
|
1120
|
+
options?: __HttpHandlerOptions,
|
|
1142
1121
|
): Promise<UpdateDataCatalogCommandOutput>;
|
|
1143
1122
|
updateDataCatalog(
|
|
1144
1123
|
args: UpdateDataCatalogCommandInput,
|
|
1145
|
-
cb: (err: any, data?: UpdateDataCatalogCommandOutput) => void
|
|
1124
|
+
cb: (err: any, data?: UpdateDataCatalogCommandOutput) => void,
|
|
1146
1125
|
): void;
|
|
1147
1126
|
updateDataCatalog(
|
|
1148
1127
|
args: UpdateDataCatalogCommandInput,
|
|
1149
1128
|
options: __HttpHandlerOptions,
|
|
1150
|
-
cb: (err: any, data?: UpdateDataCatalogCommandOutput) => void
|
|
1129
|
+
cb: (err: any, data?: UpdateDataCatalogCommandOutput) => void,
|
|
1151
1130
|
): void;
|
|
1152
1131
|
updateNamedQuery(
|
|
1153
1132
|
args: UpdateNamedQueryCommandInput,
|
|
1154
|
-
options?: __HttpHandlerOptions
|
|
1133
|
+
options?: __HttpHandlerOptions,
|
|
1155
1134
|
): Promise<UpdateNamedQueryCommandOutput>;
|
|
1156
1135
|
updateNamedQuery(
|
|
1157
1136
|
args: UpdateNamedQueryCommandInput,
|
|
1158
|
-
cb: (err: any, data?: UpdateNamedQueryCommandOutput) => void
|
|
1137
|
+
cb: (err: any, data?: UpdateNamedQueryCommandOutput) => void,
|
|
1159
1138
|
): void;
|
|
1160
1139
|
updateNamedQuery(
|
|
1161
1140
|
args: UpdateNamedQueryCommandInput,
|
|
1162
1141
|
options: __HttpHandlerOptions,
|
|
1163
|
-
cb: (err: any, data?: UpdateNamedQueryCommandOutput) => void
|
|
1142
|
+
cb: (err: any, data?: UpdateNamedQueryCommandOutput) => void,
|
|
1164
1143
|
): void;
|
|
1165
1144
|
updateNotebook(
|
|
1166
1145
|
args: UpdateNotebookCommandInput,
|
|
1167
|
-
options?: __HttpHandlerOptions
|
|
1146
|
+
options?: __HttpHandlerOptions,
|
|
1168
1147
|
): Promise<UpdateNotebookCommandOutput>;
|
|
1169
1148
|
updateNotebook(
|
|
1170
1149
|
args: UpdateNotebookCommandInput,
|
|
1171
|
-
cb: (err: any, data?: UpdateNotebookCommandOutput) => void
|
|
1150
|
+
cb: (err: any, data?: UpdateNotebookCommandOutput) => void,
|
|
1172
1151
|
): void;
|
|
1173
1152
|
updateNotebook(
|
|
1174
1153
|
args: UpdateNotebookCommandInput,
|
|
1175
1154
|
options: __HttpHandlerOptions,
|
|
1176
|
-
cb: (err: any, data?: UpdateNotebookCommandOutput) => void
|
|
1155
|
+
cb: (err: any, data?: UpdateNotebookCommandOutput) => void,
|
|
1177
1156
|
): void;
|
|
1178
1157
|
updateNotebookMetadata(
|
|
1179
1158
|
args: UpdateNotebookMetadataCommandInput,
|
|
1180
|
-
options?: __HttpHandlerOptions
|
|
1159
|
+
options?: __HttpHandlerOptions,
|
|
1181
1160
|
): Promise<UpdateNotebookMetadataCommandOutput>;
|
|
1182
1161
|
updateNotebookMetadata(
|
|
1183
1162
|
args: UpdateNotebookMetadataCommandInput,
|
|
1184
|
-
cb: (err: any, data?: UpdateNotebookMetadataCommandOutput) => void
|
|
1163
|
+
cb: (err: any, data?: UpdateNotebookMetadataCommandOutput) => void,
|
|
1185
1164
|
): void;
|
|
1186
1165
|
updateNotebookMetadata(
|
|
1187
1166
|
args: UpdateNotebookMetadataCommandInput,
|
|
1188
1167
|
options: __HttpHandlerOptions,
|
|
1189
|
-
cb: (err: any, data?: UpdateNotebookMetadataCommandOutput) => void
|
|
1168
|
+
cb: (err: any, data?: UpdateNotebookMetadataCommandOutput) => void,
|
|
1190
1169
|
): void;
|
|
1191
1170
|
updatePreparedStatement(
|
|
1192
1171
|
args: UpdatePreparedStatementCommandInput,
|
|
1193
|
-
options?: __HttpHandlerOptions
|
|
1172
|
+
options?: __HttpHandlerOptions,
|
|
1194
1173
|
): Promise<UpdatePreparedStatementCommandOutput>;
|
|
1195
1174
|
updatePreparedStatement(
|
|
1196
1175
|
args: UpdatePreparedStatementCommandInput,
|
|
1197
|
-
cb: (err: any, data?: UpdatePreparedStatementCommandOutput) => void
|
|
1176
|
+
cb: (err: any, data?: UpdatePreparedStatementCommandOutput) => void,
|
|
1198
1177
|
): void;
|
|
1199
1178
|
updatePreparedStatement(
|
|
1200
1179
|
args: UpdatePreparedStatementCommandInput,
|
|
1201
1180
|
options: __HttpHandlerOptions,
|
|
1202
|
-
cb: (err: any, data?: UpdatePreparedStatementCommandOutput) => void
|
|
1181
|
+
cb: (err: any, data?: UpdatePreparedStatementCommandOutput) => void,
|
|
1203
1182
|
): void;
|
|
1204
1183
|
updateWorkGroup(
|
|
1205
1184
|
args: UpdateWorkGroupCommandInput,
|
|
1206
|
-
options?: __HttpHandlerOptions
|
|
1185
|
+
options?: __HttpHandlerOptions,
|
|
1207
1186
|
): Promise<UpdateWorkGroupCommandOutput>;
|
|
1208
1187
|
updateWorkGroup(
|
|
1209
1188
|
args: UpdateWorkGroupCommandInput,
|
|
1210
|
-
cb: (err: any, data?: UpdateWorkGroupCommandOutput) => void
|
|
1189
|
+
cb: (err: any, data?: UpdateWorkGroupCommandOutput) => void,
|
|
1211
1190
|
): void;
|
|
1212
1191
|
updateWorkGroup(
|
|
1213
1192
|
args: UpdateWorkGroupCommandInput,
|
|
1214
1193
|
options: __HttpHandlerOptions,
|
|
1215
|
-
cb: (err: any, data?: UpdateWorkGroupCommandOutput) => void
|
|
1194
|
+
cb: (err: any, data?: UpdateWorkGroupCommandOutput) => void,
|
|
1216
1195
|
): void;
|
|
1217
1196
|
paginateGetQueryResults(
|
|
1218
1197
|
args: GetQueryResultsCommandInput,
|
|
1219
1198
|
paginationConfig?: Pick<
|
|
1220
1199
|
PaginationConfiguration,
|
|
1221
1200
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1222
|
-
|
|
1201
|
+
>,
|
|
1223
1202
|
): Paginator<GetQueryResultsCommandOutput>;
|
|
1224
1203
|
paginateListApplicationDPUSizes(
|
|
1225
1204
|
args?: ListApplicationDPUSizesCommandInput,
|
|
1226
1205
|
paginationConfig?: Pick<
|
|
1227
1206
|
PaginationConfiguration,
|
|
1228
1207
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1229
|
-
|
|
1208
|
+
>,
|
|
1230
1209
|
): Paginator<ListApplicationDPUSizesCommandOutput>;
|
|
1231
1210
|
paginateListCalculationExecutions(
|
|
1232
1211
|
args: ListCalculationExecutionsCommandInput,
|
|
1233
1212
|
paginationConfig?: Pick<
|
|
1234
1213
|
PaginationConfiguration,
|
|
1235
1214
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1236
|
-
|
|
1215
|
+
>,
|
|
1237
1216
|
): Paginator<ListCalculationExecutionsCommandOutput>;
|
|
1238
1217
|
paginateListCapacityReservations(
|
|
1239
1218
|
args?: ListCapacityReservationsCommandInput,
|
|
1240
1219
|
paginationConfig?: Pick<
|
|
1241
1220
|
PaginationConfiguration,
|
|
1242
1221
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1243
|
-
|
|
1222
|
+
>,
|
|
1244
1223
|
): Paginator<ListCapacityReservationsCommandOutput>;
|
|
1245
1224
|
paginateListDatabases(
|
|
1246
1225
|
args: ListDatabasesCommandInput,
|
|
1247
1226
|
paginationConfig?: Pick<
|
|
1248
1227
|
PaginationConfiguration,
|
|
1249
1228
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1250
|
-
|
|
1229
|
+
>,
|
|
1251
1230
|
): Paginator<ListDatabasesCommandOutput>;
|
|
1252
1231
|
paginateListDataCatalogs(
|
|
1253
1232
|
args?: ListDataCatalogsCommandInput,
|
|
1254
1233
|
paginationConfig?: Pick<
|
|
1255
1234
|
PaginationConfiguration,
|
|
1256
1235
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1257
|
-
|
|
1236
|
+
>,
|
|
1258
1237
|
): Paginator<ListDataCatalogsCommandOutput>;
|
|
1259
1238
|
paginateListEngineVersions(
|
|
1260
1239
|
args?: ListEngineVersionsCommandInput,
|
|
1261
1240
|
paginationConfig?: Pick<
|
|
1262
1241
|
PaginationConfiguration,
|
|
1263
1242
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1264
|
-
|
|
1243
|
+
>,
|
|
1265
1244
|
): Paginator<ListEngineVersionsCommandOutput>;
|
|
1266
1245
|
paginateListExecutors(
|
|
1267
1246
|
args: ListExecutorsCommandInput,
|
|
1268
1247
|
paginationConfig?: Pick<
|
|
1269
1248
|
PaginationConfiguration,
|
|
1270
1249
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1271
|
-
|
|
1250
|
+
>,
|
|
1272
1251
|
): Paginator<ListExecutorsCommandOutput>;
|
|
1273
1252
|
paginateListNamedQueries(
|
|
1274
1253
|
args?: ListNamedQueriesCommandInput,
|
|
1275
1254
|
paginationConfig?: Pick<
|
|
1276
1255
|
PaginationConfiguration,
|
|
1277
1256
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1278
|
-
|
|
1257
|
+
>,
|
|
1279
1258
|
): Paginator<ListNamedQueriesCommandOutput>;
|
|
1280
1259
|
paginateListPreparedStatements(
|
|
1281
1260
|
args: ListPreparedStatementsCommandInput,
|
|
1282
1261
|
paginationConfig?: Pick<
|
|
1283
1262
|
PaginationConfiguration,
|
|
1284
1263
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1285
|
-
|
|
1264
|
+
>,
|
|
1286
1265
|
): Paginator<ListPreparedStatementsCommandOutput>;
|
|
1287
1266
|
paginateListQueryExecutions(
|
|
1288
1267
|
args?: ListQueryExecutionsCommandInput,
|
|
1289
1268
|
paginationConfig?: Pick<
|
|
1290
1269
|
PaginationConfiguration,
|
|
1291
1270
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1292
|
-
|
|
1271
|
+
>,
|
|
1293
1272
|
): Paginator<ListQueryExecutionsCommandOutput>;
|
|
1294
1273
|
paginateListSessions(
|
|
1295
1274
|
args: ListSessionsCommandInput,
|
|
1296
1275
|
paginationConfig?: Pick<
|
|
1297
1276
|
PaginationConfiguration,
|
|
1298
1277
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1299
|
-
|
|
1278
|
+
>,
|
|
1300
1279
|
): Paginator<ListSessionsCommandOutput>;
|
|
1301
1280
|
paginateListTableMetadata(
|
|
1302
1281
|
args: ListTableMetadataCommandInput,
|
|
1303
1282
|
paginationConfig?: Pick<
|
|
1304
1283
|
PaginationConfiguration,
|
|
1305
1284
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1306
|
-
|
|
1285
|
+
>,
|
|
1307
1286
|
): Paginator<ListTableMetadataCommandOutput>;
|
|
1308
1287
|
paginateListTagsForResource(
|
|
1309
1288
|
args: ListTagsForResourceCommandInput,
|
|
1310
1289
|
paginationConfig?: Pick<
|
|
1311
1290
|
PaginationConfiguration,
|
|
1312
1291
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1313
|
-
|
|
1292
|
+
>,
|
|
1314
1293
|
): Paginator<ListTagsForResourceCommandOutput>;
|
|
1315
1294
|
paginateListWorkGroups(
|
|
1316
1295
|
args?: ListWorkGroupsCommandInput,
|
|
1317
1296
|
paginationConfig?: Pick<
|
|
1318
1297
|
PaginationConfiguration,
|
|
1319
1298
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1320
|
-
|
|
1299
|
+
>,
|
|
1321
1300
|
): Paginator<ListWorkGroupsCommandOutput>;
|
|
1322
1301
|
}
|
|
1323
1302
|
export declare class Athena extends AthenaClient implements Athena {}
|