@aws-sdk/client-timestream-influxdb 3.1101.0 → 3.1102.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 (53) hide show
  1. package/README.md +42 -7
  2. package/dist-cjs/index.js +269 -45
  3. package/dist-es/TimestreamInfluxDB.js +12 -0
  4. package/dist-es/commands/CreateDbBackupCommand.js +4 -0
  5. package/dist-es/commands/DeleteDbBackupCommand.js +4 -0
  6. package/dist-es/commands/GetDbBackupCommand.js +4 -0
  7. package/dist-es/commands/ListDbBackupsCommand.js +4 -0
  8. package/dist-es/commands/RestoreFromDbBackupCommand.js +4 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/enums.js +54 -10
  11. package/dist-es/pagination/ListDbBackupsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +160 -34
  14. package/dist-types/TimestreamInfluxDB.d.ts +43 -0
  15. package/dist-types/TimestreamInfluxDBClient.d.ts +7 -2
  16. package/dist-types/commands/CreateDbBackupCommand.d.ts +137 -0
  17. package/dist-types/commands/CreateDbClusterCommand.d.ts +10 -1
  18. package/dist-types/commands/CreateDbInstanceCommand.d.ts +20 -1
  19. package/dist-types/commands/DeleteDbBackupCommand.d.ts +129 -0
  20. package/dist-types/commands/DeleteDbClusterCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteDbInstanceCommand.d.ts +12 -1
  22. package/dist-types/commands/GetDbBackupCommand.d.ts +126 -0
  23. package/dist-types/commands/GetDbClusterCommand.d.ts +11 -1
  24. package/dist-types/commands/GetDbInstanceCommand.d.ts +11 -1
  25. package/dist-types/commands/ListDbBackupsCommand.d.ts +103 -0
  26. package/dist-types/commands/ListDbClustersCommand.d.ts +1 -1
  27. package/dist-types/commands/ListDbInstancesCommand.d.ts +1 -1
  28. package/dist-types/commands/ListDbInstancesForClusterCommand.d.ts +1 -1
  29. package/dist-types/commands/RebootDbClusterCommand.d.ts +1 -1
  30. package/dist-types/commands/RebootDbInstanceCommand.d.ts +11 -1
  31. package/dist-types/commands/RestoreFromDbBackupCommand.d.ts +131 -0
  32. package/dist-types/commands/UpdateDbClusterCommand.d.ts +9 -1
  33. package/dist-types/commands/UpdateDbInstanceCommand.d.ts +19 -1
  34. package/dist-types/commands/index.d.ts +5 -0
  35. package/dist-types/models/enums.d.ts +117 -17
  36. package/dist-types/models/models_0.d.ts +822 -24
  37. package/dist-types/pagination/ListDbBackupsPaginator.d.ts +7 -0
  38. package/dist-types/pagination/index.d.ts +1 -0
  39. package/dist-types/schemas/schemas_0.d.ts +18 -0
  40. package/dist-types/ts3.4/TimestreamInfluxDB.d.ts +90 -0
  41. package/dist-types/ts3.4/TimestreamInfluxDBClient.d.ts +27 -0
  42. package/dist-types/ts3.4/commands/CreateDbBackupCommand.d.ts +38 -0
  43. package/dist-types/ts3.4/commands/DeleteDbBackupCommand.d.ts +38 -0
  44. package/dist-types/ts3.4/commands/GetDbBackupCommand.d.ts +38 -0
  45. package/dist-types/ts3.4/commands/ListDbBackupsCommand.d.ts +38 -0
  46. package/dist-types/ts3.4/commands/RestoreFromDbBackupCommand.d.ts +39 -0
  47. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  48. package/dist-types/ts3.4/models/enums.d.ts +68 -15
  49. package/dist-types/ts3.4/models/models_0.d.ts +183 -4
  50. package/dist-types/ts3.4/pagination/ListDbBackupsPaginator.d.ts +11 -0
  51. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  52. package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -0
  53. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1100.0";
72
+ var version = "3.1101.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -239,6 +239,9 @@ class ValidationException extends TimestreamInfluxDBServiceException {
239
239
 
240
240
  const _ADE = "AccessDeniedException";
241
241
  const _CC = "ClusterConfiguration";
242
+ const _CDB = "CreateDbBackup";
243
+ const _CDBI = "CreateDbBackupInput";
244
+ const _CDBO = "CreateDbBackupOutput";
242
245
  const _CDC = "CreateDbCluster";
243
246
  const _CDCI = "CreateDbClusterInput";
244
247
  const _CDCO = "CreateDbClusterOutput";
@@ -250,8 +253,17 @@ const _CDPGI = "CreateDbParameterGroupInput";
250
253
  const _CDPGO = "CreateDbParameterGroupOutput";
251
254
  const _CE = "ConflictException";
252
255
  const _D = "Duration";
256
+ const _DBC = "DbBackupConfiguration";
257
+ const _DBCIL = "DbBackupConfigurationInputList";
258
+ const _DBCO = "DbBackupConfigurationOutput";
259
+ const _DBCOL = "DbBackupConfigurationOutputList";
260
+ const _DBS = "DbBackupSummary";
261
+ const _DBSL = "DbBackupSummaryList";
253
262
  const _DCS = "DbClusterSummary";
254
263
  const _DCSL = "DbClusterSummaryList";
264
+ const _DDB = "DeleteDbBackup";
265
+ const _DDBI = "DeleteDbBackupInput";
266
+ const _DDBO = "DeleteDbBackupOutput";
255
267
  const _DDC = "DeleteDbCluster";
256
268
  const _DDCI = "DeleteDbClusterInput";
257
269
  const _DDCO = "DeleteDbClusterOutput";
@@ -264,6 +276,9 @@ const _DIS = "DbInstanceSummary";
264
276
  const _DISL = "DbInstanceSummaryList";
265
277
  const _DPGS = "DbParameterGroupSummary";
266
278
  const _DPGSL = "DbParameterGroupSummaryList";
279
+ const _GDB = "GetDbBackup";
280
+ const _GDBI = "GetDbBackupInput";
281
+ const _GDBO = "GetDbBackupOutput";
267
282
  const _GDC = "GetDbCluster";
268
283
  const _GDCI = "GetDbClusterInput";
269
284
  const _GDCO = "GetDbClusterOutput";
@@ -280,6 +295,9 @@ const _IDBE = "InfluxDBv3Enterprise";
280
295
  const _IDBEP = "InfluxDBv3EnterpriseParameters";
