@aws-sdk/client-athena 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Athena.d.ts +0 -37
- package/dist-types/ts3.4/AthenaClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/AthenaServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -350
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface GetTableMetadataCommandInput extends GetTableMetadataInput {}
|
|
|
18
18
|
export interface GetTableMetadataCommandOutput
|
|
19
19
|
extends GetTableMetadataOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetTableMetadataCommand extends $Command<
|
|
23
22
|
GetTableMetadataCommandInput,
|
|
24
23
|
GetTableMetadataCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetTableMetadataCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetTableMetadataCommandInput;
|
|
28
27
|
constructor(input: GetTableMetadataCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetWorkGroupCommandInput extends GetWorkGroupInput {}
|
|
|
15
15
|
export interface GetWorkGroupCommandOutput
|
|
16
16
|
extends GetWorkGroupOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetWorkGroupCommand extends $Command<
|
|
20
19
|
GetWorkGroupCommandInput,
|
|
21
20
|
GetWorkGroupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetWorkGroupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetWorkGroupCommandInput;
|
|
25
24
|
constructor(input: GetWorkGroupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListDataCatalogsCommandInput extends ListDataCatalogsInput {}
|
|
|
18
18
|
export interface ListDataCatalogsCommandOutput
|
|
19
19
|
extends ListDataCatalogsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListDataCatalogsCommand extends $Command<
|
|
23
22
|
ListDataCatalogsCommandInput,
|
|
24
23
|
ListDataCatalogsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListDataCatalogsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListDataCatalogsCommandInput;
|
|
28
27
|
constructor(input: ListDataCatalogsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListDatabasesCommandInput extends ListDatabasesInput {}
|
|
|
15
15
|
export interface ListDatabasesCommandOutput
|
|
16
16
|
extends ListDatabasesOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListDatabasesCommand extends $Command<
|
|
20
19
|
ListDatabasesCommandInput,
|
|
21
20
|
ListDatabasesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListDatabasesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListDatabasesCommandInput;
|
|
25
24
|
constructor(input: ListDatabasesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListEngineVersionsCommandInput
|
|
|
19
19
|
export interface ListEngineVersionsCommandOutput
|
|
20
20
|
extends ListEngineVersionsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListEngineVersionsCommand extends $Command<
|
|
24
23
|
ListEngineVersionsCommandInput,
|
|
25
24
|
ListEngineVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListEngineVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListEngineVersionsCommandInput;
|
|
29
28
|
constructor(input: ListEngineVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListNamedQueriesCommandInput extends ListNamedQueriesInput {}
|
|
|
18
18
|
export interface ListNamedQueriesCommandOutput
|
|
19
19
|
extends ListNamedQueriesOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListNamedQueriesCommand extends $Command<
|
|
23
22
|
ListNamedQueriesCommandInput,
|
|
24
23
|
ListNamedQueriesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListNamedQueriesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListNamedQueriesCommandInput;
|
|
28
27
|
constructor(input: ListNamedQueriesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPreparedStatementsCommandInput
|
|
|
19
19
|
export interface ListPreparedStatementsCommandOutput
|
|
20
20
|
extends ListPreparedStatementsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPreparedStatementsCommand extends $Command<
|
|
24
23
|
ListPreparedStatementsCommandInput,
|
|
25
24
|
ListPreparedStatementsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPreparedStatementsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPreparedStatementsCommandInput;
|
|
29
28
|
constructor(input: ListPreparedStatementsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListQueryExecutionsCommandInput
|
|
|
19
19
|
export interface ListQueryExecutionsCommandOutput
|
|
20
20
|
extends ListQueryExecutionsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListQueryExecutionsCommand extends $Command<
|
|
24
23
|
ListQueryExecutionsCommandInput,
|
|
25
24
|
ListQueryExecutionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListQueryExecutionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListQueryExecutionsCommandInput;
|
|
29
28
|
constructor(input: ListQueryExecutionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListTableMetadataCommandInput extends ListTableMetadataInput {}
|
|
|
18
18
|
export interface ListTableMetadataCommandOutput
|
|
19
19
|
extends ListTableMetadataOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListTableMetadataCommand extends $Command<
|
|
23
22
|
ListTableMetadataCommandInput,
|
|
24
23
|
ListTableMetadataCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListTableMetadataCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListTableMetadataCommandInput;
|
|
28
27
|
constructor(input: ListTableMetadataCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListWorkGroupsCommandInput extends ListWorkGroupsInput {}
|
|
|
15
15
|
export interface ListWorkGroupsCommandOutput
|
|
16
16
|
extends ListWorkGroupsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListWorkGroupsCommand extends $Command<
|
|
20
19
|
ListWorkGroupsCommandInput,
|
|
21
20
|
ListWorkGroupsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListWorkGroupsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListWorkGroupsCommandInput;
|
|
25
24
|
constructor(input: ListWorkGroupsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartQueryExecutionCommandInput
|
|
|
19
19
|
export interface StartQueryExecutionCommandOutput
|
|
20
20
|
extends StartQueryExecutionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartQueryExecutionCommand extends $Command<
|
|
24
23
|
StartQueryExecutionCommandInput,
|
|
25
24
|
StartQueryExecutionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartQueryExecutionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartQueryExecutionCommandInput;
|
|
29
28
|
constructor(input: StartQueryExecutionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StopQueryExecutionCommandInput
|
|
|
19
19
|
export interface StopQueryExecutionCommandOutput
|
|
20
20
|
extends StopQueryExecutionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StopQueryExecutionCommand extends $Command<
|
|
24
23
|
StopQueryExecutionCommandInput,
|
|
25
24
|
StopQueryExecutionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StopQueryExecutionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StopQueryExecutionCommandInput;
|
|
29
28
|
constructor(input: StopQueryExecutionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceInput {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
|
15
15
|
export interface UntagResourceCommandOutput
|
|
16
16
|
extends UntagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UntagResourceCommand extends $Command<
|
|
20
19
|
UntagResourceCommandInput,
|
|
21
20
|
UntagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UntagResourceCommandInput;
|
|
25
24
|
constructor(input: UntagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateDataCatalogCommandInput extends UpdateDataCatalogInput {}
|
|
|
18
18
|
export interface UpdateDataCatalogCommandOutput
|
|
19
19
|
extends UpdateDataCatalogOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateDataCatalogCommand extends $Command<
|
|
23
22
|
UpdateDataCatalogCommandInput,
|
|
24
23
|
UpdateDataCatalogCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateDataCatalogCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateDataCatalogCommandInput;
|
|
28
27
|
constructor(input: UpdateDataCatalogCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateNamedQueryCommandInput extends UpdateNamedQueryInput {}
|
|
|
18
18
|
export interface UpdateNamedQueryCommandOutput
|
|
19
19
|
extends UpdateNamedQueryOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateNamedQueryCommand extends $Command<
|
|
23
22
|
UpdateNamedQueryCommandInput,
|
|
24
23
|
UpdateNamedQueryCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateNamedQueryCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateNamedQueryCommandInput;
|
|
28
27
|
constructor(input: UpdateNamedQueryCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdatePreparedStatementCommandInput
|
|
|
19
19
|
export interface UpdatePreparedStatementCommandOutput
|
|
20
20
|
extends UpdatePreparedStatementOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdatePreparedStatementCommand extends $Command<
|
|
24
23
|
UpdatePreparedStatementCommandInput,
|
|
25
24
|
UpdatePreparedStatementCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdatePreparedStatementCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdatePreparedStatementCommandInput;
|
|
29
28
|
constructor(input: UpdatePreparedStatementCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateWorkGroupCommandInput extends UpdateWorkGroupInput {}
|
|
|
18
18
|
export interface UpdateWorkGroupCommandOutput
|
|
19
19
|
extends UpdateWorkGroupOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateWorkGroupCommand extends $Command<
|
|
23
22
|
UpdateWorkGroupCommandInput,
|
|
24
23
|
UpdateWorkGroupCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateWorkGroupCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateWorkGroupCommandInput;
|
|
28
27
|
constructor(input: UpdateWorkGroupCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AthenaClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class AthenaServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|