@aws-sdk/client-athena 3.296.0 → 3.297.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-types/Athena.d.ts +61 -0
- package/dist-types/AthenaClient.d.ts +24 -4
- package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataCatalogCommand.d.ts +16 -0
- package/dist-types/commands/CreateNamedQueryCommand.d.ts +16 -0
- package/dist-types/commands/CreateNotebookCommand.d.ts +16 -0
- package/dist-types/commands/CreatePreparedStatementCommand.d.ts +16 -0
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataCatalogCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNamedQueryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNotebookCommand.d.ts +16 -0
- package/dist-types/commands/DeletePreparedStatementCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkGroupCommand.d.ts +16 -0
- package/dist-types/commands/ExportNotebookCommand.d.ts +16 -0
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +16 -0
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +16 -0
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetDataCatalogCommand.d.ts +16 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/GetNamedQueryCommand.d.ts +16 -0
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetPreparedStatementCommand.d.ts +16 -0
- package/dist-types/commands/GetQueryExecutionCommand.d.ts +16 -0
- package/dist-types/commands/GetQueryResultsCommand.d.ts +16 -0
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +16 -0
- package/dist-types/commands/GetSessionCommand.d.ts +16 -0
- package/dist-types/commands/GetSessionStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetTableMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkGroupCommand.d.ts +16 -0
- package/dist-types/commands/ImportNotebookCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +16 -0
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataCatalogsCommand.d.ts +16 -0
- package/dist-types/commands/ListDatabasesCommand.d.ts +16 -0
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListExecutorsCommand.d.ts +16 -0
- package/dist-types/commands/ListNamedQueriesCommand.d.ts +16 -0
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +16 -0
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +16 -0
- package/dist-types/commands/ListPreparedStatementsCommand.d.ts +16 -0
- package/dist-types/commands/ListQueryExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTableMetadataCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkGroupsCommand.d.ts +16 -0
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +16 -0
- package/dist-types/commands/StartQueryExecutionCommand.d.ts +16 -0
- package/dist-types/commands/StartSessionCommand.d.ts +16 -0
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +16 -0
- package/dist-types/commands/StopQueryExecutionCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataCatalogCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNamedQueryCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNotebookCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +16 -0
- package/dist-types/models/AthenaServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +456 -0
- package/dist-types/pagination/GetQueryResultsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListApplicationDPUSizesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCalculationExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataCatalogsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDatabasesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEngineVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListExecutorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNamedQueriesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPreparedStatementsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListQueryExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSessionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTableMetadataPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkGroupsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetTableMetadataInput, GetTableMetadataOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetTableMetadataCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetTableMetadataCommandInput extends GetTableMetadataInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetTableMetadataCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetTableMetadataCommandOutput extends GetTableMetadataOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns table metadata for the specified catalog, database, and table.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetTableMetadataCommandOutput extends GetTableMetadataOutput, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetTableMetadataCommandInput - {@link GetTableMetadataCommandInput}
|
|
34
|
+
* @returns {@link GetTableMetadataCommandOutput}
|
|
28
35
|
* @see {@link GetTableMetadataCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetTableMetadataCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface GetTableMetadataCommandOutput extends GetTableMetadataOutput, _
|
|
|
50
57
|
export declare class GetTableMetadataCommand extends $Command<GetTableMetadataCommandInput, GetTableMetadataCommandOutput, AthenaClientResolvedConfig> {
|
|
51
58
|
readonly input: GetTableMetadataCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: GetTableMetadataCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTableMetadataCommandInput, GetTableMetadataCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetWorkGroupInput, GetWorkGroupOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetWorkGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetWorkGroupCommandInput extends GetWorkGroupInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetWorkGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetWorkGroupCommandOutput extends GetWorkGroupOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about the workgroup with the specified name.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetWorkGroupCommandOutput extends GetWorkGroupOutput, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetWorkGroupCommandInput - {@link GetWorkGroupCommandInput}
|
|
34
|
+
* @returns {@link GetWorkGroupCommandOutput}
|
|
28
35
|
* @see {@link GetWorkGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetWorkGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface GetWorkGroupCommandOutput extends GetWorkGroupOutput, __Metadat
|
|
|
42
49
|
export declare class GetWorkGroupCommand extends $Command<GetWorkGroupCommandInput, GetWorkGroupCommandOutput, AthenaClientResolvedConfig> {
|
|
43
50
|
readonly input: GetWorkGroupCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: GetWorkGroupCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkGroupCommandInput, GetWorkGroupCommandOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
50
63
|
private serialize;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
51
67
|
private deserialize;
|
|
52
68
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ImportNotebookInput, ImportNotebookOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ImportNotebookCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ImportNotebookCommandInput extends ImportNotebookInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ImportNotebookCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ImportNotebookCommandOutput extends ImportNotebookOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Imports a single <code>ipynb</code> file to a Spark enabled workgroup. The maximum
|
|
18
23
|
* file size that can be imported is 10 megabytes. If an <code>ipynb</code> file with the
|
|
19
24
|
* same name already exists in the workgroup, throws an error.</p>
|
|
@@ -27,6 +32,8 @@ export interface ImportNotebookCommandOutput extends ImportNotebookOutput, __Met
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ImportNotebookCommandInput - {@link ImportNotebookCommandInput}
|
|
36
|
+
* @returns {@link ImportNotebookCommandOutput}
|
|
30
37
|
* @see {@link ImportNotebookCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ImportNotebookCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ImportNotebookCommandOutput extends ImportNotebookOutput, __Met
|
|
|
47
54
|
export declare class ImportNotebookCommand extends $Command<ImportNotebookCommandInput, ImportNotebookCommandOutput, AthenaClientResolvedConfig> {
|
|
48
55
|
readonly input: ImportNotebookCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ImportNotebookCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportNotebookCommandInput, ImportNotebookCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListApplicationDPUSizesInput, ListApplicationDPUSizesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListApplicationDPUSizesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListApplicationDPUSizesCommandInput extends ListApplicationDPUSizesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListApplicationDPUSizesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListApplicationDPUSizesCommandOutput extends ListApplicationDPUSizesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the supported DPU sizes for the supported application runtimes (for example,
|
|
18
23
|
* <code>Jupyter 1.0</code>). </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListApplicationDPUSizesCommandOutput extends ListApplicationDPU
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListApplicationDPUSizesCommandInput - {@link ListApplicationDPUSizesCommandInput}
|
|
35
|
+
* @returns {@link ListApplicationDPUSizesCommandOutput}
|
|
29
36
|
* @see {@link ListApplicationDPUSizesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListApplicationDPUSizesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListApplicationDPUSizesCommandOutput extends ListApplicationDPU
|
|
|
46
53
|
export declare class ListApplicationDPUSizesCommand extends $Command<ListApplicationDPUSizesCommandInput, ListApplicationDPUSizesCommandOutput, AthenaClientResolvedConfig> {
|
|
47
54
|
readonly input: ListApplicationDPUSizesCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListApplicationDPUSizesCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationDPUSizesCommandInput, ListApplicationDPUSizesCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListCalculationExecutionsRequest, ListCalculationExecutionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListCalculationExecutionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListCalculationExecutionsCommandInput extends ListCalculationExecutionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListCalculationExecutionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListCalculationExecutionsCommandOutput extends ListCalculationExecutionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the calculations that have been submitted to a session in descending order.
|
|
18
23
|
* Newer calculations are listed first; older calculations are listed later.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListCalculationExecutionsCommandOutput extends ListCalculationE
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListCalculationExecutionsCommandInput - {@link ListCalculationExecutionsCommandInput}
|
|
35
|
+
* @returns {@link ListCalculationExecutionsCommandOutput}
|
|
29
36
|
* @see {@link ListCalculationExecutionsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListCalculationExecutionsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListCalculationExecutionsCommandOutput extends ListCalculationE
|
|
|
46
53
|
export declare class ListCalculationExecutionsCommand extends $Command<ListCalculationExecutionsCommandInput, ListCalculationExecutionsCommandOutput, AthenaClientResolvedConfig> {
|
|
47
54
|
readonly input: ListCalculationExecutionsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListCalculationExecutionsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCalculationExecutionsCommandInput, ListCalculationExecutionsCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListDataCatalogsInput, ListDataCatalogsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListDataCatalogsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListDataCatalogsCommandInput extends ListDataCatalogsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListDataCatalogsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListDataCatalogsCommandOutput extends ListDataCatalogsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the data catalogs in the current Amazon Web Services account.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>In the Athena console, data catalogs are listed as "data sources" on the <b>Data sources</b> page under the <b>Data source name</b> column.</p>
|
|
@@ -28,6 +33,8 @@ export interface ListDataCatalogsCommandOutput extends ListDataCatalogsOutput, _
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListDataCatalogsCommandInput - {@link ListDataCatalogsCommandInput}
|
|
37
|
+
* @returns {@link ListDataCatalogsCommandOutput}
|
|
31
38
|
* @see {@link ListDataCatalogsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListDataCatalogsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface ListDataCatalogsCommandOutput extends ListDataCatalogsOutput, _
|
|
|
45
52
|
export declare class ListDataCatalogsCommand extends $Command<ListDataCatalogsCommandInput, ListDataCatalogsCommandOutput, AthenaClientResolvedConfig> {
|
|
46
53
|
readonly input: ListDataCatalogsCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: ListDataCatalogsCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataCatalogsCommandInput, ListDataCatalogsCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListDatabasesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListDatabasesCommandInput extends ListDatabasesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListDatabasesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListDatabasesCommandOutput extends ListDatabasesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the databases in the specified data catalog.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListDatabasesCommandOutput extends ListDatabasesOutput, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListDatabasesCommandInput - {@link ListDatabasesCommandInput}
|
|
34
|
+
* @returns {@link ListDatabasesCommandOutput}
|
|
28
35
|
* @see {@link ListDatabasesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListDatabasesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListDatabasesCommandOutput extends ListDatabasesOutput, __Metad
|
|
|
50
57
|
export declare class ListDatabasesCommand extends $Command<ListDatabasesCommandInput, ListDatabasesCommandOutput, AthenaClientResolvedConfig> {
|
|
51
58
|
readonly input: ListDatabasesCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListDatabasesCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatabasesCommandInput, ListDatabasesCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListEngineVersionsInput, ListEngineVersionsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListEngineVersionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListEngineVersionsCommandInput extends ListEngineVersionsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListEngineVersionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListEngineVersionsCommandOutput extends ListEngineVersionsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of engine versions that are available to choose from, including the
|
|
18
23
|
* Auto option.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListEngineVersionsCommandOutput extends ListEngineVersionsOutpu
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListEngineVersionsCommandInput - {@link ListEngineVersionsCommandInput}
|
|
35
|
+
* @returns {@link ListEngineVersionsCommandOutput}
|
|
29
36
|
* @see {@link ListEngineVersionsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListEngineVersionsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface ListEngineVersionsCommandOutput extends ListEngineVersionsOutpu
|
|
|
43
50
|
export declare class ListEngineVersionsCommand extends $Command<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput, AthenaClientResolvedConfig> {
|
|
44
51
|
readonly input: ListEngineVersionsCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: ListEngineVersionsCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListExecutorsRequest, ListExecutorsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListExecutorsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListExecutorsCommandInput extends ListExecutorsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListExecutorsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListExecutorsCommandOutput extends ListExecutorsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists, in descending order, the executors that have been submitted to a session. Newer
|
|
18
23
|
* executors are listed first; older executors are listed later. The result can be
|
|
19
24
|
* optionally filtered by state.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListExecutorsCommandOutput extends ListExecutorsResponse, __Met
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListExecutorsCommandInput - {@link ListExecutorsCommandInput}
|
|
36
|
+
* @returns {@link ListExecutorsCommandOutput}
|
|
30
37
|
* @see {@link ListExecutorsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListExecutorsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListExecutorsCommandOutput extends ListExecutorsResponse, __Met
|
|
|
47
54
|
export declare class ListExecutorsCommand extends $Command<ListExecutorsCommandInput, ListExecutorsCommandOutput, AthenaClientResolvedConfig> {
|
|
48
55
|
readonly input: ListExecutorsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListExecutorsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExecutorsCommandInput, ListExecutorsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListNamedQueriesInput, ListNamedQueriesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListNamedQueriesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListNamedQueriesCommandInput extends ListNamedQueriesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListNamedQueriesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListNamedQueriesCommandOutput extends ListNamedQueriesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Provides a list of available query IDs only for queries saved in the specified
|
|
18
23
|
* workgroup. Requires that you have access to the specified workgroup. If a workgroup is
|
|
19
24
|
* not specified, lists the saved queries for the primary workgroup.</p>
|
|
@@ -30,6 +35,8 @@ export interface ListNamedQueriesCommandOutput extends ListNamedQueriesOutput, _
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ListNamedQueriesCommandInput - {@link ListNamedQueriesCommandInput}
|
|
39
|
+
* @returns {@link ListNamedQueriesCommandOutput}
|
|
33
40
|
* @see {@link ListNamedQueriesCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ListNamedQueriesCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListNamedQueriesCommandOutput extends ListNamedQueriesOutput, _
|
|
|
47
54
|
export declare class ListNamedQueriesCommand extends $Command<ListNamedQueriesCommandInput, ListNamedQueriesCommandOutput, AthenaClientResolvedConfig> {
|
|
48
55
|
readonly input: ListNamedQueriesCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListNamedQueriesCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNamedQueriesCommandInput, ListNamedQueriesCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListNotebookMetadataInput, ListNotebookMetadataOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListNotebookMetadataCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListNotebookMetadataCommandInput extends ListNotebookMetadataInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListNotebookMetadataCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListNotebookMetadataCommandOutput extends ListNotebookMetadataOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Displays the notebook files for the specified workgroup in paginated format.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListNotebookMetadataCommandOutput extends ListNotebookMetadataO
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListNotebookMetadataCommandInput - {@link ListNotebookMetadataCommandInput}
|
|
34
|
+
* @returns {@link ListNotebookMetadataCommandOutput}
|
|
28
35
|
* @see {@link ListNotebookMetadataCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListNotebookMetadataCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface ListNotebookMetadataCommandOutput extends ListNotebookMetadataO
|
|
|
45
52
|
export declare class ListNotebookMetadataCommand extends $Command<ListNotebookMetadataCommandInput, ListNotebookMetadataCommandOutput, AthenaClientResolvedConfig> {
|
|
46
53
|
readonly input: ListNotebookMetadataCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: ListNotebookMetadataCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNotebookMetadataCommandInput, ListNotebookMetadataCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListNotebookSessionsRequest, ListNotebookSessionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListNotebookSessionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListNotebookSessionsCommandInput extends ListNotebookSessionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListNotebookSessionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListNotebookSessionsCommandOutput extends ListNotebookSessionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists, in descending order, the sessions that have been created in a notebook that are
|
|
18
23
|
* in an active state like <code>CREATING</code>, <code>CREATED</code>, <code>IDLE</code>
|
|
19
24
|
* or <code>BUSY</code>. Newer sessions are listed first; older sessions are listed
|
|
@@ -28,6 +33,8 @@ export interface ListNotebookSessionsCommandOutput extends ListNotebookSessionsR
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListNotebookSessionsCommandInput - {@link ListNotebookSessionsCommandInput}
|
|
37
|
+
* @returns {@link ListNotebookSessionsCommandOutput}
|
|
31
38
|
* @see {@link ListNotebookSessionsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListNotebookSessionsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface ListNotebookSessionsCommandOutput extends ListNotebookSessionsR
|
|
|
48
55
|
export declare class ListNotebookSessionsCommand extends $Command<ListNotebookSessionsCommandInput, ListNotebookSessionsCommandOutput, AthenaClientResolvedConfig> {
|
|
49
56
|
readonly input: ListNotebookSessionsCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: ListNotebookSessionsCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNotebookSessionsCommandInput, ListNotebookSessionsCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListPreparedStatementsInput, ListPreparedStatementsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListPreparedStatementsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListPreparedStatementsCommandInput extends ListPreparedStatementsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListPreparedStatementsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListPreparedStatementsCommandOutput extends ListPreparedStatementsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the prepared statements in the specified workgroup.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListPreparedStatementsCommandOutput extends ListPreparedStateme
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListPreparedStatementsCommandInput - {@link ListPreparedStatementsCommandInput}
|
|
34
|
+
* @returns {@link ListPreparedStatementsCommandOutput}
|
|
28
35
|
* @see {@link ListPreparedStatementsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListPreparedStatementsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface ListPreparedStatementsCommandOutput extends ListPreparedStateme
|
|
|
42
49
|
export declare class ListPreparedStatementsCommand extends $Command<ListPreparedStatementsCommandInput, ListPreparedStatementsCommandOutput, AthenaClientResolvedConfig> {
|
|
43
50
|
readonly input: ListPreparedStatementsCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: ListPreparedStatementsCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPreparedStatementsCommandInput, ListPreparedStatementsCommandOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
50
63
|
private serialize;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
51
67
|
private deserialize;
|
|
52
68
|
}
|