@aws-sdk/client-athena 3.927.0 → 3.928.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/index.js +1900 -2342
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/AthenaClient.js +2 -0
- package/dist-es/commands/BatchGetNamedQueryCommand.js +3 -9
- package/dist-es/commands/BatchGetPreparedStatementCommand.js +3 -9
- package/dist-es/commands/BatchGetQueryExecutionCommand.js +3 -9
- package/dist-es/commands/CancelCapacityReservationCommand.js +3 -9
- package/dist-es/commands/CreateCapacityReservationCommand.js +3 -9
- package/dist-es/commands/CreateDataCatalogCommand.js +3 -9
- package/dist-es/commands/CreateNamedQueryCommand.js +3 -9
- package/dist-es/commands/CreateNotebookCommand.js +3 -9
- package/dist-es/commands/CreatePreparedStatementCommand.js +3 -9
- package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +3 -9
- package/dist-es/commands/CreateWorkGroupCommand.js +3 -9
- package/dist-es/commands/DeleteCapacityReservationCommand.js +3 -9
- package/dist-es/commands/DeleteDataCatalogCommand.js +3 -9
- package/dist-es/commands/DeleteNamedQueryCommand.js +3 -9
- package/dist-es/commands/DeleteNotebookCommand.js +3 -9
- package/dist-es/commands/DeletePreparedStatementCommand.js +3 -9
- package/dist-es/commands/DeleteWorkGroupCommand.js +3 -9
- package/dist-es/commands/ExportNotebookCommand.js +3 -9
- package/dist-es/commands/GetCalculationExecutionCodeCommand.js +3 -9
- package/dist-es/commands/GetCalculationExecutionCommand.js +3 -9
- package/dist-es/commands/GetCalculationExecutionStatusCommand.js +3 -9
- package/dist-es/commands/GetCapacityAssignmentConfigurationCommand.js +3 -9
- package/dist-es/commands/GetCapacityReservationCommand.js +3 -9
- package/dist-es/commands/GetDataCatalogCommand.js +3 -9
- package/dist-es/commands/GetDatabaseCommand.js +3 -9
- package/dist-es/commands/GetNamedQueryCommand.js +3 -9
- package/dist-es/commands/GetNotebookMetadataCommand.js +3 -9
- package/dist-es/commands/GetPreparedStatementCommand.js +3 -9
- package/dist-es/commands/GetQueryExecutionCommand.js +3 -9
- package/dist-es/commands/GetQueryResultsCommand.js +3 -9
- package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +3 -9
- package/dist-es/commands/GetSessionCommand.js +3 -9
- package/dist-es/commands/GetSessionStatusCommand.js +3 -9
- package/dist-es/commands/GetTableMetadataCommand.js +3 -9
- package/dist-es/commands/GetWorkGroupCommand.js +3 -9
- package/dist-es/commands/ImportNotebookCommand.js +3 -9
- package/dist-es/commands/ListApplicationDPUSizesCommand.js +3 -9
- package/dist-es/commands/ListCalculationExecutionsCommand.js +3 -9
- package/dist-es/commands/ListCapacityReservationsCommand.js +3 -9
- package/dist-es/commands/ListDataCatalogsCommand.js +3 -9
- package/dist-es/commands/ListDatabasesCommand.js +3 -9
- package/dist-es/commands/ListEngineVersionsCommand.js +3 -9
- package/dist-es/commands/ListExecutorsCommand.js +3 -9
- package/dist-es/commands/ListNamedQueriesCommand.js +3 -9
- package/dist-es/commands/ListNotebookMetadataCommand.js +3 -9
- package/dist-es/commands/ListNotebookSessionsCommand.js +3 -9
- package/dist-es/commands/ListPreparedStatementsCommand.js +3 -9
- package/dist-es/commands/ListQueryExecutionsCommand.js +3 -9
- package/dist-es/commands/ListSessionsCommand.js +3 -9
- package/dist-es/commands/ListTableMetadataCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWorkGroupsCommand.js +3 -9
- package/dist-es/commands/PutCapacityAssignmentConfigurationCommand.js +3 -9
- package/dist-es/commands/StartCalculationExecutionCommand.js +3 -9
- package/dist-es/commands/StartQueryExecutionCommand.js +3 -9
- package/dist-es/commands/StartSessionCommand.js +3 -9
- package/dist-es/commands/StopCalculationExecutionCommand.js +3 -9
- package/dist-es/commands/StopQueryExecutionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/TerminateSessionCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCapacityReservationCommand.js +3 -9
- package/dist-es/commands/UpdateDataCatalogCommand.js +3 -9
- package/dist-es/commands/UpdateNamedQueryCommand.js +3 -9
- package/dist-es/commands/UpdateNotebookCommand.js +3 -9
- package/dist-es/commands/UpdateNotebookMetadataCommand.js +3 -9
- package/dist-es/commands/UpdatePreparedStatementCommand.js +3 -9
- package/dist-es/commands/UpdateWorkGroupCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1754 -0
- package/dist-types/AthenaClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +313 -0
- package/dist-types/ts3.4/AthenaClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +318 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -1852
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -614
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -821
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticStructureSchema,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
export declare var AclConfiguration: StaticStructureSchema;
|
|
8
|
+
export declare var ApplicationDPUSizes: StaticStructureSchema;
|
|
9
|
+
export declare var AthenaError: StaticStructureSchema;
|
|
10
|
+
export declare var BatchGetNamedQueryInput: StaticStructureSchema;
|
|
11
|
+
export declare var BatchGetNamedQueryOutput: StaticStructureSchema;
|
|
12
|
+
export declare var BatchGetPreparedStatementInput: StaticStructureSchema;
|
|
13
|
+
export declare var BatchGetPreparedStatementOutput: StaticStructureSchema;
|
|
14
|
+
export declare var BatchGetQueryExecutionInput: StaticStructureSchema;
|
|
15
|
+
export declare var BatchGetQueryExecutionOutput: StaticStructureSchema;
|
|
16
|
+
export declare var CalculationConfiguration: StaticStructureSchema;
|
|
17
|
+
export declare var CalculationResult: StaticStructureSchema;
|
|
18
|
+
export declare var CalculationStatistics: StaticStructureSchema;
|
|
19
|
+
export declare var CalculationStatus: StaticStructureSchema;
|
|
20
|
+
export declare var CalculationSummary: StaticStructureSchema;
|
|
21
|
+
export declare var CancelCapacityReservationInput: StaticStructureSchema;
|
|
22
|
+
export declare var CancelCapacityReservationOutput: StaticStructureSchema;
|
|
23
|
+
export declare var CapacityAllocation: StaticStructureSchema;
|
|
24
|
+
export declare var CapacityAssignment: StaticStructureSchema;
|
|
25
|
+
export declare var CapacityAssignmentConfiguration: StaticStructureSchema;
|
|
26
|
+
export declare var CapacityReservation: StaticStructureSchema;
|
|
27
|
+
export declare var Column: StaticStructureSchema;
|
|
28
|
+
export declare var ColumnInfo: StaticStructureSchema;
|
|
29
|
+
export declare var CreateCapacityReservationInput: StaticStructureSchema;
|
|
30
|
+
export declare var CreateCapacityReservationOutput: StaticStructureSchema;
|
|
31
|
+
export declare var CreateDataCatalogInput: StaticStructureSchema;
|
|
32
|
+
export declare var CreateDataCatalogOutput: StaticStructureSchema;
|
|
33
|
+
export declare var CreateNamedQueryInput: StaticStructureSchema;
|
|
34
|
+
export declare var CreateNamedQueryOutput: StaticStructureSchema;
|
|
35
|
+
export declare var CreateNotebookInput: StaticStructureSchema;
|
|
36
|
+
export declare var CreateNotebookOutput: StaticStructureSchema;
|
|
37
|
+
export declare var CreatePreparedStatementInput: StaticStructureSchema;
|
|
38
|
+
export declare var CreatePreparedStatementOutput: StaticStructureSchema;
|
|
39
|
+
export declare var CreatePresignedNotebookUrlRequest: StaticStructureSchema;
|
|
40
|
+
export declare var CreatePresignedNotebookUrlResponse: StaticStructureSchema;
|
|
41
|
+
export declare var CreateWorkGroupInput: StaticStructureSchema;
|
|
42
|
+
export declare var CreateWorkGroupOutput: StaticStructureSchema;
|
|
43
|
+
export declare var CustomerContentEncryptionConfiguration: StaticStructureSchema;
|
|
44
|
+
export declare var Database: StaticStructureSchema;
|
|
45
|
+
export declare var DataCatalog: StaticStructureSchema;
|
|
46
|
+
export declare var DataCatalogSummary: StaticStructureSchema;
|
|
47
|
+
export declare var Datum: StaticStructureSchema;
|
|
48
|
+
export declare var DeleteCapacityReservationInput: StaticStructureSchema;
|
|
49
|
+
export declare var DeleteCapacityReservationOutput: StaticStructureSchema;
|
|
50
|
+
export declare var DeleteDataCatalogInput: StaticStructureSchema;
|
|
51
|
+
export declare var DeleteDataCatalogOutput: StaticStructureSchema;
|
|
52
|
+
export declare var DeleteNamedQueryInput: StaticStructureSchema;
|
|
53
|
+
export declare var DeleteNamedQueryOutput: StaticStructureSchema;
|
|
54
|
+
export declare var DeleteNotebookInput: StaticStructureSchema;
|
|
55
|
+
export declare var DeleteNotebookOutput: StaticStructureSchema;
|
|
56
|
+
export declare var DeletePreparedStatementInput: StaticStructureSchema;
|
|
57
|
+
export declare var DeletePreparedStatementOutput: StaticStructureSchema;
|
|
58
|
+
export declare var DeleteWorkGroupInput: StaticStructureSchema;
|
|
59
|
+
export declare var DeleteWorkGroupOutput: StaticStructureSchema;
|
|
60
|
+
export declare var EncryptionConfiguration: StaticStructureSchema;
|
|
61
|
+
export declare var EngineConfiguration: StaticStructureSchema;
|
|
62
|
+
export declare var EngineVersion: StaticStructureSchema;
|
|
63
|
+
export declare var ExecutorsSummary: StaticStructureSchema;
|
|
64
|
+
export declare var ExportNotebookInput: StaticStructureSchema;
|
|
65
|
+
export declare var ExportNotebookOutput: StaticStructureSchema;
|
|
66
|
+
export declare var FilterDefinition: StaticStructureSchema;
|
|
67
|
+
export declare var GetCalculationExecutionCodeRequest: StaticStructureSchema;
|
|
68
|
+
export declare var GetCalculationExecutionCodeResponse: StaticStructureSchema;
|
|
69
|
+
export declare var GetCalculationExecutionRequest: StaticStructureSchema;
|
|
70
|
+
export declare var GetCalculationExecutionResponse: StaticStructureSchema;
|
|
71
|
+
export declare var GetCalculationExecutionStatusRequest: StaticStructureSchema;
|
|
72
|
+
export declare var GetCalculationExecutionStatusResponse: StaticStructureSchema;
|
|
73
|
+
export declare var GetCapacityAssignmentConfigurationInput: StaticStructureSchema;
|
|
74
|
+
export declare var GetCapacityAssignmentConfigurationOutput: StaticStructureSchema;
|
|
75
|
+
export declare var GetCapacityReservationInput: StaticStructureSchema;
|
|
76
|
+
export declare var GetCapacityReservationOutput: StaticStructureSchema;
|
|
77
|
+
export declare var GetDatabaseInput: StaticStructureSchema;
|
|
78
|
+
export declare var GetDatabaseOutput: StaticStructureSchema;
|
|
79
|
+
export declare var GetDataCatalogInput: StaticStructureSchema;
|
|
80
|
+
export declare var GetDataCatalogOutput: StaticStructureSchema;
|
|
81
|
+
export declare var GetNamedQueryInput: StaticStructureSchema;
|
|
82
|
+
export declare var GetNamedQueryOutput: StaticStructureSchema;
|
|
83
|
+
export declare var GetNotebookMetadataInput: StaticStructureSchema;
|
|
84
|
+
export declare var GetNotebookMetadataOutput: StaticStructureSchema;
|
|
85
|
+
export declare var GetPreparedStatementInput: StaticStructureSchema;
|
|
86
|
+
export declare var GetPreparedStatementOutput: StaticStructureSchema;
|
|
87
|
+
export declare var GetQueryExecutionInput: StaticStructureSchema;
|
|
88
|
+
export declare var GetQueryExecutionOutput: StaticStructureSchema;
|
|
89
|
+
export declare var GetQueryResultsInput: StaticStructureSchema;
|
|
90
|
+
export declare var GetQueryResultsOutput: StaticStructureSchema;
|
|
91
|
+
export declare var GetQueryRuntimeStatisticsInput: StaticStructureSchema;
|
|
92
|
+
export declare var GetQueryRuntimeStatisticsOutput: StaticStructureSchema;
|
|
93
|
+
export declare var GetSessionRequest: StaticStructureSchema;
|
|
94
|
+
export declare var GetSessionResponse: StaticStructureSchema;
|
|
95
|
+
export declare var GetSessionStatusRequest: StaticStructureSchema;
|
|
96
|
+
export declare var GetSessionStatusResponse: StaticStructureSchema;
|
|
97
|
+
export declare var GetTableMetadataInput: StaticStructureSchema;
|
|
98
|
+
export declare var GetTableMetadataOutput: StaticStructureSchema;
|
|
99
|
+
export declare var GetWorkGroupInput: StaticStructureSchema;
|
|
100
|
+
export declare var GetWorkGroupOutput: StaticStructureSchema;
|
|
101
|
+
export declare var IdentityCenterConfiguration: StaticStructureSchema;
|
|
102
|
+
export declare var ImportNotebookInput: StaticStructureSchema;
|
|
103
|
+
export declare var ImportNotebookOutput: StaticStructureSchema;
|
|
104
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
105
|
+
export declare var InvalidRequestException: StaticErrorSchema;
|
|
106
|
+
export declare var ListApplicationDPUSizesInput: StaticStructureSchema;
|
|
107
|
+
export declare var ListApplicationDPUSizesOutput: StaticStructureSchema;
|
|
108
|
+
export declare var ListCalculationExecutionsRequest: StaticStructureSchema;
|
|
109
|
+
export declare var ListCalculationExecutionsResponse: StaticStructureSchema;
|
|
110
|
+
export declare var ListCapacityReservationsInput: StaticStructureSchema;
|
|
111
|
+
export declare var ListCapacityReservationsOutput: StaticStructureSchema;
|
|
112
|
+
export declare var ListDatabasesInput: StaticStructureSchema;
|
|
113
|
+
export declare var ListDatabasesOutput: StaticStructureSchema;
|
|
114
|
+
export declare var ListDataCatalogsInput: StaticStructureSchema;
|
|
115
|
+
export declare var ListDataCatalogsOutput: StaticStructureSchema;
|
|
116
|
+
export declare var ListEngineVersionsInput: StaticStructureSchema;
|
|
117
|
+
export declare var ListEngineVersionsOutput: StaticStructureSchema;
|
|
118
|
+
export declare var ListExecutorsRequest: StaticStructureSchema;
|
|
119
|
+
export declare var ListExecutorsResponse: StaticStructureSchema;
|
|
120
|
+
export declare var ListNamedQueriesInput: StaticStructureSchema;
|
|
121
|
+
export declare var ListNamedQueriesOutput: StaticStructureSchema;
|
|
122
|
+
export declare var ListNotebookMetadataInput: StaticStructureSchema;
|
|
123
|
+
export declare var ListNotebookMetadataOutput: StaticStructureSchema;
|
|
124
|
+
export declare var ListNotebookSessionsRequest: StaticStructureSchema;
|
|
125
|
+
export declare var ListNotebookSessionsResponse: StaticStructureSchema;
|
|
126
|
+
export declare var ListPreparedStatementsInput: StaticStructureSchema;
|
|
127
|
+
export declare var ListPreparedStatementsOutput: StaticStructureSchema;
|
|
128
|
+
export declare var ListQueryExecutionsInput: StaticStructureSchema;
|
|
129
|
+
export declare var ListQueryExecutionsOutput: StaticStructureSchema;
|
|
130
|
+
export declare var ListSessionsRequest: StaticStructureSchema;
|
|
131
|
+
export declare var ListSessionsResponse: StaticStructureSchema;
|
|
132
|
+
export declare var ListTableMetadataInput: StaticStructureSchema;
|
|
133
|
+
export declare var ListTableMetadataOutput: StaticStructureSchema;
|
|
134
|
+
export declare var ListTagsForResourceInput: StaticStructureSchema;
|
|
135
|
+
export declare var ListTagsForResourceOutput: StaticStructureSchema;
|
|
136
|
+
export declare var ListWorkGroupsInput: StaticStructureSchema;
|
|
137
|
+
export declare var ListWorkGroupsOutput: StaticStructureSchema;
|
|
138
|
+
export declare var ManagedQueryResultsConfiguration: StaticStructureSchema;
|
|
139
|
+
export declare var ManagedQueryResultsConfigurationUpdates: StaticStructureSchema;
|
|
140
|
+
export declare var ManagedQueryResultsEncryptionConfiguration: StaticStructureSchema;
|
|
141
|
+
export declare var MetadataException: StaticErrorSchema;
|
|
142
|
+
export declare var NamedQuery: StaticStructureSchema;
|
|
143
|
+
export declare var NotebookMetadata: StaticStructureSchema;
|
|
144
|
+
export declare var NotebookSessionSummary: StaticStructureSchema;
|
|
145
|
+
export declare var PreparedStatement: StaticStructureSchema;
|
|
146
|
+
export declare var PreparedStatementSummary: StaticStructureSchema;
|
|
147
|
+
export declare var PutCapacityAssignmentConfigurationInput: StaticStructureSchema;
|
|
148
|
+
export declare var PutCapacityAssignmentConfigurationOutput: StaticStructureSchema;
|
|
149
|
+
export declare var QueryExecution: StaticStructureSchema;
|
|
150
|
+
export declare var QueryExecutionContext: StaticStructureSchema;
|
|
151
|
+
export declare var QueryExecutionStatistics: StaticStructureSchema;
|
|
152
|
+
export declare var QueryExecutionStatus: StaticStructureSchema;
|
|
153
|
+
export declare var QueryResultsS3AccessGrantsConfiguration: StaticStructureSchema;
|
|
154
|
+
export declare var QueryRuntimeStatistics: StaticStructureSchema;
|
|
155
|
+
export declare var QueryRuntimeStatisticsRows: StaticStructureSchema;
|
|
156
|
+
export declare var QueryRuntimeStatisticsTimeline: StaticStructureSchema;
|
|
157
|
+
export declare var QueryStage: StaticStructureSchema;
|
|
158
|
+
export declare var QueryStagePlanNode: StaticStructureSchema;
|
|
159
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
160
|
+
export declare var ResultConfiguration: StaticStructureSchema;
|
|
161
|
+
export declare var ResultConfigurationUpdates: StaticStructureSchema;
|
|
162
|
+
export declare var ResultReuseByAgeConfiguration: StaticStructureSchema;
|
|
163
|
+
export declare var ResultReuseConfiguration: StaticStructureSchema;
|
|
164
|
+
export declare var ResultReuseInformation: StaticStructureSchema;
|
|
165
|
+
export declare var ResultSet: StaticStructureSchema;
|
|
166
|
+
export declare var ResultSetMetadata: StaticStructureSchema;
|
|
167
|
+
export declare var Row: StaticStructureSchema;
|
|
168
|
+
export declare var SessionAlreadyExistsException: StaticErrorSchema;
|
|
169
|
+
export declare var SessionConfiguration: StaticStructureSchema;
|
|
170
|
+
export declare var SessionStatistics: StaticStructureSchema;
|
|
171
|
+
export declare var SessionStatus: StaticStructureSchema;
|
|
172
|
+
export declare var SessionSummary: StaticStructureSchema;
|
|
173
|
+
export declare var StartCalculationExecutionRequest: StaticStructureSchema;
|
|
174
|
+
export declare var StartCalculationExecutionResponse: StaticStructureSchema;
|
|
175
|
+
export declare var StartQueryExecutionInput: StaticStructureSchema;
|
|
176
|
+
export declare var StartQueryExecutionOutput: StaticStructureSchema;
|
|
177
|
+
export declare var StartSessionRequest: StaticStructureSchema;
|
|
178
|
+
export declare var StartSessionResponse: StaticStructureSchema;
|
|
179
|
+
export declare var StopCalculationExecutionRequest: StaticStructureSchema;
|
|
180
|
+
export declare var StopCalculationExecutionResponse: StaticStructureSchema;
|
|
181
|
+
export declare var StopQueryExecutionInput: StaticStructureSchema;
|
|
182
|
+
export declare var StopQueryExecutionOutput: StaticStructureSchema;
|
|
183
|
+
export declare var TableMetadata: StaticStructureSchema;
|
|
184
|
+
export declare var Tag: StaticStructureSchema;
|
|
185
|
+
export declare var TagResourceInput: StaticStructureSchema;
|
|
186
|
+
export declare var TagResourceOutput: StaticStructureSchema;
|
|
187
|
+
export declare var TerminateSessionRequest: StaticStructureSchema;
|
|
188
|
+
export declare var TerminateSessionResponse: StaticStructureSchema;
|
|
189
|
+
export declare var TooManyRequestsException: StaticErrorSchema;
|
|
190
|
+
export declare var UnprocessedNamedQueryId: StaticStructureSchema;
|
|
191
|
+
export declare var UnprocessedPreparedStatementName: StaticStructureSchema;
|
|
192
|
+
export declare var UnprocessedQueryExecutionId: StaticStructureSchema;
|
|
193
|
+
export declare var UntagResourceInput: StaticStructureSchema;
|
|
194
|
+
export declare var UntagResourceOutput: StaticStructureSchema;
|
|
195
|
+
export declare var UpdateCapacityReservationInput: StaticStructureSchema;
|
|
196
|
+
export declare var UpdateCapacityReservationOutput: StaticStructureSchema;
|
|
197
|
+
export declare var UpdateDataCatalogInput: StaticStructureSchema;
|
|
198
|
+
export declare var UpdateDataCatalogOutput: StaticStructureSchema;
|
|
199
|
+
export declare var UpdateNamedQueryInput: StaticStructureSchema;
|
|
200
|
+
export declare var UpdateNamedQueryOutput: StaticStructureSchema;
|
|
201
|
+
export declare var UpdateNotebookInput: StaticStructureSchema;
|
|
202
|
+
export declare var UpdateNotebookMetadataInput: StaticStructureSchema;
|
|
203
|
+
export declare var UpdateNotebookMetadataOutput: StaticStructureSchema;
|
|
204
|
+
export declare var UpdateNotebookOutput: StaticStructureSchema;
|
|
205
|
+
export declare var UpdatePreparedStatementInput: StaticStructureSchema;
|
|
206
|
+
export declare var UpdatePreparedStatementOutput: StaticStructureSchema;
|
|
207
|
+
export declare var UpdateWorkGroupInput: StaticStructureSchema;
|
|
208
|
+
export declare var UpdateWorkGroupOutput: StaticStructureSchema;
|
|
209
|
+
export declare var WorkGroup: StaticStructureSchema;
|
|
210
|
+
export declare var WorkGroupConfiguration: StaticStructureSchema;
|
|
211
|
+
export declare var WorkGroupConfigurationUpdates: StaticStructureSchema;
|
|
212
|
+
export declare var WorkGroupSummary: StaticStructureSchema;
|
|
213
|
+
export declare var __Unit: "unit";
|
|
214
|
+
export declare var AthenaServiceException: StaticErrorSchema;
|
|
215
|
+
export declare var ApplicationDPUSizesList: StaticListSchema;
|
|
216
|
+
export declare var CalculationsList: StaticListSchema;
|
|
217
|
+
export declare var CapacityAssignmentsList: StaticListSchema;
|
|
218
|
+
export declare var CapacityReservationsList: StaticListSchema;
|
|
219
|
+
export declare var ColumnInfoList: StaticListSchema;
|
|
220
|
+
export declare var ColumnList: StaticListSchema;
|
|
221
|
+
export declare var DatabaseList: StaticListSchema;
|
|
222
|
+
export declare var DataCatalogSummaryList: StaticListSchema;
|
|
223
|
+
export declare var datumList: StaticListSchema;
|
|
224
|
+
export declare var EngineVersionsList: StaticListSchema;
|
|
225
|
+
export declare var ExecutionParameters: number;
|
|
226
|
+
export declare var ExecutorsSummaryList: StaticListSchema;
|
|
227
|
+
export declare var NamedQueryIdList: number;
|
|
228
|
+
export declare var NamedQueryList: StaticListSchema;
|
|
229
|
+
export declare var NotebookMetadataArray: StaticListSchema;
|
|
230
|
+
export declare var NotebookSessionsList: StaticListSchema;
|
|
231
|
+
export declare var PreparedStatementDetailsList: StaticListSchema;
|
|
232
|
+
export declare var PreparedStatementNameList: number;
|
|
233
|
+
export declare var PreparedStatementsList: StaticListSchema;
|
|
234
|
+
export declare var QueryExecutionIdList: number;
|
|
235
|
+
export declare var QueryExecutionList: StaticListSchema;
|
|
236
|
+
export declare var QueryStagePlanNodes: StaticListSchema;
|
|
237
|
+
export declare var QueryStages: StaticListSchema;
|
|
238
|
+
export declare var RowList: StaticListSchema;
|
|
239
|
+
export declare var SessionsList: StaticListSchema;
|
|
240
|
+
export declare var StringList: number;
|
|
241
|
+
export declare var SupportedDPUSizeList: number;
|
|
242
|
+
export declare var TableMetadataList: StaticListSchema;
|
|
243
|
+
export declare var TagKeyList: number;
|
|
244
|
+
export declare var TagList: StaticListSchema;
|
|
245
|
+
export declare var UnprocessedNamedQueryIdList: StaticListSchema;
|
|
246
|
+
export declare var UnprocessedPreparedStatementNameList: StaticListSchema;
|
|
247
|
+
export declare var UnprocessedQueryExecutionIdList: StaticListSchema;
|
|
248
|
+
export declare var WorkGroupNamesList: number;
|
|
249
|
+
export declare var WorkGroupsList: StaticListSchema;
|
|
250
|
+
export declare var ParametersMap: number;
|
|
251
|
+
export declare var BatchGetNamedQuery: StaticOperationSchema;
|
|
252
|
+
export declare var BatchGetPreparedStatement: StaticOperationSchema;
|
|
253
|
+
export declare var BatchGetQueryExecution: StaticOperationSchema;
|
|
254
|
+
export declare var CancelCapacityReservation: StaticOperationSchema;
|
|
255
|
+
export declare var CreateCapacityReservation: StaticOperationSchema;
|
|
256
|
+
export declare var CreateDataCatalog: StaticOperationSchema;
|
|
257
|
+
export declare var CreateNamedQuery: StaticOperationSchema;
|
|
258
|
+
export declare var CreateNotebook: StaticOperationSchema;
|
|
259
|
+
export declare var CreatePreparedStatement: StaticOperationSchema;
|
|
260
|
+
export declare var CreatePresignedNotebookUrl: StaticOperationSchema;
|
|
261
|
+
export declare var CreateWorkGroup: StaticOperationSchema;
|
|
262
|
+
export declare var DeleteCapacityReservation: StaticOperationSchema;
|
|
263
|
+
export declare var DeleteDataCatalog: StaticOperationSchema;
|
|
264
|
+
export declare var DeleteNamedQuery: StaticOperationSchema;
|
|
265
|
+
export declare var DeleteNotebook: StaticOperationSchema;
|
|
266
|
+
export declare var DeletePreparedStatement: StaticOperationSchema;
|
|
267
|
+
export declare var DeleteWorkGroup: StaticOperationSchema;
|
|
268
|
+
export declare var ExportNotebook: StaticOperationSchema;
|
|
269
|
+
export declare var GetCalculationExecution: StaticOperationSchema;
|
|
270
|
+
export declare var GetCalculationExecutionCode: StaticOperationSchema;
|
|
271
|
+
export declare var GetCalculationExecutionStatus: StaticOperationSchema;
|
|
272
|
+
export declare var GetCapacityAssignmentConfiguration: StaticOperationSchema;
|
|
273
|
+
export declare var GetCapacityReservation: StaticOperationSchema;
|
|
274
|
+
export declare var GetDatabase: StaticOperationSchema;
|
|
275
|
+
export declare var GetDataCatalog: StaticOperationSchema;
|
|
276
|
+
export declare var GetNamedQuery: StaticOperationSchema;
|
|
277
|
+
export declare var GetNotebookMetadata: StaticOperationSchema;
|
|
278
|
+
export declare var GetPreparedStatement: StaticOperationSchema;
|
|
279
|
+
export declare var GetQueryExecution: StaticOperationSchema;
|
|
280
|
+
export declare var GetQueryResults: StaticOperationSchema;
|
|
281
|
+
export declare var GetQueryRuntimeStatistics: StaticOperationSchema;
|
|
282
|
+
export declare var GetSession: StaticOperationSchema;
|
|
283
|
+
export declare var GetSessionStatus: StaticOperationSchema;
|
|
284
|
+
export declare var GetTableMetadata: StaticOperationSchema;
|
|
285
|
+
export declare var GetWorkGroup: StaticOperationSchema;
|
|
286
|
+
export declare var ImportNotebook: StaticOperationSchema;
|
|
287
|
+
export declare var ListApplicationDPUSizes: StaticOperationSchema;
|
|
288
|
+
export declare var ListCalculationExecutions: StaticOperationSchema;
|
|
289
|
+
export declare var ListCapacityReservations: StaticOperationSchema;
|
|
290
|
+
export declare var ListDatabases: StaticOperationSchema;
|
|
291
|
+
export declare var ListDataCatalogs: StaticOperationSchema;
|
|
292
|
+
export declare var ListEngineVersions: StaticOperationSchema;
|
|
293
|
+
export declare var ListExecutors: StaticOperationSchema;
|
|
294
|
+
export declare var ListNamedQueries: StaticOperationSchema;
|
|
295
|
+
export declare var ListNotebookMetadata: StaticOperationSchema;
|
|
296
|
+
export declare var ListNotebookSessions: StaticOperationSchema;
|
|
297
|
+
export declare var ListPreparedStatements: StaticOperationSchema;
|
|
298
|
+
export declare var ListQueryExecutions: StaticOperationSchema;
|
|
299
|
+
export declare var ListSessions: StaticOperationSchema;
|
|
300
|
+
export declare var ListTableMetadata: StaticOperationSchema;
|
|
301
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
302
|
+
export declare var ListWorkGroups: StaticOperationSchema;
|
|
303
|
+
export declare var PutCapacityAssignmentConfiguration: StaticOperationSchema;
|
|
304
|
+
export declare var StartCalculationExecution: StaticOperationSchema;
|
|
305
|
+
export declare var StartQueryExecution: StaticOperationSchema;
|
|
306
|
+
export declare var StartSession: StaticOperationSchema;
|
|
307
|
+
export declare var StopCalculationExecution: StaticOperationSchema;
|
|
308
|
+
export declare var StopQueryExecution: StaticOperationSchema;
|
|
309
|
+
export declare var TagResource: StaticOperationSchema;
|
|
310
|
+
export declare var TerminateSession: StaticOperationSchema;
|
|
311
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
312
|
+
export declare var UpdateCapacityReservation: StaticOperationSchema;
|
|
313
|
+
export declare var UpdateDataCatalog: StaticOperationSchema;
|
|
314
|
+
export declare var UpdateNamedQuery: StaticOperationSchema;
|
|
315
|
+
export declare var UpdateNotebook: StaticOperationSchema;
|
|
316
|
+
export declare var UpdateNotebookMetadata: StaticOperationSchema;
|
|
317
|
+
export declare var UpdatePreparedStatement: StaticOperationSchema;
|
|
318
|
+
export declare var UpdateWorkGroup: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-athena",
|
|
3
3
|
"description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.928.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-athena",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.928.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
@@ -56,7 +56,6 @@
|
|
|
56
56
|
"@smithy/util-middleware": "^4.2.4",
|
|
57
57
|
"@smithy/util-retry": "^4.2.4",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/uuid": "^1.1.0",
|
|
60
59
|
"tslib": "^2.6.2"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|