@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
@@ -1,5 +1,8 @@
1
1
  const _ADE = "AccessDeniedException";
2
2
  const _CC = "ClusterConfiguration";
3
+ const _CDB = "CreateDbBackup";
4
+ const _CDBI = "CreateDbBackupInput";
5
+ const _CDBO = "CreateDbBackupOutput";
3
6
  const _CDC = "CreateDbCluster";
4
7
  const _CDCI = "CreateDbClusterInput";
5
8
  const _CDCO = "CreateDbClusterOutput";
@@ -11,8 +14,17 @@ const _CDPGI = "CreateDbParameterGroupInput";
11
14
  const _CDPGO = "CreateDbParameterGroupOutput";
12
15
  const _CE = "ConflictException";
13
16
  const _D = "Duration";
17
+ const _DBC = "DbBackupConfiguration";
18
+ const _DBCIL = "DbBackupConfigurationInputList";
19
+ const _DBCO = "DbBackupConfigurationOutput";
20
+ const _DBCOL = "DbBackupConfigurationOutputList";
21
+ const _DBS = "DbBackupSummary";
22
+ const _DBSL = "DbBackupSummaryList";
14
23
  const _DCS = "DbClusterSummary";
15
24
  const _DCSL = "DbClusterSummaryList";
25
+ const _DDB = "DeleteDbBackup";
26
+ const _DDBI = "DeleteDbBackupInput";
27
+ const _DDBO = "DeleteDbBackupOutput";
16
28
  const _DDC = "DeleteDbCluster";
17
29
  const _DDCI = "DeleteDbClusterInput";
18
30
  const _DDCO = "DeleteDbClusterOutput";
@@ -25,6 +37,9 @@ const _DIS = "DbInstanceSummary";
25
37
  const _DISL = "DbInstanceSummaryList";
26
38
  const _DPGS = "DbParameterGroupSummary";
27
39
  const _DPGSL = "DbParameterGroupSummaryList";
40
+ const _GDB = "GetDbBackup";
41
+ const _GDBI = "GetDbBackupInput";
42
+ const _GDBO = "GetDbBackupOutput";
28
43
  const _GDC = "GetDbCluster";
29
44
  const _GDCI = "GetDbClusterInput";
30
45
  const _GDCO = "GetDbClusterOutput";
@@ -41,6 +56,9 @@ const _IDBE = "InfluxDBv3Enterprise";
41
56
  const _IDBEP = "InfluxDBv3EnterpriseParameters";
42
57
  const _IDBP = "InfluxDBv2Parameters";
43
58
  const _ISE = "InternalServerException";
59
+ const _LDB = "ListDbBackups";
60
+ const _LDBI = "ListDbBackupsInput";
61
+ const _LDBO = "ListDbBackupsOutput";
44
62
  const _LDC = "LogDeliveryConfiguration";
45
63
  const _LDCI = "ListDbClustersInput";
46
64
  const _LDCO = "ListDbClustersOutput";
@@ -68,6 +86,9 @@ const _RDCO = "RebootDbClusterOutput";
68
86
  const _RDI = "RebootDbInstance";
69
87
  const _RDII = "RebootDbInstanceInput";
70
88
  const _RDIO = "RebootDbInstanceOutput";
89
+ const _RFDB = "RestoreFromDbBackup";
90
+ const _RFDBI = "RestoreFromDbBackupInput";
91
+ const _RFDBO = "RestoreFromDbBackupOutput";
71
92
  const _RNFE = "ResourceNotFoundException";
72
93
  const _SC = "S3Configuration";
73
94
  const _SQEE = "ServiceQuotaExceededException";
@@ -91,6 +112,7 @@ const _ab = "absolute";
91
112
  const _b = "bucket";
92
113
  const _bN = "bucketName";
93
114
  const _c = "client";
115
+ const _cA = "createdAt";
94
116
  const _cC = "clusterConfiguration";
95
117
  const _cCI = "compactionCheckInterval";
96
118
  const _cCW = "compactionCleanupWait";
@@ -98,8 +120,11 @@ const _cGD = "compactionGen2Duration";
98
120
  const _cM = "compactionMultipliers";
99
121
  const _cMNFPP = "compactionMaxNumFilesPerPlan";
100
122
  const _cRL = "compactionRowLimit";
123
+ const _cS = "customSchedule";
101
124
  const _cSI = "catalogSyncInterval";
102
125
  const _d = "description";
126
+ const _dBC = "dbBackupConfigurations";
127
+ const _dBI = "dbBackupId";
103
128
  const _dC = "dedicatedCompactor";
104
129
  const _dCEI = "distinctCacheEvictionInterval";
105
130
  const _dCI = "dbClusterId";
@@ -118,13 +143,16 @@ const _dFRTP = "dataFusionRuntimeThreadPriority";
118
143
  const _dFUCPL = "dataFusionUseCachedParquetLoader";
119
144
  const _dGP = "deleteGracePeriod";
120
145
  const _dIT = "dbInstanceType";
