@aws-sdk/client-timestream-query 3.926.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.
Files changed (39) hide show
  1. package/dist-cjs/index.js +766 -824
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/TimestreamQueryClient.js +2 -0
  4. package/dist-es/commands/CancelQueryCommand.js +2 -6
  5. package/dist-es/commands/CreateScheduledQueryCommand.js +2 -7
  6. package/dist-es/commands/DeleteScheduledQueryCommand.js +2 -6
  7. package/dist-es/commands/DescribeAccountSettingsCommand.js +2 -6
  8. package/dist-es/commands/DescribeEndpointsCommand.js +3 -9
  9. package/dist-es/commands/DescribeScheduledQueryCommand.js +2 -7
  10. package/dist-es/commands/ExecuteScheduledQueryCommand.js +2 -7
  11. package/dist-es/commands/ListScheduledQueriesCommand.js +2 -6
  12. package/dist-es/commands/ListTagsForResourceCommand.js +2 -6
  13. package/dist-es/commands/PrepareQueryCommand.js +2 -7
  14. package/dist-es/commands/QueryCommand.js +2 -7
  15. package/dist-es/commands/TagResourceCommand.js +2 -6
  16. package/dist-es/commands/UntagResourceCommand.js +2 -6
  17. package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -6
  18. package/dist-es/commands/UpdateScheduledQueryCommand.js +2 -6
  19. package/dist-es/models/models_0.js +0 -31
  20. package/dist-es/runtimeConfig.shared.js +7 -0
  21. package/dist-es/schemas/schemas_0.js +715 -0
  22. package/dist-types/TimestreamQueryClient.d.ts +10 -1
  23. package/dist-types/models/models_0.d.ts +0 -28
  24. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  25. package/dist-types/runtimeConfig.d.ts +1 -0
  26. package/dist-types/runtimeConfig.native.d.ts +1 -0
  27. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  28. package/dist-types/schemas/schemas_0.d.ts +115 -0
  29. package/dist-types/ts3.4/TimestreamQueryClient.d.ts +4 -0
  30. package/dist-types/ts3.4/models/models_0.d.ts +0 -19
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  35. package/dist-types/ts3.4/schemas/schemas_0.d.ts +121 -0
  36. package/package.json +5 -6
  37. package/dist-es/protocols/Aws_json1_0.js +0 -693
  38. package/dist-types/protocols/Aws_json1_0.d.ts +0 -137
  39. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -185
