@aws-sdk/client-athena 3.216.0 → 3.221.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/Athena.js +345 -0
- package/dist-cjs/commands/CreateNotebookCommand.js +46 -0
- package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +46 -0
- package/dist-cjs/commands/DeleteNotebookCommand.js +46 -0
- package/dist-cjs/commands/ExportNotebookCommand.js +46 -0
- package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +46 -0
- package/dist-cjs/commands/GetCalculationExecutionCommand.js +46 -0
- package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +46 -0
- package/dist-cjs/commands/GetNotebookMetadataCommand.js +46 -0
- package/dist-cjs/commands/GetSessionCommand.js +46 -0
- package/dist-cjs/commands/GetSessionStatusCommand.js +46 -0
- package/dist-cjs/commands/ImportNotebookCommand.js +46 -0
- package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +46 -0
- package/dist-cjs/commands/ListCalculationExecutionsCommand.js +46 -0
- package/dist-cjs/commands/ListExecutorsCommand.js +46 -0
- package/dist-cjs/commands/ListNotebookMetadataCommand.js +46 -0
- package/dist-cjs/commands/ListNotebookSessionsCommand.js +46 -0
- package/dist-cjs/commands/ListSessionsCommand.js +46 -0
- package/dist-cjs/commands/StartCalculationExecutionCommand.js +46 -0
- package/dist-cjs/commands/StartSessionCommand.js +46 -0
- package/dist-cjs/commands/StopCalculationExecutionCommand.js +46 -0
- package/dist-cjs/commands/TerminateSessionCommand.js +46 -0
- package/dist-cjs/commands/UpdateNotebookCommand.js +46 -0
- package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +46 -0
- package/dist-cjs/commands/index.js +23 -0
- package/dist-cjs/models/models_0.js +322 -18
- package/dist-cjs/pagination/ListApplicationDPUSizesPaginator.js +36 -0
- package/dist-cjs/pagination/ListCalculationExecutionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListExecutorsPaginator.js +36 -0
- package/dist-cjs/pagination/ListSessionsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1908 -183
- package/dist-es/Athena.js +345 -0
- package/dist-es/commands/CreateNotebookCommand.js +42 -0
- package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +42 -0
- package/dist-es/commands/DeleteNotebookCommand.js +42 -0
- package/dist-es/commands/ExportNotebookCommand.js +42 -0
- package/dist-es/commands/GetCalculationExecutionCodeCommand.js +42 -0
- package/dist-es/commands/GetCalculationExecutionCommand.js +42 -0
- package/dist-es/commands/GetCalculationExecutionStatusCommand.js +42 -0
- package/dist-es/commands/GetNotebookMetadataCommand.js +42 -0
- package/dist-es/commands/GetSessionCommand.js +42 -0
- package/dist-es/commands/GetSessionStatusCommand.js +42 -0
- package/dist-es/commands/ImportNotebookCommand.js +42 -0
- package/dist-es/commands/ListApplicationDPUSizesCommand.js +42 -0
- package/dist-es/commands/ListCalculationExecutionsCommand.js +42 -0
- package/dist-es/commands/ListExecutorsCommand.js +42 -0
- package/dist-es/commands/ListNotebookMetadataCommand.js +42 -0
- package/dist-es/commands/ListNotebookSessionsCommand.js +42 -0
- package/dist-es/commands/ListSessionsCommand.js +42 -0
- package/dist-es/commands/StartCalculationExecutionCommand.js +42 -0
- package/dist-es/commands/StartSessionCommand.js +42 -0
- package/dist-es/commands/StopCalculationExecutionCommand.js +42 -0
- package/dist-es/commands/TerminateSessionCommand.js +42 -0
- package/dist-es/commands/UpdateNotebookCommand.js +42 -0
- package/dist-es/commands/UpdateNotebookMetadataCommand.js +42 -0
- package/dist-es/commands/index.js +23 -0
- package/dist-es/models/models_0.js +254 -14
- package/dist-es/pagination/ListApplicationDPUSizesPaginator.js +32 -0
- package/dist-es/pagination/ListCalculationExecutionsPaginator.js +32 -0
- package/dist-es/pagination/ListExecutorsPaginator.js +32 -0
- package/dist-es/pagination/ListSessionsPaginator.js +32 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1835 -157
- package/dist-types/Athena.d.ts +212 -8
- package/dist-types/AthenaClient.d.ts +25 -2
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +5 -1
- package/dist-types/commands/CreateNotebookCommand.d.ts +39 -0
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +39 -0
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +4 -1
- package/dist-types/commands/DeleteNotebookCommand.d.ts +37 -0
- package/dist-types/commands/ExportNotebookCommand.d.ts +37 -0
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +38 -0
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +37 -0
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +37 -0
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +37 -0
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +4 -4
- package/dist-types/commands/GetSessionCommand.d.ts +38 -0
- package/dist-types/commands/GetSessionStatusCommand.d.ts +37 -0
- package/dist-types/commands/ImportNotebookCommand.d.ts +39 -0
- package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +38 -0
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +38 -0
- package/dist-types/commands/ListExecutorsCommand.d.ts +39 -0
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +37 -0
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +40 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +40 -0
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +38 -0
- package/dist-types/commands/StartSessionCommand.d.ts +38 -0
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +46 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +41 -0
- package/dist-types/commands/UpdateNotebookCommand.d.ts +37 -0
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +37 -0
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +5 -2
- package/dist-types/commands/index.d.ts +23 -0
- package/dist-types/models/models_0.d.ts +1511 -101
- package/dist-types/pagination/ListApplicationDPUSizesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCalculationExecutionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListExecutorsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSessionsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +69 -0
- package/dist-types/ts3.4/Athena.d.ts +391 -0
- package/dist-types/ts3.4/AthenaClient.d.ts +138 -0
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +23 -0
- package/dist-types/ts3.4/models/models_0.d.ts +538 -21
- package/dist-types/ts3.4/pagination/ListApplicationDPUSizesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCalculationExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListExecutorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +276 -0
- package/package.json +3 -3
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListApplicationDPUSizesCommandInput, ListApplicationDPUSizesCommandOutput } from "../commands/ListApplicationDPUSizesCommand";
|
|
3
|
+
import { AthenaPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListApplicationDPUSizes(config: AthenaPaginationConfiguration, input: ListApplicationDPUSizesCommandInput, ...additionalArguments: any): Paginator<ListApplicationDPUSizesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCalculationExecutionsCommandInput, ListCalculationExecutionsCommandOutput } from "../commands/ListCalculationExecutionsCommand";
|
|
3
|
+
import { AthenaPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCalculationExecutions(config: AthenaPaginationConfiguration, input: ListCalculationExecutionsCommandInput, ...additionalArguments: any): Paginator<ListCalculationExecutionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListExecutorsCommandInput, ListExecutorsCommandOutput } from "../commands/ListExecutorsCommand";
|
|
3
|
+
import { AthenaPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListExecutors(config: AthenaPaginationConfiguration, input: ListExecutorsCommandInput, ...additionalArguments: any): Paginator<ListExecutorsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
|
|
3
|
+
import { AthenaPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListSessions(config: AthenaPaginationConfiguration, input: ListSessionsCommandInput, ...additionalArguments: any): Paginator<ListSessionsCommandOutput>;
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
export * from "./GetQueryResultsPaginator";
|
|
2
2
|
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListApplicationDPUSizesPaginator";
|
|
4
|
+
export * from "./ListCalculationExecutionsPaginator";
|
|
3
5
|
export * from "./ListDataCatalogsPaginator";
|
|
4
6
|
export * from "./ListDatabasesPaginator";
|
|
5
7
|
export * from "./ListEngineVersionsPaginator";
|
|
8
|
+
export * from "./ListExecutorsPaginator";
|
|
6
9
|
export * from "./ListNamedQueriesPaginator";
|
|
7
10
|
export * from "./ListPreparedStatementsPaginator";
|
|
8
11
|
export * from "./ListQueryExecutionsPaginator";
|
|
12
|
+
export * from "./ListSessionsPaginator";
|
|
9
13
|
export * from "./ListTableMetadataPaginator";
|
|
10
14
|
export * from "./ListTagsForResourcePaginator";
|
|
11
15
|
export * from "./ListWorkGroupsPaginator";
|
|
@@ -5,36 +5,59 @@ import { BatchGetPreparedStatementCommandInput, BatchGetPreparedStatementCommand
|
|
|
5
5
|
import { BatchGetQueryExecutionCommandInput, BatchGetQueryExecutionCommandOutput } from "../commands/BatchGetQueryExecutionCommand";
|
|
6
6
|
import { CreateDataCatalogCommandInput, CreateDataCatalogCommandOutput } from "../commands/CreateDataCatalogCommand";
|
|
7
7
|
import { CreateNamedQueryCommandInput, CreateNamedQueryCommandOutput } from "../commands/CreateNamedQueryCommand";
|
|
8
|
+
import { CreateNotebookCommandInput, CreateNotebookCommandOutput } from "../commands/CreateNotebookCommand";
|
|
8
9
|
import { CreatePreparedStatementCommandInput, CreatePreparedStatementCommandOutput } from "../commands/CreatePreparedStatementCommand";
|
|
10
|
+
import { CreatePresignedNotebookUrlCommandInput, CreatePresignedNotebookUrlCommandOutput } from "../commands/CreatePresignedNotebookUrlCommand";
|
|
9
11
|
import { CreateWorkGroupCommandInput, CreateWorkGroupCommandOutput } from "../commands/CreateWorkGroupCommand";
|
|
10
12
|
import { DeleteDataCatalogCommandInput, DeleteDataCatalogCommandOutput } from "../commands/DeleteDataCatalogCommand";
|
|
11
13
|
import { DeleteNamedQueryCommandInput, DeleteNamedQueryCommandOutput } from "../commands/DeleteNamedQueryCommand";
|
|
14
|
+
import { DeleteNotebookCommandInput, DeleteNotebookCommandOutput } from "../commands/DeleteNotebookCommand";
|
|
12
15
|
import { DeletePreparedStatementCommandInput, DeletePreparedStatementCommandOutput } from "../commands/DeletePreparedStatementCommand";
|
|
13
16
|
import { DeleteWorkGroupCommandInput, DeleteWorkGroupCommandOutput } from "../commands/DeleteWorkGroupCommand";
|
|
17
|
+
import { ExportNotebookCommandInput, ExportNotebookCommandOutput } from "../commands/ExportNotebookCommand";
|
|
18
|
+
import { GetCalculationExecutionCodeCommandInput, GetCalculationExecutionCodeCommandOutput } from "../commands/GetCalculationExecutionCodeCommand";
|
|
19
|
+
import { GetCalculationExecutionCommandInput, GetCalculationExecutionCommandOutput } from "../commands/GetCalculationExecutionCommand";
|
|
20
|
+
import { GetCalculationExecutionStatusCommandInput, GetCalculationExecutionStatusCommandOutput } from "../commands/GetCalculationExecutionStatusCommand";
|
|
14
21
|
import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "../commands/GetDatabaseCommand";
|
|
15
22
|
import { GetDataCatalogCommandInput, GetDataCatalogCommandOutput } from "../commands/GetDataCatalogCommand";
|
|
16
23
|
import { GetNamedQueryCommandInput, GetNamedQueryCommandOutput } from "../commands/GetNamedQueryCommand";
|
|
24
|
+
import { GetNotebookMetadataCommandInput, GetNotebookMetadataCommandOutput } from "../commands/GetNotebookMetadataCommand";
|
|
17
25
|
import { GetPreparedStatementCommandInput, GetPreparedStatementCommandOutput } from "../commands/GetPreparedStatementCommand";
|
|
18
26
|
import { GetQueryExecutionCommandInput, GetQueryExecutionCommandOutput } from "../commands/GetQueryExecutionCommand";
|
|
19
27
|
import { GetQueryResultsCommandInput, GetQueryResultsCommandOutput } from "../commands/GetQueryResultsCommand";
|
|
20
28
|
import { GetQueryRuntimeStatisticsCommandInput, GetQueryRuntimeStatisticsCommandOutput } from "../commands/GetQueryRuntimeStatisticsCommand";
|
|
29
|
+
import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
|
|
30
|
+
import { GetSessionStatusCommandInput, GetSessionStatusCommandOutput } from "../commands/GetSessionStatusCommand";
|
|
21
31
|
import { GetTableMetadataCommandInput, GetTableMetadataCommandOutput } from "../commands/GetTableMetadataCommand";
|
|
22
32
|
import { GetWorkGroupCommandInput, GetWorkGroupCommandOutput } from "../commands/GetWorkGroupCommand";
|
|
33
|
+
import { ImportNotebookCommandInput, ImportNotebookCommandOutput } from "../commands/ImportNotebookCommand";
|
|
34
|
+
import { ListApplicationDPUSizesCommandInput, ListApplicationDPUSizesCommandOutput } from "../commands/ListApplicationDPUSizesCommand";
|
|
35
|
+
import { ListCalculationExecutionsCommandInput, ListCalculationExecutionsCommandOutput } from "../commands/ListCalculationExecutionsCommand";
|
|
23
36
|
import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "../commands/ListDatabasesCommand";
|
|
24
37
|
import { ListDataCatalogsCommandInput, ListDataCatalogsCommandOutput } from "../commands/ListDataCatalogsCommand";
|
|
25
38
|
import { ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput } from "../commands/ListEngineVersionsCommand";
|
|
39
|
+
import { ListExecutorsCommandInput, ListExecutorsCommandOutput } from "../commands/ListExecutorsCommand";
|
|
26
40
|
import { ListNamedQueriesCommandInput, ListNamedQueriesCommandOutput } from "../commands/ListNamedQueriesCommand";
|
|
41
|
+
import { ListNotebookMetadataCommandInput, ListNotebookMetadataCommandOutput } from "../commands/ListNotebookMetadataCommand";
|
|
42
|
+
import { ListNotebookSessionsCommandInput, ListNotebookSessionsCommandOutput } from "../commands/ListNotebookSessionsCommand";
|
|
27
43
|
import { ListPreparedStatementsCommandInput, ListPreparedStatementsCommandOutput } from "../commands/ListPreparedStatementsCommand";
|
|
28
44
|
import { ListQueryExecutionsCommandInput, ListQueryExecutionsCommandOutput } from "../commands/ListQueryExecutionsCommand";
|
|
45
|
+
import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
|
|
29
46
|
import { ListTableMetadataCommandInput, ListTableMetadataCommandOutput } from "../commands/ListTableMetadataCommand";
|
|
30
47
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
31
48
|
import { ListWorkGroupsCommandInput, ListWorkGroupsCommandOutput } from "../commands/ListWorkGroupsCommand";
|
|
49
|
+
import { StartCalculationExecutionCommandInput, StartCalculationExecutionCommandOutput } from "../commands/StartCalculationExecutionCommand";
|
|
32
50
|
import { StartQueryExecutionCommandInput, StartQueryExecutionCommandOutput } from "../commands/StartQueryExecutionCommand";
|
|
51
|
+
import { StartSessionCommandInput, StartSessionCommandOutput } from "../commands/StartSessionCommand";
|
|
52
|
+
import { StopCalculationExecutionCommandInput, StopCalculationExecutionCommandOutput } from "../commands/StopCalculationExecutionCommand";
|
|
33
53
|
import { StopQueryExecutionCommandInput, StopQueryExecutionCommandOutput } from "../commands/StopQueryExecutionCommand";
|
|
34
54
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
55
|
+
import { TerminateSessionCommandInput, TerminateSessionCommandOutput } from "../commands/TerminateSessionCommand";
|
|
35
56
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
36
57
|
import { UpdateDataCatalogCommandInput, UpdateDataCatalogCommandOutput } from "../commands/UpdateDataCatalogCommand";
|
|
37
58
|
import { UpdateNamedQueryCommandInput, UpdateNamedQueryCommandOutput } from "../commands/UpdateNamedQueryCommand";
|
|
59
|
+
import { UpdateNotebookCommandInput, UpdateNotebookCommandOutput } from "../commands/UpdateNotebookCommand";
|
|
60
|
+
import { UpdateNotebookMetadataCommandInput, UpdateNotebookMetadataCommandOutput } from "../commands/UpdateNotebookMetadataCommand";
|
|
38
61
|
import { UpdatePreparedStatementCommandInput, UpdatePreparedStatementCommandOutput } from "../commands/UpdatePreparedStatementCommand";
|
|
39
62
|
import { UpdateWorkGroupCommandInput, UpdateWorkGroupCommandOutput } from "../commands/UpdateWorkGroupCommand";
|
|
40
63
|
export declare const serializeAws_json1_1BatchGetNamedQueryCommand: (input: BatchGetNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -42,36 +65,59 @@ export declare const serializeAws_json1_1BatchGetPreparedStatementCommand: (inpu
|
|
|
42
65
|
export declare const serializeAws_json1_1BatchGetQueryExecutionCommand: (input: BatchGetQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
66
|
export declare const serializeAws_json1_1CreateDataCatalogCommand: (input: CreateDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
67
|
export declare const serializeAws_json1_1CreateNamedQueryCommand: (input: CreateNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
export declare const serializeAws_json1_1CreateNotebookCommand: (input: CreateNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
69
|
export declare const serializeAws_json1_1CreatePreparedStatementCommand: (input: CreatePreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const serializeAws_json1_1CreatePresignedNotebookUrlCommand: (input: CreatePresignedNotebookUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
71
|
export declare const serializeAws_json1_1CreateWorkGroupCommand: (input: CreateWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
72
|
export declare const serializeAws_json1_1DeleteDataCatalogCommand: (input: DeleteDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
73
|
export declare const serializeAws_json1_1DeleteNamedQueryCommand: (input: DeleteNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
export declare const serializeAws_json1_1DeleteNotebookCommand: (input: DeleteNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
75
|
export declare const serializeAws_json1_1DeletePreparedStatementCommand: (input: DeletePreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
76
|
export declare const serializeAws_json1_1DeleteWorkGroupCommand: (input: DeleteWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_json1_1ExportNotebookCommand: (input: ExportNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
export declare const serializeAws_json1_1GetCalculationExecutionCommand: (input: GetCalculationExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
export declare const serializeAws_json1_1GetCalculationExecutionCodeCommand: (input: GetCalculationExecutionCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
export declare const serializeAws_json1_1GetCalculationExecutionStatusCommand: (input: GetCalculationExecutionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
81
|
export declare const serializeAws_json1_1GetDatabaseCommand: (input: GetDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
82
|
export declare const serializeAws_json1_1GetDataCatalogCommand: (input: GetDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
83
|
export declare const serializeAws_json1_1GetNamedQueryCommand: (input: GetNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
export declare const serializeAws_json1_1GetNotebookMetadataCommand: (input: GetNotebookMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
85
|
export declare const serializeAws_json1_1GetPreparedStatementCommand: (input: GetPreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
86
|
export declare const serializeAws_json1_1GetQueryExecutionCommand: (input: GetQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
87
|
export declare const serializeAws_json1_1GetQueryResultsCommand: (input: GetQueryResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
88
|
export declare const serializeAws_json1_1GetQueryRuntimeStatisticsCommand: (input: GetQueryRuntimeStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
export declare const serializeAws_json1_1GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
export declare const serializeAws_json1_1GetSessionStatusCommand: (input: GetSessionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
91
|
export declare const serializeAws_json1_1GetTableMetadataCommand: (input: GetTableMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
92
|
export declare const serializeAws_json1_1GetWorkGroupCommand: (input: GetWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
export declare const serializeAws_json1_1ImportNotebookCommand: (input: ImportNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
export declare const serializeAws_json1_1ListApplicationDPUSizesCommand: (input: ListApplicationDPUSizesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
export declare const serializeAws_json1_1ListCalculationExecutionsCommand: (input: ListCalculationExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
96
|
export declare const serializeAws_json1_1ListDatabasesCommand: (input: ListDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
97
|
export declare const serializeAws_json1_1ListDataCatalogsCommand: (input: ListDataCatalogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
98
|
export declare const serializeAws_json1_1ListEngineVersionsCommand: (input: ListEngineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
export declare const serializeAws_json1_1ListExecutorsCommand: (input: ListExecutorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
100
|
export declare const serializeAws_json1_1ListNamedQueriesCommand: (input: ListNamedQueriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
export declare const serializeAws_json1_1ListNotebookMetadataCommand: (input: ListNotebookMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const serializeAws_json1_1ListNotebookSessionsCommand: (input: ListNotebookSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
103
|
export declare const serializeAws_json1_1ListPreparedStatementsCommand: (input: ListPreparedStatementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
104
|
export declare const serializeAws_json1_1ListQueryExecutionsCommand: (input: ListQueryExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
export declare const serializeAws_json1_1ListSessionsCommand: (input: ListSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
106
|
export declare const serializeAws_json1_1ListTableMetadataCommand: (input: ListTableMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
107
|
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
108
|
export declare const serializeAws_json1_1ListWorkGroupsCommand: (input: ListWorkGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
export declare const serializeAws_json1_1StartCalculationExecutionCommand: (input: StartCalculationExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
110
|
export declare const serializeAws_json1_1StartQueryExecutionCommand: (input: StartQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
export declare const serializeAws_json1_1StartSessionCommand: (input: StartSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
export declare const serializeAws_json1_1StopCalculationExecutionCommand: (input: StopCalculationExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
113
|
export declare const serializeAws_json1_1StopQueryExecutionCommand: (input: StopQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
114
|
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
export declare const serializeAws_json1_1TerminateSessionCommand: (input: TerminateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
116
|
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
117
|
export declare const serializeAws_json1_1UpdateDataCatalogCommand: (input: UpdateDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
118
|
export declare const serializeAws_json1_1UpdateNamedQueryCommand: (input: UpdateNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
export declare const serializeAws_json1_1UpdateNotebookCommand: (input: UpdateNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
+
export declare const serializeAws_json1_1UpdateNotebookMetadataCommand: (input: UpdateNotebookMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
121
|
export declare const serializeAws_json1_1UpdatePreparedStatementCommand: (input: UpdatePreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
122
|
export declare const serializeAws_json1_1UpdateWorkGroupCommand: (input: UpdateWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
123
|
export declare const deserializeAws_json1_1BatchGetNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetNamedQueryCommandOutput>;
|
|
@@ -79,35 +125,58 @@ export declare const deserializeAws_json1_1BatchGetPreparedStatementCommand: (ou
|
|
|
79
125
|
export declare const deserializeAws_json1_1BatchGetQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetQueryExecutionCommandOutput>;
|
|
80
126
|
export declare const deserializeAws_json1_1CreateDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataCatalogCommandOutput>;
|
|
81
127
|
export declare const deserializeAws_json1_1CreateNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNamedQueryCommandOutput>;
|
|
128
|
+
export declare const deserializeAws_json1_1CreateNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNotebookCommandOutput>;
|
|
82
129
|
export declare const deserializeAws_json1_1CreatePreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePreparedStatementCommandOutput>;
|
|
130
|
+
export declare const deserializeAws_json1_1CreatePresignedNotebookUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresignedNotebookUrlCommandOutput>;
|
|
83
131
|
export declare const deserializeAws_json1_1CreateWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkGroupCommandOutput>;
|
|
84
132
|
export declare const deserializeAws_json1_1DeleteDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataCatalogCommandOutput>;
|
|
85
133
|
export declare const deserializeAws_json1_1DeleteNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamedQueryCommandOutput>;
|
|
134
|
+
export declare const deserializeAws_json1_1DeleteNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotebookCommandOutput>;
|
|
86
135
|
export declare const deserializeAws_json1_1DeletePreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePreparedStatementCommandOutput>;
|
|
87
136
|
export declare const deserializeAws_json1_1DeleteWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkGroupCommandOutput>;
|
|
137
|
+
export declare const deserializeAws_json1_1ExportNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportNotebookCommandOutput>;
|
|
138
|
+
export declare const deserializeAws_json1_1GetCalculationExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCalculationExecutionCommandOutput>;
|
|
139
|
+
export declare const deserializeAws_json1_1GetCalculationExecutionCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCalculationExecutionCodeCommandOutput>;
|
|
140
|
+
export declare const deserializeAws_json1_1GetCalculationExecutionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCalculationExecutionStatusCommandOutput>;
|
|
88
141
|
export declare const deserializeAws_json1_1GetDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatabaseCommandOutput>;
|
|
89
142
|
export declare const deserializeAws_json1_1GetDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataCatalogCommandOutput>;
|
|
90
143
|
export declare const deserializeAws_json1_1GetNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNamedQueryCommandOutput>;
|
|
144
|
+
export declare const deserializeAws_json1_1GetNotebookMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNotebookMetadataCommandOutput>;
|
|
91
145
|
export declare const deserializeAws_json1_1GetPreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPreparedStatementCommandOutput>;
|
|
92
146
|
export declare const deserializeAws_json1_1GetQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryExecutionCommandOutput>;
|
|
93
147
|
export declare const deserializeAws_json1_1GetQueryResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryResultsCommandOutput>;
|
|
94
148
|
export declare const deserializeAws_json1_1GetQueryRuntimeStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryRuntimeStatisticsCommandOutput>;
|
|
149
|
+
export declare const deserializeAws_json1_1GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
|
|
150
|
+
export declare const deserializeAws_json1_1GetSessionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionStatusCommandOutput>;
|
|
95
151
|
export declare const deserializeAws_json1_1GetTableMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableMetadataCommandOutput>;
|
|
96
152
|
export declare const deserializeAws_json1_1GetWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkGroupCommandOutput>;
|
|
153
|
+
export declare const deserializeAws_json1_1ImportNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportNotebookCommandOutput>;
|
|
154
|
+
export declare const deserializeAws_json1_1ListApplicationDPUSizesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationDPUSizesCommandOutput>;
|
|
155
|
+
export declare const deserializeAws_json1_1ListCalculationExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCalculationExecutionsCommandOutput>;
|
|
97
156
|
export declare const deserializeAws_json1_1ListDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatabasesCommandOutput>;
|
|
98
157
|
export declare const deserializeAws_json1_1ListDataCatalogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataCatalogsCommandOutput>;
|
|
99
158
|
export declare const deserializeAws_json1_1ListEngineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEngineVersionsCommandOutput>;
|
|
159
|
+
export declare const deserializeAws_json1_1ListExecutorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExecutorsCommandOutput>;
|
|
100
160
|
export declare const deserializeAws_json1_1ListNamedQueriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamedQueriesCommandOutput>;
|
|
161
|
+
export declare const deserializeAws_json1_1ListNotebookMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotebookMetadataCommandOutput>;
|
|
162
|
+
export declare const deserializeAws_json1_1ListNotebookSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotebookSessionsCommandOutput>;
|
|
101
163
|
export declare const deserializeAws_json1_1ListPreparedStatementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPreparedStatementsCommandOutput>;
|
|
102
164
|
export declare const deserializeAws_json1_1ListQueryExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueryExecutionsCommandOutput>;
|
|
165
|
+
export declare const deserializeAws_json1_1ListSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionsCommandOutput>;
|
|
103
166
|
export declare const deserializeAws_json1_1ListTableMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTableMetadataCommandOutput>;
|
|
104
167
|
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
105
168
|
export declare const deserializeAws_json1_1ListWorkGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkGroupsCommandOutput>;
|
|
169
|
+
export declare const deserializeAws_json1_1StartCalculationExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCalculationExecutionCommandOutput>;
|
|
106
170
|
export declare const deserializeAws_json1_1StartQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartQueryExecutionCommandOutput>;
|
|
171
|
+
export declare const deserializeAws_json1_1StartSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSessionCommandOutput>;
|
|
172
|
+
export declare const deserializeAws_json1_1StopCalculationExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCalculationExecutionCommandOutput>;
|
|
107
173
|
export declare const deserializeAws_json1_1StopQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopQueryExecutionCommandOutput>;
|
|
108
174
|
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
175
|
+
export declare const deserializeAws_json1_1TerminateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateSessionCommandOutput>;
|
|
109
176
|
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
110
177
|
export declare const deserializeAws_json1_1UpdateDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataCatalogCommandOutput>;
|
|
111
178
|
export declare const deserializeAws_json1_1UpdateNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNamedQueryCommandOutput>;
|
|
179
|
+
export declare const deserializeAws_json1_1UpdateNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotebookCommandOutput>;
|
|
180
|
+
export declare const deserializeAws_json1_1UpdateNotebookMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotebookMetadataCommandOutput>;
|
|
112
181
|
export declare const deserializeAws_json1_1UpdatePreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePreparedStatementCommandOutput>;
|
|
113
182
|
export declare const deserializeAws_json1_1UpdateWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkGroupCommandOutput>;
|