@aws-sdk/client-athena 3.169.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 +8 -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,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetQueryResultsCommandInput,
|
|
4
|
+
GetQueryResultsCommandOutput,
|
|
5
|
+
} from "../commands/GetQueryResultsCommand";
|
|
6
|
+
import { AthenaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetQueryResults(
|
|
8
|
+
config: AthenaPaginationConfiguration,
|
|
9
|
+
input: GetQueryResultsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetQueryResultsCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Athena } from "../Athena";
|
|
3
|
-
import { AthenaClient } from "../AthenaClient";
|
|
4
|
-
export interface AthenaPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Athena } from "../Athena";
|
|
3
|
+
import { AthenaClient } from "../AthenaClient";
|
|
4
|
+
export interface AthenaPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: Athena | AthenaClient;
|
|
6
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDataCatalogsCommandInput,
|
|
4
|
+
ListDataCatalogsCommandOutput,
|
|
5
|
+
} from "../commands/ListDataCatalogsCommand";
|
|
6
|
+
import { AthenaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDataCatalogs(
|
|
8
|
+
config: AthenaPaginationConfiguration,
|
|
9
|
+
input: ListDataCatalogsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDataCatalogsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDatabasesCommandInput,
|
|
4
|
+
ListDatabasesCommandOutput,
|
|
5
|
+
} from "../commands/ListDatabasesCommand";
|
|
6
|
+
import { AthenaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDatabases(
|
|
8
|
+
config: AthenaPaginationConfiguration,
|
|
9
|
+
input: ListDatabasesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDatabasesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEngineVersionsCommandInput,
|
|
4
|
+
ListEngineVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListEngineVersionsCommand";
|
|
6
|
+
import { AthenaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEngineVersions(
|
|
8
|
+
config: AthenaPaginationConfiguration,
|
|
9
|
+
input: ListEngineVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEngineVersionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListNamedQueriesCommandInput,
|
|
4
|
+
ListNamedQueriesCommandOutput,
|
|
5
|
+
} from "../commands/ListNamedQueriesCommand";
|
|
6
|
+
import { AthenaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListNamedQueries(
|
|
8
|
+
config: AthenaPaginationConfiguration,
|
|
9
|
+
input: ListNamedQueriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListNamedQueriesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPreparedStatementsCommandInput,
|
|
4
|
+
ListPreparedStatementsCommandOutput,
|
|
5
|
+
} from "../commands/ListPreparedStatementsCommand";
|
|
6
|
+
import { AthenaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPreparedStatements(
|
|
8
|
+
config: AthenaPaginationConfiguration,
|
|
9
|
+
input: ListPreparedStatementsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPreparedStatementsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListQueryExecutionsCommandInput,
|
|
4
|
+
ListQueryExecutionsCommandOutput,
|
|
5
|
+
} from "../commands/ListQueryExecutionsCommand";
|
|
6
|
+
import { AthenaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListQueryExecutions(
|
|
8
|
+
config: AthenaPaginationConfiguration,
|
|
9
|
+
input: ListQueryExecutionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListQueryExecutionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTableMetadataCommandInput,
|
|
4
|
+
ListTableMetadataCommandOutput,
|
|
5
|
+
} from "../commands/ListTableMetadataCommand";
|
|
6
|
+
import { AthenaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTableMetadata(
|
|
8
|
+
config: AthenaPaginationConfiguration,
|
|
9
|
+
input: ListTableMetadataCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTableMetadataCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTagsForResourceCommandInput,
|
|
4
|
+
ListTagsForResourceCommandOutput,
|
|
5
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
6
|
+
import { AthenaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTagsForResource(
|
|
8
|
+
config: AthenaPaginationConfiguration,
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTagsForResourceCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListWorkGroupsCommandInput,
|
|
4
|
+
ListWorkGroupsCommandOutput,
|
|
5
|
+
} from "../commands/ListWorkGroupsCommand";
|
|
6
|
+
import { AthenaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListWorkGroups(
|
|
8
|
+
config: AthenaPaginationConfiguration,
|
|
9
|
+
input: ListWorkGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListWorkGroupsCommandOutput>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export * from "./GetQueryResultsPaginator";
|
|
2
|
-
export * from "./Interfaces";
|
|
3
|
-
export * from "./ListDataCatalogsPaginator";
|
|
4
|
-
export * from "./ListDatabasesPaginator";
|
|
5
|
-
export * from "./ListEngineVersionsPaginator";
|
|
6
|
-
export * from "./ListNamedQueriesPaginator";
|
|
7
|
-
export * from "./ListPreparedStatementsPaginator";
|
|
8
|
-
export * from "./ListQueryExecutionsPaginator";
|
|
9
|
-
export * from "./ListTableMetadataPaginator";
|
|
10
|
-
export * from "./ListTagsForResourcePaginator";
|
|
11
|
-
export * from "./ListWorkGroupsPaginator";
|
|
1
|
+
export * from "./GetQueryResultsPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListDataCatalogsPaginator";
|
|
4
|
+
export * from "./ListDatabasesPaginator";
|
|
5
|
+
export * from "./ListEngineVersionsPaginator";
|
|
6
|
+
export * from "./ListNamedQueriesPaginator";
|
|
7
|
+
export * from "./ListPreparedStatementsPaginator";
|
|
8
|
+
export * from "./ListQueryExecutionsPaginator";
|
|
9
|
+
export * from "./ListTableMetadataPaginator";
|
|
10
|
+
export * from "./ListTagsForResourcePaginator";
|
|
11
|
+
export * from "./ListWorkGroupsPaginator";
|