@aws-sdk/client-athena 3.588.0 → 3.592.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +0 -68
- package/dist-types/AthenaClient.d.ts +4 -4
- 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/index.d.ts +2 -2
- package/dist-types/models/AthenaServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/AthenaClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/AthenaServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchGetNamedQueryInput,
|
|
10
10
|
BatchGetNamedQueryOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchGetNamedQueryCommandInput
|
|
14
15
|
extends BatchGetNamedQueryInput {}
|
|
15
16
|
export interface BatchGetNamedQueryCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchGetPreparedStatementInput,
|
|
10
10
|
BatchGetPreparedStatementOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchGetPreparedStatementCommandInput
|
|
14
15
|
extends BatchGetPreparedStatementInput {}
|
|
15
16
|
export interface BatchGetPreparedStatementCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchGetQueryExecutionInput,
|
|
10
10
|
BatchGetQueryExecutionOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchGetQueryExecutionCommandInput
|
|
14
15
|
extends BatchGetQueryExecutionInput {}
|
|
15
16
|
export interface BatchGetQueryExecutionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CancelCapacityReservationInput,
|
|
10
10
|
CancelCapacityReservationOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CancelCapacityReservationCommandInput
|
|
14
15
|
extends CancelCapacityReservationInput {}
|
|
15
16
|
export interface CancelCapacityReservationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateCapacityReservationInput,
|
|
10
10
|
CreateCapacityReservationOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateCapacityReservationCommandInput
|
|
14
15
|
extends CreateCapacityReservationInput {}
|
|
15
16
|
export interface CreateCapacityReservationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateDataCatalogInput,
|
|
10
10
|
CreateDataCatalogOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateDataCatalogCommandInput extends CreateDataCatalogInput {}
|
|
14
15
|
export interface CreateDataCatalogCommandOutput
|
|
15
16
|
extends CreateDataCatalogOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateNamedQueryInput,
|
|
10
10
|
CreateNamedQueryOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateNamedQueryCommandInput extends CreateNamedQueryInput {}
|
|
14
15
|
export interface CreateNamedQueryCommandOutput
|
|
15
16
|
extends CreateNamedQueryOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AthenaClient";
|
|
8
8
|
import { CreateNotebookInput, CreateNotebookOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateNotebookCommandInput extends CreateNotebookInput {}
|
|
11
12
|
export interface CreateNotebookCommandOutput
|
|
12
13
|
extends CreateNotebookOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreatePreparedStatementInput,
|
|
10
10
|
CreatePreparedStatementOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreatePreparedStatementCommandInput
|
|
14
15
|
extends CreatePreparedStatementInput {}
|
|
15
16
|
export interface CreatePreparedStatementCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreatePresignedNotebookUrlRequest,
|
|
10
10
|
CreatePresignedNotebookUrlResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreatePresignedNotebookUrlCommandInput
|
|
14
15
|
extends CreatePresignedNotebookUrlRequest {}
|
|
15
16
|
export interface CreatePresignedNotebookUrlCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateWorkGroupInput,
|
|
10
10
|
CreateWorkGroupOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateWorkGroupCommandInput extends CreateWorkGroupInput {}
|
|
14
15
|
export interface CreateWorkGroupCommandOutput
|
|
15
16
|
extends CreateWorkGroupOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteCapacityReservationInput,
|
|
10
10
|
DeleteCapacityReservationOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteCapacityReservationCommandInput
|
|
14
15
|
extends DeleteCapacityReservationInput {}
|
|
15
16
|
export interface DeleteCapacityReservationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteDataCatalogInput,
|
|
10
10
|
DeleteDataCatalogOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteDataCatalogCommandInput extends DeleteDataCatalogInput {}
|
|
14
15
|
export interface DeleteDataCatalogCommandOutput
|
|
15
16
|
extends DeleteDataCatalogOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteNamedQueryInput,
|
|
10
10
|
DeleteNamedQueryOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteNamedQueryCommandInput extends DeleteNamedQueryInput {}
|
|
14
15
|
export interface DeleteNamedQueryCommandOutput
|
|
15
16
|
extends DeleteNamedQueryOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AthenaClient";
|
|
8
8
|
import { DeleteNotebookInput, DeleteNotebookOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteNotebookCommandInput extends DeleteNotebookInput {}
|
|
11
12
|
export interface DeleteNotebookCommandOutput
|
|
12
13
|
extends DeleteNotebookOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeletePreparedStatementInput,
|
|
10
10
|
DeletePreparedStatementOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeletePreparedStatementCommandInput
|
|
14
15
|
extends DeletePreparedStatementInput {}
|
|
15
16
|
export interface DeletePreparedStatementCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteWorkGroupInput,
|
|
10
10
|
DeleteWorkGroupOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteWorkGroupCommandInput extends DeleteWorkGroupInput {}
|
|
14
15
|
export interface DeleteWorkGroupCommandOutput
|
|
15
16
|
extends DeleteWorkGroupOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AthenaClient";
|
|
8
8
|
import { ExportNotebookInput, ExportNotebookOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ExportNotebookCommandInput extends ExportNotebookInput {}
|
|
11
12
|
export interface ExportNotebookCommandOutput
|
|
12
13
|
extends ExportNotebookOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetCalculationExecutionCodeRequest,
|
|
10
10
|
GetCalculationExecutionCodeResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCalculationExecutionCodeCommandInput
|
|
14
15
|
extends GetCalculationExecutionCodeRequest {}
|
|
15
16
|
export interface GetCalculationExecutionCodeCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetCalculationExecutionRequest,
|
|
10
10
|
GetCalculationExecutionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCalculationExecutionCommandInput
|
|
14
15
|
extends GetCalculationExecutionRequest {}
|
|
15
16
|
export interface GetCalculationExecutionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetCalculationExecutionStatusRequest,
|
|
10
10
|
GetCalculationExecutionStatusResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCalculationExecutionStatusCommandInput
|
|
14
15
|
extends GetCalculationExecutionStatusRequest {}
|
|
15
16
|
export interface GetCalculationExecutionStatusCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetCapacityAssignmentConfigurationInput,
|
|
10
10
|
GetCapacityAssignmentConfigurationOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCapacityAssignmentConfigurationCommandInput
|
|
14
15
|
extends GetCapacityAssignmentConfigurationInput {}
|
|
15
16
|
export interface GetCapacityAssignmentConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetCapacityReservationInput,
|
|
10
10
|
GetCapacityReservationOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCapacityReservationCommandInput
|
|
14
15
|
extends GetCapacityReservationInput {}
|
|
15
16
|
export interface GetCapacityReservationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AthenaClient";
|
|
8
8
|
import { GetDataCatalogInput, GetDataCatalogOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetDataCatalogCommandInput extends GetDataCatalogInput {}
|
|
11
12
|
export interface GetDataCatalogCommandOutput
|
|
12
13
|
extends GetDataCatalogOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AthenaClient";
|
|
8
8
|
import { GetDatabaseInput, GetDatabaseOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetDatabaseCommandInput extends GetDatabaseInput {}
|
|
11
12
|
export interface GetDatabaseCommandOutput
|
|
12
13
|
extends GetDatabaseOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AthenaClient";
|
|
8
8
|
import { GetNamedQueryInput, GetNamedQueryOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetNamedQueryCommandInput extends GetNamedQueryInput {}
|
|
11
12
|
export interface GetNamedQueryCommandOutput
|
|
12
13
|
extends GetNamedQueryOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetNotebookMetadataInput,
|
|
10
10
|
GetNotebookMetadataOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetNotebookMetadataCommandInput
|
|
14
15
|
extends GetNotebookMetadataInput {}
|
|
15
16
|
export interface GetNotebookMetadataCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetPreparedStatementInput,
|
|
10
10
|
GetPreparedStatementOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetPreparedStatementCommandInput
|
|
14
15
|
extends GetPreparedStatementInput {}
|
|
15
16
|
export interface GetPreparedStatementCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetQueryExecutionInput,
|
|
10
10
|
GetQueryExecutionOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetQueryExecutionCommandInput extends GetQueryExecutionInput {}
|
|
14
15
|
export interface GetQueryExecutionCommandOutput
|
|
15
16
|
extends GetQueryExecutionOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetQueryResultsInput,
|
|
10
10
|
GetQueryResultsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetQueryResultsCommandInput extends GetQueryResultsInput {}
|
|
14
15
|
export interface GetQueryResultsCommandOutput
|
|
15
16
|
extends GetQueryResultsOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetQueryRuntimeStatisticsInput,
|
|
10
10
|
GetQueryRuntimeStatisticsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetQueryRuntimeStatisticsCommandInput
|
|
14
15
|
extends GetQueryRuntimeStatisticsInput {}
|
|
15
16
|
export interface GetQueryRuntimeStatisticsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AthenaClient";
|
|
8
8
|
import { GetSessionRequest, GetSessionResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetSessionCommandInput extends GetSessionRequest {}
|
|
11
12
|
export interface GetSessionCommandOutput
|
|
12
13
|
extends GetSessionResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetSessionStatusRequest,
|
|
10
10
|
GetSessionStatusResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetSessionStatusCommandInput extends GetSessionStatusRequest {}
|
|
14
15
|
export interface GetSessionStatusCommandOutput
|
|
15
16
|
extends GetSessionStatusResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetTableMetadataInput,
|
|
10
10
|
GetTableMetadataOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetTableMetadataCommandInput extends GetTableMetadataInput {}
|
|
14
15
|
export interface GetTableMetadataCommandOutput
|
|
15
16
|
extends GetTableMetadataOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AthenaClient";
|
|
8
8
|
import { GetWorkGroupInput, GetWorkGroupOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetWorkGroupCommandInput extends GetWorkGroupInput {}
|
|
11
12
|
export interface GetWorkGroupCommandOutput
|
|
12
13
|
extends GetWorkGroupOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AthenaClient";
|
|
8
8
|
import { ImportNotebookInput, ImportNotebookOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ImportNotebookCommandInput extends ImportNotebookInput {}
|
|
11
12
|
export interface ImportNotebookCommandOutput
|
|
12
13
|
extends ImportNotebookOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListApplicationDPUSizesInput,
|
|
10
10
|
ListApplicationDPUSizesOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListApplicationDPUSizesCommandInput
|
|
14
15
|
extends ListApplicationDPUSizesInput {}
|
|
15
16
|
export interface ListApplicationDPUSizesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListCalculationExecutionsRequest,
|
|
10
10
|
ListCalculationExecutionsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListCalculationExecutionsCommandInput
|
|
14
15
|
extends ListCalculationExecutionsRequest {}
|
|
15
16
|
export interface ListCalculationExecutionsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListCapacityReservationsInput,
|
|
10
10
|
ListCapacityReservationsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListCapacityReservationsCommandInput
|
|
14
15
|
extends ListCapacityReservationsInput {}
|
|
15
16
|
export interface ListCapacityReservationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListDataCatalogsInput,
|
|
10
10
|
ListDataCatalogsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListDataCatalogsCommandInput extends ListDataCatalogsInput {}
|
|
14
15
|
export interface ListDataCatalogsCommandOutput
|
|
15
16
|
extends ListDataCatalogsOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AthenaClient";
|
|
8
8
|
import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListDatabasesCommandInput extends ListDatabasesInput {}
|
|
11
12
|
export interface ListDatabasesCommandOutput
|
|
12
13
|
extends ListDatabasesOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListEngineVersionsInput,
|
|
10
10
|
ListEngineVersionsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListEngineVersionsCommandInput
|
|
14
15
|
extends ListEngineVersionsInput {}
|
|
15
16
|
export interface ListEngineVersionsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListExecutorsRequest,
|
|
10
10
|
ListExecutorsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListExecutorsCommandInput extends ListExecutorsRequest {}
|
|
14
15
|
export interface ListExecutorsCommandOutput
|
|
15
16
|
extends ListExecutorsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListNamedQueriesInput,
|
|
10
10
|
ListNamedQueriesOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListNamedQueriesCommandInput extends ListNamedQueriesInput {}
|
|
14
15
|
export interface ListNamedQueriesCommandOutput
|
|
15
16
|
extends ListNamedQueriesOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListNotebookMetadataInput,
|
|
10
10
|
ListNotebookMetadataOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListNotebookMetadataCommandInput
|
|
14
15
|
extends ListNotebookMetadataInput {}
|
|
15
16
|
export interface ListNotebookMetadataCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListNotebookSessionsRequest,
|
|
10
10
|
ListNotebookSessionsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListNotebookSessionsCommandInput
|
|
14
15
|
extends ListNotebookSessionsRequest {}
|
|
15
16
|
export interface ListNotebookSessionsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListPreparedStatementsInput,
|
|
10
10
|
ListPreparedStatementsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListPreparedStatementsCommandInput
|
|
14
15
|
extends ListPreparedStatementsInput {}
|
|
15
16
|
export interface ListPreparedStatementsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListQueryExecutionsInput,
|
|
10
10
|
ListQueryExecutionsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListQueryExecutionsCommandInput
|
|
14
15
|
extends ListQueryExecutionsInput {}
|
|
15
16
|
export interface ListQueryExecutionsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AthenaClient";
|
|
8
8
|
import { ListSessionsRequest, ListSessionsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListSessionsCommandInput extends ListSessionsRequest {}
|
|
11
12
|
export interface ListSessionsCommandOutput
|
|
12
13
|
extends ListSessionsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTableMetadataInput,
|
|
10
10
|
ListTableMetadataOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTableMetadataCommandInput extends ListTableMetadataInput {}
|
|
14
15
|
export interface ListTableMetadataCommandOutput
|
|
15
16
|
extends ListTableMetadataOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceInput,
|
|
10
10
|
ListTagsForResourceOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceInput {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AthenaClient";
|
|
8
8
|
import { ListWorkGroupsInput, ListWorkGroupsOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListWorkGroupsCommandInput extends ListWorkGroupsInput {}
|
|
11
12
|
export interface ListWorkGroupsCommandOutput
|
|
12
13
|
extends ListWorkGroupsOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutCapacityAssignmentConfigurationInput,
|
|
10
10
|
PutCapacityAssignmentConfigurationOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutCapacityAssignmentConfigurationCommandInput
|
|
14
15
|
extends PutCapacityAssignmentConfigurationInput {}
|
|
15
16
|
export interface PutCapacityAssignmentConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartCalculationExecutionRequest,
|
|
10
10
|
StartCalculationExecutionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartCalculationExecutionCommandInput
|
|
14
15
|
extends StartCalculationExecutionRequest {}
|
|
15
16
|
export interface StartCalculationExecutionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartQueryExecutionInput,
|
|
10
10
|
StartQueryExecutionOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartQueryExecutionCommandInput
|
|
14
15
|
extends StartQueryExecutionInput {}
|
|
15
16
|
export interface StartQueryExecutionCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AthenaClient";
|
|
8
8
|
import { StartSessionRequest, StartSessionResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StartSessionCommandInput extends StartSessionRequest {}
|
|
11
12
|
export interface StartSessionCommandOutput
|
|
12
13
|
extends StartSessionResponse,
|