@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
|
@@ -22,10 +22,10 @@ export interface StopCalculationExecutionCommandOutput extends StopCalculationEx
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopCalculationExecutionCommand_base: {
|
|
24
24
|
new (input: StopCalculationExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StopCalculationExecutionCommandInput, StopCalculationExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopCalculationExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StopCalculationExecutionCommandInput, StopCalculationExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Requests the cancellation of a calculation. A <code>StopCalculationExecution</code>
|
|
30
30
|
* call on a calculation that is already in a terminal state (for example,
|
|
31
31
|
* <code>STOPPED</code>, <code>FAILED</code>, or <code>COMPLETED</code>) succeeds but
|
|
@@ -73,6 +73,7 @@ declare const StopCalculationExecutionCommand_base: {
|
|
|
73
73
|
* @throws {@link AthenaServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class StopCalculationExecutionCommand extends StopCalculationExecutionCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopQueryExecutionCommandOutput extends StopQueryExecutionOutpu
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopQueryExecutionCommand_base: {
|
|
24
24
|
new (input: StopQueryExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StopQueryExecutionCommandInput, StopQueryExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [StopQueryExecutionCommandInput]): import("@smithy/smithy-client").CommandImpl<StopQueryExecutionCommandInput, StopQueryExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops a query execution. Requires you to have access to the workgroup in which the
|
|
30
30
|
* query ran.</p>
|
|
31
31
|
* @example
|
|
@@ -60,6 +60,7 @@ declare const StopQueryExecutionCommand_base: {
|
|
|
60
60
|
* @throws {@link AthenaServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class StopQueryExecutionCommand extends StopQueryExecutionCommand_base {
|
|
65
66
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds one or more tags to an Athena resource. A tag is a label that you
|
|
30
30
|
* assign to a resource. Each tag consists of a key and an optional value, both of which
|
|
31
31
|
* you define. For example, you can use tags to categorize Athena workgroups,
|
|
@@ -78,6 +78,7 @@ declare const TagResourceCommand_base: {
|
|
|
78
78
|
* @throws {@link AthenaServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface TerminateSessionCommandOutput extends TerminateSessionResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const TerminateSessionCommand_base: {
|
|
24
24
|
new (input: TerminateSessionCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateSessionCommandInput, TerminateSessionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TerminateSessionCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateSessionCommandInput, TerminateSessionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Terminates an active session. A <code>TerminateSession</code> call on a session that
|
|
30
30
|
* is already inactive (for example, in a <code>FAILED</code>, <code>TERMINATED</code> or
|
|
31
31
|
* <code>TERMINATING</code> state) succeeds but has no effect. Calculations running in
|
|
@@ -68,6 +68,7 @@ declare const TerminateSessionCommand_base: {
|
|
|
68
68
|
* @throws {@link AthenaServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class TerminateSessionCommand extends TerminateSessionCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes one or more tags from an Athena resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +65,7 @@ declare const UntagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link AthenaServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateCapacityReservationCommandOutput extends UpdateCapacityRe
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateCapacityReservationCommand_base: {
|
|
24
24
|
new (input: UpdateCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCapacityReservationCommandInput, UpdateCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCapacityReservationCommandInput, UpdateCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the number of requested data processing units for the capacity reservation
|
|
30
30
|
* with the specified name.</p>
|
|
31
31
|
* @example
|
|
@@ -61,6 +61,7 @@ declare const UpdateCapacityReservationCommand_base: {
|
|
|
61
61
|
* @throws {@link AthenaServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class UpdateCapacityReservationCommand extends UpdateCapacityReservationCommand_base {
|
|
66
67
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateDataCatalogCommandOutput extends UpdateDataCatalogOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateDataCatalogCommand_base: {
|
|
24
24
|
new (input: UpdateDataCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataCatalogCommandInput, UpdateDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateDataCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataCatalogCommandInput, UpdateDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the data catalog that has the specified name.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const UpdateDataCatalogCommand_base: {
|
|
|
64
64
|
* @throws {@link AthenaServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class UpdateDataCatalogCommand extends UpdateDataCatalogCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateNamedQueryCommandOutput extends UpdateNamedQueryOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateNamedQueryCommand_base: {
|
|
24
24
|
new (input: UpdateNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNamedQueryCommandInput, UpdateNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateNamedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNamedQueryCommandInput, UpdateNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a <a>NamedQuery</a> object. The database or workgroup cannot be
|
|
30
30
|
* updated.</p>
|
|
31
31
|
* @example
|
|
@@ -63,6 +63,7 @@ declare const UpdateNamedQueryCommand_base: {
|
|
|
63
63
|
* @throws {@link AthenaServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class UpdateNamedQueryCommand extends UpdateNamedQueryCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateNotebookCommandOutput extends UpdateNotebookOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateNotebookCommand_base: {
|
|
24
24
|
new (input: UpdateNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotebookCommandInput, UpdateNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateNotebookCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotebookCommandInput, UpdateNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the contents of a Spark notebook.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const UpdateNotebookCommand_base: {
|
|
|
66
66
|
* @throws {@link AthenaServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UpdateNotebookCommand extends UpdateNotebookCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateNotebookMetadataCommandOutput extends UpdateNotebookMetad
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateNotebookMetadataCommand_base: {
|
|
24
24
|
new (input: UpdateNotebookMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotebookMetadataCommandInput, UpdateNotebookMetadataCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateNotebookMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotebookMetadataCommandInput, UpdateNotebookMetadataCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the metadata for a notebook.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const UpdateNotebookMetadataCommand_base: {
|
|
|
64
64
|
* @throws {@link AthenaServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class UpdateNotebookMetadataCommand extends UpdateNotebookMetadataCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdatePreparedStatementCommandOutput extends UpdatePreparedStat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdatePreparedStatementCommand_base: {
|
|
24
24
|
new (input: UpdatePreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePreparedStatementCommandInput, UpdatePreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdatePreparedStatementCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePreparedStatementCommandInput, UpdatePreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a prepared statement.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +65,7 @@ declare const UpdatePreparedStatementCommand_base: {
|
|
|
65
65
|
* @throws {@link AthenaServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UpdatePreparedStatementCommand extends UpdatePreparedStatementCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateWorkGroupCommandOutput extends UpdateWorkGroupOutput, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateWorkGroupCommand_base: {
|
|
24
24
|
new (input: UpdateWorkGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkGroupCommandInput, UpdateWorkGroupCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateWorkGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkGroupCommandInput, UpdateWorkGroupCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the workgroup with the specified name. The workgroup's name cannot be changed.
|
|
30
30
|
* Only <code>ConfigurationUpdates</code> can be specified.</p>
|
|
31
31
|
* @example
|
|
@@ -100,6 +100,7 @@ declare const UpdateWorkGroupCommand_base: {
|
|
|
100
100
|
* @throws {@link AthenaServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class UpdateWorkGroupCommand extends UpdateWorkGroupCommand_base {
|
|
105
106
|
}
|