@aws-sdk/client-timestream-influxdb 3.952.0 → 3.954.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 (66) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +375 -202
  3. package/dist-cjs/runtimeConfig.shared.js +6 -6
  4. package/dist-es/TimestreamInfluxDB.js +4 -0
  5. package/dist-es/commands/CreateDbClusterCommand.js +2 -2
  6. package/dist-es/commands/CreateDbInstanceCommand.js +2 -2
  7. package/dist-es/commands/CreateDbParameterGroupCommand.js +2 -2
  8. package/dist-es/commands/DeleteDbClusterCommand.js +2 -2
  9. package/dist-es/commands/DeleteDbInstanceCommand.js +2 -2
  10. package/dist-es/commands/GetDbClusterCommand.js +2 -2
  11. package/dist-es/commands/GetDbInstanceCommand.js +2 -2
  12. package/dist-es/commands/GetDbParameterGroupCommand.js +2 -2
  13. package/dist-es/commands/ListDbClustersCommand.js +2 -2
  14. package/dist-es/commands/ListDbInstancesCommand.js +2 -2
  15. package/dist-es/commands/ListDbInstancesForClusterCommand.js +2 -2
  16. package/dist-es/commands/ListDbParameterGroupsCommand.js +2 -2
  17. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  18. package/dist-es/commands/RebootDbClusterCommand.js +16 -0
  19. package/dist-es/commands/RebootDbInstanceCommand.js +16 -0
  20. package/dist-es/commands/TagResourceCommand.js +2 -2
  21. package/dist-es/commands/UntagResourceCommand.js +2 -2
  22. package/dist-es/commands/UpdateDbClusterCommand.js +2 -2
  23. package/dist-es/commands/UpdateDbInstanceCommand.js +2 -2
  24. package/dist-es/commands/index.js +2 -0
  25. package/dist-es/index.js +1 -0
  26. package/dist-es/models/enums.js +6 -0
  27. package/dist-es/runtimeConfig.shared.js +6 -6
  28. package/dist-es/schemas/schemas_0.js +237 -172
  29. package/dist-types/TimestreamInfluxDB.d.ts +14 -0
  30. package/dist-types/TimestreamInfluxDBClient.d.ts +5 -12
  31. package/dist-types/commands/CreateDbClusterCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateDbInstanceCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteDbClusterCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteDbInstanceCommand.d.ts +1 -1
  35. package/dist-types/commands/GetDbClusterCommand.d.ts +1 -1
  36. package/dist-types/commands/GetDbInstanceCommand.d.ts +1 -1
  37. package/dist-types/commands/ListDbClustersCommand.d.ts +1 -1
  38. package/dist-types/commands/ListDbInstancesCommand.d.ts +1 -1
  39. package/dist-types/commands/ListDbInstancesForClusterCommand.d.ts +1 -1
  40. package/dist-types/commands/RebootDbClusterCommand.d.ts +95 -0
  41. package/dist-types/commands/RebootDbInstanceCommand.d.ts +124 -0
  42. package/dist-types/commands/UpdateDbClusterCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateDbInstanceCommand.d.ts +1 -1
  44. package/dist-types/commands/index.d.ts +2 -0
  45. package/dist-types/index.d.ts +1 -0
  46. package/dist-types/models/enums.d.ts +6 -0
  47. package/dist-types/models/models_0.d.ts +150 -0
  48. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  49. package/dist-types/runtimeConfig.d.ts +6 -2
  50. package/dist-types/runtimeConfig.native.d.ts +6 -2
  51. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  52. package/dist-types/schemas/schemas_0.d.ts +76 -83
  53. package/dist-types/ts3.4/TimestreamInfluxDB.d.ts +34 -0
  54. package/dist-types/ts3.4/TimestreamInfluxDBClient.d.ts +12 -4
  55. package/dist-types/ts3.4/commands/RebootDbClusterCommand.d.ts +50 -0
  56. package/dist-types/ts3.4/commands/RebootDbInstanceCommand.d.ts +50 -0
  57. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  58. package/dist-types/ts3.4/index.d.ts +1 -0
  59. package/dist-types/ts3.4/models/enums.d.ts +6 -0
  60. package/dist-types/ts3.4/models/models_0.d.ts +34 -0
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +75 -84
  66. package/package.json +34 -34
@@ -60,6 +60,12 @@ const _P = "Password";
60
60
  const _POAL = "PercentOrAbsoluteLong";
61
61
  const _Pa = "Parameters";