@@ -0,0 +1,715 @@
1
+ const _A = "Arn";
2
+ const _ACI = "ArrayColumnInfo";
3
+ const _ADE = "AccessDeniedException";
4
+ const _AQTCU = "ActiveQueryTCU";
5
+ const _ASNC = "AccountSettingsNotificationConfiguration";
6
+ const _AV = "ArrayValue";
7
+ const _Ad = "Address";
8
+ const _Al = "Aliased";
9
+ const _BM = "BytesMetered";
10
+ const _BN = "BucketName";
11
+ const _C = "Columns";
12
+ const _CBM = "CumulativeBytesMetered";
13
+ const _CBS = "CumulativeBytesScanned";
14
+ const _CE = "ConflictException";
15
+ const _CI = "ColumnInfo";
16
+ const _CIL = "ColumnInfoList";
17
+ const _CM = "CancellationMessage";
18
+ const _CMo = "ComputeMode";
19
+ const _CPIM = "CachePeriodInMinutes";
20
+ const _CQ = "CancelQuery";
21
+ const _CQR = "CancelQueryRequest";
22
+ const _CQRa = "CancelQueryResponse";
23
+ const _CRT = "ClientRequestToken";
24
+ const _CSQ = "CreateScheduledQuery";
25
+ const _CSQR = "CreateScheduledQueryRequest";
26
+ const _CSQRr = "CreateScheduledQueryResponse";
27
+ const _CT = "ClientToken";
28
+ const _CTr = "CreationTime";
29
+ const _D = "Datum";
30
+ const _DAS = "DescribeAccountSettings";
31
+ const _DASR = "DescribeAccountSettingsRequest";
32
+ const _DASRe = "DescribeAccountSettingsResponse";
33
+ const _DE = "DescribeEndpoints";
34
+ const _DER = "DescribeEndpointsRequest";
35
+ const _DERe = "DescribeEndpointsResponse";
36
+ const _DL = "DatumList";
37
+ const _DM = "DimensionMapping";
38
+ const _DML = "DimensionMappingList";
39
+ const _DMi = "DimensionMappings";
40
+ const _DN = "DatabaseName";
41
+ const _DSQ = "DeleteScheduledQuery";
42
+ const _DSQR = "DeleteScheduledQueryRequest";
43
+ const _DSQRe = "DescribeScheduledQueryRequest";
44
+ const _DSQRes = "DescribeScheduledQueryResponse";
45
+ const _DSQe = "DescribeScheduledQuery";
46
+ const _DVT = "DimensionValueType";
47
+ const _DW = "DataWrites";
48
+ const _Da = "Data";
49
+ const _E = "Endpoints";
50
+ const _EO = "EncryptionOption";
51
+ const _ERC = "ErrorReportConfiguration";
52
+ const _ERL = "ErrorReportLocation";
53
+ const _ES = "ExecutionStats";
54
+ const _ESQ = "ExecuteScheduledQuery";
55
+ const _ESQR = "ExecuteScheduledQueryRequest";
56
+ const _ETIM = "ExecutionTimeInMillis";
57
+ const _En = "Endpoint";
58
+ const _FR = "FailureReason";
59
+ const _IEE = "InvalidEndpointException";
60
+ const _ISE = "InternalServerException";
61
+ const _IT = "InvocationTime";
62
+ const _K = "Key";
63
+ const _KKI = "KmsKeyId";
64
+ const _LRS = "LastRunStatus";
65
+ const _LRSa = "LastRunSummary";
66
+ const _LSQ = "ListScheduledQueries";
67
+ const _LSQR = "ListScheduledQueriesRequest";
68
+ const _LSQRi = "ListScheduledQueriesResponse";
69
+ const _LTFR = "ListTagsForResource";
70
+ const _LTFRR = "ListTagsForResourceRequest";
71
+ const _LTFRRi = "ListTagsForResourceResponse";
72
+ const _LU = "LastUpdate";
73
+ const _M = "Message";
74
+ const _MMAM = "MultiMeasureAttributeMappings";
75
+ const _MMAML = "MultiMeasureAttributeMappingList";
76
+ const _MMAMu = "MultiMeasureAttributeMapping";
77
+ const _MMM = "MixedMeasureMapping";
78
+ const _MMML = "MixedMeasureMappingList";
79
+ const _MMMi = "MixedMeasureMappings";
80
+ const _MMMu = "MultiMeasureMappings";
81
+ const _MN = "MeasureName";
82
+ const _MNC = "MeasureNameColumn";
83
+ const _MQTCU = "MaxQueryTCU";
84
+ const _MR = "MaxResults";
85
+ const _MRa = "MaxRows";
86
+ const _MVT = "MeasureValueType";
87
+ const _Ma = "Max";
88
+ const _Mo = "Mode";
89
+ const _N = "Name";
90
+ const _NC = "NotificationConfiguration";
91
+ const _NIT = "NextInvocationTime";
92
+ const _NT = "NextToken";
93
+ const _NV = "NullValue";
94
+ const _OB = "OutputBytes";
95
+ const _OK = "ObjectKey";
96
+ const _OKP = "ObjectKeyPrefix";
97
+ const _OR = "OutputRows";
98
+ const _P = "Parameters";
99
+ const _PC = "ProvisionedCapacity";
100
+ const _PCR = "ProvisionedCapacityRequest";
101
+ const _PCRr = "ProvisionedCapacityResponse";
102
+ const _PIT = "PreviousInvocationTime";
103
+ const _PK = "PartitionKey";
104
+ const _PM = "ParameterMapping";
105
+ const _PML = "ParameterMappingList";
106
+ const _PP = "ProgressPercentage";
107
+ const _PQ = "PrepareQuery";
108
+ const _PQR = "PrepareQueryRequest";
109
+ const _PQRr = "PrepareQueryResponse";
110
+ const _Q = "Query";
111
+ const _QC = "QueryCompute";
112
+ const _QCR = "QueryComputeRequest";
113
+ const _QCRu = "QueryComputeResponse";
114
+ const _QEE = "QueryExecutionException";
115
+ const _QI = "QueryId";
116
+ const _QIR = "QueryInsightsResponse";
117
+ const _QIu = "QueryInsights";
118
+ const _QPM = "QueryPricingModel";
119
+ const _QR = "QueryRequest";
120
+ const _QRR = "QueryResultRows";
121
+ const _QRu = "QueryResponse";
122
+ const _QS = "QueryString";
123
+ const _QSC = "QuerySpatialCoverage";
124
+ const _QSCM = "QuerySpatialCoverageMax";
125
+ const _QSu = "QueryStatus";
126
+ const _QTC = "QueryTableCount";
127
+ const _QTR = "QueryTemporalRange";
128
+ const _QTRM = "QueryTemporalRangeMax";
129
+ const _R = "Rows";
130
+ const _RA = "RoleArn";
131
+ const _RARN = "ResourceARN";
132
+ const _RCI = "RowColumnInfo";
133
+ const _RFR = "RecentlyFailedRuns";
134
+ const _RI = "RecordsIngested";
135
+ const _RL = "RowList";
136
+ const _RNFE = "ResourceNotFoundException";
137
+ const _RS = "RunStatus";
138
+ const _RV = "RowValue";
139
+ const _Ro = "Row";
140
+ const _S = "Status";
141
+ const _SC = "SnsConfiguration";
142
+ const _SCL = "SelectColumnList";
143
+ const _SCc = "ScheduleConfiguration";
144
+ const _SCe = "SelectColumn";
145
+ const _SCo = "S3Configuration";
146
+ const _SCou = "SourceColumn";
147
+ const _SE = "ScheduleExpression";
148
+ const _SM = "StatusMessage";
149
+ const _SQ = "ScheduledQuery";
150
+ const _SQA = "ScheduledQueryArn";
151
+ const _SQD = "ScheduledQueryDescription";
152
+ const _SQEE = "ServiceQuotaExceededException";
153
+ const _SQERA = "ScheduledQueryExecutionRoleArn";
154
+ const _SQI = "ScheduledQueryInsights";
155
+ const _SQIR = "ScheduledQueryInsightsResponse";
156
+ const _SQL = "ScheduledQueryList";
157
+ const _SQRS = "ScheduledQueryRunSummary";
158
+ const _SQRSL = "ScheduledQueryRunSummaryList";
159
+ const _SQc = "ScheduledQueries";
160
+ const _SRL = "S3ReportLocation";
161
+ const _ST = "ScalarType";
162
+ const _SV = "ScalarValue";
163
+ const _St = "State";
164
+ const _T = "Type";
165
+ const _TA = "TableArn";
166
+ const _TAo = "TopicArn";
167
+ const _TC = "TargetConfiguration";
168
+ const _TCi = "TimestreamConfiguration";
169
+ const _TCim = "TimeColumn";
170
+ const _TD = "TargetDestination";
171
+ const _TDi = "TimestreamDestination";
172
+ const _TE = "ThrottlingException";
173
+ const _TK = "TagKeys";
174
+ const _TL = "TagList";
175
+ const _TMMAN = "TargetMultiMeasureAttributeName";
176
+ const _TMMN = "TargetMultiMeasureName";
177
+ const _TMN = "TargetMeasureName";
178
+ const _TN = "TableName";
179
+ const _TQTCU = "TargetQueryTCU";
180
+ const _TR = "TagResource";
181
+ const _TRR = "TagResourceRequest";
182
+ const _TRRa = "TagResourceResponse";
183
+ const _TSDP = "TimeSeriesDataPoint";
184
+ const _TSDPL = "TimeSeriesDataPointList";
185
+ const _TSMVCI = "TimeSeriesMeasureValueColumnInfo";
186
+ const _TSV = "TimeSeriesValue";
187
+ const _TT = "TriggerTime";
188
+ const _Ta = "Tags";
189
+ const _Tag = "Tag";
190
+ const _Ti = "Time";
191
+ const _UAS = "UpdateAccountSettings";
192
+ const _UASR = "UpdateAccountSettingsRequest";
193
+ const _UASRp = "UpdateAccountSettingsResponse";
194
+ const _UPC = "UnloadPartitionCount";
195
+ const _UR = "UntagResource";
196
+ const _URR = "UntagResourceRequest";
197
+ const _URRn = "UntagResourceResponse";
198
+ const _USQ = "UpdateScheduledQuery";
199
+ const _USQR = "UpdateScheduledQueryRequest";
200
+ const _UWB = "UnloadWrittenBytes";
201
+ const _UWR = "UnloadWrittenRows";
202
+ const _V = "Value";
203
+ const _VE = "ValidationException";
204
+ const _VO = "ValidateOnly";
205
+ const _aQE = "awsQueryError";
206
+ const _c = "client";
207
+ const _e = "error";
208
+ const _hE = "httpError";
209
+ const _s = "server";
210
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.timestreamquery";
211
+ const n0 = "com.amazonaws.timestreamquery";
212
+ import { TypeRegistry } from "@smithy/core/schema";
213
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, InvalidEndpointException as __InvalidEndpointException, QueryExecutionException as __QueryExecutionException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
214
+ import { TimestreamQueryServiceException as __TimestreamQueryServiceException } from "../models/TimestreamQueryServiceException";
215
+ export var ClientRequestToken = [0, n0, _CRT, 8, 0];
216
+ export var ClientToken = [0, n0, _CT, 8, 0];
217
+ export var QueryString = [0, n0, _QS, 8, 0];
218
+ export var AccessDeniedException = [
219
+ -3,
220
+ n0,
221
+ _ADE,
222
+ {
223
+ [_e]: _c,
224
+ [_hE]: 403,
225
+ [_aQE]: [`AccessDenied`, 403],
226
+ },
227
+ [_M],
228
+ [0],
229
+ ];
230
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
231
+ export var AccountSettingsNotificationConfiguration = [
232
+ 3,
233
+ n0,
234
+ _ASNC,
235
+ 0,
236
+ [_SC, _RA],
237
+ [() => SnsConfiguration, 0],
238
+ ];
239
+ export var CancelQueryRequest = [3, n0, _CQR, 0, [_QI], [0]];
240
+ export var CancelQueryResponse = [3, n0, _CQRa, 0, [_CM], [0]];
241
+ export var ColumnInfo = [3, n0, _CI, 0, [_N, _T], [0, () => Type]];
242
+ export var ConflictException = [
243
+ -3,
244
+ n0,
245
+ _CE,
246
+ {
247
+ [_e]: _c,
248
+ [_hE]: 409,
249
+ },
250
+ [_M],
251
+ [0],
252
+ ];
253
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
254
+ export var CreateScheduledQueryRequest = [
255
+ 3,
256
+ n0,
257
+ _CSQR,
258
+ 0,
259
+ [_N, _QS, _SCc, _NC, _TC, _CT, _SQERA, _Ta, _KKI, _ERC],
260
+ [
261
+ 0,
262
+ [() => QueryString, 0],
263
+ () => ScheduleConfiguration,
264
+ () => NotificationConfiguration,
265
+ () => TargetConfiguration,
266
+ [() => ClientToken, 4],
267
+ 0,
268
+ () => TagList,
269
+ 0,
270
+ () => ErrorReportConfiguration,
271
+ ],
272
+ ];
273
+ export var CreateScheduledQueryResponse = [3, n0, _CSQRr, 0, [_A], [0]];
274
+ export var Datum = [
275
+ 3,
276
+ n0,
277
+ _D,
278
+ 0,
279
+ [_SV, _TSV, _AV, _RV, _NV],
280
+ [0, () => TimeSeriesDataPointList, () => DatumList, () => Row, 2],
281
+ ];
282
+ export var DeleteScheduledQueryRequest = [3, n0, _DSQR, 0, [_SQA], [0]];
283
+ export var DescribeAccountSettingsRequest = [3, n0, _DASR, 0, [], []];
284
+ export var DescribeAccountSettingsResponse = [
285
+ 3,
286
+ n0,
287
+ _DASRe,
288
+ 0,
289
+ [_MQTCU, _QPM, _QC],
290
+ [1, 0, () => QueryComputeResponse],
291
+ ];
292
+ export var DescribeEndpointsRequest = [3, n0, _DER, 0, [], []];
293
+ export var DescribeEndpointsResponse = [3, n0, _DERe, 0, [_E], [() => Endpoints]];
294
+ export var DescribeScheduledQueryRequest = [3, n0, _DSQRe, 0, [_SQA], [0]];
295
+ export var DescribeScheduledQueryResponse = [
296
+ 3,
297
+ n0,
298
+ _DSQRes,
299
+ 0,
300
+ [_SQ],
301
+ [[() => ScheduledQueryDescription, 0]],
302
+ ];
303
+ export var DimensionMapping = [3, n0, _DM, 0, [_N, _DVT], [0, 0]];
304
+ export var Endpoint = [3, n0, _En, 0, [_Ad, _CPIM], [0, 1]];
305
+ export var ErrorReportConfiguration = [3, n0, _ERC, 0, [_SCo], [() => S3Configuration]];
306
+ export var ErrorReportLocation = [3, n0, _ERL, 0, [_SRL], [() => S3ReportLocation]];
307
+ export var ExecuteScheduledQueryRequest = [
308
+ 3,
309
+ n0,
310
+ _ESQR,
311
+ 0,
312
+ [_SQA, _IT, _CT, _QIu],
313
+ [0, 4, [() => ClientToken, 4], () => ScheduledQueryInsights],
314
+ ];
315
+ export var ExecutionStats = [
316
+ 3,
317
+ n0,
318
+ _ES,
319
+ 0,
320
+ [_ETIM, _DW, _BM, _CBS, _RI, _QRR],
321
+ [1, 1, 1, 1, 1, 1],
322
+ ];
323
+ export var InternalServerException = [
324
+ -3,
325
+ n0,
326
+ _ISE,
327
+ {
328
+ [_e]: _s,
329
+ [_hE]: 500,
330
+ },
331
+ [_M],
332
+ [0],
333
+ ];
334
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
335
+ export var InvalidEndpointException = [
336
+ -3,
337
+ n0,
338
+ _IEE,
339
+ {
340
+ [_e]: _c,
341
+ [_hE]: 421,
342
+ },
343
+ [_M],
344
+ [0],
345
+ ];
346
+ TypeRegistry.for(n0).registerError(InvalidEndpointException, __InvalidEndpointException);
347
+ export var LastUpdate = [3, n0, _LU, 0, [_TQTCU, _S, _SM], [1, 0, 0]];
348
+ export var ListScheduledQueriesRequest = [3, n0, _LSQR, 0, [_MR, _NT], [1, 0]];
349
+ export var ListScheduledQueriesResponse = [
350
+ 3,
351
+ n0,
352
+ _LSQRi,
353
+ 0,
354
+ [_SQc, _NT],
355
+ [() => ScheduledQueryList, 0],
356
+ ];
357
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN, _MR, _NT], [0, 1, 0]];
358
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => TagList, 0]];
359
+ export var MixedMeasureMapping = [
360
+ 3,
361
+ n0,
362
+ _MMM,
363
+ 0,
364
+ [_MN, _SCou, _TMN, _MVT, _MMAM],
365
+ [0, 0, 0, 0, () => MultiMeasureAttributeMappingList],
366
+ ];
367
+ export var MultiMeasureAttributeMapping = [3, n0, _MMAMu, 0, [_SCou, _TMMAN, _MVT], [0, 0, 0]];
368
+ export var MultiMeasureMappings = [
369
+ 3,
370
+ n0,
371
+ _MMMu,
372
+ 0,
373
+ [_TMMN, _MMAM],
374
+ [0, () => MultiMeasureAttributeMappingList],
375
+ ];
376
+ export var NotificationConfiguration = [3, n0, _NC, 0, [_SC], [() => SnsConfiguration]];
377
+ export var ParameterMapping = [3, n0, _PM, 0, [_N, _T], [0, () => Type]];
378
+ export var PrepareQueryRequest = [3, n0, _PQR, 0, [_QS, _VO], [[() => QueryString, 0], 2]];
379
+ export var PrepareQueryResponse = [
380
+ 3,
381
+ n0,
382
+ _PQRr,
383
+ 0,
384
+ [_QS, _C, _P],
385
+ [[() => QueryString, 0], () => SelectColumnList, () => ParameterMappingList],
386
+ ];
387
+ export var ProvisionedCapacityRequest = [
388
+ 3,
389
+ n0,
390
+ _PCR,
391
+ 0,
392
+ [_TQTCU, _NC],
393
+ [1, () => AccountSettingsNotificationConfiguration],
394
+ ];
395
+ export var ProvisionedCapacityResponse = [
396
+ 3,
397
+ n0,
398
+ _PCRr,
399
+ 0,
400
+ [_AQTCU, _NC, _LU],
401
+ [1, () => AccountSettingsNotificationConfiguration, () => LastUpdate],
402
+ ];
403
+ export var QueryComputeRequest = [
404
+ 3,
405
+ n0,
406
+ _QCR,
407
+ 0,
408
+ [_CMo, _PC],
409
+ [0, () => ProvisionedCapacityRequest],
410
+ ];
411
+ export var QueryComputeResponse = [
412
+ 3,
413
+ n0,
414
+ _QCRu,
415
+ 0,
416
+ [_CMo, _PC],
417
+ [0, () => ProvisionedCapacityResponse],
418
+ ];
419
+ export var QueryExecutionException = [
420
+ -3,
421
+ n0,
422
+ _QEE,
423
+ {
424
+ [_e]: _c,
425
+ [_hE]: 400,
426
+ },
427
+ [_M],
428
+ [0],
429
+ ];
430
+ TypeRegistry.for(n0).registerError(QueryExecutionException, __QueryExecutionException);
431
+ export var QueryInsights = [3, n0, _QIu, 0, [_Mo], [0]];
432
+ export var QueryInsightsResponse = [
433
+ 3,
434
+ n0,
435
+ _QIR,
436
+ 0,
437
+ [_QSC, _QTR, _QTC, _OR, _OB, _UPC, _UWR, _UWB],
438
+ [() => QuerySpatialCoverage, () => QueryTemporalRange, 1, 1, 1, 1, 1, 1],
439
+ ];
440
+ export var QueryRequest = [
441
+ 3,
442
+ n0,
443
+ _QR,
444
+ 0,
445
+ [_QS, _CT, _NT, _MRa, _QIu],
446
+ [[() => QueryString, 0], [() => ClientRequestToken, 4], 0, 1, () => QueryInsights],
447
+ ];
448
+ export var QueryResponse = [
449
+ 3,
450
+ n0,
451
+ _QRu,
452
+ 0,
453
+ [_QI, _NT, _R, _CI, _QSu, _QIR],
454
+ [0, 0, () => RowList, () => ColumnInfoList, () => QueryStatus, () => QueryInsightsResponse],
455
+ ];
456
+ export var QuerySpatialCoverage = [3, n0, _QSC, 0, [_Ma], [() => QuerySpatialCoverageMax]];
457
+ export var QuerySpatialCoverageMax = [3, n0, _QSCM, 0, [_V, _TA, _PK], [1, 0, 64 | 0]];
458
+ export var QueryStatus = [3, n0, _QSu, 0, [_PP, _CBS, _CBM], [1, 1, 1]];
459
+ export var QueryTemporalRange = [3, n0, _QTR, 0, [_Ma], [() => QueryTemporalRangeMax]];
460
+ export var QueryTemporalRangeMax = [3, n0, _QTRM, 0, [_V, _TA], [1, 0]];
461
+ export var ResourceNotFoundException = [
462
+ -3,
463
+ n0,
464
+ _RNFE,
465
+ {
466
+ [_e]: _c,
467
+ [_hE]: 404,
468
+ },
469
+ [_M, _SQA],
470
+ [0, 0],
471
+ ];
472
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
473
+ export var Row = [3, n0, _Ro, 0, [_Da], [() => DatumList]];
474
+ export var S3Configuration = [3, n0, _SCo, 0, [_BN, _OKP, _EO], [0, 0, 0]];
475
+ export var S3ReportLocation = [3, n0, _SRL, 0, [_BN, _OK], [0, 0]];
476
+ export var ScheduleConfiguration = [3, n0, _SCc, 0, [_SE], [0]];
477
+ export var ScheduledQuery = [
478
+ 3,
479
+ n0,
480
+ _SQ,
481
+ 0,
482
+ [_A, _N, _CTr, _St, _PIT, _NIT, _ERC, _TD, _LRS],
483
+ [0, 0, 4, 0, 4, 4, () => ErrorReportConfiguration, () => TargetDestination, 0],
484
+ ];
485
+ export var ScheduledQueryDescription = [
486
+ 3,
487
+ n0,
488
+ _SQD,
489
+ 0,
490
+ [_A, _N, _QS, _CTr, _St, _PIT, _NIT, _SCc, _NC, _TC, _SQERA, _KKI, _ERC, _LRSa, _RFR],
491
+ [
492
+ 0,
493
+ 0,
494
+ [() => QueryString, 0],
495
+ 4,
496
+ 0,
497
+ 4,
498
+ 4,
499
+ () => ScheduleConfiguration,
500
+ () => NotificationConfiguration,
501
+ () => TargetConfiguration,
502
+ 0,
503
+ 0,
504
+ () => ErrorReportConfiguration,
505
+ () => ScheduledQueryRunSummary,
506
+ () => ScheduledQueryRunSummaryList,
507
+ ],
508
+ ];
509
+ export var ScheduledQueryInsights = [3, n0, _SQI, 0, [_Mo], [0]];
510
+ export var ScheduledQueryInsightsResponse = [
511
+ 3,
512
+ n0,
513
+ _SQIR,
514
+ 0,
515
+ [_QSC, _QTR, _QTC, _OR, _OB],
516
+ [() => QuerySpatialCoverage, () => QueryTemporalRange, 1, 1, 1],
517
+ ];
518
+ export var ScheduledQueryRunSummary = [
519
+ 3,
520
+ n0,
521
+ _SQRS,
522
+ 0,
523
+ [_IT, _TT, _RS, _ES, _QIR, _ERL, _FR],
524
+ [4, 4, 0, () => ExecutionStats, () => ScheduledQueryInsightsResponse, () => ErrorReportLocation, 0],
525
+ ];
526
+ export var SelectColumn = [3, n0, _SCe, 0, [_N, _T, _DN, _TN, _Al], [0, () => Type, 0, 0, 2]];
527
+ export var ServiceQuotaExceededException = [
528
+ -3,
529
+ n0,
530
+ _SQEE,
531
+ {
532
+ [_e]: _c,
533
+ [_hE]: 402,
534
+ },
535
+ [_M],
536
+ [0],
537
+ ];
538
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
539
+ export var SnsConfiguration = [3, n0, _SC, 0, [_TAo], [0]];
540
+ export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
541
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
542
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
543
+ export var TargetConfiguration = [3, n0, _TC, 0, [_TCi], [() => TimestreamConfiguration]];
544
+ export var TargetDestination = [3, n0, _TD, 0, [_TDi], [() => TimestreamDestination]];
545
+ export var ThrottlingException = [
546
+ -3,
547
+ n0,
548
+ _TE,
549
+ {
550
+ [_e]: _c,
551
+ [_hE]: 429,
552
+ },
553
+ [_M],
554
+ [0],
555
+ ];
556
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
557
+ export var TimeSeriesDataPoint = [3, n0, _TSDP, 0, [_Ti, _V], [0, () => Datum]];
558
+ export var TimestreamConfiguration = [
559
+ 3,
560
+ n0,
561
+ _TCi,
562
+ 0,
563
+ [_DN, _TN, _TCim, _DMi, _MMMu, _MMMi, _MNC],
564
+ [0, 0, 0, () => DimensionMappingList, () => MultiMeasureMappings, () => MixedMeasureMappingList, 0],
565
+ ];
566
+ export var TimestreamDestination = [3, n0, _TDi, 0, [_DN, _TN], [0, 0]];
567
+ export var Type = [
568
+ 3,
569
+ n0,
570
+ _T,
571
+ 0,
572
+ [_ST, _ACI, _TSMVCI, _RCI],
573
+ [0, () => ColumnInfo, () => ColumnInfo, () => ColumnInfoList],
574
+ ];
575
+ export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
576
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
577
+ export var UpdateAccountSettingsRequest = [
578
+ 3,
579
+ n0,
580
+ _UASR,
581
+ 0,
582
+ [_MQTCU, _QPM, _QC],
583
+ [1, 0, () => QueryComputeRequest],
584
+ ];
585
+ export var UpdateAccountSettingsResponse = [
586
+ 3,
587
+ n0,
588
+ _UASRp,
589
+ 0,
590
+ [_MQTCU, _QPM, _QC],
591
+ [1, 0, () => QueryComputeResponse],
592
+ ];
593
+ export var UpdateScheduledQueryRequest = [3, n0, _USQR, 0, [_SQA, _St], [0, 0]];
594
+ export var ValidationException = [
595
+ -3,
596
+ n0,
597
+ _VE,
598
+ {
599
+ [_e]: _c,
600
+ [_hE]: 400,
601
+ },
602
+ [_M],
603
+ [0],
604
+ ];
605
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
606
+ export var __Unit = "unit";
607
+ export var TimestreamQueryServiceException = [-3, _sm, "TimestreamQueryServiceException", 0, [], []];
608
+ TypeRegistry.for(_sm).registerError(TimestreamQueryServiceException, __TimestreamQueryServiceException);
609
+ export var ColumnInfoList = [1, n0, _CIL, 0, () => ColumnInfo];
610
+ export var DatumList = [1, n0, _DL, 0, () => Datum];
611
+ export var DimensionMappingList = [1, n0, _DML, 0, () => DimensionMapping];
612
+ export var Endpoints = [1, n0, _E, 0, () => Endpoint];
613
+ export var MixedMeasureMappingList = [1, n0, _MMML, 0, () => MixedMeasureMapping];
614
+ export var MultiMeasureAttributeMappingList = [1, n0, _MMAML, 0, () => MultiMeasureAttributeMapping];
615
+ export var ParameterMappingList = [1, n0, _PML, 0, () => ParameterMapping];
616
+ export var PartitionKeyList = 64 | 0;
617
+ export var RowList = [1, n0, _RL, 0, () => Row];
618
+ export var ScheduledQueryList = [1, n0, _SQL, 0, () => ScheduledQuery];
619
+ export var ScheduledQueryRunSummaryList = [1, n0, _SQRSL, 0, () => ScheduledQueryRunSummary];
620
+ export var SelectColumnList = [1, n0, _SCL, 0, () => SelectColumn];
621
+ export var TagKeyList = 64 | 0;
622
+ export var TagList = [1, n0, _TL, 0, () => Tag];
623
+ export var TimeSeriesDataPointList = [1, n0, _TSDPL, 0, () => TimeSeriesDataPoint];
624
+ export var CancelQuery = [9, n0, _CQ, 2, () => CancelQueryRequest, () => CancelQueryResponse];
625
+ export var CreateScheduledQuery = [
626
+ 9,
627
+ n0,
628
+ _CSQ,
629
+ 2,
630
+ () => CreateScheduledQueryRequest,
631
+ () => CreateScheduledQueryResponse,
632
+ ];
633
+ export var DeleteScheduledQuery = [
634
+ 9,
635
+ n0,
636
+ _DSQ,
637
+ 2,
638
+ () => DeleteScheduledQueryRequest,
639
+ () => __Unit,
640
+ ];
641
+ export var DescribeAccountSettings = [
642
+ 9,
643
+ n0,
644
+ _DAS,
645
+ 0,
646
+ () => DescribeAccountSettingsRequest,
647
+ () => DescribeAccountSettingsResponse,
648
+ ];
649
+ export var DescribeEndpoints = [
650
+ 9,
651
+ n0,
652
+ _DE,
653
+ 0,
654
+ () => DescribeEndpointsRequest,
655
+ () => DescribeEndpointsResponse,
656
+ ];
657
+ export var DescribeScheduledQuery = [
658
+ 9,
659
+ n0,
660
+ _DSQe,
661
+ 0,
662
+ () => DescribeScheduledQueryRequest,
663
+ () => DescribeScheduledQueryResponse,
664
+ ];
665
+ export var ExecuteScheduledQuery = [
666
+ 9,
667
+ n0,
668
+ _ESQ,
669
+ 2,
670
+ () => ExecuteScheduledQueryRequest,
671
+ () => __Unit,
672
+ ];
673
+ export var ListScheduledQueries = [
674
+ 9,
675
+ n0,
676
+ _LSQ,
677
+ 0,
678
+ () => ListScheduledQueriesRequest,
679
+ () => ListScheduledQueriesResponse,
680
+ ];
681
+ export var ListTagsForResource = [
682
+ 9,
683
+ n0,
684
+ _LTFR,
685
+ 0,
686
+ () => ListTagsForResourceRequest,
687
+ () => ListTagsForResourceResponse,
688
+ ];
689
+ export var PrepareQuery = [9, n0, _PQ, 2, () => PrepareQueryRequest, () => PrepareQueryResponse];
690
+ export var Query = [9, n0, _Q, 2, () => QueryRequest, () => QueryResponse];
691
+ export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
692
+ export var UntagResource = [
693
+ 9,
694
+ n0,
695
+ _UR,
696
+ 0,
697
+ () => UntagResourceRequest,
698
+ () => UntagResourceResponse,
699
+ ];
700
+ export var UpdateAccountSettings = [
701
+ 9,
702
+ n0,
703
+ _UAS,
704
+ 2,
705
+ () => UpdateAccountSettingsRequest,
706
+ () => UpdateAccountSettingsResponse,
707
+ ];
708
+ export var UpdateScheduledQuery = [
709
+ 9,
710
+ n0,
711
+ _USQ,
712
+ 0,
713
+ () => UpdateScheduledQueryRequest,
714
+ () => __Unit,
715
+ ];