@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.
- 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 +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";
|