@aws-sdk/client-athena 3.529.1 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/Athena.d.ts +8 -1
- package/dist-types/AthenaClient.d.ts +1 -1
- package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +2 -1
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataCatalogCommand.d.ts +2 -1
- package/dist-types/commands/CreateNamedQueryCommand.d.ts +2 -1
- package/dist-types/commands/CreateNotebookCommand.d.ts +2 -1
- package/dist-types/commands/CreatePreparedStatementCommand.d.ts +2 -1
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataCatalogCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNamedQueryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNotebookCommand.d.ts +2 -1
- package/dist-types/commands/DeletePreparedStatementCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkGroupCommand.d.ts +2 -1
- package/dist-types/commands/ExportNotebookCommand.d.ts +2 -1
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +2 -1
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/GetDataCatalogCommand.d.ts +2 -1
- package/dist-types/commands/GetDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/GetNamedQueryCommand.d.ts +2 -1
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +2 -1
- package/dist-types/commands/GetPreparedStatementCommand.d.ts +2 -1
- package/dist-types/commands/GetQueryExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GetQueryResultsCommand.d.ts +2 -1
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +2 -1
- package/dist-types/commands/GetSessionCommand.d.ts +2 -1
- package/dist-types/commands/GetSessionStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetTableMetadataCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkGroupCommand.d.ts +2 -1
- package/dist-types/commands/ImportNotebookCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +2 -1
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListCapacityReservationsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataCatalogsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatabasesCommand.d.ts +2 -1
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListExecutorsCommand.d.ts +2 -1
- package/dist-types/commands/ListNamedQueriesCommand.d.ts +2 -1
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +2 -1
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +2 -1
- package/dist-types/commands/ListPreparedStatementsCommand.d.ts +2 -1
- package/dist-types/commands/ListQueryExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTableMetadataCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkGroupsCommand.d.ts +2 -1
- package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StartQueryExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StartSessionCommand.d.ts +2 -1
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StopQueryExecutionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TerminateSessionCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataCatalogCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNamedQueryCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNotebookCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +585 -585
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Athena.d.ts +7 -0
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
package/dist-types/Athena.d.ts
CHANGED
|
@@ -288,6 +288,7 @@ export interface Athena {
|
|
|
288
288
|
/**
|
|
289
289
|
* @see {@link ListApplicationDPUSizesCommand}
|
|
290
290
|
*/
|
|
291
|
+
listApplicationDPUSizes(): Promise<ListApplicationDPUSizesCommandOutput>;
|
|
291
292
|
listApplicationDPUSizes(args: ListApplicationDPUSizesCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationDPUSizesCommandOutput>;
|
|
292
293
|
listApplicationDPUSizes(args: ListApplicationDPUSizesCommandInput, cb: (err: any, data?: ListApplicationDPUSizesCommandOutput) => void): void;
|
|
293
294
|
listApplicationDPUSizes(args: ListApplicationDPUSizesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationDPUSizesCommandOutput) => void): void;
|
|
@@ -300,6 +301,7 @@ export interface Athena {
|
|
|
300
301
|
/**
|
|
301
302
|
* @see {@link ListCapacityReservationsCommand}
|
|
302
303
|
*/
|
|
304
|
+
listCapacityReservations(): Promise<ListCapacityReservationsCommandOutput>;
|
|
303
305
|
listCapacityReservations(args: ListCapacityReservationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCapacityReservationsCommandOutput>;
|
|
304
306
|
listCapacityReservations(args: ListCapacityReservationsCommandInput, cb: (err: any, data?: ListCapacityReservationsCommandOutput) => void): void;
|
|
305
307
|
listCapacityReservations(args: ListCapacityReservationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCapacityReservationsCommandOutput) => void): void;
|
|
@@ -312,12 +314,14 @@ export interface Athena {
|
|
|
312
314
|
/**
|
|
313
315
|
* @see {@link ListDataCatalogsCommand}
|
|
314
316
|
*/
|
|
317
|
+
listDataCatalogs(): Promise<ListDataCatalogsCommandOutput>;
|
|
315
318
|
listDataCatalogs(args: ListDataCatalogsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataCatalogsCommandOutput>;
|
|
316
319
|
listDataCatalogs(args: ListDataCatalogsCommandInput, cb: (err: any, data?: ListDataCatalogsCommandOutput) => void): void;
|
|
317
320
|
listDataCatalogs(args: ListDataCatalogsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataCatalogsCommandOutput) => void): void;
|
|
318
321
|
/**
|
|
319
322
|
* @see {@link ListEngineVersionsCommand}
|
|
320
323
|
*/
|
|
324
|
+
listEngineVersions(): Promise<ListEngineVersionsCommandOutput>;
|
|
321
325
|
listEngineVersions(args: ListEngineVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListEngineVersionsCommandOutput>;
|
|
322
326
|
listEngineVersions(args: ListEngineVersionsCommandInput, cb: (err: any, data?: ListEngineVersionsCommandOutput) => void): void;
|
|
323
327
|
listEngineVersions(args: ListEngineVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEngineVersionsCommandOutput) => void): void;
|
|
@@ -330,6 +334,7 @@ export interface Athena {
|
|
|
330
334
|
/**
|
|
331
335
|
* @see {@link ListNamedQueriesCommand}
|
|
332
336
|
*/
|
|
337
|
+
listNamedQueries(): Promise<ListNamedQueriesCommandOutput>;
|
|
333
338
|
listNamedQueries(args: ListNamedQueriesCommandInput, options?: __HttpHandlerOptions): Promise<ListNamedQueriesCommandOutput>;
|
|
334
339
|
listNamedQueries(args: ListNamedQueriesCommandInput, cb: (err: any, data?: ListNamedQueriesCommandOutput) => void): void;
|
|
335
340
|
listNamedQueries(args: ListNamedQueriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNamedQueriesCommandOutput) => void): void;
|
|
@@ -354,6 +359,7 @@ export interface Athena {
|
|
|
354
359
|
/**
|
|
355
360
|
* @see {@link ListQueryExecutionsCommand}
|
|
356
361
|
*/
|
|
362
|
+
listQueryExecutions(): Promise<ListQueryExecutionsCommandOutput>;
|
|
357
363
|
listQueryExecutions(args: ListQueryExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListQueryExecutionsCommandOutput>;
|
|
358
364
|
listQueryExecutions(args: ListQueryExecutionsCommandInput, cb: (err: any, data?: ListQueryExecutionsCommandOutput) => void): void;
|
|
359
365
|
listQueryExecutions(args: ListQueryExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueryExecutionsCommandOutput) => void): void;
|
|
@@ -378,6 +384,7 @@ export interface Athena {
|
|
|
378
384
|
/**
|
|
379
385
|
* @see {@link ListWorkGroupsCommand}
|
|
380
386
|
*/
|
|
387
|
+
listWorkGroups(): Promise<ListWorkGroupsCommandOutput>;
|
|
381
388
|
listWorkGroups(args: ListWorkGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkGroupsCommandOutput>;
|
|
382
389
|
listWorkGroups(args: ListWorkGroupsCommandInput, cb: (err: any, data?: ListWorkGroupsCommandOutput) => void): void;
|
|
383
390
|
listWorkGroups(args: ListWorkGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkGroupsCommandOutput) => void): void;
|
|
@@ -479,7 +486,6 @@ export interface Athena {
|
|
|
479
486
|
updateWorkGroup(args: UpdateWorkGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkGroupCommandOutput) => void): void;
|
|
480
487
|
}
|
|
481
488
|
/**
|
|
482
|
-
* @public
|
|
483
489
|
* <p>Amazon Athena is an interactive query service that lets you use standard SQL
|
|
484
490
|
* to analyze data directly in Amazon S3. You can point Athena at your
|
|
485
491
|
* data in Amazon S3 and run ad-hoc queries and get results in seconds. Athena is serverless, so there is no infrastructure to set up or manage. You pay
|
|
@@ -491,6 +497,7 @@ export interface Athena {
|
|
|
491
497
|
* driver or later with the Amazon Athena API. Earlier version drivers do not
|
|
492
498
|
* support the API. For more information and to download the driver, see <a href="https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html">Accessing
|
|
493
499
|
* Amazon Athena with JDBC</a>.</p>
|
|
500
|
+
* @public
|
|
494
501
|
*/
|
|
495
502
|
export declare class Athena extends AthenaClient implements Athena {
|
|
496
503
|
}
|
|
@@ -219,7 +219,6 @@ export type AthenaClientResolvedConfigType = __SmithyResolvedConfiguration<__Htt
|
|
|
219
219
|
export interface AthenaClientResolvedConfig extends AthenaClientResolvedConfigType {
|
|
220
220
|
}
|
|
221
221
|
/**
|
|
222
|
-
* @public
|
|
223
222
|
* <p>Amazon Athena is an interactive query service that lets you use standard SQL
|
|
224
223
|
* to analyze data directly in Amazon S3. You can point Athena at your
|
|
225
224
|
* data in Amazon S3 and run ad-hoc queries and get results in seconds. Athena is serverless, so there is no infrastructure to set up or manage. You pay
|
|
@@ -231,6 +230,7 @@ export interface AthenaClientResolvedConfig extends AthenaClientResolvedConfigTy
|
|
|
231
230
|
* driver or later with the Amazon Athena API. Earlier version drivers do not
|
|
232
231
|
* support the API. For more information and to download the driver, see <a href="https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html">Accessing
|
|
233
232
|
* Amazon Athena with JDBC</a>.</p>
|
|
233
|
+
* @public
|
|
234
234
|
*/
|
|
235
235
|
export declare class AthenaClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AthenaClientResolvedConfig> {
|
|
236
236
|
/**
|
|
@@ -22,10 +22,10 @@ export interface BatchGetNamedQueryCommandOutput extends BatchGetNamedQueryOutpu
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchGetNamedQueryCommand_base: {
|
|
24
24
|
new (input: BatchGetNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetNamedQueryCommandInput, BatchGetNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchGetNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetNamedQueryCommandInput, BatchGetNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the details of a single named query or a list of up to 50 queries, which you
|
|
30
30
|
* provide as an array of query ID strings. Requires you to have access to the workgroup in
|
|
31
31
|
* which the queries were saved. Use <a>ListNamedQueriesInput</a> to get the
|
|
@@ -87,6 +87,7 @@ declare const BatchGetNamedQueryCommand_base: {
|
|
|
87
87
|
* @throws {@link AthenaServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class BatchGetNamedQueryCommand extends BatchGetNamedQueryCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchGetPreparedStatementCommandOutput extends BatchGetPrepared
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchGetPreparedStatementCommand_base: {
|
|
24
24
|
new (input: BatchGetPreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetPreparedStatementCommandInput, BatchGetPreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchGetPreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetPreparedStatementCommandInput, BatchGetPreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the details of a single prepared statement or a list of up to 256 prepared
|
|
30
30
|
* statements for the array of prepared statement names that you provide. Requires you to
|
|
31
31
|
* have access to the workgroup to which the prepared statements belong. If a prepared
|
|
@@ -83,6 +83,7 @@ declare const BatchGetPreparedStatementCommand_base: {
|
|
|
83
83
|
* @throws {@link AthenaServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class BatchGetPreparedStatementCommand extends BatchGetPreparedStatementCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchGetQueryExecutionCommandOutput extends BatchGetQueryExecut
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchGetQueryExecutionCommand_base: {
|
|
24
24
|
new (input: BatchGetQueryExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetQueryExecutionCommandInput, BatchGetQueryExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchGetQueryExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetQueryExecutionCommandInput, BatchGetQueryExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the details of a single query execution or a list of up to 50 query
|
|
30
30
|
* executions, which you provide as an array of query execution ID strings. Requires you to
|
|
31
31
|
* have access to the workgroup in which the queries ran. To get a list of query execution
|
|
@@ -141,6 +141,7 @@ declare const BatchGetQueryExecutionCommand_base: {
|
|
|
141
141
|
* @throws {@link AthenaServiceException}
|
|
142
142
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
143
143
|
*
|
|
144
|
+
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class BatchGetQueryExecutionCommand extends BatchGetQueryExecutionCommand_base {
|
|
146
147
|
}
|
|
@@ -22,10 +22,10 @@ export interface CancelCapacityReservationCommandOutput extends CancelCapacityRe
|
|
|
22
22
|
}
|
|
23
23
|
declare const CancelCapacityReservationCommand_base: {
|
|
24
24
|
new (input: CancelCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<CancelCapacityReservationCommandInput, CancelCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CancelCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<CancelCapacityReservationCommandInput, CancelCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Cancels the capacity reservation with the specified name. Cancelled reservations
|
|
30
30
|
* remain in your account and will be deleted 45 days after cancellation. During the 45
|
|
31
31
|
* days, you cannot re-purpose or reuse a reservation that has been cancelled, but you can
|
|
@@ -62,6 +62,7 @@ declare const CancelCapacityReservationCommand_base: {
|
|
|
62
62
|
* @throws {@link AthenaServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class CancelCapacityReservationCommand extends CancelCapacityReservationCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateCapacityReservationCommandOutput extends CreateCapacityRe
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateCapacityReservationCommand_base: {
|
|
24
24
|
new (input: CreateCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a capacity reservation with the specified name and number of requested data
|
|
30
30
|
* processing units.</p>
|
|
31
31
|
* @example
|
|
@@ -67,6 +67,7 @@ declare const CreateCapacityReservationCommand_base: {
|
|
|
67
67
|
* @throws {@link AthenaServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class CreateCapacityReservationCommand extends CreateCapacityReservationCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDataCatalogCommandOutput extends CreateDataCatalogOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDataCatalogCommand_base: {
|
|
24
24
|
new (input: CreateDataCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataCatalogCommandInput, CreateDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDataCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataCatalogCommandInput, CreateDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates (registers) a data catalog with the specified name and properties. Catalogs
|
|
30
30
|
* created are visible to all users of the same Amazon Web Services account.</p>
|
|
31
31
|
* @example
|
|
@@ -71,6 +71,7 @@ declare const CreateDataCatalogCommand_base: {
|
|
|
71
71
|
* @throws {@link AthenaServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class CreateDataCatalogCommand extends CreateDataCatalogCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateNamedQueryCommandOutput extends CreateNamedQueryOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateNamedQueryCommand_base: {
|
|
24
24
|
new (input: CreateNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNamedQueryCommandInput, CreateNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNamedQueryCommandInput, CreateNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a named query in the specified workgroup. Requires that you have access to the
|
|
30
30
|
* workgroup.</p>
|
|
31
31
|
* @example
|
|
@@ -67,6 +67,7 @@ declare const CreateNamedQueryCommand_base: {
|
|
|
67
67
|
* @throws {@link AthenaServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class CreateNamedQueryCommand extends CreateNamedQueryCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateNotebookCommandOutput extends CreateNotebookOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateNotebookCommand_base: {
|
|
24
24
|
new (input: CreateNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNotebookCommandInput, CreateNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNotebookCommandInput, CreateNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an empty <code>ipynb</code> file in the specified Apache Spark enabled
|
|
30
30
|
* workgroup. Throws an error if a file in the workgroup with the same name already
|
|
31
31
|
* exists.</p>
|
|
@@ -68,6 +68,7 @@ declare const CreateNotebookCommand_base: {
|
|
|
68
68
|
* @throws {@link AthenaServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class CreateNotebookCommand extends CreateNotebookCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreatePreparedStatementCommandOutput extends CreatePreparedStat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreatePreparedStatementCommand_base: {
|
|
24
24
|
new (input: CreatePreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePreparedStatementCommandInput, CreatePreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreatePreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePreparedStatementCommandInput, CreatePreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a prepared statement for use with SQL queries in Athena.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const CreatePreparedStatementCommand_base: {
|
|
|
62
62
|
* @throws {@link AthenaServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class CreatePreparedStatementCommand extends CreatePreparedStatementCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreatePresignedNotebookUrlCommandOutput extends CreatePresigned
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreatePresignedNotebookUrlCommand_base: {
|
|
24
24
|
new (input: CreatePresignedNotebookUrlCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePresignedNotebookUrlCommandInput, CreatePresignedNotebookUrlCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreatePresignedNotebookUrlCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePresignedNotebookUrlCommandInput, CreatePresignedNotebookUrlCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets an authentication token and the URL at which the notebook can be accessed. During
|
|
30
30
|
* programmatic access, <code>CreatePresignedNotebookUrl</code> must be called every 10
|
|
31
31
|
* minutes to refresh the authentication token. For information about granting programmatic
|
|
@@ -70,6 +70,7 @@ declare const CreatePresignedNotebookUrlCommand_base: {
|
|
|
70
70
|
* @throws {@link AthenaServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class CreatePresignedNotebookUrlCommand extends CreatePresignedNotebookUrlCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateWorkGroupCommandOutput extends CreateWorkGroupOutput, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateWorkGroupCommand_base: {
|
|
24
24
|
new (input: CreateWorkGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkGroupCommandInput, CreateWorkGroupCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateWorkGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkGroupCommandInput, CreateWorkGroupCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a workgroup with the specified name. A workgroup can be an Apache Spark
|
|
30
30
|
* enabled workgroup or an Athena SQL workgroup.</p>
|
|
31
31
|
* @example
|
|
@@ -103,6 +103,7 @@ declare const CreateWorkGroupCommand_base: {
|
|
|
103
103
|
* @throws {@link AthenaServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class CreateWorkGroupCommand extends CreateWorkGroupCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteCapacityReservationCommandOutput extends DeleteCapacityRe
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteCapacityReservationCommand_base: {
|
|
24
24
|
new (input: DeleteCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCapacityReservationCommandInput, DeleteCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCapacityReservationCommandInput, DeleteCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a cancelled capacity reservation. A reservation must be cancelled before it
|
|
30
30
|
* can be deleted. A deleted reservation is immediately removed from your account and can
|
|
31
31
|
* no longer be referenced, including by its ARN. A deleted reservation cannot be called by
|
|
@@ -63,6 +63,7 @@ declare const DeleteCapacityReservationCommand_base: {
|
|
|
63
63
|
* @throws {@link AthenaServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteCapacityReservationCommand extends DeleteCapacityReservationCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDataCatalogCommandOutput extends DeleteDataCatalogOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDataCatalogCommand_base: {
|
|
24
24
|
new (input: DeleteDataCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataCatalogCommandInput, DeleteDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDataCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataCatalogCommandInput, DeleteDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a data catalog.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -59,6 +59,7 @@ declare const DeleteDataCatalogCommand_base: {
|
|
|
59
59
|
* @throws {@link AthenaServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class DeleteDataCatalogCommand extends DeleteDataCatalogCommand_base {
|
|
64
65
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteNamedQueryCommandOutput extends DeleteNamedQueryOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteNamedQueryCommand_base: {
|
|
24
24
|
new (input: DeleteNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNamedQueryCommandInput, DeleteNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeleteNamedQueryCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteNamedQueryCommandInput, DeleteNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the named query if you have access to the workgroup in which the query was
|
|
30
30
|
* saved.</p>
|
|
31
31
|
* @example
|
|
@@ -60,6 +60,7 @@ declare const DeleteNamedQueryCommand_base: {
|
|
|
60
60
|
* @throws {@link AthenaServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class DeleteNamedQueryCommand extends DeleteNamedQueryCommand_base {
|
|
65
66
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteNotebookCommandOutput extends DeleteNotebookOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteNotebookCommand_base: {
|
|
24
24
|
new (input: DeleteNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotebookCommandInput, DeleteNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotebookCommandInput, DeleteNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified notebook.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeleteNotebookCommand_base: {
|
|
|
62
62
|
* @throws {@link AthenaServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteNotebookCommand extends DeleteNotebookCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeletePreparedStatementCommandOutput extends DeletePreparedStat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeletePreparedStatementCommand_base: {
|
|
24
24
|
new (input: DeletePreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePreparedStatementCommandInput, DeletePreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeletePreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePreparedStatementCommandInput, DeletePreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the prepared statement with the specified name from the specified
|
|
30
30
|
* workgroup.</p>
|
|
31
31
|
* @example
|
|
@@ -64,6 +64,7 @@ declare const DeletePreparedStatementCommand_base: {
|
|
|
64
64
|
* @throws {@link AthenaServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeletePreparedStatementCommand extends DeletePreparedStatementCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteWorkGroupCommandOutput extends DeleteWorkGroupOutput, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteWorkGroupCommand_base: {
|
|
24
24
|
new (input: DeleteWorkGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkGroupCommandInput, DeleteWorkGroupCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteWorkGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkGroupCommandInput, DeleteWorkGroupCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the workgroup with the specified name. The primary workgroup cannot be
|
|
30
30
|
* deleted.</p>
|
|
31
31
|
* @example
|
|
@@ -61,6 +61,7 @@ declare const DeleteWorkGroupCommand_base: {
|
|
|
61
61
|
* @throws {@link AthenaServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class DeleteWorkGroupCommand extends DeleteWorkGroupCommand_base {
|
|
66
67
|
}
|
|
@@ -22,10 +22,10 @@ export interface ExportNotebookCommandOutput extends ExportNotebookOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ExportNotebookCommand_base: {
|
|
24
24
|
new (input: ExportNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<ExportNotebookCommandInput, ExportNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ExportNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<ExportNotebookCommandInput, ExportNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Exports the specified notebook and its metadata.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const ExportNotebookCommand_base: {
|
|
|
72
72
|
* @throws {@link AthenaServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ExportNotebookCommand extends ExportNotebookCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCalculationExecutionCodeCommandOutput extends GetCalculation
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCalculationExecutionCodeCommand_base: {
|
|
24
24
|
new (input: GetCalculationExecutionCodeCommandInput): import("@smithy/smithy-client").CommandImpl<GetCalculationExecutionCodeCommandInput, GetCalculationExecutionCodeCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCalculationExecutionCodeCommandInput): import("@smithy/smithy-client").CommandImpl<GetCalculationExecutionCodeCommandInput, GetCalculationExecutionCodeCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the unencrypted code that was executed for the calculation.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const GetCalculationExecutionCodeCommand_base: {
|
|
|
64
64
|
* @throws {@link AthenaServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class GetCalculationExecutionCodeCommand extends GetCalculationExecutionCodeCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCalculationExecutionCommandOutput extends GetCalculationExec
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCalculationExecutionCommand_base: {
|
|
24
24
|
new (input: GetCalculationExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCalculationExecutionCommandInput, GetCalculationExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCalculationExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCalculationExecutionCommandInput, GetCalculationExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a previously submitted calculation execution.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const GetCalculationExecutionCommand_base: {
|
|
|
83
83
|
* @throws {@link AthenaServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetCalculationExecutionCommand extends GetCalculationExecutionCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCalculationExecutionStatusCommandOutput extends GetCalculati
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCalculationExecutionStatusCommand_base: {
|
|
24
24
|
new (input: GetCalculationExecutionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetCalculationExecutionStatusCommandInput, GetCalculationExecutionStatusCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCalculationExecutionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetCalculationExecutionStatusCommandInput, GetCalculationExecutionStatusCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the status of a current calculation.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const GetCalculationExecutionStatusCommand_base: {
|
|
|
73
73
|
* @throws {@link AthenaServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetCalculationExecutionStatusCommand extends GetCalculationExecutionStatusCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCapacityAssignmentConfigurationCommandOutput extends GetCapa
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCapacityAssignmentConfigurationCommand_base: {
|
|
24
24
|
new (input: GetCapacityAssignmentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityAssignmentConfigurationCommandInput, GetCapacityAssignmentConfigurationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCapacityAssignmentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityAssignmentConfigurationCommandInput, GetCapacityAssignmentConfigurationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the capacity assignment configuration for a capacity reservation, if one
|
|
30
30
|
* exists.</p>
|
|
31
31
|
* @example
|
|
@@ -71,6 +71,7 @@ declare const GetCapacityAssignmentConfigurationCommand_base: {
|
|
|
71
71
|
* @throws {@link AthenaServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetCapacityAssignmentConfigurationCommand extends GetCapacityAssignmentConfigurationCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCapacityReservationCommandOutput extends GetCapacityReservat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCapacityReservationCommand_base: {
|
|
24
24
|
new (input: GetCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityReservationCommandInput, GetCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityReservationCommandInput, GetCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about the capacity reservation with the specified name.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const GetCapacityReservationCommand_base: {
|
|
|
74
74
|
* @throws {@link AthenaServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetCapacityReservationCommand extends GetCapacityReservationCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDataCatalogCommandOutput extends GetDataCatalogOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDataCatalogCommand_base: {
|
|
24
24
|
new (input: GetDataCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataCatalogCommandInput, GetDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDataCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataCatalogCommandInput, GetDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the specified data catalog.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const GetDataCatalogCommand_base: {
|
|
|
69
69
|
* @throws {@link AthenaServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class GetDataCatalogCommand extends GetDataCatalogCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDatabaseCommandOutput extends GetDatabaseOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDatabaseCommand_base: {
|
|
24
24
|
new (input: GetDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetDatabaseCommandInput, GetDatabaseCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetDatabaseCommandInput, GetDatabaseCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a database object for the specified database and data catalog.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const GetDatabaseCommand_base: {
|
|
|
77
77
|
* @throws {@link AthenaServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetDatabaseCommand extends GetDatabaseCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetNamedQueryCommandOutput extends GetNamedQueryOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetNamedQueryCommand_base: {
|
|
24
24
|
new (input: GetNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<GetNamedQueryCommandInput, GetNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<GetNamedQueryCommandInput, GetNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a single query. Requires that you have access to the
|
|
30
30
|
* workgroup in which the query was saved.</p>
|
|
31
31
|
* @example
|
|
@@ -69,6 +69,7 @@ declare const GetNamedQueryCommand_base: {
|
|
|
69
69
|
* @throws {@link AthenaServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class GetNamedQueryCommand extends GetNamedQueryCommand_base {
|
|
74
75
|
}
|