@aws-sdk/client-athena 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Athena.d.ts +633 -190
  3. package/dist-types/ts3.4/AthenaClient.d.ts +326 -110
  4. package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +6 -6
  44. package/dist-types/ts3.4/models/AthenaServiceException.d.ts +7 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +877 -1133
  47. package/dist-types/ts3.4/pagination/GetQueryResultsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  49. package/dist-types/ts3.4/pagination/ListDataCatalogsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListDatabasesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListEngineVersionsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListNamedQueriesPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListPreparedStatementsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListQueryExecutionsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListTableMetadataPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListWorkGroupsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  59. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  64. package/package.json +34 -34
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { GetQueryResultsCommandInput, GetQueryResultsCommandOutput } from "../commands/GetQueryResultsCommand";
3
- import { AthenaPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetQueryResults(config: AthenaPaginationConfiguration, input: GetQueryResultsCommandInput, ...additionalArguments: any): Paginator<GetQueryResultsCommandOutput>;
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
- client: Athena | AthenaClient;
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 { ListDataCatalogsCommandInput, ListDataCatalogsCommandOutput } from "../commands/ListDataCatalogsCommand";
3
- import { AthenaPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListDataCatalogs(config: AthenaPaginationConfiguration, input: ListDataCatalogsCommandInput, ...additionalArguments: any): Paginator<ListDataCatalogsCommandOutput>;
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 { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "../commands/ListDatabasesCommand";
3
- import { AthenaPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListDatabases(config: AthenaPaginationConfiguration, input: ListDatabasesCommandInput, ...additionalArguments: any): Paginator<ListDatabasesCommandOutput>;
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 { ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput } from "../commands/ListEngineVersionsCommand";
3
- import { AthenaPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListEngineVersions(config: AthenaPaginationConfiguration, input: ListEngineVersionsCommandInput, ...additionalArguments: any): Paginator<ListEngineVersionsCommandOutput>;
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 { ListNamedQueriesCommandInput, ListNamedQueriesCommandOutput } from "../commands/ListNamedQueriesCommand";
3
- import { AthenaPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListNamedQueries(config: AthenaPaginationConfiguration, input: ListNamedQueriesCommandInput, ...additionalArguments: any): Paginator<ListNamedQueriesCommandOutput>;
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 { ListPreparedStatementsCommandInput, ListPreparedStatementsCommandOutput } from "../commands/ListPreparedStatementsCommand";
3
- import { AthenaPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListPreparedStatements(config: AthenaPaginationConfiguration, input: ListPreparedStatementsCommandInput, ...additionalArguments: any): Paginator<ListPreparedStatementsCommandOutput>;
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 { ListQueryExecutionsCommandInput, ListQueryExecutionsCommandOutput } from "../commands/ListQueryExecutionsCommand";
3
- import { AthenaPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListQueryExecutions(config: AthenaPaginationConfiguration, input: ListQueryExecutionsCommandInput, ...additionalArguments: any): Paginator<ListQueryExecutionsCommandOutput>;
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 { ListTableMetadataCommandInput, ListTableMetadataCommandOutput } from "../commands/ListTableMetadataCommand";
3
- import { AthenaPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListTableMetadata(config: AthenaPaginationConfiguration, input: ListTableMetadataCommandInput, ...additionalArguments: any): Paginator<ListTableMetadataCommandOutput>;
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 { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
3
- import { AthenaPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListTagsForResource(config: AthenaPaginationConfiguration, input: ListTagsForResourceCommandInput, ...additionalArguments: any): Paginator<ListTagsForResourceCommandOutput>;
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 { ListWorkGroupsCommandInput, ListWorkGroupsCommandOutput } from "../commands/ListWorkGroupsCommand";
3
- import { AthenaPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListWorkGroups(config: AthenaPaginationConfiguration, input: ListWorkGroupsCommandInput, ...additionalArguments: any): Paginator<ListWorkGroupsCommandOutput>;
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";