@aws-sdk/client-athena 3.533.0 → 3.535.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/dist-types/Athena.d.ts +8 -1
- package/dist-types/AthenaClient.d.ts +1 -1
- package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +2 -1
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataCatalogCommand.d.ts +2 -1
- package/dist-types/commands/CreateNamedQueryCommand.d.ts +2 -1
- package/dist-types/commands/CreateNotebookCommand.d.ts +2 -1
- package/dist-types/commands/CreatePreparedStatementCommand.d.ts +2 -1
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataCatalogCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNamedQueryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNotebookCommand.d.ts +2 -1
- package/dist-types/commands/DeletePreparedStatementCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkGroupCommand.d.ts +2 -1
- package/dist-types/commands/ExportNotebookCommand.d.ts +2 -1
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +2 -1
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/GetDataCatalogCommand.d.ts +2 -1
- package/dist-types/commands/GetDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/GetNamedQueryCommand.d.ts +2 -1
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +2 -1
- package/dist-types/commands/GetPreparedStatementCommand.d.ts +2 -1
- package/dist-types/commands/GetQueryExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GetQueryResultsCommand.d.ts +2 -1
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +2 -1
- package/dist-types/commands/GetSessionCommand.d.ts +2 -1
- package/dist-types/commands/GetSessionStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetTableMetadataCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkGroupCommand.d.ts +2 -1
- package/dist-types/commands/ImportNotebookCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +2 -1
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListCapacityReservationsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataCatalogsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatabasesCommand.d.ts +2 -1
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListExecutorsCommand.d.ts +2 -1
- package/dist-types/commands/ListNamedQueriesCommand.d.ts +2 -1
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +2 -1
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +2 -1
- package/dist-types/commands/ListPreparedStatementsCommand.d.ts +2 -1
- package/dist-types/commands/ListQueryExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTableMetadataCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkGroupsCommand.d.ts +2 -1
- package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StartQueryExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StartSessionCommand.d.ts +2 -1
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StopQueryExecutionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TerminateSessionCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataCatalogCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNamedQueryCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNotebookCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +585 -585
- package/dist-types/ts3.4/Athena.d.ts +7 -0
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -21,6 +21,15 @@ declare const ImportNotebookCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ImportNotebookCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ImportNotebookCommandInput,
|
|
28
|
+
ImportNotebookCommandOutput,
|
|
29
|
+
AthenaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ImportNotebookCommand extends ImportNotebookCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListApplicationDPUSizesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListApplicationDPUSizesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListApplicationDPUSizesCommandInput,
|
|
32
|
+
ListApplicationDPUSizesCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListApplicationDPUSizesCommand extends ListApplicationDPUSizesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListCalculationExecutionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListCalculationExecutionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListCalculationExecutionsCommandInput,
|
|
32
|
+
ListCalculationExecutionsCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListCalculationExecutionsCommand extends ListCalculationExecutionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListCapacityReservationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListCapacityReservationsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListCapacityReservationsCommandInput,
|
|
32
|
+
ListCapacityReservationsCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListCapacityReservationsCommand extends ListCapacityReservationsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListDataCatalogsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListDataCatalogsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListDataCatalogsCommandInput,
|
|
31
|
+
ListDataCatalogsCommandOutput,
|
|
32
|
+
AthenaClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListDataCatalogsCommand extends ListDataCatalogsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListDatabasesCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListDatabasesCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListDatabasesCommandInput,
|
|
28
|
+
ListDatabasesCommandOutput,
|
|
29
|
+
AthenaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListDatabasesCommand extends ListDatabasesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListEngineVersionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListEngineVersionsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListEngineVersionsCommandInput,
|
|
32
|
+
ListEngineVersionsCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListEngineVersionsCommand extends ListEngineVersionsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListExecutorsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ListExecutorsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListExecutorsCommandInput,
|
|
31
|
+
ListExecutorsCommandOutput,
|
|
32
|
+
AthenaClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListExecutorsCommand extends ListExecutorsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListNamedQueriesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListNamedQueriesCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListNamedQueriesCommandInput,
|
|
31
|
+
ListNamedQueriesCommandOutput,
|
|
32
|
+
AthenaClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListNamedQueriesCommand extends ListNamedQueriesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListNotebookMetadataCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListNotebookMetadataCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListNotebookMetadataCommandInput,
|
|
32
|
+
ListNotebookMetadataCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListNotebookMetadataCommand extends ListNotebookMetadataCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListNotebookSessionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListNotebookSessionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListNotebookSessionsCommandInput,
|
|
32
|
+
ListNotebookSessionsCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListNotebookSessionsCommand extends ListNotebookSessionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListPreparedStatementsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListPreparedStatementsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListPreparedStatementsCommandInput,
|
|
32
|
+
ListPreparedStatementsCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListPreparedStatementsCommand extends ListPreparedStatementsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListQueryExecutionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListQueryExecutionsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListQueryExecutionsCommandInput,
|
|
32
|
+
ListQueryExecutionsCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListQueryExecutionsCommand extends ListQueryExecutionsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListSessionsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListSessionsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListSessionsCommandInput,
|
|
28
|
+
ListSessionsCommandOutput,
|
|
29
|
+
AthenaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListSessionsCommand extends ListSessionsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListTableMetadataCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ListTableMetadataCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListTableMetadataCommandInput,
|
|
31
|
+
ListTableMetadataCommandOutput,
|
|
32
|
+
AthenaClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListTableMetadataCommand extends ListTableMetadataCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListWorkGroupsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListWorkGroupsCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListWorkGroupsCommandInput,
|
|
28
|
+
ListWorkGroupsCommandOutput,
|
|
29
|
+
AthenaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListWorkGroupsCommand extends ListWorkGroupsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PutCapacityAssignmentConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PutCapacityAssignmentConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PutCapacityAssignmentConfigurationCommandInput,
|
|
32
|
+
PutCapacityAssignmentConfigurationCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PutCapacityAssignmentConfigurationCommand extends PutCapacityAssignmentConfigurationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StartCalculationExecutionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartCalculationExecutionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartCalculationExecutionCommandInput,
|
|
32
|
+
StartCalculationExecutionCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StartCalculationExecutionCommand extends StartCalculationExecutionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StartQueryExecutionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartQueryExecutionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartQueryExecutionCommandInput,
|
|
32
|
+
StartQueryExecutionCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StartQueryExecutionCommand extends StartQueryExecutionCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const StartSessionCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: StartSessionCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
StartSessionCommandInput,
|
|
28
|
+
StartSessionCommandOutput,
|
|
29
|
+
AthenaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class StartSessionCommand extends StartSessionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StopCalculationExecutionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StopCalculationExecutionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StopCalculationExecutionCommandInput,
|
|
32
|
+
StopCalculationExecutionCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StopCalculationExecutionCommand extends StopCalculationExecutionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StopQueryExecutionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [StopQueryExecutionCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StopQueryExecutionCommandInput,
|
|
32
|
+
StopQueryExecutionCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StopQueryExecutionCommand extends StopQueryExecutionCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: TagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
TagResourceCommandInput,
|
|
28
|
+
TagResourceCommandOutput,
|
|
29
|
+
AthenaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const TerminateSessionCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: TerminateSessionCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
TerminateSessionCommandInput,
|
|
31
|
+
TerminateSessionCommandOutput,
|
|
32
|
+
AthenaClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class TerminateSessionCommand extends TerminateSessionCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UntagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UntagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UntagResourceCommandInput,
|
|
28
|
+
UntagResourceCommandOutput,
|
|
29
|
+
AthenaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateCapacityReservationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateCapacityReservationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateCapacityReservationCommandInput,
|
|
32
|
+
UpdateCapacityReservationCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateCapacityReservationCommand extends UpdateCapacityReservationCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdateDataCatalogCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdateDataCatalogCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdateDataCatalogCommandInput,
|
|
31
|
+
UpdateDataCatalogCommandOutput,
|
|
32
|
+
AthenaClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdateDataCatalogCommand extends UpdateDataCatalogCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdateNamedQueryCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdateNamedQueryCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdateNamedQueryCommandInput,
|
|
31
|
+
UpdateNamedQueryCommandOutput,
|
|
32
|
+
AthenaClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdateNamedQueryCommand extends UpdateNamedQueryCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateNotebookCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateNotebookCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateNotebookCommandInput,
|
|
28
|
+
UpdateNotebookCommandOutput,
|
|
29
|
+
AthenaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateNotebookCommand extends UpdateNotebookCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateNotebookMetadataCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateNotebookMetadataCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateNotebookMetadataCommandInput,
|
|
32
|
+
UpdateNotebookMetadataCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateNotebookMetadataCommand extends UpdateNotebookMetadataCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdatePreparedStatementCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdatePreparedStatementCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdatePreparedStatementCommandInput,
|
|
32
|
+
UpdatePreparedStatementCommandOutput,
|
|
33
|
+
AthenaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdatePreparedStatementCommand extends UpdatePreparedStatementCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdateWorkGroupCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdateWorkGroupCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdateWorkGroupCommandInput,
|
|
31
|
+
UpdateWorkGroupCommandOutput,
|
|
32
|
+
AthenaClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdateWorkGroupCommand extends UpdateWorkGroupCommand_base {}
|