@aws-sdk/client-athena 3.218.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.
Files changed (135) hide show
  1. package/dist-cjs/Athena.js +345 -0
  2. package/dist-cjs/commands/CreateNotebookCommand.js +46 -0
  3. package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteNotebookCommand.js +46 -0
  5. package/dist-cjs/commands/ExportNotebookCommand.js +46 -0
  6. package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +46 -0
  7. package/dist-cjs/commands/GetCalculationExecutionCommand.js +46 -0
  8. package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +46 -0
  9. package/dist-cjs/commands/GetNotebookMetadataCommand.js +46 -0
  10. package/dist-cjs/commands/GetSessionCommand.js +46 -0
  11. package/dist-cjs/commands/GetSessionStatusCommand.js +46 -0
  12. package/dist-cjs/commands/ImportNotebookCommand.js +46 -0
  13. package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +46 -0
  14. package/dist-cjs/commands/ListCalculationExecutionsCommand.js +46 -0
  15. package/dist-cjs/commands/ListExecutorsCommand.js +46 -0
  16. package/dist-cjs/commands/ListNotebookMetadataCommand.js +46 -0
  17. package/dist-cjs/commands/ListNotebookSessionsCommand.js +46 -0
  18. package/dist-cjs/commands/ListSessionsCommand.js +46 -0
  19. package/dist-cjs/commands/StartCalculationExecutionCommand.js +46 -0
  20. package/dist-cjs/commands/StartSessionCommand.js +46 -0
  21. package/dist-cjs/commands/StopCalculationExecutionCommand.js +46 -0
  22. package/dist-cjs/commands/TerminateSessionCommand.js +46 -0
  23. package/dist-cjs/commands/UpdateNotebookCommand.js +46 -0
  24. package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +46 -0
  25. package/dist-cjs/commands/index.js +23 -0
  26. package/dist-cjs/models/models_0.js +322 -18
  27. package/dist-cjs/pagination/ListApplicationDPUSizesPaginator.js +36 -0
  28. package/dist-cjs/pagination/ListCalculationExecutionsPaginator.js +36 -0
  29. package/dist-cjs/pagination/ListExecutorsPaginator.js +36 -0
  30. package/dist-cjs/pagination/ListSessionsPaginator.js +36 -0
  31. package/dist-cjs/pagination/index.js +4 -0
  32. package/dist-cjs/protocols/Aws_json1_1.js +1908 -183
  33. package/dist-es/Athena.js +345 -0
  34. package/dist-es/commands/CreateNotebookCommand.js +42 -0
  35. package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +42 -0
  36. package/dist-es/commands/DeleteNotebookCommand.js +42 -0
  37. package/dist-es/commands/ExportNotebookCommand.js +42 -0
  38. package/dist-es/commands/GetCalculationExecutionCodeCommand.js +42 -0
  39. package/dist-es/commands/GetCalculationExecutionCommand.js +42 -0
  40. package/dist-es/commands/GetCalculationExecutionStatusCommand.js +42 -0
  41. package/dist-es/commands/GetNotebookMetadataCommand.js +42 -0
  42. package/dist-es/commands/GetSessionCommand.js +42 -0
  43. package/dist-es/commands/GetSessionStatusCommand.js +42 -0
  44. package/dist-es/commands/ImportNotebookCommand.js +42 -0
  45. package/dist-es/commands/ListApplicationDPUSizesCommand.js +42 -0
  46. package/dist-es/commands/ListCalculationExecutionsCommand.js +42 -0
  47. package/dist-es/commands/ListExecutorsCommand.js +42 -0
  48. package/dist-es/commands/ListNotebookMetadataCommand.js +42 -0
  49. package/dist-es/commands/ListNotebookSessionsCommand.js +42 -0
  50. package/dist-es/commands/ListSessionsCommand.js +42 -0
  51. package/dist-es/commands/StartCalculationExecutionCommand.js +42 -0
  52. package/dist-es/commands/StartSessionCommand.js +42 -0
  53. package/dist-es/commands/StopCalculationExecutionCommand.js +42 -0
  54. package/dist-es/commands/TerminateSessionCommand.js +42 -0
  55. package/dist-es/commands/UpdateNotebookCommand.js +42 -0
  56. package/dist-es/commands/UpdateNotebookMetadataCommand.js +42 -0
  57. package/dist-es/commands/index.js +23 -0
  58. package/dist-es/models/models_0.js +254 -14
  59. package/dist-es/pagination/ListApplicationDPUSizesPaginator.js +32 -0
  60. package/dist-es/pagination/ListCalculationExecutionsPaginator.js +32 -0
  61. package/dist-es/pagination/ListExecutorsPaginator.js +32 -0
  62. package/dist-es/pagination/ListSessionsPaginator.js +32 -0
  63. package/dist-es/pagination/index.js +4 -0
  64. package/dist-es/protocols/Aws_json1_1.js +1835 -157
  65. package/dist-types/Athena.d.ts +212 -8
  66. package/dist-types/AthenaClient.d.ts +25 -2
  67. package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +5 -1
  68. package/dist-types/commands/CreateNotebookCommand.d.ts +39 -0
  69. package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +39 -0
  70. package/dist-types/commands/CreateWorkGroupCommand.d.ts +4 -1
  71. package/dist-types/commands/DeleteNotebookCommand.d.ts +37 -0
  72. package/dist-types/commands/ExportNotebookCommand.d.ts +37 -0
  73. package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +38 -0
  74. package/dist-types/commands/GetCalculationExecutionCommand.d.ts +37 -0
  75. package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +37 -0
  76. package/dist-types/commands/GetNotebookMetadataCommand.d.ts +37 -0
  77. package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +4 -4
  78. package/dist-types/commands/GetSessionCommand.d.ts +38 -0
  79. package/dist-types/commands/GetSessionStatusCommand.d.ts +37 -0
  80. package/dist-types/commands/ImportNotebookCommand.d.ts +39 -0
  81. package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +38 -0
  82. package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +38 -0
  83. package/dist-types/commands/ListExecutorsCommand.d.ts +39 -0
  84. package/dist-types/commands/ListNotebookMetadataCommand.d.ts +37 -0
  85. package/dist-types/commands/ListNotebookSessionsCommand.d.ts +40 -0
  86. package/dist-types/commands/ListSessionsCommand.d.ts +40 -0
  87. package/dist-types/commands/StartCalculationExecutionCommand.d.ts +38 -0
  88. package/dist-types/commands/StartSessionCommand.d.ts +38 -0
  89. package/dist-types/commands/StopCalculationExecutionCommand.d.ts +46 -0
  90. package/dist-types/commands/TerminateSessionCommand.d.ts +41 -0
  91. package/dist-types/commands/UpdateNotebookCommand.d.ts +37 -0
  92. package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +37 -0
  93. package/dist-types/commands/UpdateWorkGroupCommand.d.ts +5 -2
  94. package/dist-types/commands/index.d.ts +23 -0
  95. package/dist-types/models/models_0.d.ts +1511 -101
  96. package/dist-types/pagination/ListApplicationDPUSizesPaginator.d.ts +4 -0
  97. package/dist-types/pagination/ListCalculationExecutionsPaginator.d.ts +4 -0
  98. package/dist-types/pagination/ListExecutorsPaginator.d.ts +4 -0
  99. package/dist-types/pagination/ListSessionsPaginator.d.ts +4 -0
  100. package/dist-types/pagination/index.d.ts +4 -0
  101. package/dist-types/protocols/Aws_json1_1.d.ts +69 -0
  102. package/dist-types/ts3.4/Athena.d.ts +391 -0
  103. package/dist-types/ts3.4/AthenaClient.d.ts +138 -0
  104. package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +34 -0
  105. package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +41 -0
  106. package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +34 -0
  107. package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +34 -0
  108. package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +41 -0
  109. package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +41 -0
  110. package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +41 -0
  111. package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +38 -0
  112. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +34 -0
  113. package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +37 -0
  114. package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +34 -0
  115. package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +41 -0
  116. package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +41 -0
  117. package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +37 -0
  118. package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +41 -0
  119. package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +41 -0
  120. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +34 -0
  121. package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +41 -0
  122. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +34 -0
  123. package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +41 -0
  124. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +37 -0
  125. package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +34 -0
  126. package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +41 -0
  127. package/dist-types/ts3.4/commands/index.d.ts +23 -0
  128. package/dist-types/ts3.4/models/models_0.d.ts +538 -21
  129. package/dist-types/ts3.4/pagination/ListApplicationDPUSizesPaginator.d.ts +11 -0
  130. package/dist-types/ts3.4/pagination/ListCalculationExecutionsPaginator.d.ts +11 -0
  131. package/dist-types/ts3.4/pagination/ListExecutorsPaginator.d.ts +11 -0
  132. package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -0
  133. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  134. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +276 -0
  135. package/package.json +1 -1
