@aws-sdk/client-athena 3.489.0 → 3.495.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-cjs/Athena.js +1 -147
- package/dist-cjs/AthenaClient.js +1 -43
- package/dist-cjs/commands/BatchGetNamedQueryCommand.js +1 -28
- package/dist-cjs/commands/BatchGetPreparedStatementCommand.js +1 -28
- package/dist-cjs/commands/BatchGetQueryExecutionCommand.js +1 -28
- package/dist-cjs/commands/CancelCapacityReservationCommand.js +1 -28
- package/dist-cjs/commands/CreateCapacityReservationCommand.js +1 -28
- package/dist-cjs/commands/CreateDataCatalogCommand.js +1 -28
- package/dist-cjs/commands/CreateNamedQueryCommand.js +1 -28
- package/dist-cjs/commands/CreateNotebookCommand.js +1 -28
- package/dist-cjs/commands/CreatePreparedStatementCommand.js +1 -28
- package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +1 -28
- package/dist-cjs/commands/CreateWorkGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteCapacityReservationCommand.js +1 -28
- package/dist-cjs/commands/DeleteDataCatalogCommand.js +1 -28
- package/dist-cjs/commands/DeleteNamedQueryCommand.js +1 -28
- package/dist-cjs/commands/DeleteNotebookCommand.js +1 -28
- package/dist-cjs/commands/DeletePreparedStatementCommand.js +1 -28
- package/dist-cjs/commands/DeleteWorkGroupCommand.js +1 -28
- package/dist-cjs/commands/ExportNotebookCommand.js +1 -28
- package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +1 -28
- package/dist-cjs/commands/GetCalculationExecutionCommand.js +1 -28
- package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +1 -28
- package/dist-cjs/commands/GetCapacityAssignmentConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetCapacityReservationCommand.js +1 -28
- package/dist-cjs/commands/GetDataCatalogCommand.js +1 -28
- package/dist-cjs/commands/GetDatabaseCommand.js +1 -28
- package/dist-cjs/commands/GetNamedQueryCommand.js +1 -28
- package/dist-cjs/commands/GetNotebookMetadataCommand.js +1 -28
- package/dist-cjs/commands/GetPreparedStatementCommand.js +1 -28
- package/dist-cjs/commands/GetQueryExecutionCommand.js +1 -28
- package/dist-cjs/commands/GetQueryResultsCommand.js +1 -28
- package/dist-cjs/commands/GetQueryRuntimeStatisticsCommand.js +1 -28
- package/dist-cjs/commands/GetSessionCommand.js +1 -28
- package/dist-cjs/commands/GetSessionStatusCommand.js +1 -28
- package/dist-cjs/commands/GetTableMetadataCommand.js +1 -28
- package/dist-cjs/commands/GetWorkGroupCommand.js +1 -28
- package/dist-cjs/commands/ImportNotebookCommand.js +1 -28
- package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +1 -28
- package/dist-cjs/commands/ListCalculationExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListCapacityReservationsCommand.js +1 -28
- package/dist-cjs/commands/ListDataCatalogsCommand.js +1 -28
- package/dist-cjs/commands/ListDatabasesCommand.js +1 -28
- package/dist-cjs/commands/ListEngineVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListExecutorsCommand.js +1 -28
- package/dist-cjs/commands/ListNamedQueriesCommand.js +1 -28
- package/dist-cjs/commands/ListNotebookMetadataCommand.js +1 -28
- package/dist-cjs/commands/ListNotebookSessionsCommand.js +1 -28
- package/dist-cjs/commands/ListPreparedStatementsCommand.js +1 -28
- package/dist-cjs/commands/ListQueryExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListSessionsCommand.js +1 -28
- package/dist-cjs/commands/ListTableMetadataCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListWorkGroupsCommand.js +1 -28
- package/dist-cjs/commands/PutCapacityAssignmentConfigurationCommand.js +1 -28
- package/dist-cjs/commands/StartCalculationExecutionCommand.js +1 -28
- package/dist-cjs/commands/StartQueryExecutionCommand.js +1 -28
- package/dist-cjs/commands/StartSessionCommand.js +1 -28
- package/dist-cjs/commands/StopCalculationExecutionCommand.js +1 -28
- package/dist-cjs/commands/StopQueryExecutionCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/TerminateSessionCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateCapacityReservationCommand.js +1 -28
- package/dist-cjs/commands/UpdateDataCatalogCommand.js +1 -28
- package/dist-cjs/commands/UpdateNamedQueryCommand.js +1 -28
- package/dist-cjs/commands/UpdateNotebookCommand.js +1 -28
- package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +1 -28
- package/dist-cjs/commands/UpdatePreparedStatementCommand.js +1 -28
- package/dist-cjs/commands/UpdateWorkGroupCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -71
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5289 -11
- package/dist-cjs/models/AthenaServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -180
- package/dist-cjs/pagination/GetQueryResultsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListApplicationDPUSizesPaginator.js +1 -7
- package/dist-cjs/pagination/ListCalculationExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCapacityReservationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDataCatalogsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDatabasesPaginator.js +1 -7
- package/dist-cjs/pagination/ListEngineVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListExecutorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListNamedQueriesPaginator.js +1 -7
- package/dist-cjs/pagination/ListPreparedStatementsPaginator.js +1 -7
- package/dist-cjs/pagination/ListQueryExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSessionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTableMetadataPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -19
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3604
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/Athena.js
CHANGED
|
@@ -1,147 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Athena = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AthenaClient_1 = require("./AthenaClient");
|
|
6
|
-
const BatchGetNamedQueryCommand_1 = require("./commands/BatchGetNamedQueryCommand");
|
|
7
|
-
const BatchGetPreparedStatementCommand_1 = require("./commands/BatchGetPreparedStatementCommand");
|
|
8
|
-
const BatchGetQueryExecutionCommand_1 = require("./commands/BatchGetQueryExecutionCommand");
|
|
9
|
-
const CancelCapacityReservationCommand_1 = require("./commands/CancelCapacityReservationCommand");
|
|
10
|
-
const CreateCapacityReservationCommand_1 = require("./commands/CreateCapacityReservationCommand");
|
|
11
|
-
const CreateDataCatalogCommand_1 = require("./commands/CreateDataCatalogCommand");
|
|
12
|
-
const CreateNamedQueryCommand_1 = require("./commands/CreateNamedQueryCommand");
|
|
13
|
-
const CreateNotebookCommand_1 = require("./commands/CreateNotebookCommand");
|
|
14
|
-
const CreatePreparedStatementCommand_1 = require("./commands/CreatePreparedStatementCommand");
|
|
15
|
-
const CreatePresignedNotebookUrlCommand_1 = require("./commands/CreatePresignedNotebookUrlCommand");
|
|
16
|
-
const CreateWorkGroupCommand_1 = require("./commands/CreateWorkGroupCommand");
|
|
17
|
-
const DeleteCapacityReservationCommand_1 = require("./commands/DeleteCapacityReservationCommand");
|
|
18
|
-
const DeleteDataCatalogCommand_1 = require("./commands/DeleteDataCatalogCommand");
|
|
19
|
-
const DeleteNamedQueryCommand_1 = require("./commands/DeleteNamedQueryCommand");
|
|
20
|
-
const DeleteNotebookCommand_1 = require("./commands/DeleteNotebookCommand");
|
|
21
|
-
const DeletePreparedStatementCommand_1 = require("./commands/DeletePreparedStatementCommand");
|
|
22
|
-
const DeleteWorkGroupCommand_1 = require("./commands/DeleteWorkGroupCommand");
|
|
23
|
-
const ExportNotebookCommand_1 = require("./commands/ExportNotebookCommand");
|
|
24
|
-
const GetCalculationExecutionCodeCommand_1 = require("./commands/GetCalculationExecutionCodeCommand");
|
|
25
|
-
const GetCalculationExecutionCommand_1 = require("./commands/GetCalculationExecutionCommand");
|
|
26
|
-
const GetCalculationExecutionStatusCommand_1 = require("./commands/GetCalculationExecutionStatusCommand");
|
|
27
|
-
const GetCapacityAssignmentConfigurationCommand_1 = require("./commands/GetCapacityAssignmentConfigurationCommand");
|
|
28
|
-
const GetCapacityReservationCommand_1 = require("./commands/GetCapacityReservationCommand");
|
|
29
|
-
const GetDatabaseCommand_1 = require("./commands/GetDatabaseCommand");
|
|
30
|
-
const GetDataCatalogCommand_1 = require("./commands/GetDataCatalogCommand");
|
|
31
|
-
const GetNamedQueryCommand_1 = require("./commands/GetNamedQueryCommand");
|
|
32
|
-
const GetNotebookMetadataCommand_1 = require("./commands/GetNotebookMetadataCommand");
|
|
33
|
-
const GetPreparedStatementCommand_1 = require("./commands/GetPreparedStatementCommand");
|
|
34
|
-
const GetQueryExecutionCommand_1 = require("./commands/GetQueryExecutionCommand");
|
|
35
|
-
const GetQueryResultsCommand_1 = require("./commands/GetQueryResultsCommand");
|
|
36
|
-
const GetQueryRuntimeStatisticsCommand_1 = require("./commands/GetQueryRuntimeStatisticsCommand");
|
|
37
|
-
const GetSessionCommand_1 = require("./commands/GetSessionCommand");
|
|
38
|
-
const GetSessionStatusCommand_1 = require("./commands/GetSessionStatusCommand");
|
|
39
|
-
const GetTableMetadataCommand_1 = require("./commands/GetTableMetadataCommand");
|
|
40
|
-
const GetWorkGroupCommand_1 = require("./commands/GetWorkGroupCommand");
|
|
41
|
-
const ImportNotebookCommand_1 = require("./commands/ImportNotebookCommand");
|
|
42
|
-
const ListApplicationDPUSizesCommand_1 = require("./commands/ListApplicationDPUSizesCommand");
|
|
43
|
-
const ListCalculationExecutionsCommand_1 = require("./commands/ListCalculationExecutionsCommand");
|
|
44
|
-
const ListCapacityReservationsCommand_1 = require("./commands/ListCapacityReservationsCommand");
|
|
45
|
-
const ListDatabasesCommand_1 = require("./commands/ListDatabasesCommand");
|
|
46
|
-
const ListDataCatalogsCommand_1 = require("./commands/ListDataCatalogsCommand");
|
|
47
|
-
const ListEngineVersionsCommand_1 = require("./commands/ListEngineVersionsCommand");
|
|
48
|
-
const ListExecutorsCommand_1 = require("./commands/ListExecutorsCommand");
|
|
49
|
-
const ListNamedQueriesCommand_1 = require("./commands/ListNamedQueriesCommand");
|
|
50
|
-
const ListNotebookMetadataCommand_1 = require("./commands/ListNotebookMetadataCommand");
|
|
51
|
-
const ListNotebookSessionsCommand_1 = require("./commands/ListNotebookSessionsCommand");
|
|
52
|
-
const ListPreparedStatementsCommand_1 = require("./commands/ListPreparedStatementsCommand");
|
|
53
|
-
const ListQueryExecutionsCommand_1 = require("./commands/ListQueryExecutionsCommand");
|
|
54
|
-
const ListSessionsCommand_1 = require("./commands/ListSessionsCommand");
|
|
55
|
-
const ListTableMetadataCommand_1 = require("./commands/ListTableMetadataCommand");
|
|
56
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
57
|
-
const ListWorkGroupsCommand_1 = require("./commands/ListWorkGroupsCommand");
|
|
58
|
-
const PutCapacityAssignmentConfigurationCommand_1 = require("./commands/PutCapacityAssignmentConfigurationCommand");
|
|
59
|
-
const StartCalculationExecutionCommand_1 = require("./commands/StartCalculationExecutionCommand");
|
|
60
|
-
const StartQueryExecutionCommand_1 = require("./commands/StartQueryExecutionCommand");
|
|
61
|
-
const StartSessionCommand_1 = require("./commands/StartSessionCommand");
|
|
62
|
-
const StopCalculationExecutionCommand_1 = require("./commands/StopCalculationExecutionCommand");
|
|
63
|
-
const StopQueryExecutionCommand_1 = require("./commands/StopQueryExecutionCommand");
|
|
64
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
65
|
-
const TerminateSessionCommand_1 = require("./commands/TerminateSessionCommand");
|
|
66
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
67
|
-
const UpdateCapacityReservationCommand_1 = require("./commands/UpdateCapacityReservationCommand");
|
|
68
|
-
const UpdateDataCatalogCommand_1 = require("./commands/UpdateDataCatalogCommand");
|
|
69
|
-
const UpdateNamedQueryCommand_1 = require("./commands/UpdateNamedQueryCommand");
|
|
70
|
-
const UpdateNotebookCommand_1 = require("./commands/UpdateNotebookCommand");
|
|
71
|
-
const UpdateNotebookMetadataCommand_1 = require("./commands/UpdateNotebookMetadataCommand");
|
|
72
|
-
const UpdatePreparedStatementCommand_1 = require("./commands/UpdatePreparedStatementCommand");
|
|
73
|
-
const UpdateWorkGroupCommand_1 = require("./commands/UpdateWorkGroupCommand");
|
|
74
|
-
const commands = {
|
|
75
|
-
BatchGetNamedQueryCommand: BatchGetNamedQueryCommand_1.BatchGetNamedQueryCommand,
|
|
76
|
-
BatchGetPreparedStatementCommand: BatchGetPreparedStatementCommand_1.BatchGetPreparedStatementCommand,
|
|
77
|
-
BatchGetQueryExecutionCommand: BatchGetQueryExecutionCommand_1.BatchGetQueryExecutionCommand,
|
|
78
|
-
CancelCapacityReservationCommand: CancelCapacityReservationCommand_1.CancelCapacityReservationCommand,
|
|
79
|
-
CreateCapacityReservationCommand: CreateCapacityReservationCommand_1.CreateCapacityReservationCommand,
|
|
80
|
-
CreateDataCatalogCommand: CreateDataCatalogCommand_1.CreateDataCatalogCommand,
|
|
81
|
-
CreateNamedQueryCommand: CreateNamedQueryCommand_1.CreateNamedQueryCommand,
|
|
82
|
-
CreateNotebookCommand: CreateNotebookCommand_1.CreateNotebookCommand,
|
|
83
|
-
CreatePreparedStatementCommand: CreatePreparedStatementCommand_1.CreatePreparedStatementCommand,
|
|
84
|
-
CreatePresignedNotebookUrlCommand: CreatePresignedNotebookUrlCommand_1.CreatePresignedNotebookUrlCommand,
|
|
85
|
-
CreateWorkGroupCommand: CreateWorkGroupCommand_1.CreateWorkGroupCommand,
|
|
86
|
-
DeleteCapacityReservationCommand: DeleteCapacityReservationCommand_1.DeleteCapacityReservationCommand,
|
|
87
|
-
DeleteDataCatalogCommand: DeleteDataCatalogCommand_1.DeleteDataCatalogCommand,
|
|
88
|
-
DeleteNamedQueryCommand: DeleteNamedQueryCommand_1.DeleteNamedQueryCommand,
|
|
89
|
-
DeleteNotebookCommand: DeleteNotebookCommand_1.DeleteNotebookCommand,
|
|
90
|
-
DeletePreparedStatementCommand: DeletePreparedStatementCommand_1.DeletePreparedStatementCommand,
|
|
91
|
-
DeleteWorkGroupCommand: DeleteWorkGroupCommand_1.DeleteWorkGroupCommand,
|
|
92
|
-
ExportNotebookCommand: ExportNotebookCommand_1.ExportNotebookCommand,
|
|
93
|
-
GetCalculationExecutionCommand: GetCalculationExecutionCommand_1.GetCalculationExecutionCommand,
|
|
94
|
-
GetCalculationExecutionCodeCommand: GetCalculationExecutionCodeCommand_1.GetCalculationExecutionCodeCommand,
|
|
95
|
-
GetCalculationExecutionStatusCommand: GetCalculationExecutionStatusCommand_1.GetCalculationExecutionStatusCommand,
|
|
96
|
-
GetCapacityAssignmentConfigurationCommand: GetCapacityAssignmentConfigurationCommand_1.GetCapacityAssignmentConfigurationCommand,
|
|
97
|
-
GetCapacityReservationCommand: GetCapacityReservationCommand_1.GetCapacityReservationCommand,
|
|
98
|
-
GetDatabaseCommand: GetDatabaseCommand_1.GetDatabaseCommand,
|
|
99
|
-
GetDataCatalogCommand: GetDataCatalogCommand_1.GetDataCatalogCommand,
|
|
100
|
-
GetNamedQueryCommand: GetNamedQueryCommand_1.GetNamedQueryCommand,
|
|
101
|
-
GetNotebookMetadataCommand: GetNotebookMetadataCommand_1.GetNotebookMetadataCommand,
|
|
102
|
-
GetPreparedStatementCommand: GetPreparedStatementCommand_1.GetPreparedStatementCommand,
|
|
103
|
-
GetQueryExecutionCommand: GetQueryExecutionCommand_1.GetQueryExecutionCommand,
|
|
104
|
-
GetQueryResultsCommand: GetQueryResultsCommand_1.GetQueryResultsCommand,
|
|
105
|
-
GetQueryRuntimeStatisticsCommand: GetQueryRuntimeStatisticsCommand_1.GetQueryRuntimeStatisticsCommand,
|
|
106
|
-
GetSessionCommand: GetSessionCommand_1.GetSessionCommand,
|
|
107
|
-
GetSessionStatusCommand: GetSessionStatusCommand_1.GetSessionStatusCommand,
|
|
108
|
-
GetTableMetadataCommand: GetTableMetadataCommand_1.GetTableMetadataCommand,
|
|
109
|
-
GetWorkGroupCommand: GetWorkGroupCommand_1.GetWorkGroupCommand,
|
|
110
|
-
ImportNotebookCommand: ImportNotebookCommand_1.ImportNotebookCommand,
|
|
111
|
-
ListApplicationDPUSizesCommand: ListApplicationDPUSizesCommand_1.ListApplicationDPUSizesCommand,
|
|
112
|
-
ListCalculationExecutionsCommand: ListCalculationExecutionsCommand_1.ListCalculationExecutionsCommand,
|
|
113
|
-
ListCapacityReservationsCommand: ListCapacityReservationsCommand_1.ListCapacityReservationsCommand,
|
|
114
|
-
ListDatabasesCommand: ListDatabasesCommand_1.ListDatabasesCommand,
|
|
115
|
-
ListDataCatalogsCommand: ListDataCatalogsCommand_1.ListDataCatalogsCommand,
|
|
116
|
-
ListEngineVersionsCommand: ListEngineVersionsCommand_1.ListEngineVersionsCommand,
|
|
117
|
-
ListExecutorsCommand: ListExecutorsCommand_1.ListExecutorsCommand,
|
|
118
|
-
ListNamedQueriesCommand: ListNamedQueriesCommand_1.ListNamedQueriesCommand,
|
|
119
|
-
ListNotebookMetadataCommand: ListNotebookMetadataCommand_1.ListNotebookMetadataCommand,
|
|
120
|
-
ListNotebookSessionsCommand: ListNotebookSessionsCommand_1.ListNotebookSessionsCommand,
|
|
121
|
-
ListPreparedStatementsCommand: ListPreparedStatementsCommand_1.ListPreparedStatementsCommand,
|
|
122
|
-
ListQueryExecutionsCommand: ListQueryExecutionsCommand_1.ListQueryExecutionsCommand,
|
|
123
|
-
ListSessionsCommand: ListSessionsCommand_1.ListSessionsCommand,
|
|
124
|
-
ListTableMetadataCommand: ListTableMetadataCommand_1.ListTableMetadataCommand,
|
|
125
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
126
|
-
ListWorkGroupsCommand: ListWorkGroupsCommand_1.ListWorkGroupsCommand,
|
|
127
|
-
PutCapacityAssignmentConfigurationCommand: PutCapacityAssignmentConfigurationCommand_1.PutCapacityAssignmentConfigurationCommand,
|
|
128
|
-
StartCalculationExecutionCommand: StartCalculationExecutionCommand_1.StartCalculationExecutionCommand,
|
|
129
|
-
StartQueryExecutionCommand: StartQueryExecutionCommand_1.StartQueryExecutionCommand,
|
|
130
|
-
StartSessionCommand: StartSessionCommand_1.StartSessionCommand,
|
|
131
|
-
StopCalculationExecutionCommand: StopCalculationExecutionCommand_1.StopCalculationExecutionCommand,
|
|
132
|
-
StopQueryExecutionCommand: StopQueryExecutionCommand_1.StopQueryExecutionCommand,
|
|
133
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
134
|
-
TerminateSessionCommand: TerminateSessionCommand_1.TerminateSessionCommand,
|
|
135
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
136
|
-
UpdateCapacityReservationCommand: UpdateCapacityReservationCommand_1.UpdateCapacityReservationCommand,
|
|
137
|
-
UpdateDataCatalogCommand: UpdateDataCatalogCommand_1.UpdateDataCatalogCommand,
|
|
138
|
-
UpdateNamedQueryCommand: UpdateNamedQueryCommand_1.UpdateNamedQueryCommand,
|
|
139
|
-
UpdateNotebookCommand: UpdateNotebookCommand_1.UpdateNotebookCommand,
|
|
140
|
-
UpdateNotebookMetadataCommand: UpdateNotebookMetadataCommand_1.UpdateNotebookMetadataCommand,
|
|
141
|
-
UpdatePreparedStatementCommand: UpdatePreparedStatementCommand_1.UpdatePreparedStatementCommand,
|
|
142
|
-
UpdateWorkGroupCommand: UpdateWorkGroupCommand_1.UpdateWorkGroupCommand,
|
|
143
|
-
};
|
|
144
|
-
class Athena extends AthenaClient_1.AthenaClient {
|
|
145
|
-
}
|
|
146
|
-
exports.Athena = Athena;
|
|
147
|
-
(0, smithy_client_1.createAggregatedClient)(commands, Athena);
|
|
1
|
+
module.exports = require("./index.js");
|
package/dist-cjs/AthenaClient.js
CHANGED
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AthenaClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class AthenaClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.AthenaClient = AthenaClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchGetNamedQueryCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class BatchGetNamedQueryCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "BatchGetNamedQuery", {})
|
|
22
|
-
.n("AthenaClient", "BatchGetNamedQueryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_BatchGetNamedQueryCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_BatchGetNamedQueryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchGetNamedQueryCommand = BatchGetNamedQueryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchGetPreparedStatementCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class BatchGetPreparedStatementCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "BatchGetPreparedStatement", {})
|
|
22
|
-
.n("AthenaClient", "BatchGetPreparedStatementCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_BatchGetPreparedStatementCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_BatchGetPreparedStatementCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchGetPreparedStatementCommand = BatchGetPreparedStatementCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchGetQueryExecutionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class BatchGetQueryExecutionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "BatchGetQueryExecution", {})
|
|
22
|
-
.n("AthenaClient", "BatchGetQueryExecutionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_BatchGetQueryExecutionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_BatchGetQueryExecutionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchGetQueryExecutionCommand = BatchGetQueryExecutionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancelCapacityReservationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CancelCapacityReservationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "CancelCapacityReservation", {})
|
|
22
|
-
.n("AthenaClient", "CancelCapacityReservationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CancelCapacityReservationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CancelCapacityReservationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CancelCapacityReservationCommand = CancelCapacityReservationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateCapacityReservationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateCapacityReservationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "CreateCapacityReservation", {})
|
|
22
|
-
.n("AthenaClient", "CreateCapacityReservationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateCapacityReservationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateCapacityReservationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateCapacityReservationCommand = CreateCapacityReservationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDataCatalogCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateDataCatalogCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "CreateDataCatalog", {})
|
|
22
|
-
.n("AthenaClient", "CreateDataCatalogCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateDataCatalogCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateDataCatalogCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateDataCatalogCommand = CreateDataCatalogCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateNamedQueryCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateNamedQueryCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "CreateNamedQuery", {})
|
|
22
|
-
.n("AthenaClient", "CreateNamedQueryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateNamedQueryCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateNamedQueryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateNamedQueryCommand = CreateNamedQueryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateNotebookCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateNotebookCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "CreateNotebook", {})
|
|
22
|
-
.n("AthenaClient", "CreateNotebookCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateNotebookCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateNotebookCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateNotebookCommand = CreateNotebookCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePreparedStatementCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreatePreparedStatementCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "CreatePreparedStatement", {})
|
|
22
|
-
.n("AthenaClient", "CreatePreparedStatementCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreatePreparedStatementCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreatePreparedStatementCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePreparedStatementCommand = CreatePreparedStatementCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePresignedNotebookUrlCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreatePresignedNotebookUrlCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "CreatePresignedNotebookUrl", {})
|
|
22
|
-
.n("AthenaClient", "CreatePresignedNotebookUrlCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreatePresignedNotebookUrlCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreatePresignedNotebookUrlCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePresignedNotebookUrlCommand = CreatePresignedNotebookUrlCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateWorkGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateWorkGroupCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "CreateWorkGroup", {})
|
|
22
|
-
.n("AthenaClient", "CreateWorkGroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateWorkGroupCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateWorkGroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateWorkGroupCommand = CreateWorkGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteCapacityReservationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteCapacityReservationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "DeleteCapacityReservation", {})
|
|
22
|
-
.n("AthenaClient", "DeleteCapacityReservationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteCapacityReservationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteCapacityReservationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteCapacityReservationCommand = DeleteCapacityReservationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDataCatalogCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteDataCatalogCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "DeleteDataCatalog", {})
|
|
22
|
-
.n("AthenaClient", "DeleteDataCatalogCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteDataCatalogCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteDataCatalogCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteDataCatalogCommand = DeleteDataCatalogCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteNamedQueryCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteNamedQueryCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAthena", "DeleteNamedQuery", {})
|
|
22
|
-
.n("AthenaClient", "DeleteNamedQueryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteNamedQueryCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteNamedQueryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteNamedQueryCommand = DeleteNamedQueryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|