@aws-sdk/client-timestream-influxdb 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 (41) hide show
  1. package/dist-cjs/index.js +1088 -852
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/TimestreamInfluxDBClient.js +2 -0
  4. package/dist-es/commands/CreateDbClusterCommand.js +3 -10
  5. package/dist-es/commands/CreateDbInstanceCommand.js +3 -10
  6. package/dist-es/commands/CreateDbParameterGroupCommand.js +3 -9
  7. package/dist-es/commands/DeleteDbClusterCommand.js +3 -9
  8. package/dist-es/commands/DeleteDbInstanceCommand.js +3 -9
  9. package/dist-es/commands/GetDbClusterCommand.js +3 -9
  10. package/dist-es/commands/GetDbInstanceCommand.js +3 -9
  11. package/dist-es/commands/GetDbParameterGroupCommand.js +3 -9
  12. package/dist-es/commands/ListDbClustersCommand.js +3 -9
  13. package/dist-es/commands/ListDbInstancesCommand.js +3 -9
  14. package/dist-es/commands/ListDbInstancesForClusterCommand.js +3 -9
  15. package/dist-es/commands/ListDbParameterGroupsCommand.js +3 -9
  16. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  17. package/dist-es/commands/TagResourceCommand.js +3 -9
  18. package/dist-es/commands/UntagResourceCommand.js +3 -9
  19. package/dist-es/commands/UpdateDbClusterCommand.js +3 -9
  20. package/dist-es/commands/UpdateDbInstanceCommand.js +3 -9
  21. package/dist-es/models/models_0.js +0 -11
  22. package/dist-es/runtimeConfig.shared.js +7 -0
  23. package/dist-es/schemas/schemas_0.js +1037 -0
  24. package/dist-types/TimestreamInfluxDBClient.d.ts +10 -1
  25. package/dist-types/models/models_0.d.ts +0 -8
  26. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  27. package/dist-types/runtimeConfig.d.ts +1 -0
  28. package/dist-types/runtimeConfig.native.d.ts +1 -0
  29. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  30. package/dist-types/schemas/schemas_0.d.ts +83 -0
  31. package/dist-types/ts3.4/TimestreamInfluxDBClient.d.ts +4 -0
  32. package/dist-types/ts3.4/models/models_0.d.ts +0 -6
  33. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  34. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  35. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  36. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  37. package/dist-types/ts3.4/schemas/schemas_0.d.ts +89 -0
  38. package/package.json +5 -5
  39. package/dist-es/protocols/Aws_json1_0.js +0 -704
  40. package/dist-types/protocols/Aws_json1_0.d.ts +0 -155
  41. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -209