281
296
  const _IDBP = "InfluxDBv2Parameters";
282
297
  const _ISE = "InternalServerException";
298
+ const _LDB = "ListDbBackups";
299
+ const _LDBI = "ListDbBackupsInput";
300
+ const _LDBO = "ListDbBackupsOutput";
283
301
  const _LDC = "LogDeliveryConfiguration";
284
302
  const _LDCI = "ListDbClustersInput";
285
303
  const _LDCO = "ListDbClustersOutput";
@@ -307,6 +325,9 @@ const _RDCO = "RebootDbClusterOutput";
307
325
  const _RDI = "RebootDbInstance";
308
326
  const _RDII = "RebootDbInstanceInput";
309
327
  const _RDIO = "RebootDbInstanceOutput";
328
+ const _RFDB = "RestoreFromDbBackup";
329
+ const _RFDBI = "RestoreFromDbBackupInput";
330
+ const _RFDBO = "RestoreFromDbBackupOutput";
310
331
  const _RNFE = "ResourceNotFoundException";
311
332
  const _SC = "S3Configuration";
312
333
  const _SQEE = "ServiceQuotaExceededException";
@@ -330,6 +351,7 @@ const _ab = "absolute";
330
351
  const _b = "bucket";
331
352
  const _bN = "bucketName";
332
353
  const _c = "client";
354
+ const _cA = "createdAt";
333
355
  const _cC = "clusterConfiguration";
334
356
  const _cCI = "compactionCheckInterval";
335
357
  const _cCW = "compactionCleanupWait";
@@ -337,8 +359,11 @@ const _cGD = "compactionGen2Duration";
337
359
  const _cM = "compactionMultipliers";
338
360
  const _cMNFPP = "compactionMaxNumFilesPerPlan";
339
361
  const _cRL = "compactionRowLimit";
362
+ const _cS = "customSchedule";
340
363
  const _cSI = "catalogSyncInterval";
341
364
  const _d = "description";
365
+ const _dBC = "dbBackupConfigurations";
366
+ const _dBI = "dbBackupId";
342
367
  const _dC = "dedicatedCompactor";
343
368
  const _dCEI = "distinctCacheEvictionInterval";
344
369
  const _dCI = "dbClusterId";
@@ -357,13 +382,16 @@ const _dFRTP = "dataFusionRuntimeThreadPriority";
357
382
  const _dFUCPL = "dataFusionUseCachedParquetLoader";
358
383
  const _dGP = "deleteGracePeriod";
359
384
  const _dIT = "dbInstanceType";
360
- const _dPGI = "dbParameterGroupIdentifier";
385
+ const _dPGI = "dbParameterGroupId";
386
+ const _dPGIb = "dbParameterGroupIdentifier";
361
387
  const _dPMC = "disableParquetMemCache";
388
+ const _dRI = "dbResourceId";
362
389
  const _dST = "dbStorageType";
363
390
  const _dT = "deploymentType";
364
391
  const _dTu = "durationType";
365
392
  const _dVCDFH = "distinctValueCacheDisableFromHistory";
366
393
  const _e = "error";
394
+ const _eA = "expiresAfter";
367
395
  const _eMPB = "execMemPoolBytes";
368
396
  const _eT = "engineType";
369
397
  const _en = "endpoint";
@@ -391,6 +419,7 @@ const _iMn = "instanceModes";
391
419
  const _iQI = "ingestQueryInstances";
392
420
  const _id = "identifier";
393
421
  const _it = "items";
422
+ const _kKI = "kmsKeyId";
394
423
  const _lCEI = "lastCacheEvictionInterval";
395
424
  const _lDC = "logDeliveryConfiguration";
396
425
  const _lF = "logFilter";
@@ -404,12 +433,13 @@ const _mHRS = "maxHttpRequestSize";
404
433
  const _mR = "maxResults";
405
434
  const _mS = "maintenanceSchedule";
406
435
  const _n = "name";
436
+ const _nABT = "nextAutomatedBackupTime";
407
437
  const _nMT = "nextMaintenanceTime";
408
438
  const _nT = "networkType";
409
439
  const _nTe = "nextToken";
410
440
  const _nTo = "noTasks";
411
441
  const _o = "organization";
412
- const _p = "password";
442
+ const _p = "port";
413
443
  const _pA = "publiclyAccessible";
414
444
  const _pCA = "preemptiveCacheAge";
415
445
  const _pD = "pprofDisabled";
@@ -420,9 +450,9 @@ const _pMCS = "parquetMemCacheSize";
420
450
  const _pMW = "preferredMaintenanceWindow";
421
451
  const _pRSA = "pluginRepositorySecretArn";
422
452
  const _pRU = "pluginRepositoryUrl";
423
- const _pa = "parameters";
453
+ const _pa = "password";
454
+ const _par = "parameters";
424
455
  const _pe = "percent";
425
- const _po = "port";
426
456
  const _qC = "queryConcurrency";
427
457
  const _qFL = "queryFileLimit";
428
458
  const _qIMB = "queryInitialMemoryBytes";
@@ -433,12 +463,18 @@ const _qOI = "queryOnlyInstances";
433
463
  const _qQS = "queryQueueSize";
434
464
  const _r = "reason";
435
465
  const _rA = "resourceArn";
466
+ const _rAB = "retainAutomatedBackups";
436
467
  const _rAS = "retryAfterSeconds";
437
468
  const _rCI = "retentionCheckInterval";
469
+ const _rD = "retentionDays";
470
+ const _rDRI = "restoredDbResourceId";
438
471
  const _rE = "readerEndpoint";
439
472
  const _rI = "resourceId";
440
473
  const _rIe = "replicationInterval";
474
+ const _rM = "restoreMode";
475
+ const _rS = "restoreStatus";
441
476
  const _rT = "resourceType";
477
+ const _rTT = "restoreToTime";
442
478
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.timestreaminfluxdb";
443
479
  const _sAZ = "secondaryAvailabilityZone";
444
480
  const _sC = "s3Configuration";
@@ -466,6 +502,7 @@ const _tICME = "tableIndexCacheMaxEntries";
466
502
  const _tK = "tagKeys";
467
503
  const _tT = "tracingType";
468
504
  const _ti = "timezone";
505
+ const _ty = "type";
469
506
  const _u = "username";
470
507
  const _uD = "uiDisabled";
471
508
  const _v = "value";
