@aws-sdk/client-athena 3.337.0 → 3.341.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/AthenaClient.js +2 -1
- package/dist-cjs/commands/BatchGetNamedQueryCommand.js +2 -1
- package/dist-cjs/commands/BatchGetPreparedStatementCommand.js +2 -1
- package/dist-cjs/commands/BatchGetQueryExecutionCommand.js +2 -1
- package/dist-cjs/commands/CancelCapacityReservationCommand.js +2 -1
- package/dist-cjs/commands/CreateCapacityReservationCommand.js +2 -1
- package/dist-cjs/commands/CreateDataCatalogCommand.js +2 -1
- package/dist-cjs/commands/CreateNamedQueryCommand.js +2 -1
- package/dist-cjs/commands/CreateNotebookCommand.js +2 -1
- package/dist-cjs/commands/CreatePreparedStatementCommand.js +2 -1
- package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +2 -1
- package/dist-cjs/commands/CreateWorkGroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteDataCatalogCommand.js +2 -1
- package/dist-cjs/commands/DeleteNamedQueryCommand.js +2 -1
- package/dist-cjs/commands/DeleteNotebookCommand.js +2 -1
- package/dist-cjs/commands/DeletePreparedStatementCommand.js +2 -1
- package/dist-cjs/commands/DeleteWorkGroupCommand.js +2 -1
- package/dist-cjs/commands/ExportNotebookCommand.js +2 -1
- package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +2 -1
- package/dist-cjs/commands/GetCalculationExecutionCommand.js +2 -1
- package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +2 -1
- package/dist-cjs/commands/GetCapacityAssignmentConfigurationCommand.js +2 -1
- package/dist-cjs/commands/GetCapacityReservationCommand.js +2 -1
- package/dist-cjs/commands/GetDataCatalogCommand.js +2 -1
- package/dist-cjs/commands/GetDatabaseCommand.js +2 -1
- package/dist-cjs/commands/GetNamedQueryCommand.js +2 -1
- package/dist-cjs/commands/GetNotebookMetadataCommand.js +2 -1
- package/dist-cjs/commands/GetPreparedStatementCommand.js +2 -1
- package/dist-cjs/commands/GetQueryExecutionCommand.js +2 -1
- package/dist-cjs/commands/GetQueryResultsCommand.js +2 -1
- package/dist-cjs/commands/GetQueryRuntimeStatisticsCommand.js +2 -1
- package/dist-cjs/commands/GetSessionCommand.js +2 -1
- package/dist-cjs/commands/GetSessionStatusCommand.js +2 -1
- package/dist-cjs/commands/GetTableMetadataCommand.js +2 -1
- package/dist-cjs/commands/GetWorkGroupCommand.js +2 -1
- package/dist-cjs/commands/ImportNotebookCommand.js +2 -1
- package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +2 -1
- package/dist-cjs/commands/ListCalculationExecutionsCommand.js +2 -1
- package/dist-cjs/commands/ListCapacityReservationsCommand.js +2 -1
- package/dist-cjs/commands/ListDataCatalogsCommand.js +2 -1
- package/dist-cjs/commands/ListDatabasesCommand.js +2 -1
- package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -1
- package/dist-cjs/commands/ListExecutorsCommand.js +2 -1
- package/dist-cjs/commands/ListNamedQueriesCommand.js +2 -1
- package/dist-cjs/commands/ListNotebookMetadataCommand.js +2 -1
- package/dist-cjs/commands/ListNotebookSessionsCommand.js +2 -1
- package/dist-cjs/commands/ListPreparedStatementsCommand.js +2 -1
- package/dist-cjs/commands/ListQueryExecutionsCommand.js +2 -1
- package/dist-cjs/commands/ListSessionsCommand.js +2 -1
- package/dist-cjs/commands/ListTableMetadataCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListWorkGroupsCommand.js +2 -1
- package/dist-cjs/commands/PutCapacityAssignmentConfigurationCommand.js +2 -1
- package/dist-cjs/commands/StartCalculationExecutionCommand.js +2 -1
- package/dist-cjs/commands/StartQueryExecutionCommand.js +2 -1
- package/dist-cjs/commands/StartSessionCommand.js +2 -1
- package/dist-cjs/commands/StopCalculationExecutionCommand.js +2 -1
- package/dist-cjs/commands/StopQueryExecutionCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/TerminateSessionCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateCapacityReservationCommand.js +2 -1
- package/dist-cjs/commands/UpdateDataCatalogCommand.js +2 -1
- package/dist-cjs/commands/UpdateNamedQueryCommand.js +2 -1
- package/dist-cjs/commands/UpdateNotebookCommand.js +2 -1
- package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +2 -1
- package/dist-cjs/commands/UpdatePreparedStatementCommand.js +2 -1
- package/dist-cjs/commands/UpdateWorkGroupCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/AthenaServiceException.js +2 -1
- package/dist-es/AthenaClient.js +1 -0
- package/dist-es/commands/BatchGetNamedQueryCommand.js +1 -0
- package/dist-es/commands/BatchGetPreparedStatementCommand.js +1 -0
- package/dist-es/commands/BatchGetQueryExecutionCommand.js +1 -0
- package/dist-es/commands/CancelCapacityReservationCommand.js +1 -0
- package/dist-es/commands/CreateCapacityReservationCommand.js +1 -0
- package/dist-es/commands/CreateDataCatalogCommand.js +1 -0
- package/dist-es/commands/CreateNamedQueryCommand.js +1 -0
- package/dist-es/commands/CreateNotebookCommand.js +1 -0
- package/dist-es/commands/CreatePreparedStatementCommand.js +1 -0
- package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +1 -0
- package/dist-es/commands/CreateWorkGroupCommand.js +1 -0
- package/dist-es/commands/DeleteDataCatalogCommand.js +1 -0
- package/dist-es/commands/DeleteNamedQueryCommand.js +1 -0
- package/dist-es/commands/DeleteNotebookCommand.js +1 -0
- package/dist-es/commands/DeletePreparedStatementCommand.js +1 -0
- package/dist-es/commands/DeleteWorkGroupCommand.js +1 -0
- package/dist-es/commands/ExportNotebookCommand.js +1 -0
- package/dist-es/commands/GetCalculationExecutionCodeCommand.js +1 -0
- package/dist-es/commands/GetCalculationExecutionCommand.js +1 -0
- package/dist-es/commands/GetCalculationExecutionStatusCommand.js +1 -0
- package/dist-es/commands/GetCapacityAssignmentConfigurationCommand.js +1 -0
- package/dist-es/commands/GetCapacityReservationCommand.js +1 -0
- package/dist-es/commands/GetDataCatalogCommand.js +1 -0
- package/dist-es/commands/GetDatabaseCommand.js +1 -0
- package/dist-es/commands/GetNamedQueryCommand.js +1 -0
- package/dist-es/commands/GetNotebookMetadataCommand.js +1 -0
- package/dist-es/commands/GetPreparedStatementCommand.js +1 -0
- package/dist-es/commands/GetQueryExecutionCommand.js +1 -0
- package/dist-es/commands/GetQueryResultsCommand.js +1 -0
- package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +1 -0
- package/dist-es/commands/GetSessionCommand.js +1 -0
- package/dist-es/commands/GetSessionStatusCommand.js +1 -0
- package/dist-es/commands/GetTableMetadataCommand.js +1 -0
- package/dist-es/commands/GetWorkGroupCommand.js +1 -0
- package/dist-es/commands/ImportNotebookCommand.js +1 -0
- package/dist-es/commands/ListApplicationDPUSizesCommand.js +1 -0
- package/dist-es/commands/ListCalculationExecutionsCommand.js +1 -0
- package/dist-es/commands/ListCapacityReservationsCommand.js +1 -0
- package/dist-es/commands/ListDataCatalogsCommand.js +1 -0
- package/dist-es/commands/ListDatabasesCommand.js +1 -0
- package/dist-es/commands/ListEngineVersionsCommand.js +1 -0
- package/dist-es/commands/ListExecutorsCommand.js +1 -0
- package/dist-es/commands/ListNamedQueriesCommand.js +1 -0
- package/dist-es/commands/ListNotebookMetadataCommand.js +1 -0
- package/dist-es/commands/ListNotebookSessionsCommand.js +1 -0
- package/dist-es/commands/ListPreparedStatementsCommand.js +1 -0
- package/dist-es/commands/ListQueryExecutionsCommand.js +1 -0
- package/dist-es/commands/ListSessionsCommand.js +1 -0
- package/dist-es/commands/ListTableMetadataCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListWorkGroupsCommand.js +1 -0
- package/dist-es/commands/PutCapacityAssignmentConfigurationCommand.js +1 -0
- package/dist-es/commands/StartCalculationExecutionCommand.js +1 -0
- package/dist-es/commands/StartQueryExecutionCommand.js +1 -0
- package/dist-es/commands/StartSessionCommand.js +1 -0
- package/dist-es/commands/StopCalculationExecutionCommand.js +1 -0
- package/dist-es/commands/StopQueryExecutionCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/TerminateSessionCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateCapacityReservationCommand.js +1 -0
- package/dist-es/commands/UpdateDataCatalogCommand.js +1 -0
- package/dist-es/commands/UpdateNamedQueryCommand.js +1 -0
- package/dist-es/commands/UpdateNotebookCommand.js +1 -0
- package/dist-es/commands/UpdateNotebookMetadataCommand.js +1 -0
- package/dist-es/commands/UpdatePreparedStatementCommand.js +1 -0
- package/dist-es/commands/UpdateWorkGroupCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/AthenaServiceException.js +1 -0
- package/dist-types/AthenaClient.d.ts +3 -3
- package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +4 -0
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +4 -0
- package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +4 -0
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +4 -0
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataCatalogCommand.d.ts +4 -0
- package/dist-types/commands/CreateNamedQueryCommand.d.ts +4 -0
- package/dist-types/commands/CreateNotebookCommand.d.ts +4 -0
- package/dist-types/commands/CreatePreparedStatementCommand.d.ts +4 -0
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +4 -0
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDataCatalogCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNamedQueryCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNotebookCommand.d.ts +4 -0
- package/dist-types/commands/DeletePreparedStatementCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkGroupCommand.d.ts +4 -0
- package/dist-types/commands/ExportNotebookCommand.d.ts +4 -0
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +4 -0
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +4 -0
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetCapacityReservationCommand.d.ts +4 -0
- package/dist-types/commands/GetDataCatalogCommand.d.ts +4 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/GetNamedQueryCommand.d.ts +4 -0
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +4 -0
- package/dist-types/commands/GetPreparedStatementCommand.d.ts +4 -0
- package/dist-types/commands/GetQueryExecutionCommand.d.ts +4 -0
- package/dist-types/commands/GetQueryResultsCommand.d.ts +4 -0
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +4 -0
- package/dist-types/commands/GetSessionCommand.d.ts +4 -0
- package/dist-types/commands/GetSessionStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetTableMetadataCommand.d.ts +4 -0
- package/dist-types/commands/GetWorkGroupCommand.d.ts +4 -0
- package/dist-types/commands/ImportNotebookCommand.d.ts +4 -0
- package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +4 -0
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/ListCapacityReservationsCommand.d.ts +4 -0
- package/dist-types/commands/ListDataCatalogsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatabasesCommand.d.ts +4 -0
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListExecutorsCommand.d.ts +4 -0
- package/dist-types/commands/ListNamedQueriesCommand.d.ts +4 -0
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +4 -0
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +4 -0
- package/dist-types/commands/ListPreparedStatementsCommand.d.ts +4 -0
- package/dist-types/commands/ListQueryExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +4 -0
- package/dist-types/commands/ListTableMetadataCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListWorkGroupsCommand.d.ts +4 -0
- package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StartQueryExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StartSessionCommand.d.ts +4 -0
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StopQueryExecutionCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDataCatalogCommand.d.ts +4 -0
- package/dist-types/commands/UpdateNamedQueryCommand.d.ts +4 -0
- package/dist-types/commands/UpdateNotebookCommand.d.ts +4 -0
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +4 -0
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +4 -0
- package/dist-types/index.d.ts +20 -2
- package/dist-types/models/AthenaServiceException.d.ts +1 -0
- package/dist-types/ts3.4/AthenaClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/AthenaServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -319,6 +319,7 @@ import {
|
|
|
319
319
|
ClientResolvedEndpointParameters,
|
|
320
320
|
EndpointParameters,
|
|
321
321
|
} from "./endpoint/EndpointParameters";
|
|
322
|
+
export { __Client };
|
|
322
323
|
export type ServiceInputTypes =
|
|
323
324
|
| BatchGetNamedQueryCommandInput
|
|
324
325
|
| BatchGetPreparedStatementCommandInput
|
|
@@ -479,7 +480,7 @@ export interface ClientDefaults
|
|
|
479
480
|
logger?: __Logger;
|
|
480
481
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
481
482
|
}
|
|
482
|
-
type AthenaClientConfigType = Partial<
|
|
483
|
+
export type AthenaClientConfigType = Partial<
|
|
483
484
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
484
485
|
> &
|
|
485
486
|
ClientDefaults &
|
|
@@ -491,7 +492,7 @@ type AthenaClientConfigType = Partial<
|
|
|
491
492
|
UserAgentInputConfig &
|
|
492
493
|
ClientInputEndpointParameters;
|
|
493
494
|
export interface AthenaClientConfig extends AthenaClientConfigType {}
|
|
494
|
-
type AthenaClientResolvedConfigType =
|
|
495
|
+
export type AthenaClientResolvedConfigType =
|
|
495
496
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
496
497
|
Required<ClientDefaults> &
|
|
497
498
|
RegionResolvedConfig &
|
|
@@ -513,4 +514,3 @@ export declare class AthenaClient extends __Client<
|
|
|
513
514
|
constructor(configuration: AthenaClientConfig);
|
|
514
515
|
destroy(): void;
|
|
515
516
|
}
|
|
516
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchGetNamedQueryInput,
|
|
16
16
|
BatchGetNamedQueryOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchGetNamedQueryCommandInput
|
|
19
20
|
extends BatchGetNamedQueryInput {}
|
|
20
21
|
export interface BatchGetNamedQueryCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchGetPreparedStatementInput,
|
|
16
16
|
BatchGetPreparedStatementOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchGetPreparedStatementCommandInput
|
|
19
20
|
extends BatchGetPreparedStatementInput {}
|
|
20
21
|
export interface BatchGetPreparedStatementCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchGetQueryExecutionInput,
|
|
16
16
|
BatchGetQueryExecutionOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchGetQueryExecutionCommandInput
|
|
19
20
|
extends BatchGetQueryExecutionInput {}
|
|
20
21
|
export interface BatchGetQueryExecutionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CancelCapacityReservationInput,
|
|
16
16
|
CancelCapacityReservationOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CancelCapacityReservationCommandInput
|
|
19
20
|
extends CancelCapacityReservationInput {}
|
|
20
21
|
export interface CancelCapacityReservationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateCapacityReservationInput,
|
|
16
16
|
CreateCapacityReservationOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateCapacityReservationCommandInput
|
|
19
20
|
extends CreateCapacityReservationInput {}
|
|
20
21
|
export interface CreateCapacityReservationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDataCatalogInput,
|
|
16
16
|
CreateDataCatalogOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDataCatalogCommandInput extends CreateDataCatalogInput {}
|
|
19
20
|
export interface CreateDataCatalogCommandOutput
|
|
20
21
|
extends CreateDataCatalogOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateNamedQueryInput,
|
|
16
16
|
CreateNamedQueryOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateNamedQueryCommandInput extends CreateNamedQueryInput {}
|
|
19
20
|
export interface CreateNamedQueryCommandOutput
|
|
20
21
|
extends CreateNamedQueryOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { CreateNotebookInput, CreateNotebookOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateNotebookCommandInput extends CreateNotebookInput {}
|
|
16
17
|
export interface CreateNotebookCommandOutput
|
|
17
18
|
extends CreateNotebookOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreatePreparedStatementInput,
|
|
16
16
|
CreatePreparedStatementOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreatePreparedStatementCommandInput
|
|
19
20
|
extends CreatePreparedStatementInput {}
|
|
20
21
|
export interface CreatePreparedStatementCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreatePresignedNotebookUrlRequest,
|
|
16
16
|
CreatePresignedNotebookUrlResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreatePresignedNotebookUrlCommandInput
|
|
19
20
|
extends CreatePresignedNotebookUrlRequest {}
|
|
20
21
|
export interface CreatePresignedNotebookUrlCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateWorkGroupInput,
|
|
16
16
|
CreateWorkGroupOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateWorkGroupCommandInput extends CreateWorkGroupInput {}
|
|
19
20
|
export interface CreateWorkGroupCommandOutput
|
|
20
21
|
extends CreateWorkGroupOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteDataCatalogInput,
|
|
16
16
|
DeleteDataCatalogOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteDataCatalogCommandInput extends DeleteDataCatalogInput {}
|
|
19
20
|
export interface DeleteDataCatalogCommandOutput
|
|
20
21
|
extends DeleteDataCatalogOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteNamedQueryInput,
|
|
16
16
|
DeleteNamedQueryOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteNamedQueryCommandInput extends DeleteNamedQueryInput {}
|
|
19
20
|
export interface DeleteNamedQueryCommandOutput
|
|
20
21
|
extends DeleteNamedQueryOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { DeleteNotebookInput, DeleteNotebookOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteNotebookCommandInput extends DeleteNotebookInput {}
|
|
16
17
|
export interface DeleteNotebookCommandOutput
|
|
17
18
|
extends DeleteNotebookOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeletePreparedStatementInput,
|
|
16
16
|
DeletePreparedStatementOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeletePreparedStatementCommandInput
|
|
19
20
|
extends DeletePreparedStatementInput {}
|
|
20
21
|
export interface DeletePreparedStatementCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteWorkGroupInput,
|
|
16
16
|
DeleteWorkGroupOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteWorkGroupCommandInput extends DeleteWorkGroupInput {}
|
|
19
20
|
export interface DeleteWorkGroupCommandOutput
|
|
20
21
|
extends DeleteWorkGroupOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { ExportNotebookInput, ExportNotebookOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ExportNotebookCommandInput extends ExportNotebookInput {}
|
|
16
17
|
export interface ExportNotebookCommandOutput
|
|
17
18
|
extends ExportNotebookOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCalculationExecutionCodeRequest,
|
|
16
16
|
GetCalculationExecutionCodeResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCalculationExecutionCodeCommandInput
|
|
19
20
|
extends GetCalculationExecutionCodeRequest {}
|
|
20
21
|
export interface GetCalculationExecutionCodeCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCalculationExecutionRequest,
|
|
16
16
|
GetCalculationExecutionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCalculationExecutionCommandInput
|
|
19
20
|
extends GetCalculationExecutionRequest {}
|
|
20
21
|
export interface GetCalculationExecutionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCalculationExecutionStatusRequest,
|
|
16
16
|
GetCalculationExecutionStatusResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCalculationExecutionStatusCommandInput
|
|
19
20
|
extends GetCalculationExecutionStatusRequest {}
|
|
20
21
|
export interface GetCalculationExecutionStatusCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCapacityAssignmentConfigurationInput,
|
|
16
16
|
GetCapacityAssignmentConfigurationOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCapacityAssignmentConfigurationCommandInput
|
|
19
20
|
extends GetCapacityAssignmentConfigurationInput {}
|
|
20
21
|
export interface GetCapacityAssignmentConfigurationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCapacityReservationInput,
|
|
16
16
|
GetCapacityReservationOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCapacityReservationCommandInput
|
|
19
20
|
extends GetCapacityReservationInput {}
|
|
20
21
|
export interface GetCapacityReservationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { GetDataCatalogInput, GetDataCatalogOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetDataCatalogCommandInput extends GetDataCatalogInput {}
|
|
16
17
|
export interface GetDataCatalogCommandOutput
|
|
17
18
|
extends GetDataCatalogOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { GetDatabaseInput, GetDatabaseOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetDatabaseCommandInput extends GetDatabaseInput {}
|
|
16
17
|
export interface GetDatabaseCommandOutput
|
|
17
18
|
extends GetDatabaseOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { GetNamedQueryInput, GetNamedQueryOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetNamedQueryCommandInput extends GetNamedQueryInput {}
|
|
16
17
|
export interface GetNamedQueryCommandOutput
|
|
17
18
|
extends GetNamedQueryOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetNotebookMetadataInput,
|
|
16
16
|
GetNotebookMetadataOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetNotebookMetadataCommandInput
|
|
19
20
|
extends GetNotebookMetadataInput {}
|
|
20
21
|
export interface GetNotebookMetadataCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetPreparedStatementInput,
|
|
16
16
|
GetPreparedStatementOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetPreparedStatementCommandInput
|
|
19
20
|
extends GetPreparedStatementInput {}
|
|
20
21
|
export interface GetPreparedStatementCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetQueryExecutionInput,
|
|
16
16
|
GetQueryExecutionOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetQueryExecutionCommandInput extends GetQueryExecutionInput {}
|
|
19
20
|
export interface GetQueryExecutionCommandOutput
|
|
20
21
|
extends GetQueryExecutionOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetQueryResultsInput,
|
|
16
16
|
GetQueryResultsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetQueryResultsCommandInput extends GetQueryResultsInput {}
|
|
19
20
|
export interface GetQueryResultsCommandOutput
|
|
20
21
|
extends GetQueryResultsOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetQueryRuntimeStatisticsInput,
|
|
16
16
|
GetQueryRuntimeStatisticsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetQueryRuntimeStatisticsCommandInput
|
|
19
20
|
extends GetQueryRuntimeStatisticsInput {}
|
|
20
21
|
export interface GetQueryRuntimeStatisticsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { GetSessionRequest, GetSessionResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetSessionCommandInput extends GetSessionRequest {}
|
|
16
17
|
export interface GetSessionCommandOutput
|
|
17
18
|
extends GetSessionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetSessionStatusRequest,
|
|
16
16
|
GetSessionStatusResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSessionStatusCommandInput extends GetSessionStatusRequest {}
|
|
19
20
|
export interface GetSessionStatusCommandOutput
|
|
20
21
|
extends GetSessionStatusResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetTableMetadataInput,
|
|
16
16
|
GetTableMetadataOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetTableMetadataCommandInput extends GetTableMetadataInput {}
|
|
19
20
|
export interface GetTableMetadataCommandOutput
|
|
20
21
|
extends GetTableMetadataOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { GetWorkGroupInput, GetWorkGroupOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetWorkGroupCommandInput extends GetWorkGroupInput {}
|
|
16
17
|
export interface GetWorkGroupCommandOutput
|
|
17
18
|
extends GetWorkGroupOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { ImportNotebookInput, ImportNotebookOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ImportNotebookCommandInput extends ImportNotebookInput {}
|
|
16
17
|
export interface ImportNotebookCommandOutput
|
|
17
18
|
extends ImportNotebookOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListApplicationDPUSizesInput,
|
|
16
16
|
ListApplicationDPUSizesOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListApplicationDPUSizesCommandInput
|
|
19
20
|
extends ListApplicationDPUSizesInput {}
|
|
20
21
|
export interface ListApplicationDPUSizesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListCalculationExecutionsRequest,
|
|
16
16
|
ListCalculationExecutionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCalculationExecutionsCommandInput
|
|
19
20
|
extends ListCalculationExecutionsRequest {}
|
|
20
21
|
export interface ListCalculationExecutionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListCapacityReservationsInput,
|
|
16
16
|
ListCapacityReservationsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCapacityReservationsCommandInput
|
|
19
20
|
extends ListCapacityReservationsInput {}
|
|
20
21
|
export interface ListCapacityReservationsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDataCatalogsInput,
|
|
16
16
|
ListDataCatalogsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDataCatalogsCommandInput extends ListDataCatalogsInput {}
|
|
19
20
|
export interface ListDataCatalogsCommandOutput
|
|
20
21
|
extends ListDataCatalogsOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListDatabasesCommandInput extends ListDatabasesInput {}
|
|
16
17
|
export interface ListDatabasesCommandOutput
|
|
17
18
|
extends ListDatabasesOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListEngineVersionsInput,
|
|
16
16
|
ListEngineVersionsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEngineVersionsCommandInput
|
|
19
20
|
extends ListEngineVersionsInput {}
|
|
20
21
|
export interface ListEngineVersionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListExecutorsRequest,
|
|
16
16
|
ListExecutorsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListExecutorsCommandInput extends ListExecutorsRequest {}
|
|
19
20
|
export interface ListExecutorsCommandOutput
|
|
20
21
|
extends ListExecutorsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListNamedQueriesInput,
|
|
16
16
|
ListNamedQueriesOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListNamedQueriesCommandInput extends ListNamedQueriesInput {}
|
|
19
20
|
export interface ListNamedQueriesCommandOutput
|
|
20
21
|
extends ListNamedQueriesOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListNotebookMetadataInput,
|
|
16
16
|
ListNotebookMetadataOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListNotebookMetadataCommandInput
|
|
19
20
|
extends ListNotebookMetadataInput {}
|
|
20
21
|
export interface ListNotebookMetadataCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListNotebookSessionsRequest,
|
|
16
16
|
ListNotebookSessionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListNotebookSessionsCommandInput
|
|
19
20
|
extends ListNotebookSessionsRequest {}
|
|
20
21
|
export interface ListNotebookSessionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListPreparedStatementsInput,
|
|
16
16
|
ListPreparedStatementsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListPreparedStatementsCommandInput
|
|
19
20
|
extends ListPreparedStatementsInput {}
|
|
20
21
|
export interface ListPreparedStatementsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListQueryExecutionsInput,
|
|
16
16
|
ListQueryExecutionsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListQueryExecutionsCommandInput
|
|
19
20
|
extends ListQueryExecutionsInput {}
|
|
20
21
|
export interface ListQueryExecutionsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { ListSessionsRequest, ListSessionsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListSessionsCommandInput extends ListSessionsRequest {}
|
|
16
17
|
export interface ListSessionsCommandOutput
|
|
17
18
|
extends ListSessionsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTableMetadataInput,
|
|
16
16
|
ListTableMetadataOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTableMetadataCommandInput extends ListTableMetadataInput {}
|
|
19
20
|
export interface ListTableMetadataCommandOutput
|
|
20
21
|
extends ListTableMetadataOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceInput,
|
|
16
16
|
ListTagsForResourceOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceInput {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { ListWorkGroupsInput, ListWorkGroupsOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListWorkGroupsCommandInput extends ListWorkGroupsInput {}
|
|
16
17
|
export interface ListWorkGroupsCommandOutput
|
|
17
18
|
extends ListWorkGroupsOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
PutCapacityAssignmentConfigurationInput,
|
|
16
16
|
PutCapacityAssignmentConfigurationOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutCapacityAssignmentConfigurationCommandInput
|
|
19
20
|
extends PutCapacityAssignmentConfigurationInput {}
|
|
20
21
|
export interface PutCapacityAssignmentConfigurationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartCalculationExecutionRequest,
|
|
16
16
|
StartCalculationExecutionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartCalculationExecutionCommandInput
|
|
19
20
|
extends StartCalculationExecutionRequest {}
|
|
20
21
|
export interface StartCalculationExecutionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartQueryExecutionInput,
|
|
16
16
|
StartQueryExecutionOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartQueryExecutionCommandInput
|
|
19
20
|
extends StartQueryExecutionInput {}
|
|
20
21
|
export interface StartQueryExecutionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { StartSessionRequest, StartSessionResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StartSessionCommandInput extends StartSessionRequest {}
|
|
16
17
|
export interface StartSessionCommandOutput
|
|
17
18
|
extends StartSessionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StopCalculationExecutionRequest,
|
|
16
16
|
StopCalculationExecutionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StopCalculationExecutionCommandInput
|
|
19
20
|
extends StopCalculationExecutionRequest {}
|
|
20
21
|
export interface StopCalculationExecutionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StopQueryExecutionInput,
|
|
16
16
|
StopQueryExecutionOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StopQueryExecutionCommandInput
|
|
19
20
|
extends StopQueryExecutionInput {}
|
|
20
21
|
export interface StopQueryExecutionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
TerminateSessionRequest,
|
|
16
16
|
TerminateSessionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface TerminateSessionCommandInput extends TerminateSessionRequest {}
|
|
19
20
|
export interface TerminateSessionCommandOutput
|
|
20
21
|
extends TerminateSessionResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
16
17
|
export interface UntagResourceCommandOutput
|
|
17
18
|
extends UntagResourceOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateCapacityReservationInput,
|
|
16
16
|
UpdateCapacityReservationOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateCapacityReservationCommandInput
|
|
19
20
|
extends UpdateCapacityReservationInput {}
|
|
20
21
|
export interface UpdateCapacityReservationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateDataCatalogInput,
|
|
16
16
|
UpdateDataCatalogOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateDataCatalogCommandInput extends UpdateDataCatalogInput {}
|
|
19
20
|
export interface UpdateDataCatalogCommandOutput
|
|
20
21
|
extends UpdateDataCatalogOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateNamedQueryInput,
|
|
16
16
|
UpdateNamedQueryOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateNamedQueryCommandInput extends UpdateNamedQueryInput {}
|
|
19
20
|
export interface UpdateNamedQueryCommandOutput
|
|
20
21
|
extends UpdateNamedQueryOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AthenaClient";
|
|
14
14
|
import { UpdateNotebookInput, UpdateNotebookOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateNotebookCommandInput extends UpdateNotebookInput {}
|
|
16
17
|
export interface UpdateNotebookCommandOutput
|
|
17
18
|
extends UpdateNotebookOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateNotebookMetadataInput,
|
|
16
16
|
UpdateNotebookMetadataOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateNotebookMetadataCommandInput
|
|
19
20
|
extends UpdateNotebookMetadataInput {}
|
|
20
21
|
export interface UpdateNotebookMetadataCommandOutput
|