@@ -0,0 +1,1037 @@
1
+ const _ADE = "AccessDeniedException";
2
+ const _CDC = "CreateDbCluster";
3
+ const _CDCI = "CreateDbClusterInput";
4
+ const _CDCO = "CreateDbClusterOutput";
5
+ const _CDI = "CreateDbInstance";
6
+ const _CDII = "CreateDbInstanceInput";
7
+ const _CDIO = "CreateDbInstanceOutput";
8
+ const _CDPG = "CreateDbParameterGroup";
9
+ const _CDPGI = "CreateDbParameterGroupInput";
10
+ const _CDPGO = "CreateDbParameterGroupOutput";
11
+ const _CE = "ConflictException";
12
+ const _D = "Duration";
13
+ const _DCS = "DbClusterSummary";
14
+ const _DCSL = "DbClusterSummaryList";
15
+ const _DDC = "DeleteDbCluster";
16
+ const _DDCI = "DeleteDbClusterInput";
17
+ const _DDCO = "DeleteDbClusterOutput";
18
+ const _DDI = "DeleteDbInstance";
19
+ const _DDII = "DeleteDbInstanceInput";
20
+ const _DDIO = "DeleteDbInstanceOutput";
21
+ const _DIFCS = "DbInstanceForClusterSummary";
22
+ const _DIFCSL = "DbInstanceForClusterSummaryList";
23
+ const _DIS = "DbInstanceSummary";
24
+ const _DISL = "DbInstanceSummaryList";
25
+ const _DPGS = "DbParameterGroupSummary";
26
+ const _DPGSL = "DbParameterGroupSummaryList";
27
+ const _GDC = "GetDbCluster";
28
+ const _GDCI = "GetDbClusterInput";
29
+ const _GDCO = "GetDbClusterOutput";
30
+ const _GDI = "GetDbInstance";
31
+ const _GDII = "GetDbInstanceInput";
32
+ const _GDIO = "GetDbInstanceOutput";
33
+ const _GDPG = "GetDbParameterGroup";
34
+ const _GDPGI = "GetDbParameterGroupInput";
35
+ const _GDPGO = "GetDbParameterGroupOutput";
36
+ const _IDB = "InfluxDBv2";
37
+ const _IDBC = "InfluxDBv3Core";
38
+ const _IDBCP = "InfluxDBv3CoreParameters";
39
+ const _IDBE = "InfluxDBv3Enterprise";
40
+ const _IDBEP = "InfluxDBv3EnterpriseParameters";
41
+ const _IDBP = "InfluxDBv2Parameters";
42
+ const _ISE = "InternalServerException";
43
+ const _LDC = "LogDeliveryConfiguration";
44
+ const _LDCI = "ListDbClustersInput";
45
+ const _LDCO = "ListDbClustersOutput";
46
+ const _LDCi = "ListDbClusters";
47
+ const _LDI = "ListDbInstances";
48
+ const _LDIFC = "ListDbInstancesForCluster";
49
+ const _LDIFCI = "ListDbInstancesForClusterInput";
50
+ const _LDIFCO = "ListDbInstancesForClusterOutput";
51
+ const _LDII = "ListDbInstancesInput";
52
+ const _LDIO = "ListDbInstancesOutput";
53
+ const _LDPG = "ListDbParameterGroups";
54
+ const _LDPGI = "ListDbParameterGroupsInput";
55
+ const _LDPGO = "ListDbParameterGroupsOutput";
56
+ const _LTFR = "ListTagsForResource";
57
+ const _LTFRR = "ListTagsForResourceRequest";
58
+ const _LTFRRi = "ListTagsForResourceResponse";
59
+ const _P = "Password";
60
+ const _POAL = "PercentOrAbsoluteLong";
61
+ const _Pa = "Parameters";
62
+ const _RA = "Retry-After";
63
+ const _RNFE = "ResourceNotFoundException";
64
+ const _SC = "S3Configuration";
65
+ const _SQEE = "ServiceQuotaExceededException";
66
+ const _TE = "ThrottlingException";
67
+ const _TR = "TagResource";
68
+ const _TRR = "TagResourceRequest";
69
+ const _U = "Username";
70
+ const _UDC = "UpdateDbCluster";
71
+ const _UDCI = "UpdateDbClusterInput";
72
+ const _UDCO = "UpdateDbClusterOutput";
73
+ const _UDI = "UpdateDbInstance";
74
+ const _UDII = "UpdateDbInstanceInput";
75
+ const _UDIO = "UpdateDbInstanceOutput";
76
+ const _UR = "UntagResource";
77
+ const _URR = "UntagResourceRequest";
78
+ const _VE = "ValidationException";
79
+ const _a = "arn";
80
+ const _aS = "allocatedStorage";
81
+ const _aZ = "availabilityZone";
82
+ const _ab = "absolute";
83
+ const _b = "bucket";
84
+ const _bN = "bucketName";
85
+ const _c = "client";
86
+ const _cCI = "compactionCheckInterval";
87
+ const _cCW = "compactionCleanupWait";
88
+ const _cGD = "compactionGen2Duration";
89
+ const _cM = "compactionMultipliers";
90
+ const _cMNFPP = "compactionMaxNumFilesPerPlan";
91
+ const _cRL = "compactionRowLimit";
92
+ const _cSI = "catalogSyncInterval";
93
+ const _d = "description";
94
+ const _dC = "dedicatedCompactor";
95
+ const _dCEI = "distinctCacheEvictionInterval";
96
+ const _dCI = "dbClusterId";
97
+ const _dCS = "dbClusterStatus";
98
+ const _dFC = "dataFusionConfig";
99
+ const _dFMPF = "dataFusionMaxParquetFanout";
100
+ const _dFNT = "dataFusionNumThreads";
101
+ const _dFRDLS = "dataFusionRuntimeDisableLifoSlot";
102
+ const _dFREI = "dataFusionRuntimeEventInterval";
103
+ const _dFRGQI = "dataFusionRuntimeGlobalQueueInterval";
104
+ const _dFRMBT = "dataFusionRuntimeMaxBlockingThreads";
105
+ const _dFRMIEPT = "dataFusionRuntimeMaxIoEventsPerTick";
106
+ const _dFRT = "dataFusionRuntimeType";
107
+ const _dFRTKA = "dataFusionRuntimeThreadKeepAlive";
108
+ const _dFRTP = "dataFusionRuntimeThreadPriority";
109
+ const _dFUCPL = "dataFusionUseCachedParquetLoader";
110
+ const _dGP = "deleteGracePeriod";
111
+ const _dIT = "dbInstanceType";
112
+ const _dPGI = "dbParameterGroupIdentifier";
113
+ const _dPMC = "disableParquetMemCache";
114
+ const _dST = "dbStorageType";
115
+ const _dT = "deploymentType";
116
+ const _dTu = "durationType";
117
+ const _dVCDFH = "distinctValueCacheDisableFromHistory";
118
+ const _e = "error";
119
+ const _eMPB = "execMemPoolBytes";
120
+ const _eT = "engineType";
121
+ const _en = "endpoint";
122
+ const _ena = "enabled";
123
+ const _fLE = "fluxLogEnabled";
124
+ const _fM = "failoverMode";
125
+ const _fSMT = "forceSnapshotMemThreshold";
126
+ const _gD = "gen1Duration";
127
+ const _gLD = "gen1LookbackDuration";
128
+ const _hDDD = "hardDeleteDefaultDuration";
129
+ const _hE = "httpError";
130
+ const _hH = "httpHeader";
131
+ const _hIT = "httpIdleTimeout";
132
+ const _hRHT = "httpReadHeaderTimeout";
133
+ const _hRT = "httpReadTimeout";
134
+ const _hWT = "httpWriteTimeout";
135
+ const _i = "id";
136
+ const _iAPSA = "influxAuthParametersSecretArn";
137
+ const _iM = "instanceMode";
138
+ const _iMSB = "influxqlMaxSelectBuckets";
139
+ const _iMSP = "influxqlMaxSelectPoint";
140
+ const _iMSS = "influxqlMaxSelectSeries";
141
+ const _iMn = "instanceModes";
142
+ const _iQI = "ingestQueryInstances";
143
+ const _id = "identifier";
144
+ const _it = "items";
145
+ const _lCEI = "lastCacheEvictionInterval";
146
+ const _lDC = "logDeliveryConfiguration";
147
+ const _lF = "logFilter";
148
+ const _lFo = "logFormat";
149
+ const _lL = "logLevel";
150
+ const _lVCDFH = "lastValueCacheDisableFromHistory";
151
+ const _m = "message";
152
+ const _mD = "metricsDisabled";
153
+ const _mHRS = "maxHttpRequestSize";
154
+ const _mR = "maxResults";
155
+ const _n = "name";
156
+ const _nT = "networkType";
157
+ const _nTe = "nextToken";
158
+ const _nTo = "noTasks";
159
+ const _o = "organization";
160
+ const _p = "password";
161
+ const _pA = "publiclyAccessible";
162
+ const _pCA = "preemptiveCacheAge";
163
+ const _pD = "pprofDisabled";
164
+ const _pMCPI = "parquetMemCachePruneInterval";
165
+ const _pMCPP = "parquetMemCachePrunePercentage";
166
+ const _pMCQPD = "parquetMemCacheQueryPathDuration";
167
+ const _pMCS = "parquetMemCacheSize";
168
+ const _pa = "parameters";
169
+ const _pe = "percent";
170
+ const _po = "port";
171
+ const _qC = "queryConcurrency";
172
+ const _qFL = "queryFileLimit";
173
+ const _qIMB = "queryInitialMemoryBytes";
174
+ const _qLS = "queryLogSize";
175
+ const _qMB = "queryMemoryBytes";
176
+ const _qMMB = "queryMaxMemoryBytes";
177
+ const _qOI = "queryOnlyInstances";
178
+ const _qQS = "queryQueueSize";
179
+ const _r = "reason";
180
+ const _rA = "resourceArn";
181
+ const _rAS = "retryAfterSeconds";
182
+ const _rCI = "retentionCheckInterval";
183
+ const _rE = "readerEndpoint";
184
+ const _rI = "resourceId";
185
+ const _rIe = "replicationInterval";
186
+ const _rT = "resourceType";
187
+ const _s = "status";
188
+ const _sAZ = "secondaryAvailabilityZone";
189
+ const _sC = "s3Configuration";
190
+ const _sCFWCD = "storageCompactFullWriteColdDuration";
191
+ const _sCMMS = "storageCacheMaxMemorySize";
192
+ const _sCSMS = "storageCacheSnapshotMemorySize";
193
+ const _sCSWCD = "storageCacheSnapshotWriteColdDuration";
194
+ const _sCTB = "storageCompactThroughputBurst";
195
+ const _sL = "sessionLength";
196
+ const _sMCC = "storageMaxConcurrentCompactions";
197
+ const _sMILFS = "storageMaxIndexLogFileSize";
198
+ const _sNVFS = "storageNoValidateFieldSize";
199
+ const _sRCI = "storageRetentionCheckInterval";
200
+ const _sRD = "sessionRenewDisabled";
201
+ const _sSFMCSC = "storageSeriesFileMaxConcurrentSnapshotCompactions";
202
+ const _sSISCS = "storageSeriesIdSetCacheSize";
203
+ const _sWFTK = "snapshottedWalFilesToKeep";
204
+ const _sWMCW = "storageWalMaxConcurrentWrites";
205
+ const _sWMWD = "storageWalMaxWriteDelay";
206
+ const _se = "server";
207
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.timestreaminfluxdb";
208
+ const _t = "tags";
209
+ const _tICCL = "tableIndexCacheConcurrencyLimit";
210
+ const _tICME = "tableIndexCacheMaxEntries";
211
+ const _tK = "tagKeys";
212
+ const _tT = "tracingType";
213
+ const _u = "username";
214
+ const _uD = "uiDisabled";
215
+ const _v = "value";
216
+ const _vSGI = "vpcSecurityGroupIds";
217
+ const _vSI = "vpcSubnetIds";
218
+ const _wMWBS = "walMaxWriteBufferSize";
219
+ const _wRCL = "walReplayConcurrencyLimit";
220
+ const _wRFOE = "walReplayFailOnError";
221
+ const _wSS = "walSnapshotSize";
222
+ const n0 = "com.amazonaws.timestreaminfluxdb";
223
+ import { TypeRegistry } from "@smithy/core/schema";
224
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
225
+ import { TimestreamInfluxDBServiceException as __TimestreamInfluxDBServiceException } from "../models/TimestreamInfluxDBServiceException";
226
+ export var Password = [0, n0, _P, 8, 0];
227
+ export var Username = [0, n0, _U, 8, 0];
228
+ export var AccessDeniedException = [
229
+ -3,
230
+ n0,
231
+ _ADE,
232
+ {
233
+ [_e]: _c,
234
+ [_hE]: 403,
235
+ },
236
+ [_m],
237
+ [0],
238
+ ];
239
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
240
+ export var ConflictException = [
241
+ -3,
242
+ n0,
243
+ _CE,
244
+ {
245
+ [_e]: _c,
246
+ [_hE]: 409,
247
+ },
248
+ [_m, _rI, _rT],
249
+ [0, 0, 0],
250
+ ];
251
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
252
+ export var CreateDbClusterInput = [
253
+ 3,
254
+ n0,
255
+ _CDCI,
256
+ 0,
257
+ [_n, _u, _p, _o, _b, _po, _dPGI, _dIT, _dST, _aS, _nT, _pA, _vSI, _vSGI, _dT, _fM, _lDC, _t],
258
+ [
259
+ 0,
260
+ [() => Username, 0],
261
+ [() => Password, 0],
262
+ 0,
263
+ 0,
264
+ 1,
265
+ 0,
266
+ 0,
267
+ 0,
268
+ 1,
269
+ 0,
270
+ 2,
271
+ 64 | 0,
272
+ 64 | 0,
273
+ 0,
274
+ 0,
275
+ () => LogDeliveryConfiguration,
276
+ 128 | 0,
277
+ ],
278
+ ];
279
+ export var CreateDbClusterOutput = [3, n0, _CDCO, 0, [_dCI, _dCS], [0, 0]];
280
+ export var CreateDbInstanceInput = [
281
+ 3,
282
+ n0,
283
+ _CDII,
284
+ 0,
285
+ [_n, _u, _p, _o, _b, _dIT, _vSI, _vSGI, _pA, _dST, _aS, _dPGI, _dT, _lDC, _t, _po, _nT],
286
+ [
287
+ 0,
288
+ [() => Username, 0],
289
+ [() => Password, 0],
290
+ 0,
291
+ 0,
292
+ 0,
293
+ 64 | 0,
294
+ 64 | 0,
295
+ 2,
296
+ 0,
297
+ 1,
298
+ 0,
299
+ 0,
300
+ () => LogDeliveryConfiguration,
301
+ 128 | 0,
302
+ 1,
303
+ 0,
304
+ ],
305
+ ];
306
+ export var CreateDbInstanceOutput = [
307
+ 3,
308
+ n0,
309
+ _CDIO,
310
+ 0,
311
+ [
312
+ _i,
313
+ _n,
314
+ _a,
315
+ _s,
316
+ _en,
317
+ _po,
318
+ _nT,
319
+ _dIT,
320
+ _dST,
321
+ _aS,
322
+ _dT,
323
+ _vSI,
324
+ _pA,
325
+ _vSGI,
326
+ _dPGI,
327
+ _aZ,
328
+ _sAZ,
329
+ _lDC,
330
+ _iAPSA,
331
+ _dCI,
332
+ _iM,
333
+ _iMn,
334
+ ],
335
+ [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 64 | 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration, 0, 0, 0, 64 | 0],
336
+ ];
337
+ export var CreateDbParameterGroupInput = [
338
+ 3,
339
+ n0,
340
+ _CDPGI,
341
+ 0,
342
+ [_n, _d, _pa, _t],
343
+ [0, 0, () => _Parameters, 128 | 0],
344
+ ];
345
+ export var CreateDbParameterGroupOutput = [
346
+ 3,
347
+ n0,
348
+ _CDPGO,
349
+ 0,
350
+ [_i, _n, _a, _d, _pa],
351
+ [0, 0, 0, 0, () => _Parameters],
352
+ ];
353
+ export var DbClusterSummary = [
354
+ 3,
355
+ n0,
356
+ _DCS,
357
+ 0,
358
+ [_i, _n, _a, _s, _en, _rE, _po, _dT, _dIT, _nT, _dST, _aS, _eT],
359
+ [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0],
360
+ ];
361
+ export var DbInstanceForClusterSummary = [
362
+ 3,
363
+ n0,
364
+ _DIFCS,
365
+ 0,
366
+ [_i, _n, _a, _s, _en, _po, _nT, _dIT, _dST, _aS, _dT, _iM, _iMn],
367
+ [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 64 | 0],
368
+ ];
369
+ export var DbInstanceSummary = [
370
+ 3,
371
+ n0,
372
+ _DIS,
373
+ 0,
374
+ [_i, _n, _a, _s, _en, _po, _nT, _dIT, _dST, _aS, _dT],
375
+ [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0],
376
+ ];
377
+ export var DbParameterGroupSummary = [3, n0, _DPGS, 0, [_i, _n, _a, _d], [0, 0, 0, 0]];
378
+ export var DeleteDbClusterInput = [3, n0, _DDCI, 0, [_dCI], [0]];
379
+ export var DeleteDbClusterOutput = [3, n0, _DDCO, 0, [_dCS], [0]];
380
+ export var DeleteDbInstanceInput = [3, n0, _DDII, 0, [_id], [0]];
381
+ export var DeleteDbInstanceOutput = [
382
+ 3,
383
+ n0,
384
+ _DDIO,
385
+ 0,
386
+ [
387
+ _i,
388
+ _n,
389
+ _a,
390
+ _s,
391
+ _en,
392
+ _po,
393
+ _nT,
394
+ _dIT,
395
+ _dST,
396
+ _aS,
397
+ _dT,
398
+ _vSI,
399
+ _pA,
400
+ _vSGI,
401
+ _dPGI,
402
+ _aZ,
403
+ _sAZ,
404
+ _lDC,
405
+ _iAPSA,
406
+ _dCI,
407
+ _iM,
408
+ _iMn,
409
+ ],
410
+ [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 64 | 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration, 0, 0, 0, 64 | 0],
411
+ ];
412
+ export var Duration = [3, n0, _D, 0, [_dTu, _v], [0, 1]];
413
+ export var GetDbClusterInput = [3, n0, _GDCI, 0, [_dCI], [0]];
414
+ export var GetDbClusterOutput = [
415
+ 3,
416
+ n0,
417
+ _GDCO,
418
+ 0,
419
+ [_i, _n, _a, _s, _en, _rE, _po, _dT, _dIT, _nT, _dST, _aS, _eT, _pA, _dPGI, _lDC, _iAPSA, _vSI, _vSGI, _fM],
420
+ [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0, () => LogDeliveryConfiguration, 0, 64 | 0, 64 | 0, 0],
421
+ ];
422
+ export var GetDbInstanceInput = [3, n0, _GDII, 0, [_id], [0]];
423
+ export var GetDbInstanceOutput = [
424
+ 3,
425
+ n0,
426
+ _GDIO,
427
+ 0,
428
+ [
429
+ _i,
430
+ _n,
431
+ _a,
432
+ _s,
433
+ _en,
434
+ _po,
435
+ _nT,
436
+ _dIT,
437
+ _dST,
438
+ _aS,
439
+ _dT,
440
+ _vSI,
441
+ _pA,
442
+ _vSGI,
443
+ _dPGI,
444
+ _aZ,
445
+ _sAZ,
446
+ _lDC,
447
+ _iAPSA,
448
+ _dCI,
449
+ _iM,
450
+ _iMn,
451
+ ],
452
+ [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 64 | 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration, 0, 0, 0, 64 | 0],
453
+ ];
454
+ export var GetDbParameterGroupInput = [3, n0, _GDPGI, 0, [_id], [0]];
455
+ export var GetDbParameterGroupOutput = [
456
+ 3,
457
+ n0,
458
+ _GDPGO,
459
+ 0,
460
+ [_i, _n, _a, _d, _pa],
461
+ [0, 0, 0, 0, () => _Parameters],
462
+ ];
463
+ export var InfluxDBv2Parameters = [
464
+ 3,
465
+ n0,
466
+ _IDBP,
467
+ 0,
468
+ [
469
+ _fLE,
470
+ _lL,
471
+ _nTo,
472
+ _qC,
473
+ _qQS,
474
+ _tT,
475
+ _mD,
476
+ _hIT,
477
+ _hRHT,
478
+ _hRT,
479
+ _hWT,
480
+ _iMSB,
481
+ _iMSP,
482
+ _iMSS,
483
+ _pD,
484
+ _qIMB,
485
+ _qMMB,
486
+ _qMB,
487
+ _sL,
488
+ _sRD,
489
+ _sCMMS,
490
+ _sCSMS,
491
+ _sCSWCD,
492
+ _sCFWCD,
493
+ _sCTB,
494
+ _sMCC,
495
+ _sMILFS,
496
+ _sNVFS,
497
+ _sRCI,
498
+ _sSFMCSC,
499
+ _sSISCS,
500
+ _sWMCW,
501
+ _sWMWD,
502
+ _uD,
503
+ ],
504
+ [
505
+ 2,
506
+ 0,
507
+ 2,
508
+ 1,
509
+ 1,
510
+ 0,
511
+ 2,
512
+ () => Duration,
513
+ () => Duration,
514
+ () => Duration,
515
+ () => Duration,
516
+ 1,
517
+ 1,
518
+ 1,
519
+ 2,
520
+ 1,
521
+ 1,
522
+ 1,
523
+ 1,
524
+ 2,
525
+ 1,
526
+ 1,
527
+ () => Duration,
528
+ () => Duration,
529
+ 1,
530
+ 1,
531
+ 1,
532
+ 2,
533
+ () => Duration,
534
+ 1,
535
+ 1,
536
+ 1,
537
+ () => Duration,
538
+ 2,
539
+ ],
540
+ ];
541
+ export var InfluxDBv3CoreParameters = [
542
+ 3,
543
+ n0,
544
+ _IDBCP,
545
+ 0,
546
+ [
547
+ _qFL,
548
+ _qLS,
549
+ _lF,
550
+ _lFo,
551
+ _dFNT,
552
+ _dFRT,
553
+ _dFRDLS,
554
+ _dFREI,
555
+ _dFRGQI,
556
+ _dFRMBT,
557
+ _dFRMIEPT,
558
+ _dFRTKA,
559
+ _dFRTP,
560
+ _dFMPF,
561
+ _dFUCPL,
562
+ _dFC,
563
+ _mHRS,
564
+ _fSMT,
565
+ _wSS,
566
+ _wMWBS,
567
+ _sWFTK,
568
+ _pCA,
569
+ _pMCPP,
570
+ _pMCPI,
571
+ _dPMC,
572
+ _pMCQPD,
573
+ _lCEI,
574
+ _dCEI,
575
+ _gD,
576
+ _eMPB,
577
+ _pMCS,
578
+ _wRFOE,
579
+ _wRCL,
580
+ _tICME,
581
+ _tICCL,
582
+ _gLD,
583
+ _rCI,
584
+ _dGP,
585
+ _hDDD,
586
+ ],
587
+ [
588
+ 1,
589
+ 1,
590
+ 0,
591
+ 0,
592
+ 1,
593
+ 0,
594
+ 2,
595
+ 1,
596
+ 1,
597
+ 1,
598
+ 1,
599
+ () => Duration,
600
+ 1,
601
+ 1,
602
+ 2,
603
+ 0,
604
+ 1,
605
+ () => PercentOrAbsoluteLong,
606
+ 1,
607
+ 1,
608
+ 1,
609
+ () => Duration,
610
+ 1,
611
+ () => Duration,
612
+ 2,
613
+ () => Duration,
614
+ () => Duration,
615
+ () => Duration,
616
+ () => Duration,
617
+ () => PercentOrAbsoluteLong,
618
+ () => PercentOrAbsoluteLong,
619
+ 2,
620
+ 1,
621
+ 1,
622
+ 1,
623
+ () => Duration,
624
+ () => Duration,
625
+ () => Duration,
626
+ () => Duration,
627
+ ],
628
+ ];
629
+ export var InfluxDBv3EnterpriseParameters = [
630
+ 3,
631
+ n0,
632
+ _IDBEP,
633
+ 0,
634
+ [
635
+ _qFL,
636
+ _qLS,
637
+ _lF,
638
+ _lFo,
639
+ _dFNT,
640
+ _dFRT,
641
+ _dFRDLS,
642
+ _dFREI,
643
+ _dFRGQI,
644
+ _dFRMBT,
645
+ _dFRMIEPT,
646
+ _dFRTKA,
647
+ _dFRTP,
648
+ _dFMPF,
649
+ _dFUCPL,
650
+ _dFC,
651
+ _mHRS,
652
+ _fSMT,
653
+ _wSS,
654
+ _wMWBS,
655
+ _sWFTK,
656
+ _pCA,
657
+ _pMCPP,
658
+ _pMCPI,
659
+ _dPMC,
660
+ _pMCQPD,
661
+ _lCEI,
662
+ _dCEI,
663
+ _gD,
664
+ _eMPB,
665
+ _pMCS,
666
+ _wRFOE,
667
+ _wRCL,
668
+ _tICME,
669
+ _tICCL,
670
+ _gLD,
671
+ _rCI,
672
+ _dGP,
673
+ _hDDD,
674
+ _iQI,
675
+ _qOI,
676
+ _dC,
677
+ _cRL,
678
+ _cMNFPP,
679
+ _cGD,
680
+ _cM,
681
+ _cCW,
682
+ _cCI,
683
+ _lVCDFH,
684
+ _dVCDFH,
685
+ _rIe,
686
+ _cSI,
687
+ ],
688
+ [
689
+ 1,
690
+ 1,
691
+ 0,
692
+ 0,
693
+ 1,
694
+ 0,
695
+ 2,
696
+ 1,
697
+ 1,
698
+ 1,
699
+ 1,
700
+ () => Duration,
701
+ 1,
702
+ 1,
703
+ 2,
704
+ 0,
705
+ 1,
706
+ () => PercentOrAbsoluteLong,
707
+ 1,
708
+ 1,
709
+ 1,
710
+ () => Duration,
711
+ 1,
712
+ () => Duration,
713
+ 2,
714
+ () => Duration,
715
+ () => Duration,
716
+ () => Duration,
717
+ () => Duration,
718
+ () => PercentOrAbsoluteLong,
719
+ () => PercentOrAbsoluteLong,
720
+ 2,
721
+ 1,
722
+ 1,
723
+ 1,
724
+ () => Duration,
725
+ () => Duration,
726
+ () => Duration,
727
+ () => Duration,
728
+ 1,
729
+ 1,
730
+ 2,
731
+ 1,
732
+ 1,
733
+ () => Duration,
734
+ 0,
735
+ () => Duration,
736
+ () => Duration,
737
+ 2,
738
+ 2,
739
+ () => Duration,
740
+ () => Duration,
741
+ ],
742
+ ];
743
+ export var InternalServerException = [
744
+ -3,
745
+ n0,
746
+ _ISE,
747
+ {
748
+ [_e]: _se,
749
+ [_hE]: 500,
750
+ },
751
+ [_m],
752
+ [0],
753
+ ];
754
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
755
+ export var ListDbClustersInput = [3, n0, _LDCI, 0, [_nTe, _mR], [0, 1]];
756
+ export var ListDbClustersOutput = [
757
+ 3,
758
+ n0,
759
+ _LDCO,
760
+ 0,
761
+ [_it, _nTe],
762
+ [() => DbClusterSummaryList, 0],
763
+ ];
764
+ export var ListDbInstancesForClusterInput = [3, n0, _LDIFCI, 0, [_dCI, _nTe, _mR], [0, 0, 1]];
765
+ export var ListDbInstancesForClusterOutput = [
766
+ 3,
767
+ n0,
768
+ _LDIFCO,
769
+ 0,
770
+ [_it, _nTe],
771
+ [() => DbInstanceForClusterSummaryList, 0],
772
+ ];
773
+ export var ListDbInstancesInput = [3, n0, _LDII, 0, [_nTe, _mR], [0, 1]];
774
+ export var ListDbInstancesOutput = [
775
+ 3,
776
+ n0,
777
+ _LDIO,
778
+ 0,
779
+ [_it, _nTe],
780
+ [() => DbInstanceSummaryList, 0],
781
+ ];
782
+ export var ListDbParameterGroupsInput = [3, n0, _LDPGI, 0, [_nTe, _mR], [0, 1]];
783
+ export var ListDbParameterGroupsOutput = [
784
+ 3,
785
+ n0,
786
+ _LDPGO,
787
+ 0,
788
+ [_it, _nTe],
789
+ [() => DbParameterGroupSummaryList, 0],
790
+ ];
791
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
792
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
793
+ export var LogDeliveryConfiguration = [3, n0, _LDC, 0, [_sC], [() => S3Configuration]];
794
+ export var ResourceNotFoundException = [
795
+ -3,
796
+ n0,
797
+ _RNFE,
798
+ {
799
+ [_e]: _c,
800
+ [_hE]: 404,
801
+ },
802
+ [_m, _rI, _rT],
803
+ [0, 0, 0],
804
+ ];
805
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
806
+ export var S3Configuration = [3, n0, _SC, 0, [_bN, _ena], [0, 2]];
807
+ export var ServiceQuotaExceededException = [
808
+ -3,
809
+ n0,
810
+ _SQEE,
811
+ {
812
+ [_e]: _c,
813
+ [_hE]: 402,
814
+ },
815
+ [_m],
816
+ [0],
817
+ ];
818
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
819
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [0, 128 | 0]];
820
+ export var ThrottlingException = [
821
+ -3,
822
+ n0,
823
+ _TE,
824
+ {
825
+ [_e]: _c,
826
+ [_hE]: 429,
827
+ },
828
+ [_m, _rAS],
829
+ [
830
+ 0,
831
+ [
832
+ 1,
833
+ {
834
+ [_hH]: _RA,
835
+ },
836
+ ],
837
+ ],
838
+ ];
839
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
840
+ export var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [[0, 1], 64 | 0]];
841
+ export var UpdateDbClusterInput = [
842
+ 3,
843
+ n0,
844
+ _UDCI,
845
+ 0,
846
+ [_dCI, _lDC, _dPGI, _po, _dIT, _fM],
847
+ [0, () => LogDeliveryConfiguration, 0, 1, 0, 0],
848
+ ];
849
+ export var UpdateDbClusterOutput = [3, n0, _UDCO, 0, [_dCS], [0]];
850
+ export var UpdateDbInstanceInput = [
851
+ 3,
852
+ n0,
853
+ _UDII,
854
+ 0,
855
+ [_id, _lDC, _dPGI, _po, _dIT, _dT, _dST, _aS],
856
+ [0, () => LogDeliveryConfiguration, 0, 1, 0, 0, 0, 1],
857
+ ];
858
+ export var UpdateDbInstanceOutput = [
859
+ 3,
860
+ n0,
861
+ _UDIO,
862
+ 0,
863
+ [
864
+ _i,
865
+ _n,
866
+ _a,
867
+ _s,
868
+ _en,
869
+ _po,
870
+ _nT,
871
+ _dIT,
872
+ _dST,
873
+ _aS,
874
+ _dT,
875
+ _vSI,
876
+ _pA,
877
+ _vSGI,
878
+ _dPGI,
879
+ _aZ,
880
+ _sAZ,
881
+ _lDC,
882
+ _iAPSA,
883
+ _dCI,
884
+ _iM,
885
+ _iMn,
886
+ ],
887
+ [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 64 | 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration, 0, 0, 0, 64 | 0],
888
+ ];
889
+ export var ValidationException = [
890
+ -3,
891
+ n0,
892
+ _VE,
893
+ {
894
+ [_e]: _c,
895
+ [_hE]: 400,
896
+ },
897
+ [_m, _r],
898
+ [0, 0],
899
+ ];
900
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
901
+ export var __Unit = "unit";
902
+ export var TimestreamInfluxDBServiceException = [
903
+ -3,
904
+ _sm,
905
+ "TimestreamInfluxDBServiceException",
906
+ 0,
907
+ [],
908
+ [],
909
+ ];
910
+ TypeRegistry.for(_sm).registerError(TimestreamInfluxDBServiceException, __TimestreamInfluxDBServiceException);
911
+ export var DbClusterSummaryList = [1, n0, _DCSL, 0, () => DbClusterSummary];
912
+ export var DbInstanceForClusterSummaryList = [1, n0, _DIFCSL, 0, () => DbInstanceForClusterSummary];
913
+ export var DbInstanceSummaryList = [1, n0, _DISL, 0, () => DbInstanceSummary];
914
+ export var DbParameterGroupSummaryList = [1, n0, _DPGSL, 0, () => DbParameterGroupSummary];
915
+ export var InstanceModeList = 64 | 0;
916
+ export var TagKeys = 64 | 0;
917
+ export var VpcSecurityGroupIdList = 64 | 0;
918
+ export var VpcSubnetIdList = 64 | 0;
919
+ export var RequestTagMap = 128 | 0;
920
+ export var ResponseTagMap = 128 | 0;
921
+ export var _Parameters = [
922
+ 3,
923
+ n0,
924
+ _Pa,
925
+ 0,
926
+ [_IDB, _IDBC, _IDBE],
927
+ [() => InfluxDBv2Parameters, () => InfluxDBv3CoreParameters, () => InfluxDBv3EnterpriseParameters],
928
+ ];
929
+ export var PercentOrAbsoluteLong = [3, n0, _POAL, 0, [_pe, _ab], [0, 1]];
930
+ export var CreateDbCluster = [
931
+ 9,
932
+ n0,
933
+ _CDC,
934
+ 2,
935
+ () => CreateDbClusterInput,
936
+ () => CreateDbClusterOutput,
937
+ ];
938
+ export var CreateDbInstance = [
939
+ 9,
940
+ n0,
941
+ _CDI,
942
+ 2,
943
+ () => CreateDbInstanceInput,
944
+ () => CreateDbInstanceOutput,
945
+ ];
946
+ export var CreateDbParameterGroup = [
947
+ 9,
948
+ n0,
949
+ _CDPG,
950
+ 2,
951
+ () => CreateDbParameterGroupInput,
952
+ () => CreateDbParameterGroupOutput,
953
+ ];
954
+ export var DeleteDbCluster = [
955
+ 9,
956
+ n0,
957
+ _DDC,
958
+ 2,
959
+ () => DeleteDbClusterInput,
960
+ () => DeleteDbClusterOutput,
961
+ ];
962
+ export var DeleteDbInstance = [
963
+ 9,
964
+ n0,
965
+ _DDI,
966
+ 2,
967
+ () => DeleteDbInstanceInput,
968
+ () => DeleteDbInstanceOutput,
969
+ ];
970
+ export var GetDbCluster = [9, n0, _GDC, 0, () => GetDbClusterInput, () => GetDbClusterOutput];
971
+ export var GetDbInstance = [9, n0, _GDI, 0, () => GetDbInstanceInput, () => GetDbInstanceOutput];
972
+ export var GetDbParameterGroup = [
973
+ 9,
974
+ n0,
975
+ _GDPG,
976
+ 0,
977
+ () => GetDbParameterGroupInput,
978
+ () => GetDbParameterGroupOutput,
979
+ ];
980
+ export var ListDbClusters = [
981
+ 9,
982
+ n0,
983
+ _LDCi,
984
+ 0,
985
+ () => ListDbClustersInput,
986
+ () => ListDbClustersOutput,
987
+ ];
988
+ export var ListDbInstances = [
989
+ 9,
990
+ n0,
991
+ _LDI,
992
+ 0,
993
+ () => ListDbInstancesInput,
994
+ () => ListDbInstancesOutput,
995
+ ];
996
+ export var ListDbInstancesForCluster = [
997
+ 9,
998
+ n0,
999
+ _LDIFC,
1000
+ 0,
1001
+ () => ListDbInstancesForClusterInput,
1002
+ () => ListDbInstancesForClusterOutput,
1003
+ ];
1004
+ export var ListDbParameterGroups = [
1005
+ 9,
1006
+ n0,
1007
+ _LDPG,
1008
+ 0,
1009
+ () => ListDbParameterGroupsInput,
1010
+ () => ListDbParameterGroupsOutput,
1011
+ ];
1012
+ export var ListTagsForResource = [
1013
+ 9,
1014
+ n0,
1015
+ _LTFR,
1016
+ 0,
1017
+ () => ListTagsForResourceRequest,
1018
+ () => ListTagsForResourceResponse,
1019
+ ];
1020
+ export var TagResource = [9, n0, _TR, 2, () => TagResourceRequest, () => __Unit];
1021
+ export var UntagResource = [9, n0, _UR, 2, () => UntagResourceRequest, () => __Unit];
1022
+ export var UpdateDbCluster = [
1023
+ 9,
1024
+ n0,
1025
+ _UDC,
1026
+ 2,
1027
+ () => UpdateDbClusterInput,
1028
+ () => UpdateDbClusterOutput,
1029
+ ];
1030
+ export var UpdateDbInstance = [
1031
+ 9,
1032
+ n0,
1033
+ _UDI,
1034
+ 2,
1035
+ () => UpdateDbInstanceInput,
1036
+ () => UpdateDbInstanceOutput,
1037
+ ];