@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Athena.d.ts +633 -190
- package/dist-types/ts3.4/AthenaClient.d.ts +326 -110
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +35 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +877 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
CreateDataCatalogInput,
|
|
15
|
+
CreateDataCatalogOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDataCatalogCommandInput extends CreateDataCatalogInput {}
|
|
18
|
+
export interface CreateDataCatalogCommandOutput
|
|
19
|
+
extends CreateDataCatalogOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateDataCatalogCommand extends $Command<
|
|
22
|
+
CreateDataCatalogCommandInput,
|
|
23
|
+
CreateDataCatalogCommandOutput,
|
|
24
|
+
AthenaClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateDataCatalogCommandInput;
|
|
27
|
+
constructor(input: CreateDataCatalogCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: AthenaClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateDataCatalogCommandInput, CreateDataCatalogCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
CreateNamedQueryInput,
|
|
15
|
+
CreateNamedQueryOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateNamedQueryCommandInput extends CreateNamedQueryInput {}
|
|
18
|
+
export interface CreateNamedQueryCommandOutput
|
|
19
|
+
extends CreateNamedQueryOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateNamedQueryCommand extends $Command<
|
|
22
|
+
CreateNamedQueryCommandInput,
|
|
23
|
+
CreateNamedQueryCommandOutput,
|
|
24
|
+
AthenaClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateNamedQueryCommandInput;
|
|
27
|
+
constructor(input: CreateNamedQueryCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: AthenaClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateNamedQueryCommandInput, CreateNamedQueryCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
CreatePreparedStatementInput,
|
|
15
|
+
CreatePreparedStatementOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreatePreparedStatementCommandInput
|
|
18
|
+
extends CreatePreparedStatementInput {}
|
|
19
|
+
export interface CreatePreparedStatementCommandOutput
|
|
20
|
+
extends CreatePreparedStatementOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreatePreparedStatementCommand extends $Command<
|
|
23
|
+
CreatePreparedStatementCommandInput,
|
|
24
|
+
CreatePreparedStatementCommandOutput,
|
|
25
|
+
AthenaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreatePreparedStatementCommandInput;
|
|
28
|
+
constructor(input: CreatePreparedStatementCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AthenaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreatePreparedStatementCommandInput,
|
|
35
|
+
CreatePreparedStatementCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
CreateWorkGroupInput,
|
|
15
|
+
CreateWorkGroupOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateWorkGroupCommandInput extends CreateWorkGroupInput {}
|
|
18
|
+
export interface CreateWorkGroupCommandOutput
|
|
19
|
+
extends CreateWorkGroupOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateWorkGroupCommand extends $Command<
|
|
22
|
+
CreateWorkGroupCommandInput,
|
|
23
|
+
CreateWorkGroupCommandOutput,
|
|
24
|
+
AthenaClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateWorkGroupCommandInput;
|
|
27
|
+
constructor(input: CreateWorkGroupCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: AthenaClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateWorkGroupCommandInput, CreateWorkGroupCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
DeleteDataCatalogInput,
|
|
15
|
+
DeleteDataCatalogOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDataCatalogCommandInput extends DeleteDataCatalogInput {}
|
|
18
|
+
export interface DeleteDataCatalogCommandOutput
|
|
19
|
+
extends DeleteDataCatalogOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteDataCatalogCommand extends $Command<
|
|
22
|
+
DeleteDataCatalogCommandInput,
|
|
23
|
+
DeleteDataCatalogCommandOutput,
|
|
24
|
+
AthenaClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteDataCatalogCommandInput;
|
|
27
|
+
constructor(input: DeleteDataCatalogCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: AthenaClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteDataCatalogCommandInput, DeleteDataCatalogCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
DeleteNamedQueryInput,
|
|
15
|
+
DeleteNamedQueryOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteNamedQueryCommandInput extends DeleteNamedQueryInput {}
|
|
18
|
+
export interface DeleteNamedQueryCommandOutput
|
|
19
|
+
extends DeleteNamedQueryOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteNamedQueryCommand extends $Command<
|
|
22
|
+
DeleteNamedQueryCommandInput,
|
|
23
|
+
DeleteNamedQueryCommandOutput,
|
|
24
|
+
AthenaClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteNamedQueryCommandInput;
|
|
27
|
+
constructor(input: DeleteNamedQueryCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: AthenaClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteNamedQueryCommandInput, DeleteNamedQueryCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DeletePreparedStatementInput,
|
|
15
|
+
DeletePreparedStatementOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeletePreparedStatementCommandInput
|
|
18
|
+
extends DeletePreparedStatementInput {}
|
|
19
|
+
export interface DeletePreparedStatementCommandOutput
|
|
20
|
+
extends DeletePreparedStatementOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeletePreparedStatementCommand extends $Command<
|
|
23
|
+
DeletePreparedStatementCommandInput,
|
|
24
|
+
DeletePreparedStatementCommandOutput,
|
|
25
|
+
AthenaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeletePreparedStatementCommandInput;
|
|
28
|
+
constructor(input: DeletePreparedStatementCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AthenaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeletePreparedStatementCommandInput,
|
|
35
|
+
DeletePreparedStatementCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
DeleteWorkGroupInput,
|
|
15
|
+
DeleteWorkGroupOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteWorkGroupCommandInput extends DeleteWorkGroupInput {}
|
|
18
|
+
export interface DeleteWorkGroupCommandOutput
|
|
19
|
+
extends DeleteWorkGroupOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteWorkGroupCommand extends $Command<
|
|
22
|
+
DeleteWorkGroupCommandInput,
|
|
23
|
+
DeleteWorkGroupCommandOutput,
|
|
24
|
+
AthenaClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteWorkGroupCommandInput;
|
|
27
|
+
constructor(input: DeleteWorkGroupCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: AthenaClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteWorkGroupCommandInput, DeleteWorkGroupCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { GetDataCatalogInput, GetDataCatalogOutput } from "../models/models_0";
|
|
14
|
+
export interface GetDataCatalogCommandInput extends GetDataCatalogInput {}
|
|
15
|
+
export interface GetDataCatalogCommandOutput
|
|
16
|
+
extends GetDataCatalogOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetDataCatalogCommand extends $Command<
|
|
19
|
+
GetDataCatalogCommandInput,
|
|
20
|
+
GetDataCatalogCommandOutput,
|
|
21
|
+
AthenaClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetDataCatalogCommandInput;
|
|
24
|
+
constructor(input: GetDataCatalogCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AthenaClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetDataCatalogCommandInput, GetDataCatalogCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { GetDatabaseInput, GetDatabaseOutput } from "../models/models_0";
|
|
14
|
+
export interface GetDatabaseCommandInput extends GetDatabaseInput {}
|
|
15
|
+
export interface GetDatabaseCommandOutput
|
|
16
|
+
extends GetDatabaseOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetDatabaseCommand extends $Command<
|
|
19
|
+
GetDatabaseCommandInput,
|
|
20
|
+
GetDatabaseCommandOutput,
|
|
21
|
+
AthenaClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetDatabaseCommandInput;
|
|
24
|
+
constructor(input: GetDatabaseCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AthenaClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetDatabaseCommandInput, GetDatabaseCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { GetNamedQueryInput, GetNamedQueryOutput } from "../models/models_0";
|
|
14
|
+
export interface GetNamedQueryCommandInput extends GetNamedQueryInput {}
|
|
15
|
+
export interface GetNamedQueryCommandOutput
|
|
16
|
+
extends GetNamedQueryOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetNamedQueryCommand extends $Command<
|
|
19
|
+
GetNamedQueryCommandInput,
|
|
20
|
+
GetNamedQueryCommandOutput,
|
|
21
|
+
AthenaClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetNamedQueryCommandInput;
|
|
24
|
+
constructor(input: GetNamedQueryCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AthenaClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetNamedQueryCommandInput, GetNamedQueryCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|