@@ -0,0 +1,34 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import { ImportNotebookInput, ImportNotebookOutput } from "../models/models_0";
15
+ export interface ImportNotebookCommandInput extends ImportNotebookInput {}
16
+ export interface ImportNotebookCommandOutput
17
+ extends ImportNotebookOutput,
18
+ __MetadataBearer {}
19
+ export declare class ImportNotebookCommand extends $Command<
20
+ ImportNotebookCommandInput,
21
+ ImportNotebookCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: ImportNotebookCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: ImportNotebookCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ImportNotebookCommandInput, ImportNotebookCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ ListApplicationDPUSizesInput,
16
+ ListApplicationDPUSizesOutput,
17
+ } from "../models/models_0";
18
+ export interface ListApplicationDPUSizesCommandInput
19
+ extends ListApplicationDPUSizesInput {}
20
+ export interface ListApplicationDPUSizesCommandOutput
21
+ extends ListApplicationDPUSizesOutput,
22
+ __MetadataBearer {}
23
+ export declare class ListApplicationDPUSizesCommand extends $Command<
24
+ ListApplicationDPUSizesCommandInput,
25
+ ListApplicationDPUSizesCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: ListApplicationDPUSizesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListApplicationDPUSizesCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListApplicationDPUSizesCommandInput,
37
+ ListApplicationDPUSizesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ ListCalculationExecutionsRequest,
16
+ ListCalculationExecutionsResponse,
17
+ } from "../models/models_0";
18
+ export interface ListCalculationExecutionsCommandInput
19
+ extends ListCalculationExecutionsRequest {}
20
+ export interface ListCalculationExecutionsCommandOutput
21
+ extends ListCalculationExecutionsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListCalculationExecutionsCommand extends $Command<
24
+ ListCalculationExecutionsCommandInput,
25
+ ListCalculationExecutionsCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: ListCalculationExecutionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListCalculationExecutionsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListCalculationExecutionsCommandInput,
37
+ ListCalculationExecutionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ ListExecutorsRequest,
16
+ ListExecutorsResponse,
17
+ } from "../models/models_0";
18
+ export interface ListExecutorsCommandInput extends ListExecutorsRequest {}
19
+ export interface ListExecutorsCommandOutput
20
+ extends ListExecutorsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListExecutorsCommand extends $Command<
23
+ ListExecutorsCommandInput,
24
+ ListExecutorsCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: ListExecutorsCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
+ constructor(input: ListExecutorsCommandInput);
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListExecutorsCommandInput, ListExecutorsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ ListNotebookMetadataInput,
16
+ ListNotebookMetadataOutput,
17
+ } from "../models/models_0";
18
+ export interface ListNotebookMetadataCommandInput
19
+ extends ListNotebookMetadataInput {}
20
+ export interface ListNotebookMetadataCommandOutput
21
+ extends ListNotebookMetadataOutput,
22
+ __MetadataBearer {}
23
+ export declare class ListNotebookMetadataCommand extends $Command<
24
+ ListNotebookMetadataCommandInput,
25
+ ListNotebookMetadataCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: ListNotebookMetadataCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListNotebookMetadataCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListNotebookMetadataCommandInput,
37
+ ListNotebookMetadataCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ ListNotebookSessionsRequest,
16
+ ListNotebookSessionsResponse,
17
+ } from "../models/models_0";
18
+ export interface ListNotebookSessionsCommandInput
19
+ extends ListNotebookSessionsRequest {}
20
+ export interface ListNotebookSessionsCommandOutput
21
+ extends ListNotebookSessionsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListNotebookSessionsCommand extends $Command<
24
+ ListNotebookSessionsCommandInput,
25
+ ListNotebookSessionsCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: ListNotebookSessionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListNotebookSessionsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListNotebookSessionsCommandInput,
37
+ ListNotebookSessionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,34 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import { ListSessionsRequest, ListSessionsResponse } from "../models/models_0";
15
+ export interface ListSessionsCommandInput extends ListSessionsRequest {}
16
+ export interface ListSessionsCommandOutput
17
+ extends ListSessionsResponse,
18
+ __MetadataBearer {}
19
+ export declare class ListSessionsCommand extends $Command<
20
+ ListSessionsCommandInput,
21
+ ListSessionsCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: ListSessionsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: ListSessionsCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListSessionsCommandInput, ListSessionsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ StartCalculationExecutionRequest,
16
+ StartCalculationExecutionResponse,
17
+ } from "../models/models_0";
18
+ export interface StartCalculationExecutionCommandInput
19
+ extends StartCalculationExecutionRequest {}
20
+ export interface StartCalculationExecutionCommandOutput
21
+ extends StartCalculationExecutionResponse,
22
+ __MetadataBearer {}
23
+ export declare class StartCalculationExecutionCommand extends $Command<
24
+ StartCalculationExecutionCommandInput,
25
+ StartCalculationExecutionCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: StartCalculationExecutionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: StartCalculationExecutionCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ StartCalculationExecutionCommandInput,
37
+ StartCalculationExecutionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,34 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import { StartSessionRequest, StartSessionResponse } from "../models/models_0";
15
+ export interface StartSessionCommandInput extends StartSessionRequest {}
16
+ export interface StartSessionCommandOutput
17
+ extends StartSessionResponse,
18
+ __MetadataBearer {}
19
+ export declare class StartSessionCommand extends $Command<
20
+ StartSessionCommandInput,
21
+ StartSessionCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: StartSessionCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: StartSessionCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<StartSessionCommandInput, StartSessionCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ StopCalculationExecutionRequest,
16
+ StopCalculationExecutionResponse,
17
+ } from "../models/models_0";
18
+ export interface StopCalculationExecutionCommandInput
19
+ extends StopCalculationExecutionRequest {}
20
+ export interface StopCalculationExecutionCommandOutput
21
+ extends StopCalculationExecutionResponse,
22
+ __MetadataBearer {}
23
+ export declare class StopCalculationExecutionCommand extends $Command<
24
+ StopCalculationExecutionCommandInput,
25
+ StopCalculationExecutionCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: StopCalculationExecutionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: StopCalculationExecutionCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ StopCalculationExecutionCommandInput,
37
+ StopCalculationExecutionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ TerminateSessionRequest,
16
+ TerminateSessionResponse,
17
+ } from "../models/models_0";
18
+ export interface TerminateSessionCommandInput extends TerminateSessionRequest {}
19
+ export interface TerminateSessionCommandOutput
20
+ extends TerminateSessionResponse,
21
+ __MetadataBearer {}
22
+ export declare class TerminateSessionCommand extends $Command<
23
+ TerminateSessionCommandInput,
24
+ TerminateSessionCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: TerminateSessionCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
+ constructor(input: TerminateSessionCommandInput);
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<TerminateSessionCommandInput, TerminateSessionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,34 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import { UpdateNotebookInput, UpdateNotebookOutput } from "../models/models_0";
15
+ export interface UpdateNotebookCommandInput extends UpdateNotebookInput {}
16
+ export interface UpdateNotebookCommandOutput
17
+ extends UpdateNotebookOutput,
18
+ __MetadataBearer {}
19
+ export declare class UpdateNotebookCommand extends $Command<
20
+ UpdateNotebookCommandInput,
21
+ UpdateNotebookCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateNotebookCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: UpdateNotebookCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateNotebookCommandInput, UpdateNotebookCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ UpdateNotebookMetadataInput,
16
+ UpdateNotebookMetadataOutput,
17
+ } from "../models/models_0";
18
+ export interface UpdateNotebookMetadataCommandInput
19
+ extends UpdateNotebookMetadataInput {}
20
+ export interface UpdateNotebookMetadataCommandOutput
21
+ extends UpdateNotebookMetadataOutput,
22
+ __MetadataBearer {}
23
+ export declare class UpdateNotebookMetadataCommand extends $Command<
24
+ UpdateNotebookMetadataCommandInput,
25
+ UpdateNotebookMetadataCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateNotebookMetadataCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UpdateNotebookMetadataCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateNotebookMetadataCommandInput,
37
+ UpdateNotebookMetadataCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -3,35 +3,58 @@ export * from "./BatchGetPreparedStatementCommand";
3
3
  export * from "./BatchGetQueryExecutionCommand";