@@ -533,10 +570,20 @@ var ClusterConfiguration$ = [3, n0, _CC,
533
570
  [_iQI, _qOI, _dC],
534
571
  [1, 1, 2]
535
572
  ];
573
+ var CreateDbBackupInput$ = [3, n0, _CDBI,
574
+ 0,
575
+ [_n, _dRI, _rD, _t],
576
+ [0, 0, 1, 128 | 0], 2
577
+ ];
578
+ var CreateDbBackupOutput$ = [3, n0, _CDBO,
579
+ 0,
580
+ [_i, _a, _n, _st, _cA, _eA, _dRI, _ty, _eT, _dT, _kKI, _cC, _dPGI, _dIT, _lDC, _fM, _dST, _aS, _vSI, _vSGI, _pA, _p, _nT, _iAPSA, _mS],
581
+ [0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, () => ClusterConfiguration$, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 1, 64 | 0, 64 | 0, 2, 1, 0, 0, () => MaintenanceSchedule$], 2
582
+ ];
536
583
  var CreateDbClusterInput$ = [3, n0, _CDCI,
537
584
  0,
538
- [_n, _dIT, _vSI, _vSGI, _u, _p, _o, _b, _po, _dPGI, _dST, _aS, _nT, _pA, _dT, _fM, _lDC, _mS, _t],
539
- [0, 0, 64 | 0, 64 | 0, [() => Username, 0], [() => Password, 0], 0, 0, 1, 0, 0, 1, 0, 2, 0, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 128 | 0], 4
585
+ [_n, _dIT, _vSI, _vSGI, _u, _pa, _o, _b, _p, _dPGIb, _dST, _aS, _nT, _pA, _dT, _fM, _lDC, _mS, _dBC, _kKI, _t],
586
+ [0, 0, 64 | 0, 64 | 0, [() => Username, 0], [() => Password, 0], 0, 0, 1, 0, 0, 1, 0, 2, 0, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, () => DbBackupConfigurationInputList, 0, 128 | 0], 4
540
587
  ];