121
- const _dPGI = "dbParameterGroupIdentifier";
146
+ const _dPGI = "dbParameterGroupId";
147
+ const _dPGIb = "dbParameterGroupIdentifier";
122
148
  const _dPMC = "disableParquetMemCache";
149
+ const _dRI = "dbResourceId";
123
150
  const _dST = "dbStorageType";
124
151
  const _dT = "deploymentType";
125
152
  const _dTu = "durationType";
126
153
  const _dVCDFH = "distinctValueCacheDisableFromHistory";
127
154
  const _e = "error";
155
+ const _eA = "expiresAfter";
128
156
  const _eMPB = "execMemPoolBytes";
129
157
  const _eT = "engineType";
130
158
  const _en = "endpoint";
@@ -152,6 +180,7 @@ const _iMn = "instanceModes";
152
180
  const _iQI = "ingestQueryInstances";
153
181
  const _id = "identifier";
154
182
  const _it = "items";
183
+ const _kKI = "kmsKeyId";
155
184
  const _lCEI = "lastCacheEvictionInterval";
156
185
  const _lDC = "logDeliveryConfiguration";
157
186
  const _lF = "logFilter";
@@ -165,12 +194,13 @@ const _mHRS = "maxHttpRequestSize";
165
194
  const _mR = "maxResults";
166
195
  const _mS = "maintenanceSchedule";
167
196
  const _n = "name";
197
+ const _nABT = "nextAutomatedBackupTime";
168
198
  const _nMT = "nextMaintenanceTime";
169
199
  const _nT = "networkType";
170
200
  const _nTe = "nextToken";
171
201
  const _nTo = "noTasks";
172
202
  const _o = "organization";
173
- const _p = "password";
203
+ const _p = "port";
174
204
  const _pA = "publiclyAccessible";
175
205
  const _pCA = "preemptiveCacheAge";
176
206
  const _pD = "pprofDisabled";
@@ -181,9 +211,9 @@ const _pMCS = "parquetMemCacheSize";
181
211
  const _pMW = "preferredMaintenanceWindow";
182
212
  const _pRSA = "pluginRepositorySecretArn";
183
213
  const _pRU = "pluginRepositoryUrl";
184
- const _pa = "parameters";
214
+ const _pa = "password";
215
+ const _par = "parameters";
185
216
  const _pe = "percent";
186
- const _po = "port";
187
217
  const _qC = "queryConcurrency";
188
218
  const _qFL = "queryFileLimit";
189
219
  const _qIMB = "queryInitialMemoryBytes";
@@ -194,12 +224,18 @@ const _qOI = "queryOnlyInstances";
194
224
  const _qQS = "queryQueueSize";
195
225
  const _r = "reason";
196
226
  const _rA = "resourceArn";
227
+ const _rAB = "retainAutomatedBackups";
197
228
  const _rAS = "retryAfterSeconds";
198
229
  const _rCI = "retentionCheckInterval";
230
+ const _rD = "retentionDays";
231
+ const _rDRI = "restoredDbResourceId";
199
232
  const _rE = "readerEndpoint";
200
233
  const _rI = "resourceId";
201
234
  const _rIe = "replicationInterval";
235
+ const _rM = "restoreMode";
236
+ const _rS = "restoreStatus";
202
237
  const _rT = "resourceType";
238
+ const _rTT = "restoreToTime";
203
239
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.timestreaminfluxdb";
204
240
  const _sAZ = "secondaryAvailabilityZone";
205
241
  const _sC = "s3Configuration";
@@ -227,6 +263,7 @@ const _tICME = "tableIndexCacheMaxEntries";
227
263
  const _tK = "tagKeys";
228
264
  const _tT = "tracingType";
229
265
  const _ti = "timezone";
266
+ const _ty = "type";
230
267
  const _u = "username";
231
268
  const _uD = "uiDisabled";
232
269
  const _v = "value";
@@ -297,10 +334,20 @@ export var ClusterConfiguration$ = [3, n0, _CC,
297
334
  [_iQI, _qOI, _dC],
298
335
  [1, 1, 2]
299
336
  ];