4
4
  export * from "./CreateDataCatalogCommand";
5
5
  export * from "./CreateNamedQueryCommand";
6
+ export * from "./CreateNotebookCommand";
6
7
  export * from "./CreatePreparedStatementCommand";
8
+ export * from "./CreatePresignedNotebookUrlCommand";
7
9
  export * from "./CreateWorkGroupCommand";
8
10
  export * from "./DeleteDataCatalogCommand";
9
11
  export * from "./DeleteNamedQueryCommand";
12
+ export * from "./DeleteNotebookCommand";
10
13
  export * from "./DeletePreparedStatementCommand";
11
14
  export * from "./DeleteWorkGroupCommand";
15
+ export * from "./ExportNotebookCommand";
16
+ export * from "./GetCalculationExecutionCodeCommand";
17
+ export * from "./GetCalculationExecutionCommand";
18
+ export * from "./GetCalculationExecutionStatusCommand";
12
19
  export * from "./GetDataCatalogCommand";
13
20
  export * from "./GetDatabaseCommand";
14
21
  export * from "./GetNamedQueryCommand";
22
+ export * from "./GetNotebookMetadataCommand";
15
23
  export * from "./GetPreparedStatementCommand";
16
24
  export * from "./GetQueryExecutionCommand";
17
25
  export * from "./GetQueryResultsCommand";
