@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,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
4
- import { UpdateWorkGroupInput, UpdateWorkGroupOutput } from "../models/models_0";
5
- export interface UpdateWorkGroupCommandInput extends UpdateWorkGroupInput {
6
- }
7
- export interface UpdateWorkGroupCommandOutput extends UpdateWorkGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateWorkGroupCommand extends $Command<UpdateWorkGroupCommandInput, UpdateWorkGroupCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: UpdateWorkGroupCommandInput;
12
- constructor(input: UpdateWorkGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkGroupCommandInput, UpdateWorkGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ UpdateWorkGroupInput,
15
+ UpdateWorkGroupOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateWorkGroupCommandInput extends UpdateWorkGroupInput {}
18
+ export interface UpdateWorkGroupCommandOutput
19
+ extends UpdateWorkGroupOutput,
20
+ __MetadataBearer {}
21
+ export declare class UpdateWorkGroupCommand extends $Command<
22
+ UpdateWorkGroupCommandInput,
23
+ UpdateWorkGroupCommandOutput,
24
+ AthenaClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateWorkGroupCommandInput;
27
+ constructor(input: UpdateWorkGroupCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AthenaClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateWorkGroupCommandInput, UpdateWorkGroupCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,37 +1,37 @@
1
- export * from "./BatchGetNamedQueryCommand";
2
- export * from "./BatchGetPreparedStatementCommand";
3
- export * from "./BatchGetQueryExecutionCommand";
4
- export * from "./CreateDataCatalogCommand";
5
- export * from "./CreateNamedQueryCommand";
6
- export * from "./CreatePreparedStatementCommand";
7
- export * from "./CreateWorkGroupCommand";
8
- export * from "./DeleteDataCatalogCommand";
9
- export * from "./DeleteNamedQueryCommand";
10
- export * from "./DeletePreparedStatementCommand";
11
- export * from "./DeleteWorkGroupCommand";
12
- export * from "./GetDataCatalogCommand";
13
- export * from "./GetDatabaseCommand";
14
- export * from "./GetNamedQueryCommand";
15
- export * from "./GetPreparedStatementCommand";
16
- export * from "./GetQueryExecutionCommand";
17
- export * from "./GetQueryResultsCommand";
18
- export * from "./GetQueryRuntimeStatisticsCommand";
19
- export * from "./GetTableMetadataCommand";
20
- export * from "./GetWorkGroupCommand";
21
- export * from "./ListDataCatalogsCommand";
22
- export * from "./ListDatabasesCommand";
23
- export * from "./ListEngineVersionsCommand";
24
- export * from "./ListNamedQueriesCommand";
25
- export * from "./ListPreparedStatementsCommand";
26
- export * from "./ListQueryExecutionsCommand";
27
- export * from "./ListTableMetadataCommand";
28
- export * from "./ListTagsForResourceCommand";
29
- export * from "./ListWorkGroupsCommand";
30
- export * from "./StartQueryExecutionCommand";
31
- export * from "./StopQueryExecutionCommand";
32
- export * from "./TagResourceCommand";
33
- export * from "./UntagResourceCommand";
34
- export * from "./UpdateDataCatalogCommand";
35
- export * from "./UpdateNamedQueryCommand";
36
- export * from "./UpdatePreparedStatementCommand";
37
- export * from "./UpdateWorkGroupCommand";
1
+ export * from "./BatchGetNamedQueryCommand";
2
+ export * from "./BatchGetPreparedStatementCommand";
3
+ export * from "./BatchGetQueryExecutionCommand";
4
+ export * from "./CreateDataCatalogCommand";
5
+ export * from "./CreateNamedQueryCommand";
6
+ export * from "./CreatePreparedStatementCommand";
7
+ export * from "./CreateWorkGroupCommand";
8
+ export * from "./DeleteDataCatalogCommand";
9
+ export * from "./DeleteNamedQueryCommand";
10
+ export * from "./DeletePreparedStatementCommand";
11
+ export * from "./DeleteWorkGroupCommand";
12
+ export * from "./GetDataCatalogCommand";
13
+ export * from "./GetDatabaseCommand";
14
+ export * from "./GetNamedQueryCommand";
15
+ export * from "./GetPreparedStatementCommand";
16
+ export * from "./GetQueryExecutionCommand";
17
+ export * from "./GetQueryResultsCommand";
18
+ export * from "./GetQueryRuntimeStatisticsCommand";
19
+ export * from "./GetTableMetadataCommand";
20
+ export * from "./GetWorkGroupCommand";
21
+ export * from "./ListDataCatalogsCommand";
22
+ export * from "./ListDatabasesCommand";
23
+ export * from "./ListEngineVersionsCommand";
24
+ export * from "./ListNamedQueriesCommand";
25
+ export * from "./ListPreparedStatementsCommand";
26
+ export * from "./ListQueryExecutionsCommand";
27
+ export * from "./ListTableMetadataCommand";
28
+ export * from "./ListTagsForResourceCommand";
29
+ export * from "./ListWorkGroupsCommand";
30
+ export * from "./StartQueryExecutionCommand";
31
+ export * from "./StopQueryExecutionCommand";
32
+ export * from "./TagResourceCommand";
33
+ export * from "./UntagResourceCommand";
34
+ export * from "./UpdateDataCatalogCommand";
35
+ export * from "./UpdateNamedQueryCommand";
36
+ export * from "./UpdatePreparedStatementCommand";
37
+ export * from "./UpdateWorkGroupCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./Athena";
2
- export * from "./AthenaClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { AthenaServiceException } from "./models/AthenaServiceException";
1
+ export * from "./Athena";
2
+ export * from "./AthenaClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { AthenaServiceException } from "./models/AthenaServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class AthenaServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class AthenaServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";