@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,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
|
+
UpdateWorkGroupInput,
|
|
15
|
+
UpdateWorkGroupOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateWorkGroupCommandInput extends UpdateWorkGroupInput {}
|
|
18
|
+
export interface UpdateWorkGroupCommandOutput
|
|
19
|
+
extends UpdateWorkGroupOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateWorkGroupCommand extends $Command<
|
|
23
|
+
UpdateWorkGroupCommandInput,
|
|
24
|
+
UpdateWorkGroupCommandOutput,
|
|
25
|
+
AthenaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateWorkGroupCommandInput;
|
|
28
|
+
constructor(input: UpdateWorkGroupCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AthenaClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateWorkGroupCommandInput, UpdateWorkGroupCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class AthenaServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|