18
26
  export * from "./GetQueryRuntimeStatisticsCommand";
27
+ export * from "./GetSessionCommand";
28
+ export * from "./GetSessionStatusCommand";
19
29
  export * from "./GetTableMetadataCommand";
20
30
  export * from "./GetWorkGroupCommand";
31
+ export * from "./ImportNotebookCommand";
32
+ export * from "./ListApplicationDPUSizesCommand";
33
+ export * from "./ListCalculationExecutionsCommand";
21
34
  export * from "./ListDataCatalogsCommand";
22
35
  export * from "./ListDatabasesCommand";
23
36
  export * from "./ListEngineVersionsCommand";
37
+ export * from "./ListExecutorsCommand";
24
38
  export * from "./ListNamedQueriesCommand";
39
+ export * from "./ListNotebookMetadataCommand";
40
+ export * from "./ListNotebookSessionsCommand";
25
41
  export * from "./ListPreparedStatementsCommand";
26
42
  export * from "./ListQueryExecutionsCommand";
43
+ export * from "./ListSessionsCommand";
27
44
  export * from "./ListTableMetadataCommand";
28
45
  export * from "./ListTagsForResourceCommand";
29
46
  export * from "./ListWorkGroupsCommand";
47
+ export * from "./StartCalculationExecutionCommand";
30
48
  export * from "./StartQueryExecutionCommand";
49
+ export * from "./StartSessionCommand";
50
+ export * from "./StopCalculationExecutionCommand";
31
51
  export * from "./StopQueryExecutionCommand";
32
52
  export * from "./TagResourceCommand";
53
+ export * from "./TerminateSessionCommand";
33
54
  export * from "./UntagResourceCommand";
34
55
  export * from "./UpdateDataCatalogCommand";
35
56
  export * from "./UpdateNamedQueryCommand";
57
+ export * from "./UpdateNotebookCommand";
58
+ export * from "./UpdateNotebookMetadataCommand";
36
59
  export * from "./UpdatePreparedStatementCommand";
37
60
  export * from "./UpdateWorkGroupCommand";