62
62
  const _RA = "Retry-After";
63
+ const _RDC = "RebootDbCluster";
64
+ const _RDCI = "RebootDbClusterInput";
65
+ const _RDCO = "RebootDbClusterOutput";
66
+ const _RDI = "RebootDbInstance";
67
+ const _RDII = "RebootDbInstanceInput";
68
+ const _RDIO = "RebootDbInstanceOutput";
63
69
  const _RNFE = "ResourceNotFoundException";
64
70
  const _SC = "S3Configuration";
65
71
  const _SQEE = "ServiceQuotaExceededException";
@@ -134,6 +140,7 @@ const _hRT = "httpReadTimeout";
134
140
  const _hWT = "httpWriteTimeout";
135
141
  const _i = "id";
136
142
  const _iAPSA = "influxAuthParametersSecretArn";
143
+ const _iI = "instanceIds";
137
144
  const _iM = "instanceMode";
138
145
  const _iMSB = "influxqlMaxSelectBuckets";
139
146
  const _iMSP = "influxqlMaxSelectPoint";
@@ -221,15 +228,15 @@ const _wRFOE = "walReplayFailOnError";
221
228
  const _wSS = "walSnapshotSize";
222
229
  const n0 = "com.amazonaws.timestreaminfluxdb";
223
230
  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/errors";
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 = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
229
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
230
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
231
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
232
- export var CreateDbClusterInput = [
231
+ import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
232
+ import { TimestreamInfluxDBServiceException } from "../models/TimestreamInfluxDBServiceException";
233
+ var Password = [0, n0, _P, 8, 0];
234
+ var Username = [0, n0, _U, 8, 0];
235
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
236
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
237
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
238
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
239
+ export var CreateDbClusterInput$ = [
233
240
  3,
234
241
  n0,
235
242
  _CDCI,
@@ -252,12 +259,12 @@ export var CreateDbClusterInput = [
252
259
  64 | 0,
253
260
  0,
254
261
  0,
255
- () => LogDeliveryConfiguration,
262
+ () => LogDeliveryConfiguration$,
256
263
  128 | 0,
257
264
  ],
258
265
  ];
259
- export var CreateDbClusterOutput = [3, n0, _CDCO, 0, [_dCI, _dCS], [0, 0]];
260
- export var CreateDbInstanceInput = [
266
+ export var CreateDbClusterOutput$ = [3, n0, _CDCO, 0, [_dCI, _dCS], [0, 0]];
267
+ export var CreateDbInstanceInput$ = [
261
268
  3,
262
269
  n0,
263
270
  _CDII,
@@ -277,13 +284,13 @@ export var CreateDbInstanceInput = [
277
284
  1,
278
285
  0,
279
286
  0,
280
- () => LogDeliveryConfiguration,
287
+ () => LogDeliveryConfiguration$,
281
288
  128 | 0,
282
289
  1,
283
290
  0,
284
291
  ],
285
292
  ];
286
- export var CreateDbInstanceOutput = [
293
+ export var CreateDbInstanceOutput$ = [
287
294
  3,
288
295
  n0,
289
296
  _CDIO,
@@ -312,25 +319,25 @@ export var CreateDbInstanceOutput = [
312
319
  _iM,
313
320
  _iMn,
314
321
  ],
315
- [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],
322
+ [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],
316
323
  ];
317
- export var CreateDbParameterGroupInput = [
324
+ export var CreateDbParameterGroupInput$ = [
318
325
  3,
319
326
  n0,
320
327
  _CDPGI,
321
328
  0,
322
329
  [_n, _d, _pa, _t],
323
- [0, 0, () => _Parameters, 128 | 0],
330
+ [0, 0, () => _Parameters$, 128 | 0],
324
331
  ];
325
- export var CreateDbParameterGroupOutput = [
332
+ export var CreateDbParameterGroupOutput$ = [
326
333
  3,
327
334
  n0,
328
335
  _CDPGO,
329
336
  0,
330
337
  [_i, _n, _a, _d, _pa],
331
- [0, 0, 0, 0, () => _Parameters],
338
+ [0, 0, 0, 0, () => _Parameters$],
332
339
  ];
333
- export var DbClusterSummary = [
340
+ export var DbClusterSummary$ = [
334
341
  3,
335
342
  n0,
336
343
  _DCS,
@@ -338,7 +345,7 @@ export var DbClusterSummary = [
338
345
  [_i, _n, _a, _s, _en, _rE, _po, _dT, _dIT, _nT, _dST, _aS, _eT],
339
346
  [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0],
340
347
  ];
341
- export var DbInstanceForClusterSummary = [
348
+ export var DbInstanceForClusterSummary$ = [
342
349
  3,
343
350
  n0,
344
351
  _DIFCS,
@@ -346,7 +353,7 @@ export var DbInstanceForClusterSummary = [
346
353
  [_i, _n, _a, _s, _en, _po, _nT, _dIT, _dST, _aS, _dT, _iM, _iMn],
347
354
  [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 64 | 0],
348
355
  ];
349
- export var DbInstanceSummary = [
356
+ export var DbInstanceSummary$ = [
350
357
  3,
351
358
  n0,
352
359
  _DIS,
@@ -354,11 +361,11 @@ export var DbInstanceSummary = [
354
361
  [_i, _n, _a, _s, _en, _po, _nT, _dIT, _dST, _aS, _dT],
355
362
  [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0],
356
363
  ];
357
- export var DbParameterGroupSummary = [3, n0, _DPGS, 0, [_i, _n, _a, _d], [0, 0, 0, 0]];
358
- export var DeleteDbClusterInput = [3, n0, _DDCI, 0, [_dCI], [0]];
359
- export var DeleteDbClusterOutput = [3, n0, _DDCO, 0, [_dCS], [0]];
360
- export var DeleteDbInstanceInput = [3, n0, _DDII, 0, [_id], [0]];
361
- export var DeleteDbInstanceOutput = [
364
+ export var DbParameterGroupSummary$ = [3, n0, _DPGS, 0, [_i, _n, _a, _d], [0, 0, 0, 0]];
365
+ export var DeleteDbClusterInput$ = [3, n0, _DDCI, 0, [_dCI], [0]];
366
+ export var DeleteDbClusterOutput$ = [3, n0, _DDCO, 0, [_dCS], [0]];
367
+ export var DeleteDbInstanceInput$ = [3, n0, _DDII, 0, [_id], [0]];
368
+ export var DeleteDbInstanceOutput$ = [
362
369
  3,
363
370
  n0,
364
371
  _DDIO,
@@ -387,20 +394,20 @@ export var DeleteDbInstanceOutput = [
387
394
  _iM,
388
395
  _iMn,
389
396
  ],
390
- [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],
397
+ [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],
391
398
  ];
392
- export var Duration = [3, n0, _D, 0, [_dTu, _v], [0, 1]];
393
- export var GetDbClusterInput = [3, n0, _GDCI, 0, [_dCI], [0]];
394
- export var GetDbClusterOutput = [
399
+ export var Duration$ = [3, n0, _D, 0, [_dTu, _v], [0, 1]];
400
+ export var GetDbClusterInput$ = [3, n0, _GDCI, 0, [_dCI], [0]];
401
+ export var GetDbClusterOutput$ = [
395
402
  3,
396
403
  n0,
397
404
  _GDCO,
398
405
  0,
399
406
  [_i, _n, _a, _s, _en, _rE, _po, _dT, _dIT, _nT, _dST, _aS, _eT, _pA, _dPGI, _lDC, _iAPSA, _vSI, _vSGI, _fM],
400
- [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0, () => LogDeliveryConfiguration, 0, 64 | 0, 64 | 0, 0],
407
+ [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0, () => LogDeliveryConfiguration$, 0, 64 | 0, 64 | 0, 0],
401
408
  ];
402
- export var GetDbInstanceInput = [3, n0, _GDII, 0, [_id], [0]];
403
- export var GetDbInstanceOutput = [
409
+ export var GetDbInstanceInput$ = [3, n0, _GDII, 0, [_id], [0]];
410
+ export var GetDbInstanceOutput$ = [
404
411
  3,
405
412
  n0,
406
413
  _GDIO,
@@ -429,18 +436,18 @@ export var GetDbInstanceOutput = [
429
436
  _iM,
430
437
  _iMn,
431
438
  ],
432
- [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],
439
+ [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],
433
440
  ];
434
- export var GetDbParameterGroupInput = [3, n0, _GDPGI, 0, [_id], [0]];
435
- export var GetDbParameterGroupOutput = [
441
+ export var GetDbParameterGroupInput$ = [3, n0, _GDPGI, 0, [_id], [0]];
442
+ export var GetDbParameterGroupOutput$ = [
436
443
  3,
437
444
  n0,
438
445
  _GDPGO,
439
446
  0,
440
447
  [_i, _n, _a, _d, _pa],
441
- [0, 0, 0, 0, () => _Parameters],
448
+ [0, 0, 0, 0, () => _Parameters$],
442
449
  ];
443
- export var InfluxDBv2Parameters = [
450
+ export var InfluxDBv2Parameters$ = [
444
451
  3,
445
452
  n0,
446
453
  _IDBP,
@@ -489,10 +496,10 @@ export var InfluxDBv2Parameters = [
489
496
  1,
490
497
  0,
491
498
  2,
492
- () => Duration,
493
- () => Duration,
494
- () => Duration,
495
- () => Duration,
499
+ () => Duration$,
500
+ () => Duration$,
501
+ () => Duration$,
502
+ () => Duration$,
496
503
  1,
497
504
  1,
498
505
  1,
@@ -504,21 +511,21 @@ export var InfluxDBv2Parameters = [
504
511
  2,
505
512
  1,
506
513
  1,
507
- () => Duration,
508
- () => Duration,
514
+ () => Duration$,
515
+ () => Duration$,
509
516
  1,
510
517
  1,
511
518
  1,
512
519
  2,
513
- () => Duration,
520
+ () => Duration$,
514
521
  1,
515
522
  1,
516
523
  1,
517
- () => Duration,
524
+ () => Duration$,
518
525
  2,
519
526
  ],
520
527
  ];
521
- export var InfluxDBv3CoreParameters = [
528
+ export var InfluxDBv3CoreParameters$ = [
522
529
  3,
523
530
  n0,
524
531
  _IDBCP,
@@ -576,37 +583,37 @@ export var InfluxDBv3CoreParameters = [
576
583
  1,
577
584
  1,
578
585
  1,
579
- () => Duration,
586
+ () => Duration$,
580
587
  1,
581
588
  1,
582
589
  2,
583
590
  0,
584
591
  1,
585
- () => PercentOrAbsoluteLong,
592
+ () => PercentOrAbsoluteLong$,
586
593
  1,
587
594
  1,
588
595
  1,
589
- () => Duration,
596
+ () => Duration$,
590
597
  1,
591
- () => Duration,
598
+ () => Duration$,
592
599
  2,
593
- () => Duration,
594
- () => Duration,
595
- () => Duration,
596
- () => Duration,
597
- () => PercentOrAbsoluteLong,
598
- () => PercentOrAbsoluteLong,
600
+ () => Duration$,
601
+ () => Duration$,
602
+ () => Duration$,
603
+ () => Duration$,
604
+ () => PercentOrAbsoluteLong$,
605
+ () => PercentOrAbsoluteLong$,
599
606
  2,
600
607
  1,
601
608
  1,
602
609
  1,
603
- () => Duration,
604
- () => Duration,
605
- () => Duration,
606
- () => Duration,
610
+ () => Duration$,
611
+ () => Duration$,
612
+ () => Duration$,
613
+ () => Duration$,
607
614
  ],
608
615
  ];
609
- export var InfluxDBv3EnterpriseParameters = [
616
+ export var InfluxDBv3EnterpriseParameters$ = [
610
617
  3,
611
618
  n0,
612
619
  _IDBEP,
@@ -677,53 +684,53 @@ export var InfluxDBv3EnterpriseParameters = [
677
684
  1,
678
685
  1,
679
686
  1,
680
- () => Duration,
687
+ () => Duration$,
681
688
  1,
682
689
  1,
683
690
  2,
684
691
  0,
685
692
  1,
686
- () => PercentOrAbsoluteLong,
693
+ () => PercentOrAbsoluteLong$,
687
694
  1,
688
695
  1,
689
696
  1,
690
- () => Duration,
697
+ () => Duration$,
691
698
  1,
692
- () => Duration,
699
+ () => Duration$,
693
700
  2,
694
- () => Duration,
695
- () => Duration,
696
- () => Duration,
697
- () => Duration,
698
- () => PercentOrAbsoluteLong,
699
- () => PercentOrAbsoluteLong,
701
+ () => Duration$,
702
+ () => Duration$,
703
+ () => Duration$,
704
+ () => Duration$,
705
+ () => PercentOrAbsoluteLong$,
706
+ () => PercentOrAbsoluteLong$,
700
707
  2,
701
708
  1,
702
709
  1,
703
710
  1,
704
- () => Duration,
705
- () => Duration,
706
- () => Duration,
707
- () => Duration,
711
+ () => Duration$,
712
+ () => Duration$,
713
+ () => Duration$,
714
+ () => Duration$,
708
715
  1,
709
716
  1,
710
717
  2,
711
718
  1,
712
719
  1,
713
- () => Duration,
720
+ () => Duration$,
714
721
  0,
715
- () => Duration,
716
- () => Duration,
722
+ () => Duration$,
723
+ () => Duration$,
717
724
  2,
718
725
  2,
719
- () => Duration,
720
- () => Duration,
726
+ () => Duration$,
727
+ () => Duration$,
721
728
  ],
722
729
  ];
723
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
724
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
725
- export var ListDbClustersInput = [3, n0, _LDCI, 0, [_nTe, _mR], [0, 1]];
726
- export var ListDbClustersOutput = [
730
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
731
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
732
+ export var ListDbClustersInput$ = [3, n0, _LDCI, 0, [_nTe, _mR], [0, 1]];
733
+ export var ListDbClustersOutput$ = [
727
734
  3,
728
735
  n0,
729
736
  _LDCO,
@@ -731,8 +738,8 @@ export var ListDbClustersOutput = [
731
738
  [_it, _nTe],
732
739
  [() => DbClusterSummaryList, 0],
733
740
  ];
734
- export var ListDbInstancesForClusterInput = [3, n0, _LDIFCI, 0, [_dCI, _nTe, _mR], [0, 0, 1]];
735
- export var ListDbInstancesForClusterOutput = [
741
+ export var ListDbInstancesForClusterInput$ = [3, n0, _LDIFCI, 0, [_dCI, _nTe, _mR], [0, 0, 1]];
742
+ export var ListDbInstancesForClusterOutput$ = [
736
743
  3,
737
744
  n0,
738
745
  _LDIFCO,
@@ -740,8 +747,8 @@ export var ListDbInstancesForClusterOutput = [
740
747
  [_it, _nTe],
741
748
  [() => DbInstanceForClusterSummaryList, 0],
742
749
  ];
743
- export var ListDbInstancesInput = [3, n0, _LDII, 0, [_nTe, _mR], [0, 1]];
744
- export var ListDbInstancesOutput = [
750
+ export var ListDbInstancesInput$ = [3, n0, _LDII, 0, [_nTe, _mR], [0, 1]];
751
+ export var ListDbInstancesOutput$ = [
745
752
  3,
746
753
  n0,
747
754
  _LDIO,
@@ -749,8 +756,8 @@ export var ListDbInstancesOutput = [
749
756
  [_it, _nTe],
750
757
  [() => DbInstanceSummaryList, 0],
751
758
  ];
752
- export var ListDbParameterGroupsInput = [3, n0, _LDPGI, 0, [_nTe, _mR], [0, 1]];
753
- export var ListDbParameterGroupsOutput = [
759
+ export var ListDbParameterGroupsInput$ = [3, n0, _LDPGI, 0, [_nTe, _mR], [0, 1]];
760
+ export var ListDbParameterGroupsOutput$ = [
754
761
  3,
755
762
  n0,
756
763
  _LDPGO,
@@ -758,10 +765,44 @@ export var ListDbParameterGroupsOutput = [
758
765
  [_it, _nTe],
759
766
  [() => DbParameterGroupSummaryList, 0],
760
767
  ];
761
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
762
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
763
- export var LogDeliveryConfiguration = [3, n0, _LDC, 0, [_sC], [() => S3Configuration]];
764
- export var ResourceNotFoundException = [
768
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [0]];
769
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
770
+ export var LogDeliveryConfiguration$ = [3, n0, _LDC, 0, [_sC], [() => S3Configuration$]];
771
+ export var RebootDbClusterInput$ = [3, n0, _RDCI, 0, [_dCI, _iI], [0, 64 | 0]];
772
+ export var RebootDbClusterOutput$ = [3, n0, _RDCO, 0, [_dCS], [0]];
773
+ export var RebootDbInstanceInput$ = [3, n0, _RDII, 0, [_id], [0]];
774
+ export var RebootDbInstanceOutput$ = [
775
+ 3,
776
+ n0,
777
+ _RDIO,
778
+ 0,
779
+ [
780
+ _i,
781
+ _n,
782
+ _a,
783
+ _s,
784
+ _en,
785
+ _po,
786
+ _nT,
787
+ _dIT,
788
+ _dST,
789
+ _aS,
790
+ _dT,
791
+ _vSI,
792
+ _pA,
793
+ _vSGI,
794
+ _dPGI,
795
+ _aZ,
796
+ _sAZ,
797
+ _lDC,
798
+ _iAPSA,
799
+ _dCI,
800
+ _iM,
801
+ _iMn,
802
+ ],
803
+ [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],
804
+ ];
805
+ export var ResourceNotFoundException$ = [
765
806
  -3,
766
807
  n0,
767
808
  _RNFE,
@@ -769,12 +810,12 @@ export var ResourceNotFoundException = [
769
810
  [_m, _rI, _rT],
770
811
  [0, 0, 0],
771
812
  ];
772
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
773
- export var S3Configuration = [3, n0, _SC, 0, [_bN, _ena], [0, 2]];
774
- export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
775
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
776
- export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [0, 128 | 0]];
777
- export var ThrottlingException = [
813
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
814
+ export var S3Configuration$ = [3, n0, _SC, 0, [_bN, _ena], [0, 2]];
815
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
816
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
817
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [0, 128 | 0]];
818
+ export var ThrottlingException$ = [
778
819
  -3,
779
820
  n0,
780
821
  _TE,
@@ -782,26 +823,26 @@ export var ThrottlingException = [
782
823
  [_m, _rAS],
783
824
  [0, [1, { [_hH]: _RA }]],
784
825
  ];
785
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
786
- export var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [[0, 1], 64 | 0]];
787
- export var UpdateDbClusterInput = [
826
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
827
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_rA, _tK], [[0, 1], 64 | 0]];
828
+ export var UpdateDbClusterInput$ = [
788
829
  3,
789
830
  n0,
790
831
  _UDCI,
791
832
  0,
792
833
  [_dCI, _lDC, _dPGI, _po, _dIT, _fM],
793
- [0, () => LogDeliveryConfiguration, 0, 1, 0, 0],
834
+ [0, () => LogDeliveryConfiguration$, 0, 1, 0, 0],
794
835
  ];
795
- export var UpdateDbClusterOutput = [3, n0, _UDCO, 0, [_dCS], [0]];
796
- export var UpdateDbInstanceInput = [
836
+ export var UpdateDbClusterOutput$ = [3, n0, _UDCO, 0, [_dCS], [0]];
837
+ export var UpdateDbInstanceInput$ = [
797
838
  3,
798
839
  n0,
799
840
  _UDII,
800
841
  0,
801
842
  [_id, _lDC, _dPGI, _po, _dIT, _dT, _dST, _aS],
802
- [0, () => LogDeliveryConfiguration, 0, 1, 0, 0, 0, 1],
843
+ [0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, 0, 1],
803
844
  ];
804
- export var UpdateDbInstanceOutput = [
845
+ export var UpdateDbInstanceOutput$ = [
805
846
  3,
806
847
  n0,
807
848
  _UDIO,
@@ -830,12 +871,12 @@ export var UpdateDbInstanceOutput = [
830
871
  _iM,
831
872
  _iMn,
832
873
  ],
833
- [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],
874
+ [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],
834
875
  ];
835
- export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _r], [0, 0]];
836
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
837
- export var __Unit = "unit";
838
- export var TimestreamInfluxDBServiceException = [
876
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _r], [0, 0]];
877
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
878
+ var __Unit = "unit";
879
+ export var TimestreamInfluxDBServiceException$ = [
839
880
  -3,
840
881
  _sm,
841
882
  "TimestreamInfluxDBServiceException",
@@ -843,131 +884,155 @@ export var TimestreamInfluxDBServiceException = [
843
884
  [],
844
885
  [],
845
886
  ];
846
- TypeRegistry.for(_sm).registerError(TimestreamInfluxDBServiceException, __TimestreamInfluxDBServiceException);
847
- export var DbClusterSummaryList = [1, n0, _DCSL, 0, () => DbClusterSummary];
848
- export var DbInstanceForClusterSummaryList = [1, n0, _DIFCSL, 0, () => DbInstanceForClusterSummary];
849
- export var DbInstanceSummaryList = [1, n0, _DISL, 0, () => DbInstanceSummary];
850
- export var DbParameterGroupSummaryList = [1, n0, _DPGSL, 0, () => DbParameterGroupSummary];
851
- export var InstanceModeList = 64 | 0;
852
- export var TagKeys = 64 | 0;
853
- export var VpcSecurityGroupIdList = 64 | 0;
854
- export var VpcSubnetIdList = 64 | 0;
855
- export var RequestTagMap = 128 | 0;
856
- export var ResponseTagMap = 128 | 0;
857
- export var _Parameters = [
887
+ TypeRegistry.for(_sm).registerError(TimestreamInfluxDBServiceException$, TimestreamInfluxDBServiceException);
888
+ var DbClusterSummaryList = [1, n0, _DCSL, 0, () => DbClusterSummary$];
889
+ var DbInstanceForClusterSummaryList = [1, n0, _DIFCSL, 0, () => DbInstanceForClusterSummary$];
890
+ var DbInstanceIdList = 64 | 0;
891
+ var DbInstanceSummaryList = [1, n0, _DISL, 0, () => DbInstanceSummary$];
892
+ var DbParameterGroupSummaryList = [1, n0, _DPGSL, 0, () => DbParameterGroupSummary$];
893
+ var InstanceModeList = 64 | 0;
894
+ var TagKeys = 64 | 0;
895
+ var VpcSecurityGroupIdList = 64 | 0;
896
+ var VpcSubnetIdList = 64 | 0;
897
+ var RequestTagMap = 128 | 0;
898
+ var ResponseTagMap = 128 | 0;
899
+ export var _Parameters$ = [
858
900
  3,
859
901
  n0,
860
902
  _Pa,
861
903
  0,
862
904
  [_IDB, _IDBC, _IDBE],
863
- [() => InfluxDBv2Parameters, () => InfluxDBv3CoreParameters, () => InfluxDBv3EnterpriseParameters],
905
+ [() => InfluxDBv2Parameters$, () => InfluxDBv3CoreParameters$, () => InfluxDBv3EnterpriseParameters$],
864
906
  ];
865
- export var PercentOrAbsoluteLong = [3, n0, _POAL, 0, [_pe, _ab], [0, 1]];
866
- export var CreateDbCluster = [
907
+ export var PercentOrAbsoluteLong$ = [3, n0, _POAL, 0, [_pe, _ab], [0, 1]];
908
+ export var CreateDbCluster$ = [
867
909
  9,
868
910
  n0,
869
911
  _CDC,
870
912
  2,
871
- () => CreateDbClusterInput,
872
- () => CreateDbClusterOutput,
913
+ () => CreateDbClusterInput$,
914
+ () => CreateDbClusterOutput$,
873
915
  ];
874
- export var CreateDbInstance = [
916
+ export var CreateDbInstance$ = [
875
917
  9,
876
918
  n0,
877
919
  _CDI,
878
920
  2,
879
- () => CreateDbInstanceInput,
880
- () => CreateDbInstanceOutput,
921
+ () => CreateDbInstanceInput$,
922
+ () => CreateDbInstanceOutput$,
881
923
  ];
882
- export var CreateDbParameterGroup = [
924
+ export var CreateDbParameterGroup$ = [
883
925
  9,
884
926
  n0,
885
927
  _CDPG,
886
928
  2,
887
- () => CreateDbParameterGroupInput,
888
- () => CreateDbParameterGroupOutput,
929
+ () => CreateDbParameterGroupInput$,
930
+ () => CreateDbParameterGroupOutput$,
889
931
  ];
890
- export var DeleteDbCluster = [
932
+ export var DeleteDbCluster$ = [
891
933
  9,
892
934
  n0,
893
935
  _DDC,
894
936
  2,
895
- () => DeleteDbClusterInput,
896
- () => DeleteDbClusterOutput,
937
+ () => DeleteDbClusterInput$,
938
+ () => DeleteDbClusterOutput$,
897
939
  ];
898
- export var DeleteDbInstance = [
940
+ export var DeleteDbInstance$ = [
899
941
  9,
900
942
  n0,
901
943
  _DDI,
902
944
  2,
903
- () => DeleteDbInstanceInput,
904
- () => DeleteDbInstanceOutput,
945
+ () => DeleteDbInstanceInput$,
946
+ () => DeleteDbInstanceOutput$,
947
+ ];
948
+ export var GetDbCluster$ = [9, n0, _GDC, 0, () => GetDbClusterInput$, () => GetDbClusterOutput$];
949
+ export var GetDbInstance$ = [
950
+ 9,
951
+ n0,
952
+ _GDI,
953
+ 0,
954
+ () => GetDbInstanceInput$,
955
+ () => GetDbInstanceOutput$,
905
956
  ];
906
- export var GetDbCluster = [9, n0, _GDC, 0, () => GetDbClusterInput, () => GetDbClusterOutput];
907
- export var GetDbInstance = [9, n0, _GDI, 0, () => GetDbInstanceInput, () => GetDbInstanceOutput];
908
- export var GetDbParameterGroup = [
957
+ export var GetDbParameterGroup$ = [
909
958
  9,
910
959
  n0,
911
960
  _GDPG,
912
961
  0,
913
- () => GetDbParameterGroupInput,
914
- () => GetDbParameterGroupOutput,
962
+ () => GetDbParameterGroupInput$,
963
+ () => GetDbParameterGroupOutput$,
915
964
  ];
916
- export var ListDbClusters = [
965
+ export var ListDbClusters$ = [
917
966
  9,
918
967
  n0,
919
968
  _LDCi,
920
969
  0,
921
- () => ListDbClustersInput,
922
- () => ListDbClustersOutput,
970
+ () => ListDbClustersInput$,
971
+ () => ListDbClustersOutput$,
923
972
  ];
924
- export var ListDbInstances = [
973
+ export var ListDbInstances$ = [
925
974
  9,
926
975
  n0,
927
976
  _LDI,
928
977
  0,
929
- () => ListDbInstancesInput,
930
- () => ListDbInstancesOutput,
978
+ () => ListDbInstancesInput$,
979
+ () => ListDbInstancesOutput$,
931
980
  ];
932
- export var ListDbInstancesForCluster = [
981
+ export var ListDbInstancesForCluster$ = [
933
982
  9,
934
983
  n0,
935
984
  _LDIFC,
936
985
  0,
937
- () => ListDbInstancesForClusterInput,
938
- () => ListDbInstancesForClusterOutput,
986
+ () => ListDbInstancesForClusterInput$,
987
+ () => ListDbInstancesForClusterOutput$,
939
988
  ];
940
- export var ListDbParameterGroups = [
989
+ export var ListDbParameterGroups$ = [
941
990
  9,
942
991
  n0,
943
992
  _LDPG,
944
993
  0,
945
- () => ListDbParameterGroupsInput,
946
- () => ListDbParameterGroupsOutput,
994
+ () => ListDbParameterGroupsInput$,
995
+ () => ListDbParameterGroupsOutput$,
947
996
  ];
948
- export var ListTagsForResource = [
997
+ export var ListTagsForResource$ = [
949
998
  9,
950
999
  n0,
951
1000
  _LTFR,
952
1001
  0,
953
- () => ListTagsForResourceRequest,
954
- () => ListTagsForResourceResponse,
1002
+ () => ListTagsForResourceRequest$,
1003
+ () => ListTagsForResourceResponse$,
1004
+ ];
1005
+ export var RebootDbCluster$ = [
1006
+ 9,
1007
+ n0,
1008
+ _RDC,
1009
+ 2,
1010
+ () => RebootDbClusterInput$,
1011
+ () => RebootDbClusterOutput$,
1012
+ ];
1013
+ export var RebootDbInstance$ = [
1014
+ 9,
1015
+ n0,
1016
+ _RDI,
1017
+ 2,
1018
+ () => RebootDbInstanceInput$,
1019
+ () => RebootDbInstanceOutput$,
955
1020
  ];
956
- export var TagResource = [9, n0, _TR, 2, () => TagResourceRequest, () => __Unit];
957
- export var UntagResource = [9, n0, _UR, 2, () => UntagResourceRequest, () => __Unit];
958
- export var UpdateDbCluster = [
1021
+ export var TagResource$ = [9, n0, _TR, 2, () => TagResourceRequest$, () => __Unit];
1022
+ export var UntagResource$ = [9, n0, _UR, 2, () => UntagResourceRequest$, () => __Unit];
1023
+ export var UpdateDbCluster$ = [
959
1024
  9,
960
1025
  n0,
961
1026
  _UDC,
962
1027
  2,
963
- () => UpdateDbClusterInput,
964
- () => UpdateDbClusterOutput,
1028
+ () => UpdateDbClusterInput$,
1029
+ () => UpdateDbClusterOutput$,
965
1030
  ];
966
- export var UpdateDbInstance = [
1031
+ export var UpdateDbInstance$ = [
967
1032
  9,
968
1033
  n0,
969
1034
  _UDI,
970
1035
  2,
971
- () => UpdateDbInstanceInput,
972
- () => UpdateDbInstanceOutput,
1036
+ () => UpdateDbInstanceInput$,
1037
+ () => UpdateDbInstanceOutput$,
973
1038
  ];