337
+ export var CreateDbBackupInput$ = [3, n0, _CDBI,
338
+ 0,
339
+ [_n, _dRI, _rD, _t],
340
+ [0, 0, 1, 128 | 0], 2
341
+ ];
342
+ export var CreateDbBackupOutput$ = [3, n0, _CDBO,
343
+ 0,
344
+ [_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],
345
+ [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
346
+ ];
300
347
  export var CreateDbClusterInput$ = [3, n0, _CDCI,
301
348
  0,
302
- [_n, _dIT, _vSI, _vSGI, _u, _p, _o, _b, _po, _dPGI, _dST, _aS, _nT, _pA, _dT, _fM, _lDC, _mS, _t],
303
- [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
349
+ [_n, _dIT, _vSI, _vSGI, _u, _pa, _o, _b, _p, _dPGIb, _dST, _aS, _nT, _pA, _dT, _fM, _lDC, _mS, _dBC, _kKI, _t],
350
+ [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
304
351
  ];
305
352
  export var CreateDbClusterOutput$ = [3, n0, _CDCO,
306
353
  0,
@@ -309,37 +356,52 @@ export var CreateDbClusterOutput$ = [3, n0, _CDCO,
309
356
  ];
310
357
  export var CreateDbInstanceInput$ = [3, n0, _CDII,
311
358
  0,
312
- [_n, _p, _dIT, _vSI, _vSGI, _aS, _u, _o, _b, _pA, _dST, _dPGI, _dT, _lDC, _mS, _t, _po, _nT],
313
- [0, [() => Password, 0], 0, 64 | 0, 64 | 0, 1, [() => Username, 0], 0, 0, 2, 0, 0, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 128 | 0, 1, 0], 6
359
+ [_n, _pa, _dIT, _vSI, _vSGI, _aS, _u, _o, _b, _pA, _dST, _dPGIb, _dT, _lDC, _mS, _t, _p, _nT, _dBC, _kKI],
360
+ [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
314
361
  ];
315
362
  export var CreateDbInstanceOutput$ = [3, n0, _CDIO,
316
363
  0,
317
- [_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],
318
- [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
364
+ [_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],
365
+ [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
319
366
  ];
320
367
  export var CreateDbParameterGroupInput$ = [3, n0, _CDPGI,
321
368
  0,
322
- [_n, _d, _pa, _t],
369
+ [_n, _d, _par, _t],
323
370
  [0, 0, () => _Parameters$, 128 | 0], 1
324
371
  ];
325
372
  export var CreateDbParameterGroupOutput$ = [3, n0, _CDPGO,
326
373
  0,
327
- [_i, _n, _a, _d, _pa],
374
+ [_i, _n, _a, _d, _par],
328
375
  [0, 0, 0, 0, () => _Parameters$], 3
329
376
  ];
377
+ export var DbBackupConfiguration$ = [3, n0, _DBC,
378
+ 0,
379
+ [_ty, _rD, _ena, _cS],
380
+ [0, 1, 2, 0], 3
381
+ ];
382
+ export var DbBackupConfigurationOutput$ = [3, n0, _DBCO,
383
+ 0,
384
+ [_ty, _rD, _ena, _cS, _nABT],
385
+ [0, 1, 2, 0, 5], 3
386
+ ];
387
+ export var DbBackupSummary$ = [3, n0, _DBS,
388
+ 0,
389
+ [_i, _a, _n, _st, _cA, _eA, _dRI, _ty, _eT, _dT, _kKI],
390
+ [0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0], 2
391
+ ];
330
392
  export var DbClusterSummary$ = [3, n0, _DCS,
331
393
  0,
332
- [_i, _n, _a, _st, _en, _rE, _po, _dT, _dIT, _nT, _dST, _aS, _eT],
394
+ [_i, _n, _a, _st, _en, _rE, _p, _dT, _dIT, _nT, _dST, _aS, _eT],
333
395
  [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0], 3
334
396
  ];
335
397
  export var DbInstanceForClusterSummary$ = [3, n0, _DIFCS,
336
398
  0,
337
- [_i, _n, _a, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _iM, _iMn],
399
+ [_i, _n, _a, _st, _en, _p, _nT, _dIT, _dST, _aS, _dT, _iM, _iMn],
338
400
  [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 64 | 0], 3
339
401
  ];
340
402
  export var DbInstanceSummary$ = [3, n0, _DIS,
341
403
  0,
342
- [_i, _n, _a, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT],
404
+ [_i, _n, _a, _st, _en, _p, _nT, _dIT, _dST, _aS, _dT],
343
405
  [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0], 3
344
406
  ];
345
407
  export var DbParameterGroupSummary$ = [3, n0, _DPGS,
@@ -347,11 +409,21 @@ export var DbParameterGroupSummary$ = [3, n0, _DPGS,
347
409
  [_i, _n, _a, _d],
348
410
  [0, 0, 0, 0], 3
349
411
  ];
350
- export var DeleteDbClusterInput$ = [3, n0, _DDCI,
412
+ export var DeleteDbBackupInput$ = [3, n0, _DDBI,
351
413
  0,
352
- [_dCI],
414
+ [_id],
353
415
  [0], 1
354
416
  ];
417
+ export var DeleteDbBackupOutput$ = [3, n0, _DDBO,
418
+ 0,
419
+ [_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],
420
+ [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
421
+ ];
422
+ export var DeleteDbClusterInput$ = [3, n0, _DDCI,
423
+ 0,
424
+ [_dCI, _rAB],
425
+ [0, 2], 1
426
+ ];
355
427
  export var DeleteDbClusterOutput$ = [3, n0, _DDCO,
356
428
  0,
357
429
  [_dCS],
@@ -359,19 +431,29 @@ export var DeleteDbClusterOutput$ = [3, n0, _DDCO,
359
431
  ];
360
432
  export var DeleteDbInstanceInput$ = [3, n0, _DDII,
361
433
  0,
362
- [_id],
363
- [0], 1
434
+ [_id, _rAB],
435
+ [0, 2], 1
364
436
  ];
365
437
  export var DeleteDbInstanceOutput$ = [3, n0, _DDIO,
366
438
  0,
367
- [_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],
368
- [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
439
+ [_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],
440
+ [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
369
441
  ];
370
442
  export var Duration$ = [3, n0, _D,
371
443
  0,
372
444
  [_dTu, _v],
373
445
  [0, 1], 2
374
446
  ];
447
+ export var GetDbBackupInput$ = [3, n0, _GDBI,
448
+ 0,
449
+ [_id],
450
+ [0], 1
451
+ ];
452
+ export var GetDbBackupOutput$ = [3, n0, _GDBO,
453
+ 0,
454
+ [_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],
455
+ [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
456
+ ];
375
457
  export var GetDbClusterInput$ = [3, n0, _GDCI,
376
458
  0,
377
459
  [_dCI],
@@ -379,8 +461,8 @@ export var GetDbClusterInput$ = [3, n0, _GDCI,
379
461
  ];
380
462
  export var GetDbClusterOutput$ = [3, n0, _GDCO,
381
463
  0,
382
- [_i, _n, _a, _st, _en, _rE, _po, _dT, _dIT, _nT, _dST, _aS, _eT, _pA, _dPGI, _lDC, _mS, _lMT, _nMT, _iAPSA, _vSI, _vSGI, _fM, _cC],
383
- [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
464
+ [_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],
465
+ [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
384
466
  ];
385
467
  export var GetDbInstanceInput$ = [3, n0, _GDII,
386
468
  0,
@@ -389,8 +471,8 @@ export var GetDbInstanceInput$ = [3, n0, _GDII,
389
471
  ];
390
472
  export var GetDbInstanceOutput$ = [3, n0, _GDIO,
391
473
  0,
392
- [_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],
393
- [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
474
+ [_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],
475
+ [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
394
476
  ];
395
477
  export var GetDbParameterGroupInput$ = [3, n0, _GDPGI,
396
478
  0,
@@ -399,7 +481,7 @@ export var GetDbParameterGroupInput$ = [3, n0, _GDPGI,
399
481
  ];
400
482
  export var GetDbParameterGroupOutput$ = [3, n0, _GDPGO,
401
483
  0,
402
- [_i, _n, _a, _d, _pa],
484
+ [_i, _n, _a, _d, _par],
403
485
  [0, 0, 0, 0, () => _Parameters$], 3
404
486
  ];
405
487
  export var InfluxDBv2Parameters$ = [3, n0, _IDBP,
@@ -417,6 +499,16 @@ export var InfluxDBv3EnterpriseParameters$ = [3, n0, _IDBEP,
417
499
  [_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],
418
500
  [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
419
501
  ];
502
+ export var ListDbBackupsInput$ = [3, n0, _LDBI,
503
+ 0,
504
+ [_dRI, _nTe, _mR],
505
+ [0, 0, 1]
506
+ ];
507
+ export var ListDbBackupsOutput$ = [3, n0, _LDBO,
508
+ 0,
509
+ [_it, _nTe],
510
+ [() => DbBackupSummaryList, 0], 1
511
+ ];
420
512
  export var ListDbClustersInput$ = [3, n0, _LDCI,
421
513
  0,
422
514
  [_nTe, _mR],
@@ -494,8 +586,18 @@ export var RebootDbInstanceInput$ = [3, n0, _RDII,
494
586
  ];
495
587
  export var RebootDbInstanceOutput$ = [3, n0, _RDIO,
496
588
  0,
497
- [_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],
498
- [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
589
+ [_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],
590
+ [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
591
+ ];
592
+ export var RestoreFromDbBackupInput$ = [3, n0, _RFDBI,
593
+ 0,
594
+ [_n, _dBI, _rTT, _rM, _vSI, _vSGI, _pA, _lDC, _mS, _t, _p, _nT, _dT, _dBC, _kKI],
595
+ [0, 0, 5, 0, 64 | 0, 64 | 0, 2, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 128 | 0, 1, 0, 0, () => DbBackupConfigurationInputList, 0], 2
596
+ ];
597
+ export var RestoreFromDbBackupOutput$ = [3, n0, _RFDBO,
598
+ 0,
599
+ [_rDRI, _rS, _rT, _eT, _dT],
600
+ [0, 0, 0, 0, 0]
499
601
  ];
500
602
  export var S3Configuration$ = [3, n0, _SC,
501
603
  0,
@@ -514,8 +616,8 @@ export var UntagResourceRequest$ = [3, n0, _URR,
514
616
  ];
515
617
  export var UpdateDbClusterInput$ = [3, n0, _UDCI,
516
618
  0,
517
- [_dCI, _lDC, _dPGI, _po, _dIT, _fM, _mS],
518
- [0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, () => MaintenanceSchedule$], 1
619
+ [_dCI, _lDC, _dPGIb, _p, _dIT, _fM, _mS, _dBC],
620
+ [0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, () => MaintenanceSchedule$, () => DbBackupConfigurationInputList], 1
519
621
  ];
520
622
  export var UpdateDbClusterOutput$ = [3, n0, _UDCO,
521
623
  0,
@@ -524,15 +626,24 @@ export var UpdateDbClusterOutput$ = [3, n0, _UDCO,
524
626
  ];
525
627
  export var UpdateDbInstanceInput$ = [3, n0, _UDII,
526
628
  0,
527
- [_id, _lDC, _dPGI, _po, _dIT, _dT, _dST, _aS, _mS],
528
- [0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, 0, 1, () => MaintenanceSchedule$], 1
629
+ [_id, _lDC, _dPGIb, _p, _dIT, _dT, _dST, _aS, _mS, _dBC],
630
+ [0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, 0, 1, () => MaintenanceSchedule$, () => DbBackupConfigurationInputList], 1
529
631
  ];
530
632
  export var UpdateDbInstanceOutput$ = [3, n0, _UDIO,
531
633
  0,
532
- [_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],
533
- [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
634
+ [_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],
635
+ [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
534
636
  ];
535
637
  var __Unit = "unit";
638
+ var DbBackupConfigurationInputList = [1, n0, _DBCIL,
639
+ 0, () => DbBackupConfiguration$
640
+ ];
641
+ var DbBackupConfigurationOutputList = [1, n0, _DBCOL,
642
+ 0, () => DbBackupConfigurationOutput$
643
+ ];
644
+ var DbBackupSummaryList = [1, n0, _DBSL,
645
+ 0, () => DbBackupSummary$
646
+ ];
536
647
  var DbClusterSummaryList = [1, n0, _DCSL,
537
648
  0, () => DbClusterSummary$
538
649
  ];
@@ -562,6 +673,9 @@ export var PercentOrAbsoluteLong$ = [4, n0, _POAL,
562
673
  [_pe, _ab],
563
674
  [0, 1]
564
675
  ];
676
+ export var CreateDbBackup$ = [9, n0, _CDB,
677
+ 2, () => CreateDbBackupInput$, () => CreateDbBackupOutput$
678
+ ];
565
679
  export var CreateDbCluster$ = [9, n0, _CDC,
566
680
  2, () => CreateDbClusterInput$, () => CreateDbClusterOutput$
567
681
  ];
@@ -571,12 +685,18 @@ export var CreateDbInstance$ = [9, n0, _CDI,
571
685
  export var CreateDbParameterGroup$ = [9, n0, _CDPG,
572
686
  2, () => CreateDbParameterGroupInput$, () => CreateDbParameterGroupOutput$
573
687
  ];
688
+ export var DeleteDbBackup$ = [9, n0, _DDB,
689
+ 2, () => DeleteDbBackupInput$, () => DeleteDbBackupOutput$
690
+ ];
574
691
  export var DeleteDbCluster$ = [9, n0, _DDC,
575
692
  2, () => DeleteDbClusterInput$, () => DeleteDbClusterOutput$
576
693
  ];
577
694
  export var DeleteDbInstance$ = [9, n0, _DDI,
578
695
  2, () => DeleteDbInstanceInput$, () => DeleteDbInstanceOutput$
579
696
  ];
697
+ export var GetDbBackup$ = [9, n0, _GDB,
698
+ 0, () => GetDbBackupInput$, () => GetDbBackupOutput$
699
+ ];
580
700
  export var GetDbCluster$ = [9, n0, _GDC,
581
701
  0, () => GetDbClusterInput$, () => GetDbClusterOutput$
582
702
  ];
@@ -586,6 +706,9 @@ export var GetDbInstance$ = [9, n0, _GDI,
586
706
  export var GetDbParameterGroup$ = [9, n0, _GDPG,
587
707
  0, () => GetDbParameterGroupInput$, () => GetDbParameterGroupOutput$
588
708
  ];
709
+ export var ListDbBackups$ = [9, n0, _LDB,
710
+ 0, () => ListDbBackupsInput$, () => ListDbBackupsOutput$
711
+ ];
589
712
  export var ListDbClusters$ = [9, n0, _LDCi,
590
713
  0, () => ListDbClustersInput$, () => ListDbClustersOutput$
591
714
  ];
@@ -607,6 +730,9 @@ export var RebootDbCluster$ = [9, n0, _RDC,
607
730
  export var RebootDbInstance$ = [9, n0, _RDI,
608
731
  2, () => RebootDbInstanceInput$, () => RebootDbInstanceOutput$
609
732
  ];
733
+ export var RestoreFromDbBackup$ = [9, n0, _RFDB,
734
+ 2, () => RestoreFromDbBackupInput$, () => RestoreFromDbBackupOutput$
735
+ ];
610
736
  export var TagResource$ = [9, n0, _TR,
611
737
  2, () => TagResourceRequest$, () => __Unit
612
738
  ];
@@ -1,12 +1,16 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
+ import { type CreateDbBackupCommandInput, type CreateDbBackupCommandOutput } from "./commands/CreateDbBackupCommand";
2
3
  import { type CreateDbClusterCommandInput, type CreateDbClusterCommandOutput } from "./commands/CreateDbClusterCommand";
3
4
  import { type CreateDbInstanceCommandInput, type CreateDbInstanceCommandOutput } from "./commands/CreateDbInstanceCommand";
4
5
  import { type CreateDbParameterGroupCommandInput, type CreateDbParameterGroupCommandOutput } from "./commands/CreateDbParameterGroupCommand";
6
+ import { type DeleteDbBackupCommandInput, type DeleteDbBackupCommandOutput } from "./commands/DeleteDbBackupCommand";
5
7
  import { type DeleteDbClusterCommandInput, type DeleteDbClusterCommandOutput } from "./commands/DeleteDbClusterCommand";
6
8
  import { type DeleteDbInstanceCommandInput, type DeleteDbInstanceCommandOutput } from "./commands/DeleteDbInstanceCommand";
9
+ import { type GetDbBackupCommandInput, type GetDbBackupCommandOutput } from "./commands/GetDbBackupCommand";
7
10
  import { type GetDbClusterCommandInput, type GetDbClusterCommandOutput } from "./commands/GetDbClusterCommand";
8
11
  import { type GetDbInstanceCommandInput, type GetDbInstanceCommandOutput } from "./commands/GetDbInstanceCommand";
9
12
  import { type GetDbParameterGroupCommandInput, type GetDbParameterGroupCommandOutput } from "./commands/GetDbParameterGroupCommand";
13
+ import { type ListDbBackupsCommandInput, type ListDbBackupsCommandOutput } from "./commands/ListDbBackupsCommand";
10
14
  import { type ListDbClustersCommandInput, type ListDbClustersCommandOutput } from "./commands/ListDbClustersCommand";
11
15
  import { type ListDbInstancesCommandInput, type ListDbInstancesCommandOutput } from "./commands/ListDbInstancesCommand";
12
16
  import { type ListDbInstancesForClusterCommandInput, type ListDbInstancesForClusterCommandOutput } from "./commands/ListDbInstancesForClusterCommand";
@@ -14,12 +18,19 @@ import { type ListDbParameterGroupsCommandInput, type ListDbParameterGroupsComma
14
18
  import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
15
19
  import { type RebootDbClusterCommandInput, type RebootDbClusterCommandOutput } from "./commands/RebootDbClusterCommand";
16
20
  import { type RebootDbInstanceCommandInput, type RebootDbInstanceCommandOutput } from "./commands/RebootDbInstanceCommand";
21
+ import { type RestoreFromDbBackupCommandInput, type RestoreFromDbBackupCommandOutput } from "./commands/RestoreFromDbBackupCommand";
17
22
  import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
18
23
  import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
19
24
  import { type UpdateDbClusterCommandInput, type UpdateDbClusterCommandOutput } from "./commands/UpdateDbClusterCommand";
20
25
  import { type UpdateDbInstanceCommandInput, type UpdateDbInstanceCommandOutput } from "./commands/UpdateDbInstanceCommand";
21
26
  import { TimestreamInfluxDBClient } from "./TimestreamInfluxDBClient";
22
27
  export interface TimestreamInfluxDB {
28
+ /**
29
+ * @see {@link CreateDbBackupCommand}
30
+ */
31
+ createDbBackup(args: CreateDbBackupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDbBackupCommandOutput>;
32
+ createDbBackup(args: CreateDbBackupCommandInput, cb: (err: any, data?: CreateDbBackupCommandOutput) => void): void;
33
+ createDbBackup(args: CreateDbBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDbBackupCommandOutput) => void): void;
23
34
  /**
24
35
  * @see {@link CreateDbClusterCommand}
25
36
  */
@@ -38,6 +49,12 @@ export interface TimestreamInfluxDB {
38
49
  createDbParameterGroup(args: CreateDbParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDbParameterGroupCommandOutput>;
39
50
  createDbParameterGroup(args: CreateDbParameterGroupCommandInput, cb: (err: any, data?: CreateDbParameterGroupCommandOutput) => void): void;
40
51
  createDbParameterGroup(args: CreateDbParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDbParameterGroupCommandOutput) => void): void;
52
+ /**
53
+ * @see {@link DeleteDbBackupCommand}
54
+ */
55
+ deleteDbBackup(args: DeleteDbBackupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDbBackupCommandOutput>;
56
+ deleteDbBackup(args: DeleteDbBackupCommandInput, cb: (err: any, data?: DeleteDbBackupCommandOutput) => void): void;
57
+ deleteDbBackup(args: DeleteDbBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDbBackupCommandOutput) => void): void;
41
58
  /**
42
59
  * @see {@link DeleteDbClusterCommand}
43
60
  */
@@ -50,6 +67,12 @@ export interface TimestreamInfluxDB {
50
67
  deleteDbInstance(args: DeleteDbInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDbInstanceCommandOutput>;
51
68
  deleteDbInstance(args: DeleteDbInstanceCommandInput, cb: (err: any, data?: DeleteDbInstanceCommandOutput) => void): void;
52
69
  deleteDbInstance(args: DeleteDbInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDbInstanceCommandOutput) => void): void;
70
+ /**
71
+ * @see {@link GetDbBackupCommand}
72
+ */
73
+ getDbBackup(args: GetDbBackupCommandInput, options?: __HttpHandlerOptions): Promise<GetDbBackupCommandOutput>;
74
+ getDbBackup(args: GetDbBackupCommandInput, cb: (err: any, data?: GetDbBackupCommandOutput) => void): void;
75
+ getDbBackup(args: GetDbBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDbBackupCommandOutput) => void): void;
53
76
  /**
54
77
  * @see {@link GetDbClusterCommand}
55
78
  */
@@ -68,6 +91,13 @@ export interface TimestreamInfluxDB {
68
91
  getDbParameterGroup(args: GetDbParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetDbParameterGroupCommandOutput>;
69
92
  getDbParameterGroup(args: GetDbParameterGroupCommandInput, cb: (err: any, data?: GetDbParameterGroupCommandOutput) => void): void;
70
93
  getDbParameterGroup(args: GetDbParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDbParameterGroupCommandOutput) => void): void;
94
+ /**
95
+ * @see {@link ListDbBackupsCommand}
96
+ */
97
+ listDbBackups(): Promise<ListDbBackupsCommandOutput>;
98
+ listDbBackups(args: ListDbBackupsCommandInput, options?: __HttpHandlerOptions): Promise<ListDbBackupsCommandOutput>;
99
+ listDbBackups(args: ListDbBackupsCommandInput, cb: (err: any, data?: ListDbBackupsCommandOutput) => void): void;
100
+ listDbBackups(args: ListDbBackupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDbBackupsCommandOutput) => void): void;
71
101
  /**
72
102
  * @see {@link ListDbClustersCommand}
73
103
  */
@@ -113,6 +143,12 @@ export interface TimestreamInfluxDB {
113
143
  rebootDbInstance(args: RebootDbInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RebootDbInstanceCommandOutput>;
114
144
  rebootDbInstance(args: RebootDbInstanceCommandInput, cb: (err: any, data?: RebootDbInstanceCommandOutput) => void): void;
115
145
  rebootDbInstance(args: RebootDbInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootDbInstanceCommandOutput) => void): void;
146
+ /**
147
+ * @see {@link RestoreFromDbBackupCommand}
148
+ */
149
+ restoreFromDbBackup(args: RestoreFromDbBackupCommandInput, options?: __HttpHandlerOptions): Promise<RestoreFromDbBackupCommandOutput>;
150
+ restoreFromDbBackup(args: RestoreFromDbBackupCommandInput, cb: (err: any, data?: RestoreFromDbBackupCommandOutput) => void): void;
151
+ restoreFromDbBackup(args: RestoreFromDbBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreFromDbBackupCommandOutput) => void): void;
116
152
  /**
117
153
  * @see {@link TagResourceCommand}
118
154
  */
@@ -137,6 +173,13 @@ export interface TimestreamInfluxDB {
137
173
  updateDbInstance(args: UpdateDbInstanceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDbInstanceCommandOutput>;
138
174
  updateDbInstance(args: UpdateDbInstanceCommandInput, cb: (err: any, data?: UpdateDbInstanceCommandOutput) => void): void;
139
175
  updateDbInstance(args: UpdateDbInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDbInstanceCommandOutput) => void): void;
176
+ /**
177
+ * @see {@link ListDbBackupsCommand}
178
+ * @param args - command input.
179
+ * @param paginationConfig - optional pagination config.
180
+ * @returns AsyncIterable of {@link ListDbBackupsCommandOutput}.
181
+ */
182
+ paginateListDbBackups(args?: ListDbBackupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDbBackupsCommandOutput>;
140
183
  /**
141
184
  * @see {@link ListDbClustersCommand}
142
185
  * @param args - command input.
@@ -6,14 +6,18 @@ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/cor
6
6
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
7
7
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
8
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
9
+ import type { CreateDbBackupCommandInput, CreateDbBackupCommandOutput } from "./commands/CreateDbBackupCommand";
9
10
  import type { CreateDbClusterCommandInput, CreateDbClusterCommandOutput } from "./commands/CreateDbClusterCommand";
10
11
  import type { CreateDbInstanceCommandInput, CreateDbInstanceCommandOutput } from "./commands/CreateDbInstanceCommand";
11
12
  import type { CreateDbParameterGroupCommandInput, CreateDbParameterGroupCommandOutput } from "./commands/CreateDbParameterGroupCommand";
13
+ import type { DeleteDbBackupCommandInput, DeleteDbBackupCommandOutput } from "./commands/DeleteDbBackupCommand";
12
14
  import type { DeleteDbClusterCommandInput, DeleteDbClusterCommandOutput } from "./commands/DeleteDbClusterCommand";
13
15
  import type { DeleteDbInstanceCommandInput, DeleteDbInstanceCommandOutput } from "./commands/DeleteDbInstanceCommand";
16
+ import type { GetDbBackupCommandInput, GetDbBackupCommandOutput } from "./commands/GetDbBackupCommand";
14
17
  import type { GetDbClusterCommandInput, GetDbClusterCommandOutput } from "./commands/GetDbClusterCommand";
15
18
  import type { GetDbInstanceCommandInput, GetDbInstanceCommandOutput } from "./commands/GetDbInstanceCommand";
16
19
  import type { GetDbParameterGroupCommandInput, GetDbParameterGroupCommandOutput } from "./commands/GetDbParameterGroupCommand";
20
+ import type { ListDbBackupsCommandInput, ListDbBackupsCommandOutput } from "./commands/ListDbBackupsCommand";
17
21
  import type { ListDbClustersCommandInput, ListDbClustersCommandOutput } from "./commands/ListDbClustersCommand";
18
22
  import type { ListDbInstancesCommandInput, ListDbInstancesCommandOutput } from "./commands/ListDbInstancesCommand";
19
23
  import type { ListDbInstancesForClusterCommandInput, ListDbInstancesForClusterCommandOutput } from "./commands/ListDbInstancesForClusterCommand";
@@ -21,6 +25,7 @@ import type { ListDbParameterGroupsCommandInput, ListDbParameterGroupsCommandOut
21
25
  import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
22
26
  import type { RebootDbClusterCommandInput, RebootDbClusterCommandOutput } from "./commands/RebootDbClusterCommand";
23
27
  import type { RebootDbInstanceCommandInput, RebootDbInstanceCommandOutput } from "./commands/RebootDbInstanceCommand";
28
+ import type { RestoreFromDbBackupCommandInput, RestoreFromDbBackupCommandOutput } from "./commands/RestoreFromDbBackupCommand";
24
29
  import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
25
30
  import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
26
31
  import type { UpdateDbClusterCommandInput, UpdateDbClusterCommandOutput } from "./commands/UpdateDbClusterCommand";
@@ -31,11 +36,11 @@ export { __Client };
31
36
  /**
32
37
  * @public
33
38
  */
34
- export type ServiceInputTypes = CreateDbClusterCommandInput | CreateDbInstanceCommandInput | CreateDbParameterGroupCommandInput | DeleteDbClusterCommandInput | DeleteDbInstanceCommandInput | GetDbClusterCommandInput | GetDbInstanceCommandInput | GetDbParameterGroupCommandInput | ListDbClustersCommandInput | ListDbInstancesCommandInput | ListDbInstancesForClusterCommandInput | ListDbParameterGroupsCommandInput | ListTagsForResourceCommandInput | RebootDbClusterCommandInput | RebootDbInstanceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDbClusterCommandInput | UpdateDbInstanceCommandInput;
39
+ export type ServiceInputTypes = CreateDbBackupCommandInput | CreateDbClusterCommandInput | CreateDbInstanceCommandInput | CreateDbParameterGroupCommandInput | DeleteDbBackupCommandInput | DeleteDbClusterCommandInput | DeleteDbInstanceCommandInput | GetDbBackupCommandInput | GetDbClusterCommandInput | GetDbInstanceCommandInput | GetDbParameterGroupCommandInput | ListDbBackupsCommandInput | ListDbClustersCommandInput | ListDbInstancesCommandInput | ListDbInstancesForClusterCommandInput | ListDbParameterGroupsCommandInput | ListTagsForResourceCommandInput | RebootDbClusterCommandInput | RebootDbInstanceCommandInput | RestoreFromDbBackupCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDbClusterCommandInput | UpdateDbInstanceCommandInput;
35
40
  /**
36
41
  * @public
37
42
  */
38
- export type ServiceOutputTypes = CreateDbClusterCommandOutput | CreateDbInstanceCommandOutput | CreateDbParameterGroupCommandOutput | DeleteDbClusterCommandOutput | DeleteDbInstanceCommandOutput | GetDbClusterCommandOutput | GetDbInstanceCommandOutput | GetDbParameterGroupCommandOutput | ListDbClustersCommandOutput | ListDbInstancesCommandOutput | ListDbInstancesForClusterCommandOutput | ListDbParameterGroupsCommandOutput | ListTagsForResourceCommandOutput | RebootDbClusterCommandOutput | RebootDbInstanceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDbClusterCommandOutput | UpdateDbInstanceCommandOutput;
43
+ export type ServiceOutputTypes = CreateDbBackupCommandOutput | CreateDbClusterCommandOutput | CreateDbInstanceCommandOutput | CreateDbParameterGroupCommandOutput | DeleteDbBackupCommandOutput | DeleteDbClusterCommandOutput | DeleteDbInstanceCommandOutput | GetDbBackupCommandOutput | GetDbClusterCommandOutput | GetDbInstanceCommandOutput | GetDbParameterGroupCommandOutput | ListDbBackupsCommandOutput | ListDbClustersCommandOutput | ListDbInstancesCommandOutput | ListDbInstancesForClusterCommandOutput | ListDbParameterGroupsCommandOutput | ListTagsForResourceCommandOutput | RebootDbClusterCommandOutput | RebootDbInstanceCommandOutput | RestoreFromDbBackupCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDbClusterCommandOutput | UpdateDbInstanceCommandOutput;
39
44
  /**
40
45
  * @public
41
46
  */