541
588
  var CreateDbClusterOutput$ = [3, n0, _CDCO,
542
589
  0,
@@ -545,37 +592,52 @@ var CreateDbClusterOutput$ = [3, n0, _CDCO,
545
592
  ];
546
593
  var CreateDbInstanceInput$ = [3, n0, _CDII,
547
594
  0,
548
- [_n, _p, _dIT, _vSI, _vSGI, _aS, _u, _o, _b, _pA, _dST, _dPGI, _dT, _lDC, _mS, _t, _po, _nT],
549
- [0, [() => Password, 0], 0, 64 | 0, 64 | 0, 1, [() => Username, 0], 0, 0, 2, 0, 0, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 128 | 0, 1, 0], 6
595
+ [_n, _pa, _dIT, _vSI, _vSGI, _aS, _u, _o, _b, _pA, _dST, _dPGIb, _dT, _lDC, _mS, _t, _p, _nT, _dBC, _kKI],
596
+ [0, [() => Password, 0], 0, 64 | 0, 64 | 0, 1, [() => Username, 0], 0, 0, 2, 0, 0, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 128 | 0, 1, 0, () => DbBackupConfigurationInputList, 0], 6
550
597
  ];
551
598
  var CreateDbInstanceOutput$ = [3, n0, _CDIO,
552
599
  0,
553
- [_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT],
554
- [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5], 4
600
+ [_i, _n, _a, _vSI, _st, _en, _p, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGIb, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT, _dBC, _kKI],
601
+ [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5, () => DbBackupConfigurationOutputList, 0], 4
555
602
  ];
556
603
  var CreateDbParameterGroupInput$ = [3, n0, _CDPGI,
557
604
  0,
558
- [_n, _d, _pa, _t],
605
+ [_n, _d, _par, _t],
559
606
  [0, 0, () => _Parameters$, 128 | 0], 1
560
607
  ];
561
608
  var CreateDbParameterGroupOutput$ = [3, n0, _CDPGO,
562
609
  0,
563
- [_i, _n, _a, _d, _pa],
610
+ [_i, _n, _a, _d, _par],
564
611
  [0, 0, 0, 0, () => _Parameters$], 3
565
612
  ];
613
+ var DbBackupConfiguration$ = [3, n0, _DBC,
614
+ 0,
615
+ [_ty, _rD, _ena, _cS],
616
+ [0, 1, 2, 0], 3
617
+ ];
618
+ var DbBackupConfigurationOutput$ = [3, n0, _DBCO,
619
+ 0,
620
+ [_ty, _rD, _ena, _cS, _nABT],
621
+ [0, 1, 2, 0, 5], 3
622
+ ];
623
+ var DbBackupSummary$ = [3, n0, _DBS,
624
+ 0,
625
+ [_i, _a, _n, _st, _cA, _eA, _dRI, _ty, _eT, _dT, _kKI],
626
+ [0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0], 2
627
+ ];
566
628
  var DbClusterSummary$ = [3, n0, _DCS,
567
629
  0,
568
- [_i, _n, _a, _st, _en, _rE, _po, _dT, _dIT, _nT, _dST, _aS, _eT],
630
+ [_i, _n, _a, _st, _en, _rE, _p, _dT, _dIT, _nT, _dST, _aS, _eT],
569
631
  [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0], 3
570
632
  ];
571
633
  var DbInstanceForClusterSummary$ = [3, n0, _DIFCS,
572
634
  0,
573
- [_i, _n, _a, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _iM, _iMn],
635
+ [_i, _n, _a, _st, _en, _p, _nT, _dIT, _dST, _aS, _dT, _iM, _iMn],
574
636
  [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 64 | 0], 3
575
637
  ];
576
638
  var DbInstanceSummary$ = [3, n0, _DIS,
577
639
  0,
578
- [_i, _n, _a, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT],
640
+ [_i, _n, _a, _st, _en, _p, _nT, _dIT, _dST, _aS, _dT],
579
641
  [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0], 3
580
642
  ];
581
643
  var DbParameterGroupSummary$ = [3, n0, _DPGS,
@@ -583,11 +645,21 @@ var DbParameterGroupSummary$ = [3, n0, _DPGS,
583
645
  [_i, _n, _a, _d],
584
646
  [0, 0, 0, 0], 3
585
647
  ];
586
- var DeleteDbClusterInput$ = [3, n0, _DDCI,
648
+ var DeleteDbBackupInput$ = [3, n0, _DDBI,
587
649
  0,
588
- [_dCI],
650
+ [_id],
589
651
  [0], 1
590
652
  ];
653
+ var DeleteDbBackupOutput$ = [3, n0, _DDBO,
654
+ 0,
655
+ [_i, _a, _n, _st, _cA, _eA, _dRI, _ty, _eT, _dT, _kKI, _cC, _dPGI, _dIT, _lDC, _fM, _dST, _aS, _vSI, _vSGI, _pA, _p, _nT, _iAPSA, _mS],
656
+ [0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, () => ClusterConfiguration$, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 1, 64 | 0, 64 | 0, 2, 1, 0, 0, () => MaintenanceSchedule$], 2
657
+ ];
658
+ var DeleteDbClusterInput$ = [3, n0, _DDCI,
659
+ 0,
660
+ [_dCI, _rAB],
661
+ [0, 2], 1
662
+ ];
591
663
  var DeleteDbClusterOutput$ = [3, n0, _DDCO,
592
664
  0,
593
665
  [_dCS],
@@ -595,19 +667,29 @@ var DeleteDbClusterOutput$ = [3, n0, _DDCO,
595
667
  ];
596
668
  var DeleteDbInstanceInput$ = [3, n0, _DDII,
597
669
  0,
598
- [_id],
599
- [0], 1
670
+ [_id, _rAB],
671
+ [0, 2], 1
600
672
  ];
601
673
  var DeleteDbInstanceOutput$ = [3, n0, _DDIO,
602
674
  0,
603
- [_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT],
604
- [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5], 4
675
+ [_i, _n, _a, _vSI, _st, _en, _p, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGIb, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT, _dBC, _kKI],
676
+ [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5, () => DbBackupConfigurationOutputList, 0], 4
605
677
  ];
606
678
  var Duration$ = [3, n0, _D,
607
679
  0,
608
680
  [_dTu, _v],
609
681
  [0, 1], 2
610
682
  ];
683
+ var GetDbBackupInput$ = [3, n0, _GDBI,
684
+ 0,
685
+ [_id],
686
+ [0], 1
687
+ ];
688
+ var GetDbBackupOutput$ = [3, n0, _GDBO,
689
+ 0,
690
+ [_i, _a, _n, _st, _cA, _eA, _dRI, _ty, _eT, _dT, _kKI, _cC, _dPGI, _dIT, _lDC, _fM, _dST, _aS, _vSI, _vSGI, _pA, _p, _nT, _iAPSA, _mS],
691
+ [0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, () => ClusterConfiguration$, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 1, 64 | 0, 64 | 0, 2, 1, 0, 0, () => MaintenanceSchedule$], 2
692
+ ];
611
693
  var GetDbClusterInput$ = [3, n0, _GDCI,
612
694
  0,
613
695
  [_dCI],
@@ -615,8 +697,8 @@ var GetDbClusterInput$ = [3, n0, _GDCI,
615
697
  ];
616
698
  var GetDbClusterOutput$ = [3, n0, _GDCO,
617
699
  0,
618
- [_i, _n, _a, _st, _en, _rE, _po, _dT, _dIT, _nT, _dST, _aS, _eT, _pA, _dPGI, _lDC, _mS, _lMT, _nMT, _iAPSA, _vSI, _vSGI, _fM, _cC],
619
- [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 5, 5, 0, 64 | 0, 64 | 0, 0, () => ClusterConfiguration$], 3
700
+ [_i, _n, _a, _st, _en, _rE, _p, _dT, _dIT, _nT, _dST, _aS, _eT, _pA, _dPGIb, _lDC, _mS, _lMT, _nMT, _iAPSA, _vSI, _vSGI, _fM, _cC, _dBC, _kKI],
701
+ [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 5, 5, 0, 64 | 0, 64 | 0, 0, () => ClusterConfiguration$, () => DbBackupConfigurationOutputList, 0], 3
620
702
  ];
621
703
  var GetDbInstanceInput$ = [3, n0, _GDII,
622
704
  0,
@@ -625,8 +707,8 @@ var GetDbInstanceInput$ = [3, n0, _GDII,
625
707
  ];
626
708
  var GetDbInstanceOutput$ = [3, n0, _GDIO,
627
709
  0,
628
- [_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT],
629
- [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5], 4
710
+ [_i, _n, _a, _vSI, _st, _en, _p, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGIb, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT, _dBC, _kKI],
711
+ [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5, () => DbBackupConfigurationOutputList, 0], 4
630
712
  ];
631
713
  var GetDbParameterGroupInput$ = [3, n0, _GDPGI,
632
714
  0,
@@ -635,7 +717,7 @@ var GetDbParameterGroupInput$ = [3, n0, _GDPGI,
635
717
  ];
636
718
  var GetDbParameterGroupOutput$ = [3, n0, _GDPGO,
637
719
  0,
638
- [_i, _n, _a, _d, _pa],
720
+ [_i, _n, _a, _d, _par],
639
721
  [0, 0, 0, 0, () => _Parameters$], 3
640
722
  ];
641
723
  var InfluxDBv2Parameters$ = [3, n0, _IDBP,
@@ -653,6 +735,16 @@ var InfluxDBv3EnterpriseParameters$ = [3, n0, _IDBEP,
653
735
  [_iQI, _qOI, _dC, _qFL, _qLS, _lF, _lFo, _dFNT, _dFRT, _dFRDLS, _dFREI, _dFRGQI, _dFRMBT, _dFRMIEPT, _dFRTKA, _dFRTP, _dFMPF, _dFUCPL, _dFC, _mHRS, _fSMT, _wSS, _wMWBS, _sWFTK, _pCA, _pMCPP, _pMCPI, _dPMC, _pMCQPD, _lCEI, _dCEI, _gD, _eMPB, _pMCS, _wRFOE, _wRCL, _tICME, _tICCL, _gLD, _rCI, _dGP, _hDDD, _pRU, _pRSA, _cRL, _cMNFPP, _cGD, _cM, _cCW, _cCI, _lVCDFH, _dVCDFH, _rIe, _cSI],
654
736
  [1, 1, 2, 1, 1, 0, 0, 1, 0, 2, 1, 1, 1, 1, () => Duration$, 1, 1, 2, 0, 1, () => PercentOrAbsoluteLong$, 1, 1, 1, () => Duration$, 1, () => Duration$, 2, () => Duration$, () => Duration$, () => Duration$, () => Duration$, () => PercentOrAbsoluteLong$, () => PercentOrAbsoluteLong$, 2, 1, 1, 1, () => Duration$, () => Duration$, () => Duration$, () => Duration$, 0, 0, 1, 1, () => Duration$, 0, () => Duration$, () => Duration$, 2, 2, () => Duration$, () => Duration$], 3
655
737
  ];
738
+ var ListDbBackupsInput$ = [3, n0, _LDBI,
739
+ 0,
740
+ [_dRI, _nTe, _mR],
741
+ [0, 0, 1]
742
+ ];
743
+ var ListDbBackupsOutput$ = [3, n0, _LDBO,
744
+ 0,
745
+ [_it, _nTe],
746
+ [() => DbBackupSummaryList, 0], 1
747
+ ];
656
748
  var ListDbClustersInput$ = [3, n0, _LDCI,
657
749
  0,
658
750
  [_nTe, _mR],
@@ -730,8 +822,18 @@ var RebootDbInstanceInput$ = [3, n0, _RDII,
730
822
  ];
731
823
  var RebootDbInstanceOutput$ = [3, n0, _RDIO,
732
824
  0,
733
- [_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT],
734
- [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5], 4
825
+ [_i, _n, _a, _vSI, _st, _en, _p, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGIb, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT, _dBC, _kKI],
826
+ [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5, () => DbBackupConfigurationOutputList, 0], 4
827
+ ];
828
+ var RestoreFromDbBackupInput$ = [3, n0, _RFDBI,
829
+ 0,
830
+ [_n, _dBI, _rTT, _rM, _vSI, _vSGI, _pA, _lDC, _mS, _t, _p, _nT, _dT, _dBC, _kKI],
831
+ [0, 0, 5, 0, 64 | 0, 64 | 0, 2, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 128 | 0, 1, 0, 0, () => DbBackupConfigurationInputList, 0], 2
832
+ ];
833
+ var RestoreFromDbBackupOutput$ = [3, n0, _RFDBO,
834
+ 0,
835
+ [_rDRI, _rS, _rT, _eT, _dT],
836
+ [0, 0, 0, 0, 0]
735
837
  ];
736
838
  var S3Configuration$ = [3, n0, _SC,
737
839
  0,
@@ -750,8 +852,8 @@ var UntagResourceRequest$ = [3, n0, _URR,
750
852
  ];
751
853
  var UpdateDbClusterInput$ = [3, n0, _UDCI,
752
854
  0,
753
- [_dCI, _lDC, _dPGI, _po, _dIT, _fM, _mS],
754
- [0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, () => MaintenanceSchedule$], 1
855
+ [_dCI, _lDC, _dPGIb, _p, _dIT, _fM, _mS, _dBC],
856
+ [0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, () => MaintenanceSchedule$, () => DbBackupConfigurationInputList], 1
755
857
  ];
756
858
  var UpdateDbClusterOutput$ = [3, n0, _UDCO,
757
859
  0,
@@ -760,15 +862,24 @@ var UpdateDbClusterOutput$ = [3, n0, _UDCO,
760
862
  ];
761
863
  var UpdateDbInstanceInput$ = [3, n0, _UDII,
762
864
  0,
763
- [_id, _lDC, _dPGI, _po, _dIT, _dT, _dST, _aS, _mS],
764
- [0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, 0, 1, () => MaintenanceSchedule$], 1
865
+ [_id, _lDC, _dPGIb, _p, _dIT, _dT, _dST, _aS, _mS, _dBC],
866
+ [0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, 0, 1, () => MaintenanceSchedule$, () => DbBackupConfigurationInputList], 1
765
867
  ];
766
868
  var UpdateDbInstanceOutput$ = [3, n0, _UDIO,
767
869
  0,
768
- [_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT],
769
- [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5], 4
870
+ [_i, _n, _a, _vSI, _st, _en, _p, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGIb, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT, _dBC, _kKI],
871
+ [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5, () => DbBackupConfigurationOutputList, 0], 4
770
872
  ];
771
873
  var __Unit = "unit";
874
+ var DbBackupConfigurationInputList = [1, n0, _DBCIL,
875
+ 0, () => DbBackupConfiguration$
876
+ ];
877
+ var DbBackupConfigurationOutputList = [1, n0, _DBCOL,
878
+ 0, () => DbBackupConfigurationOutput$
879
+ ];
880
+ var DbBackupSummaryList = [1, n0, _DBSL,
881
+ 0, () => DbBackupSummary$
882
+ ];
772
883
  var DbClusterSummaryList = [1, n0, _DCSL,
773
884
  0, () => DbClusterSummary$
774
885
  ];
@@ -791,6 +902,9 @@ var PercentOrAbsoluteLong$ = [4, n0, _POAL,
791
902
  [_pe, _ab],
792
903
  [0, 1]
793
904
  ];
905
+ var CreateDbBackup$ = [9, n0, _CDB,
906
+ 2, () => CreateDbBackupInput$, () => CreateDbBackupOutput$
907
+ ];
794
908
  var CreateDbCluster$ = [9, n0, _CDC,
795
909
  2, () => CreateDbClusterInput$, () => CreateDbClusterOutput$
796
910
  ];
@@ -800,12 +914,18 @@ var CreateDbInstance$ = [9, n0, _CDI,
800
914
  var CreateDbParameterGroup$ = [9, n0, _CDPG,
801
915
  2, () => CreateDbParameterGroupInput$, () => CreateDbParameterGroupOutput$
802
916
  ];
917
+ var DeleteDbBackup$ = [9, n0, _DDB,
918
+ 2, () => DeleteDbBackupInput$, () => DeleteDbBackupOutput$
919
+ ];
803
920
  var DeleteDbCluster$ = [9, n0, _DDC,
804
921
  2, () => DeleteDbClusterInput$, () => DeleteDbClusterOutput$
805
922
  ];
806
923
  var DeleteDbInstance$ = [9, n0, _DDI,
807
924
  2, () => DeleteDbInstanceInput$, () => DeleteDbInstanceOutput$
808
925
  ];
926
+ var GetDbBackup$ = [9, n0, _GDB,
927
+ 0, () => GetDbBackupInput$, () => GetDbBackupOutput$
928
+ ];
809
929
  var GetDbCluster$ = [9, n0, _GDC,
810
930
  0, () => GetDbClusterInput$, () => GetDbClusterOutput$
811
931
  ];
@@ -815,6 +935,9 @@ var GetDbInstance$ = [9, n0, _GDI,
815
935
  var GetDbParameterGroup$ = [9, n0, _GDPG,
816
936
  0, () => GetDbParameterGroupInput$, () => GetDbParameterGroupOutput$
817
937
  ];
938
+ var ListDbBackups$ = [9, n0, _LDB,
939
+ 0, () => ListDbBackupsInput$, () => ListDbBackupsOutput$
940
+ ];
818
941
  var ListDbClusters$ = [9, n0, _LDCi,
819
942
  0, () => ListDbClustersInput$, () => ListDbClustersOutput$
820
943
  ];
@@ -836,6 +959,9 @@ var RebootDbCluster$ = [9, n0, _RDC,
836
959
  var RebootDbInstance$ = [9, n0, _RDI,
837
960
  2, () => RebootDbInstanceInput$, () => RebootDbInstanceOutput$
838
961
  ];
962
+ var RestoreFromDbBackup$ = [9, n0, _RFDB,
963
+ 2, () => RestoreFromDbBackupInput$, () => RestoreFromDbBackupOutput$
964
+ ];
839
965
  var TagResource$ = [9, n0, _TR,
840
966
  2, () => TagResourceRequest$, () => __Unit
841
967
  ];
@@ -999,6 +1125,9 @@ const command = makeBuilder(commonParams, "AmazonTimestreamInfluxDB", "Timestrea
999
1125
  const _ep0 = {};
1000
1126
  const _mw0 = (Command, cs, config, o) => [];
1001
1127
 
1128
+ class CreateDbBackupCommand extends command(_ep0, _mw0, "CreateDbBackup", CreateDbBackup$) {
1129
+ }
1130
+
1002
1131
  class CreateDbClusterCommand extends command(_ep0, _mw0, "CreateDbCluster", CreateDbCluster$) {
1003
1132
  }
1004
1133
 
@@ -1008,12 +1137,18 @@ class CreateDbInstanceCommand extends command(_ep0, _mw0, "CreateDbInstance", Cr
1008
1137
  class CreateDbParameterGroupCommand extends command(_ep0, _mw0, "CreateDbParameterGroup", CreateDbParameterGroup$) {
1009
1138
  }
1010
1139
 
1140
+ class DeleteDbBackupCommand extends command(_ep0, _mw0, "DeleteDbBackup", DeleteDbBackup$) {
1141
+ }
1142
+
1011
1143
  class DeleteDbClusterCommand extends command(_ep0, _mw0, "DeleteDbCluster", DeleteDbCluster$) {
1012
1144
  }
1013
1145
 
1014
1146
  class DeleteDbInstanceCommand extends command(_ep0, _mw0, "DeleteDbInstance", DeleteDbInstance$) {
1015
1147
  }
1016
1148
 
1149
+ class GetDbBackupCommand extends command(_ep0, _mw0, "GetDbBackup", GetDbBackup$) {
1150
+ }
1151
+
1017
1152
  class GetDbClusterCommand extends command(_ep0, _mw0, "GetDbCluster", GetDbCluster$) {
1018
1153
  }
1019
1154
 
@@ -1023,6 +1158,9 @@ class GetDbInstanceCommand extends command(_ep0, _mw0, "GetDbInstance", GetDbIns
1023
1158
  class GetDbParameterGroupCommand extends command(_ep0, _mw0, "GetDbParameterGroup", GetDbParameterGroup$) {
1024
1159
  }
1025
1160
 
1161
+ class ListDbBackupsCommand extends command(_ep0, _mw0, "ListDbBackups", ListDbBackups$) {
1162
+ }
1163
+
1026
1164
  class ListDbClustersCommand extends command(_ep0, _mw0, "ListDbClusters", ListDbClusters$) {
1027
1165
  }
1028
1166
 
@@ -1044,6 +1182,9 @@ class RebootDbClusterCommand extends command(_ep0, _mw0, "RebootDbCluster", Rebo
1044
1182
  class RebootDbInstanceCommand extends command(_ep0, _mw0, "RebootDbInstance", RebootDbInstance$) {
1045
1183
  }
1046
1184
 
1185
+ class RestoreFromDbBackupCommand extends command(_ep0, _mw0, "RestoreFromDbBackup", RestoreFromDbBackup$) {
1186
+ }
1187
+
1047
1188
  class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1048
1189
  }
1049
1190
 
@@ -1056,6 +1197,8 @@ class UpdateDbClusterCommand extends command(_ep0, _mw0, "UpdateDbCluster", Upda
1056
1197
  class UpdateDbInstanceCommand extends command(_ep0, _mw0, "UpdateDbInstance", UpdateDbInstance$) {
1057
1198
  }
1058
1199
 
1200
+ const paginateListDbBackups = createPaginator(TimestreamInfluxDBClient, ListDbBackupsCommand, "nextToken", "nextToken", "maxResults");
1201
+
1059
1202
  const paginateListDbClusters = createPaginator(TimestreamInfluxDBClient, ListDbClustersCommand, "nextToken", "nextToken", "maxResults");
1060
1203
 
1061
1204
  const paginateListDbInstancesForCluster = createPaginator(TimestreamInfluxDBClient, ListDbInstancesForClusterCommand, "nextToken", "nextToken", "maxResults");
@@ -1065,14 +1208,18 @@ const paginateListDbInstances = createPaginator(TimestreamInfluxDBClient, ListDb
1065
1208
  const paginateListDbParameterGroups = createPaginator(TimestreamInfluxDBClient, ListDbParameterGroupsCommand, "nextToken", "nextToken", "maxResults");
1066
1209
 
1067
1210
  const commands = {
1211
+ CreateDbBackupCommand,
1068
1212
  CreateDbClusterCommand,
1069
1213
  CreateDbInstanceCommand,
1070
1214
  CreateDbParameterGroupCommand,
1215
+ DeleteDbBackupCommand,
1071
1216
  DeleteDbClusterCommand,
1072
1217
  DeleteDbInstanceCommand,
1218
+ GetDbBackupCommand,
1073
1219
  GetDbClusterCommand,
1074
1220
  GetDbInstanceCommand,
1075
1221
  GetDbParameterGroupCommand,
1222
+ ListDbBackupsCommand,
1076
1223
  ListDbClustersCommand,
1077
1224
  ListDbInstancesCommand,
1078
1225
  ListDbInstancesForClusterCommand,
@@ -1080,12 +1227,14 @@ const commands = {
1080
1227
  ListTagsForResourceCommand,
1081
1228
  RebootDbClusterCommand,
1082
1229
  RebootDbInstanceCommand,
1230
+ RestoreFromDbBackupCommand,
1083
1231
  TagResourceCommand,
1084
1232
  UntagResourceCommand,
1085
1233
  UpdateDbClusterCommand,
1086
1234
  UpdateDbInstanceCommand,
1087
1235
  };
1088
1236
  const paginators = {
1237
+ paginateListDbBackups,
1089
1238
  paginateListDbClusters,
1090
1239
  paginateListDbInstances,
1091
1240
  paginateListDbInstancesForCluster,
@@ -1111,8 +1260,15 @@ const DbStorageType = {
1111
1260
  INFLUX_IO_INCLUDED_T2: "InfluxIOIncludedT2",
1112
1261
  INFLUX_IO_INCLUDED_T3: "InfluxIOIncludedT3",
1113
1262
  };
1114
- const ClusterDeploymentType = {
1263
+ const ResourceDeploymentType = {
1115
1264
  MULTI_NODE_READ_REPLICAS: "MULTI_NODE_READ_REPLICAS",
1265
+ SINGLE_AZ: "SINGLE_AZ",
1266
+ WITH_MULTIAZ_STANDBY: "WITH_MULTIAZ_STANDBY",
1267
+ };
1268
+ const EngineType = {
1269
+ INFLUXDB_V2: "INFLUXDB_V2",
1270
+ INFLUXDB_V3_CORE: "INFLUXDB_V3_CORE",
1271
+ INFLUXDB_V3_ENTERPRISE: "INFLUXDB_V3_ENTERPRISE",
1116
1272
  };
1117
1273
  const FailoverMode = {
1118
1274
  AUTOMATIC: "AUTOMATIC",
@@ -1122,6 +1278,48 @@ const NetworkType = {
1122
1278
  DUAL: "DUAL",
1123
1279
  IPV4: "IPV4",
1124
1280
  };
1281
+ const DbBackupStatus = {
1282
+ COMPLETED: "COMPLETED",
1283
+ DELETED: "DELETED",
1284
+ DELETING: "DELETING",
1285
+ FAILED: "FAILED",
1286
+ IN_PROGRESS: "IN_PROGRESS",
1287
+ };
1288
+ const DbBackupType = {
1289
+ CONTINUOUS: "CONTINUOUS",
1290
+ CUSTOM_SCHEDULE: "CUSTOM_SCHEDULE",
1291
+ DAILY: "DAILY",
1292
+ HOURLY: "HOURLY",
1293
+ MONTHLY: "MONTHLY",
1294
+ ON_DEMAND: "ON_DEMAND",
1295
+ WEEKLY: "WEEKLY",
1296
+ };
1297
+ const ValidationExceptionReason = {
1298
+ FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
1299
+ OTHER: "OTHER",
1300
+ };
1301
+ const AutomatedDbBackupType = {
1302
+ CONTINUOUS: "CONTINUOUS",
1303
+ CUSTOM_SCHEDULE: "CUSTOM_SCHEDULE",
1304
+ DAILY: "DAILY",
1305
+ HOURLY: "HOURLY",
1306
+ MONTHLY: "MONTHLY",
1307
+ WEEKLY: "WEEKLY",
1308
+ };
1309
+ const RestoreMode = {
1310
+ NEW_RESOURCE: "NEW_RESOURCE",
1311
+ REPLACE_EXISTING: "REPLACE_EXISTING",
1312
+ };
1313
+ const ResourceType = {
1314
+ DB_CLUSTER: "DB_CLUSTER",
1315
+ DB_INSTANCE: "DB_INSTANCE",
1316
+ };
1317
+ const RestoreStatus = {
1318
+ RESTORING: "RESTORING",
1319
+ };
1320
+ const ClusterDeploymentType = {
1321
+ MULTI_NODE_READ_REPLICAS: "MULTI_NODE_READ_REPLICAS",
1322
+ };
1125
1323
  const ClusterStatus = {
1126
1324
  AVAILABLE: "AVAILABLE",
1127
1325
  CREATING: "CREATING",
@@ -1132,18 +1330,11 @@ const ClusterStatus = {
1132
1330
  PARTIALLY_AVAILABLE: "PARTIALLY_AVAILABLE",
1133
1331
  REBOOTING: "REBOOTING",
1134
1332
  REBOOT_FAILED: "REBOOT_FAILED",
1333
+ RESTORE_FAILED: "RESTORE_FAILED",
1334
+ RESTORING: "RESTORING",
1135
1335
  UPDATING: "UPDATING",
1136
1336
  UPDATING_INSTANCE_TYPE: "UPDATING_INSTANCE_TYPE",
1137
1337
  };
1138
- const ValidationExceptionReason = {
1139
- FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
1140
- OTHER: "OTHER",
1141
- };
1142
- const EngineType = {
1143
- INFLUXDB_V2: "INFLUXDB_V2",
1144
- INFLUXDB_V3_CORE: "INFLUXDB_V3_CORE",
1145
- INFLUXDB_V3_ENTERPRISE: "INFLUXDB_V3_ENTERPRISE",
1146
- };
1147
1338
  const DeploymentType = {
1148
1339
  SINGLE_AZ: "SINGLE_AZ",
1149
1340
  WITH_MULTIAZ_STANDBY: "WITH_MULTIAZ_STANDBY",
@@ -1167,6 +1358,8 @@ const Status = {
1167
1358
  MODIFYING: "MODIFYING",
1168
1359
  REBOOTING: "REBOOTING",
1169
1360
  REBOOT_FAILED: "REBOOT_FAILED",
1361
+ RESTORE_FAILED: "RESTORE_FAILED",
1362
+ RESTORING: "RESTORING",
1170
1363
  UPDATING: "UPDATING",
1171
1364
  UPDATING_DEPLOYMENT_TYPE: "UPDATING_DEPLOYMENT_TYPE",
1172
1365
  UPDATING_INSTANCE_TYPE: "UPDATING_INSTANCE_TYPE",
@@ -1198,11 +1391,16 @@ const LogFormats = {
1198
1391
 
1199
1392
  exports.AccessDeniedException = AccessDeniedException;
1200
1393
  exports.AccessDeniedException$ = AccessDeniedException$;
1394
+ exports.AutomatedDbBackupType = AutomatedDbBackupType;
1201
1395
  exports.ClusterConfiguration$ = ClusterConfiguration$;
1202
1396
  exports.ClusterDeploymentType = ClusterDeploymentType;
1203
1397
  exports.ClusterStatus = ClusterStatus;
1204
1398
  exports.ConflictException = ConflictException;
1205
1399
  exports.ConflictException$ = ConflictException$;
1400
+ exports.CreateDbBackup$ = CreateDbBackup$;
1401
+ exports.CreateDbBackupCommand = CreateDbBackupCommand;
1402
+ exports.CreateDbBackupInput$ = CreateDbBackupInput$;
1403
+ exports.CreateDbBackupOutput$ = CreateDbBackupOutput$;
1206
1404
  exports.CreateDbCluster$ = CreateDbCluster$;
1207
1405
  exports.CreateDbClusterCommand = CreateDbClusterCommand;
1208
1406
  exports.CreateDbClusterInput$ = CreateDbClusterInput$;
@@ -1216,12 +1414,21 @@ exports.CreateDbParameterGroupCommand = CreateDbParameterGroupCommand;
1216
1414
  exports.CreateDbParameterGroupInput$ = CreateDbParameterGroupInput$;
1217
1415
  exports.CreateDbParameterGroupOutput$ = CreateDbParameterGroupOutput$;
1218
1416
  exports.DataFusionRuntimeType = DataFusionRuntimeType;
1417
+ exports.DbBackupConfiguration$ = DbBackupConfiguration$;
1418
+ exports.DbBackupConfigurationOutput$ = DbBackupConfigurationOutput$;
1419
+ exports.DbBackupStatus = DbBackupStatus;
1420
+ exports.DbBackupSummary$ = DbBackupSummary$;
1421
+ exports.DbBackupType = DbBackupType;
1219
1422
  exports.DbClusterSummary$ = DbClusterSummary$;
1220
1423
  exports.DbInstanceForClusterSummary$ = DbInstanceForClusterSummary$;
1221
1424
  exports.DbInstanceSummary$ = DbInstanceSummary$;
1222
1425
  exports.DbInstanceType = DbInstanceType;
1223
1426
  exports.DbParameterGroupSummary$ = DbParameterGroupSummary$;
1224
1427
  exports.DbStorageType = DbStorageType;
1428
+ exports.DeleteDbBackup$ = DeleteDbBackup$;
1429
+ exports.DeleteDbBackupCommand = DeleteDbBackupCommand;
1430
+ exports.DeleteDbBackupInput$ = DeleteDbBackupInput$;
1431
+ exports.DeleteDbBackupOutput$ = DeleteDbBackupOutput$;
1225
1432
  exports.DeleteDbCluster$ = DeleteDbCluster$;
1226
1433
  exports.DeleteDbClusterCommand = DeleteDbClusterCommand;
1227
1434
  exports.DeleteDbClusterInput$ = DeleteDbClusterInput$;
@@ -1235,6 +1442,10 @@ exports.Duration$ = Duration$;
1235
1442
  exports.DurationType = DurationType;
1236
1443
  exports.EngineType = EngineType;
1237
1444
  exports.FailoverMode = FailoverMode;
1445
+ exports.GetDbBackup$ = GetDbBackup$;
1446
+ exports.GetDbBackupCommand = GetDbBackupCommand;
1447
+ exports.GetDbBackupInput$ = GetDbBackupInput$;
1448
+ exports.GetDbBackupOutput$ = GetDbBackupOutput$;
1238
1449
  exports.GetDbCluster$ = GetDbCluster$;
1239
1450
  exports.GetDbClusterCommand = GetDbClusterCommand;
1240
1451
  exports.GetDbClusterInput$ = GetDbClusterInput$;
@@ -1253,6 +1464,10 @@ exports.InfluxDBv3EnterpriseParameters$ = InfluxDBv3EnterpriseParameters$;
1253
1464
  exports.InstanceMode = InstanceMode;
1254
1465
  exports.InternalServerException = InternalServerException;
1255
1466
  exports.InternalServerException$ = InternalServerException$;
1467
+ exports.ListDbBackups$ = ListDbBackups$;
1468
+ exports.ListDbBackupsCommand = ListDbBackupsCommand;
1469
+ exports.ListDbBackupsInput$ = ListDbBackupsInput$;
1470
+ exports.ListDbBackupsOutput$ = ListDbBackupsOutput$;
1256
1471
  exports.ListDbClusters$ = ListDbClusters$;
1257
1472
  exports.ListDbClustersCommand = ListDbClustersCommand;
1258
1473
  exports.ListDbClustersInput$ = ListDbClustersInput$;
@@ -1287,8 +1502,16 @@ exports.RebootDbInstance$ = RebootDbInstance$;
1287
1502
  exports.RebootDbInstanceCommand = RebootDbInstanceCommand;
1288
1503
  exports.RebootDbInstanceInput$ = RebootDbInstanceInput$;
1289
1504
  exports.RebootDbInstanceOutput$ = RebootDbInstanceOutput$;
1505
+ exports.ResourceDeploymentType = ResourceDeploymentType;
1290
1506
  exports.ResourceNotFoundException = ResourceNotFoundException;
1291
1507
  exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1508
+ exports.ResourceType = ResourceType;
1509
+ exports.RestoreFromDbBackup$ = RestoreFromDbBackup$;
1510
+ exports.RestoreFromDbBackupCommand = RestoreFromDbBackupCommand;
1511
+ exports.RestoreFromDbBackupInput$ = RestoreFromDbBackupInput$;
1512
+ exports.RestoreFromDbBackupOutput$ = RestoreFromDbBackupOutput$;
1513
+ exports.RestoreMode = RestoreMode;
1514
+ exports.RestoreStatus = RestoreStatus;
1292
1515
  exports.S3Configuration$ = S3Configuration$;
1293
1516
  exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1294
1517
  exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
@@ -1319,6 +1542,7 @@ exports.ValidationException$ = ValidationException$;
1319
1542
  exports.ValidationExceptionReason = ValidationExceptionReason;
1320
1543
  exports._Parameters$ = _Parameters$;
1321
1544
  exports.errorTypeRegistries = errorTypeRegistries;
1545
+ exports.paginateListDbBackups = paginateListDbBackups;
1322
1546
  exports.paginateListDbClusters = paginateListDbClusters;
1323
1547
  exports.paginateListDbInstances = paginateListDbInstances;
1324
1548
  exports.paginateListDbInstancesForCluster = paginateListDbInstancesForCluster;