@aws-sdk/client-athena 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Athena.d.ts +670 -190
- package/dist-types/ts3.4/AthenaClient.d.ts +351 -110
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AthenaServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1227 -1133
- package/dist-types/ts3.4/pagination/GetQueryResultsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListDataCatalogsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatabasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEngineVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNamedQueriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPreparedStatementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueryExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTableMetadataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AthenaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AthenaClient";
|
|
13
|
+
import {
|
|
14
|
+
GetPreparedStatementInput,
|
|
15
|
+
GetPreparedStatementOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetPreparedStatementCommandInput
|
|
18
|
+
extends GetPreparedStatementInput {}
|
|
19
|
+
export interface GetPreparedStatementCommandOutput
|
|
20
|
+
extends GetPreparedStatementOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetPreparedStatementCommand extends $Command<
|
|
24
|
+
GetPreparedStatementCommandInput,
|
|
25
|
+
GetPreparedStatementCommandOutput,
|
|
26
|
+
AthenaClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetPreparedStatementCommandInput;
|
|
29
|
+
constructor(input: GetPreparedStatementCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AthenaClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetPreparedStatementCommandInput,
|
|
37
|
+
GetPreparedStatementCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AthenaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AthenaClient";
|
|
13
|
+
import {
|
|
14
|
+
GetQueryExecutionInput,
|
|
15
|
+
GetQueryExecutionOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetQueryExecutionCommandInput extends GetQueryExecutionInput {}
|
|
18
|
+
export interface GetQueryExecutionCommandOutput
|
|
19
|
+
extends GetQueryExecutionOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetQueryExecutionCommand extends $Command<
|
|
23
|
+
GetQueryExecutionCommandInput,
|
|
24
|
+
GetQueryExecutionCommandOutput,
|
|
25
|
+
AthenaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetQueryExecutionCommandInput;
|
|
28
|
+
constructor(input: GetQueryExecutionCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AthenaClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetQueryExecutionCommandInput, GetQueryExecutionCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AthenaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AthenaClient";
|
|
13
|
+
import {
|
|
14
|
+
GetQueryResultsInput,
|
|
15
|
+
GetQueryResultsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetQueryResultsCommandInput extends GetQueryResultsInput {}
|
|
18
|
+
export interface GetQueryResultsCommandOutput
|
|
19
|
+
extends GetQueryResultsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetQueryResultsCommand extends $Command<
|
|
23
|
+
GetQueryResultsCommandInput,
|
|
24
|
+
GetQueryResultsCommandOutput,
|
|
25
|
+
AthenaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetQueryResultsCommandInput;
|
|
28
|
+
constructor(input: GetQueryResultsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AthenaClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetQueryResultsCommandInput, GetQueryResultsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AthenaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AthenaClient";
|
|
13
|
+
import {
|
|
14
|
+
GetQueryRuntimeStatisticsInput,
|
|
15
|
+
GetQueryRuntimeStatisticsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetQueryRuntimeStatisticsCommandInput
|
|
18
|
+
extends GetQueryRuntimeStatisticsInput {}
|
|
19
|
+
export interface GetQueryRuntimeStatisticsCommandOutput
|
|
20
|
+
extends GetQueryRuntimeStatisticsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetQueryRuntimeStatisticsCommand extends $Command<
|
|
24
|
+
GetQueryRuntimeStatisticsCommandInput,
|
|
25
|
+
GetQueryRuntimeStatisticsCommandOutput,
|
|
26
|
+
AthenaClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetQueryRuntimeStatisticsCommandInput;
|
|
29
|
+
constructor(input: GetQueryRuntimeStatisticsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AthenaClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetQueryRuntimeStatisticsCommandInput,
|
|
37
|
+
GetQueryRuntimeStatisticsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AthenaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AthenaClient";
|
|
13
|
+
import {
|
|
14
|
+
GetTableMetadataInput,
|
|
15
|
+
GetTableMetadataOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetTableMetadataCommandInput extends GetTableMetadataInput {}
|
|
18
|
+
export interface GetTableMetadataCommandOutput
|
|
19
|
+
extends GetTableMetadataOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetTableMetadataCommand extends $Command<
|
|
23
|
+
GetTableMetadataCommandInput,
|
|
24
|
+
GetTableMetadataCommandOutput,
|
|
25
|
+
AthenaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetTableMetadataCommandInput;
|
|
28
|
+
constructor(input: GetTableMetadataCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AthenaClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetTableMetadataCommandInput, GetTableMetadataCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AthenaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AthenaClient";
|
|
13
|
+
import { GetWorkGroupInput, GetWorkGroupOutput } from "../models/models_0";
|
|
14
|
+
export interface GetWorkGroupCommandInput extends GetWorkGroupInput {}
|
|
15
|
+
export interface GetWorkGroupCommandOutput
|
|
16
|
+
extends GetWorkGroupOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetWorkGroupCommand extends $Command<
|
|
20
|
+
GetWorkGroupCommandInput,
|
|
21
|
+
GetWorkGroupCommandOutput,
|
|
22
|
+
AthenaClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetWorkGroupCommandInput;
|
|
25
|
+
constructor(input: GetWorkGroupCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AthenaClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetWorkGroupCommandInput, GetWorkGroupCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AthenaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AthenaClient";
|
|
13
|
+
import {
|
|
14
|
+
ListDataCatalogsInput,
|
|
15
|
+
ListDataCatalogsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDataCatalogsCommandInput extends ListDataCatalogsInput {}
|
|
18
|
+
export interface ListDataCatalogsCommandOutput
|
|
19
|
+
extends ListDataCatalogsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListDataCatalogsCommand extends $Command<
|
|
23
|
+
ListDataCatalogsCommandInput,
|
|
24
|
+
ListDataCatalogsCommandOutput,
|
|
25
|
+
AthenaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDataCatalogsCommandInput;
|
|
28
|
+
constructor(input: ListDataCatalogsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AthenaClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListDataCatalogsCommandInput, ListDataCatalogsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AthenaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AthenaClient";
|
|
13
|
+
import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0";
|
|
14
|
+
export interface ListDatabasesCommandInput extends ListDatabasesInput {}
|
|
15
|
+
export interface ListDatabasesCommandOutput
|
|
16
|
+
extends ListDatabasesOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListDatabasesCommand extends $Command<
|
|
20
|
+
ListDatabasesCommandInput,
|
|
21
|
+
ListDatabasesCommandOutput,
|
|
22
|
+
AthenaClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListDatabasesCommandInput;
|
|
25
|
+
constructor(input: ListDatabasesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AthenaClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListDatabasesCommandInput, ListDatabasesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AthenaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AthenaClient";
|
|
13
|
+
import {
|
|
14
|
+
ListEngineVersionsInput,
|
|
15
|
+
ListEngineVersionsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListEngineVersionsCommandInput
|
|
18
|
+
extends ListEngineVersionsInput {}
|
|
19
|
+
export interface ListEngineVersionsCommandOutput
|
|
20
|
+
extends ListEngineVersionsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListEngineVersionsCommand extends $Command<
|
|
24
|
+
ListEngineVersionsCommandInput,
|
|
25
|
+
ListEngineVersionsCommandOutput,
|
|
26
|
+
AthenaClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListEngineVersionsCommandInput;
|
|
29
|
+
constructor(input: ListEngineVersionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AthenaClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AthenaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AthenaClient";
|
|
13
|
+
import {
|
|
14
|
+
ListNamedQueriesInput,
|
|
15
|
+
ListNamedQueriesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListNamedQueriesCommandInput extends ListNamedQueriesInput {}
|
|
18
|
+
export interface ListNamedQueriesCommandOutput
|
|
19
|
+
extends ListNamedQueriesOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListNamedQueriesCommand extends $Command<
|
|
23
|
+
ListNamedQueriesCommandInput,
|
|
24
|
+
ListNamedQueriesCommandOutput,
|
|
25
|
+
AthenaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListNamedQueriesCommandInput;
|
|
28
|
+
constructor(input: ListNamedQueriesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AthenaClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListNamedQueriesCommandInput, ListNamedQueriesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AthenaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AthenaClient";
|
|
13
|
+
import {
|
|
14
|
+
ListPreparedStatementsInput,
|
|
15
|
+
ListPreparedStatementsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPreparedStatementsCommandInput
|
|
18
|
+
extends ListPreparedStatementsInput {}
|
|
19
|
+
export interface ListPreparedStatementsCommandOutput
|
|
20
|
+
extends ListPreparedStatementsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListPreparedStatementsCommand extends $Command<
|
|
24
|
+
ListPreparedStatementsCommandInput,
|
|
25
|
+
ListPreparedStatementsCommandOutput,
|
|
26
|
+
AthenaClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListPreparedStatementsCommandInput;
|
|
29
|
+
constructor(input: ListPreparedStatementsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AthenaClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListPreparedStatementsCommandInput,
|
|
37
|
+
ListPreparedStatementsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|