@aws-sdk/client-timestream-influxdb 3.1067.0 → 3.1069.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.
@@ -1,7 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RebootDbInstanceOutput$ = exports.RebootDbInstanceInput$ = exports.RebootDbClusterOutput$ = exports.RebootDbClusterInput$ = exports.MaintenanceSchedule$ = exports.LogDeliveryConfiguration$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListDbParameterGroupsOutput$ = exports.ListDbParameterGroupsInput$ = exports.ListDbInstancesOutput$ = exports.ListDbInstancesInput$ = exports.ListDbInstancesForClusterOutput$ = exports.ListDbInstancesForClusterInput$ = exports.ListDbClustersOutput$ = exports.ListDbClustersInput$ = exports.InfluxDBv3EnterpriseParameters$ = exports.InfluxDBv3CoreParameters$ = exports.InfluxDBv2Parameters$ = exports.GetDbParameterGroupOutput$ = exports.GetDbParameterGroupInput$ = exports.GetDbInstanceOutput$ = exports.GetDbInstanceInput$ = exports.GetDbClusterOutput$ = exports.GetDbClusterInput$ = exports.Duration$ = exports.DeleteDbInstanceOutput$ = exports.DeleteDbInstanceInput$ = exports.DeleteDbClusterOutput$ = exports.DeleteDbClusterInput$ = exports.DbParameterGroupSummary$ = exports.DbInstanceSummary$ = exports.DbInstanceForClusterSummary$ = exports.DbClusterSummary$ = exports.CreateDbParameterGroupOutput$ = exports.CreateDbParameterGroupInput$ = exports.CreateDbInstanceOutput$ = exports.CreateDbInstanceInput$ = exports.CreateDbClusterOutput$ = exports.CreateDbClusterInput$ = exports.ClusterConfiguration$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.TimestreamInfluxDBServiceException$ = void 0;
4
- exports.UpdateDbInstance$ = exports.UpdateDbCluster$ = exports.UntagResource$ = exports.TagResource$ = exports.RebootDbInstance$ = exports.RebootDbCluster$ = exports.ListTagsForResource$ = exports.ListDbParameterGroups$ = exports.ListDbInstancesForCluster$ = exports.ListDbInstances$ = exports.ListDbClusters$ = exports.GetDbParameterGroup$ = exports.GetDbInstance$ = exports.GetDbCluster$ = exports.DeleteDbInstance$ = exports.DeleteDbCluster$ = exports.CreateDbParameterGroup$ = exports.CreateDbInstance$ = exports.CreateDbCluster$ = exports.PercentOrAbsoluteLong$ = exports._Parameters$ = exports.UpdateDbInstanceOutput$ = exports.UpdateDbInstanceInput$ = exports.UpdateDbClusterOutput$ = exports.UpdateDbClusterInput$ = exports.UntagResourceRequest$ = exports.TagResourceRequest$ = exports.S3Configuration$ = void 0;
5
1
  const _ADE = "AccessDeniedException";
6
2
  const _CC = "ClusterConfiguration";
7
3
  const _CDC = "CreateDbCluster";
@@ -239,314 +235,370 @@ const _wRCL = "walReplayConcurrencyLimit";
239
235
  const _wRFOE = "walReplayFailOnError";
240
236
  const _wSS = "walSnapshotSize";
241
237
  const n0 = "com.amazonaws.timestreaminfluxdb";
242
- const schema_1 = require("@smithy/core/schema");
243
- const errors_1 = require("../models/errors");
244
- const TimestreamInfluxDBServiceException_1 = require("../models/TimestreamInfluxDBServiceException");
245
- const _s_registry = schema_1.TypeRegistry.for(_s);
246
- exports.TimestreamInfluxDBServiceException$ = [-3, _s, "TimestreamInfluxDBServiceException", 0, [], []];
247
- _s_registry.registerError(exports.TimestreamInfluxDBServiceException$, TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException);
248
- const n0_registry = schema_1.TypeRegistry.for(n0);
249
- exports.AccessDeniedException$ = [-3, n0, _ADE,
238
+ const { TypeRegistry } = require("@smithy/core/schema");
239
+ const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
240
+ const { TimestreamInfluxDBServiceException } = require("../models/TimestreamInfluxDBServiceException");
241
+ const _s_registry = TypeRegistry.for(_s);
242
+ const TimestreamInfluxDBServiceException$ = [-3, _s, "TimestreamInfluxDBServiceException", 0, [], []];
243
+ exports.TimestreamInfluxDBServiceException$ = TimestreamInfluxDBServiceException$;
244
+ _s_registry.registerError(TimestreamInfluxDBServiceException$, TimestreamInfluxDBServiceException);
245
+ const n0_registry = TypeRegistry.for(n0);
246
+ const AccessDeniedException$ = [-3, n0, _ADE,
250
247
  { [_e]: _c, [_hE]: 403 },
251
248
  [_m],
252
249
  [0], 1
253
250
  ];
254
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
255
- exports.ConflictException$ = [-3, n0, _CE,
251
+ exports.AccessDeniedException$ = AccessDeniedException$;
252
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
253
+ const ConflictException$ = [-3, n0, _CE,
256
254
  { [_e]: _c, [_hE]: 409 },
257
255
  [_m, _rI, _rT],
258
256
  [0, 0, 0], 3
259
257
  ];
260
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
261
- exports.InternalServerException$ = [-3, n0, _ISE,
258
+ exports.ConflictException$ = ConflictException$;
259
+ n0_registry.registerError(ConflictException$, ConflictException);
260
+ const InternalServerException$ = [-3, n0, _ISE,
262
261
  { [_e]: _se, [_hE]: 500 },
263
262
  [_m],
264
263
  [0], 1
265
264
  ];
266
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
267
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
265
+ exports.InternalServerException$ = InternalServerException$;
266
+ n0_registry.registerError(InternalServerException$, InternalServerException);
267
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
268
268
  { [_e]: _c, [_hE]: 404 },
269
269
  [_m, _rI, _rT],
270
270
  [0, 0, 0], 3
271
271
  ];
272
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
273
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
272
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
273
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
274
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
274
275
  { [_e]: _c, [_hE]: 402 },
275
276
  [_m],
276
277
  [0], 1
277
278
  ];
278
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
279
- exports.ThrottlingException$ = [-3, n0, _TE,
279
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
280
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
281
+ const ThrottlingException$ = [-3, n0, _TE,
280
282
  { [_e]: _c, [_hE]: 429 },
281
283
  [_m, _rAS],
282
284
  [0, [1, { [_hH]: _RA }]], 1
283
285
  ];
284
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
285
- exports.ValidationException$ = [-3, n0, _VE,
286
+ exports.ThrottlingException$ = ThrottlingException$;
287
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
288
+ const ValidationException$ = [-3, n0, _VE,
286
289
  { [_e]: _c, [_hE]: 400 },
287
290
  [_m, _r],
288
291
  [0, 0], 2
289
292
  ];
290
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
293
+ exports.ValidationException$ = ValidationException$;
294
+ n0_registry.registerError(ValidationException$, ValidationException);
291
295
  exports.errorTypeRegistries = [
292
296
  _s_registry,
293
297
  n0_registry,
294
298
  ];
295
299
  var Password = [0, n0, _P, 8, 0];
296
300
  var Username = [0, n0, _U, 8, 0];
297
- exports.ClusterConfiguration$ = [3, n0, _CC,
301
+ const ClusterConfiguration$ = [3, n0, _CC,
298
302
  0,
299
303
  [_iQI, _qOI, _dC],
300
304
  [1, 1, 2]
301
305
  ];
302
- exports.CreateDbClusterInput$ = [3, n0, _CDCI,
306
+ exports.ClusterConfiguration$ = ClusterConfiguration$;
307
+ const CreateDbClusterInput$ = [3, n0, _CDCI,
303
308
  0,
304
309
  [_n, _dIT, _vSI, _vSGI, _u, _p, _o, _b, _po, _dPGI, _dST, _aS, _nT, _pA, _dT, _fM, _lDC, _mS, _t],
305
- [0, 0, 64 | 0, 64 | 0, [() => Username, 0], [() => Password, 0], 0, 0, 1, 0, 0, 1, 0, 2, 0, 0, () => exports.LogDeliveryConfiguration$, () => exports.MaintenanceSchedule$, 128 | 0], 4
310
+ [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
306
311
  ];
307
- exports.CreateDbClusterOutput$ = [3, n0, _CDCO,
312
+ exports.CreateDbClusterInput$ = CreateDbClusterInput$;
313
+ const CreateDbClusterOutput$ = [3, n0, _CDCO,
308
314
  0,
309
315
  [_dCI, _dCS],
310
316
  [0, 0]
311
317
  ];
312
- exports.CreateDbInstanceInput$ = [3, n0, _CDII,
318
+ exports.CreateDbClusterOutput$ = CreateDbClusterOutput$;
319
+ const CreateDbInstanceInput$ = [3, n0, _CDII,
313
320
  0,
314
321
  [_n, _p, _dIT, _vSI, _vSGI, _aS, _u, _o, _b, _pA, _dST, _dPGI, _dT, _lDC, _mS, _t, _po, _nT],
315
- [0, [() => Password, 0], 0, 64 | 0, 64 | 0, 1, [() => Username, 0], 0, 0, 2, 0, 0, 0, () => exports.LogDeliveryConfiguration$, () => exports.MaintenanceSchedule$, 128 | 0, 1, 0], 6
322
+ [0, [() => Password, 0], 0, 64 | 0, 64 | 0, 1, [() => Username, 0], 0, 0, 2, 0, 0, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 128 | 0, 1, 0], 6
316
323
  ];
317
- exports.CreateDbInstanceOutput$ = [3, n0, _CDIO,
324
+ exports.CreateDbInstanceInput$ = CreateDbInstanceInput$;
325
+ const CreateDbInstanceOutput$ = [3, n0, _CDIO,
318
326
  0,
319
327
  [_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],
320
- [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => exports.LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => exports.MaintenanceSchedule$, 5, 5], 4
328
+ [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
321
329
  ];
322
- exports.CreateDbParameterGroupInput$ = [3, n0, _CDPGI,
330
+ exports.CreateDbInstanceOutput$ = CreateDbInstanceOutput$;
331
+ const CreateDbParameterGroupInput$ = [3, n0, _CDPGI,
323
332
  0,
324
333
  [_n, _d, _pa, _t],
325
- [0, 0, () => exports._Parameters$, 128 | 0], 1
334
+ [0, 0, () => _Parameters$, 128 | 0], 1
326
335
  ];
327
- exports.CreateDbParameterGroupOutput$ = [3, n0, _CDPGO,
336
+ exports.CreateDbParameterGroupInput$ = CreateDbParameterGroupInput$;
337
+ const CreateDbParameterGroupOutput$ = [3, n0, _CDPGO,
328
338
  0,
329
339
  [_i, _n, _a, _d, _pa],
330
- [0, 0, 0, 0, () => exports._Parameters$], 3
340
+ [0, 0, 0, 0, () => _Parameters$], 3
331
341
  ];
332
- exports.DbClusterSummary$ = [3, n0, _DCS,
342
+ exports.CreateDbParameterGroupOutput$ = CreateDbParameterGroupOutput$;
343
+ const DbClusterSummary$ = [3, n0, _DCS,
333
344
  0,
334
345
  [_i, _n, _a, _st, _en, _rE, _po, _dT, _dIT, _nT, _dST, _aS, _eT],
335
346
  [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0], 3
336
347
  ];
337
- exports.DbInstanceForClusterSummary$ = [3, n0, _DIFCS,
348
+ exports.DbClusterSummary$ = DbClusterSummary$;
349
+ const DbInstanceForClusterSummary$ = [3, n0, _DIFCS,
338
350
  0,
339
351
  [_i, _n, _a, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _iM, _iMn],
340
352
  [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 64 | 0], 3
341
353
  ];
342
- exports.DbInstanceSummary$ = [3, n0, _DIS,
354
+ exports.DbInstanceForClusterSummary$ = DbInstanceForClusterSummary$;
355
+ const DbInstanceSummary$ = [3, n0, _DIS,
343
356
  0,
344
357
  [_i, _n, _a, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT],
345
358
  [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0], 3
346
359
  ];
347
- exports.DbParameterGroupSummary$ = [3, n0, _DPGS,
360
+ exports.DbInstanceSummary$ = DbInstanceSummary$;
361
+ const DbParameterGroupSummary$ = [3, n0, _DPGS,
348
362
  0,
349
363
  [_i, _n, _a, _d],
350
364
  [0, 0, 0, 0], 3
351
365
  ];
352
- exports.DeleteDbClusterInput$ = [3, n0, _DDCI,
366
+ exports.DbParameterGroupSummary$ = DbParameterGroupSummary$;
367
+ const DeleteDbClusterInput$ = [3, n0, _DDCI,
353
368
  0,
354
369
  [_dCI],
355
370
  [0], 1
356
371
  ];
357
- exports.DeleteDbClusterOutput$ = [3, n0, _DDCO,
372
+ exports.DeleteDbClusterInput$ = DeleteDbClusterInput$;
373
+ const DeleteDbClusterOutput$ = [3, n0, _DDCO,
358
374
  0,
359
375
  [_dCS],
360
376
  [0]
361
377
  ];
362
- exports.DeleteDbInstanceInput$ = [3, n0, _DDII,
378
+ exports.DeleteDbClusterOutput$ = DeleteDbClusterOutput$;
379
+ const DeleteDbInstanceInput$ = [3, n0, _DDII,
363
380
  0,
364
381
  [_id],
365
382
  [0], 1
366
383
  ];
367
- exports.DeleteDbInstanceOutput$ = [3, n0, _DDIO,
384
+ exports.DeleteDbInstanceInput$ = DeleteDbInstanceInput$;
385
+ const DeleteDbInstanceOutput$ = [3, n0, _DDIO,
368
386
  0,
369
387
  [_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],
370
- [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => exports.LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => exports.MaintenanceSchedule$, 5, 5], 4
388
+ [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
371
389
  ];
372
- exports.Duration$ = [3, n0, _D,
390
+ exports.DeleteDbInstanceOutput$ = DeleteDbInstanceOutput$;
391
+ const Duration$ = [3, n0, _D,
373
392
  0,
374
393
  [_dTu, _v],
375
394
  [0, 1], 2
376
395
  ];
377
- exports.GetDbClusterInput$ = [3, n0, _GDCI,
396
+ exports.Duration$ = Duration$;
397
+ const GetDbClusterInput$ = [3, n0, _GDCI,
378
398
  0,
379
399
  [_dCI],
380
400
  [0], 1
381
401
  ];
382
- exports.GetDbClusterOutput$ = [3, n0, _GDCO,
402
+ exports.GetDbClusterInput$ = GetDbClusterInput$;
403
+ const GetDbClusterOutput$ = [3, n0, _GDCO,
383
404
  0,
384
405
  [_i, _n, _a, _st, _en, _rE, _po, _dT, _dIT, _nT, _dST, _aS, _eT, _pA, _dPGI, _lDC, _mS, _lMT, _nMT, _iAPSA, _vSI, _vSGI, _fM, _cC],
385
- [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0, () => exports.LogDeliveryConfiguration$, () => exports.MaintenanceSchedule$, 5, 5, 0, 64 | 0, 64 | 0, 0, () => exports.ClusterConfiguration$], 3
406
+ [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
386
407
  ];
387
- exports.GetDbInstanceInput$ = [3, n0, _GDII,
408
+ exports.GetDbClusterOutput$ = GetDbClusterOutput$;
409
+ const GetDbInstanceInput$ = [3, n0, _GDII,
388
410
  0,
389
411
  [_id],
390
412
  [0], 1
391
413
  ];
392
- exports.GetDbInstanceOutput$ = [3, n0, _GDIO,
414
+ exports.GetDbInstanceInput$ = GetDbInstanceInput$;
415
+ const GetDbInstanceOutput$ = [3, n0, _GDIO,
393
416
  0,
394
417
  [_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],
395
- [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => exports.LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => exports.MaintenanceSchedule$, 5, 5], 4
418
+ [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
396
419
  ];
397
- exports.GetDbParameterGroupInput$ = [3, n0, _GDPGI,
420
+ exports.GetDbInstanceOutput$ = GetDbInstanceOutput$;
421
+ const GetDbParameterGroupInput$ = [3, n0, _GDPGI,
398
422
  0,
399
423
  [_id],
400
424
  [0], 1
401
425
  ];
402
- exports.GetDbParameterGroupOutput$ = [3, n0, _GDPGO,
426
+ exports.GetDbParameterGroupInput$ = GetDbParameterGroupInput$;
427
+ const GetDbParameterGroupOutput$ = [3, n0, _GDPGO,
403
428
  0,
404
429
  [_i, _n, _a, _d, _pa],
405
- [0, 0, 0, 0, () => exports._Parameters$], 3
430
+ [0, 0, 0, 0, () => _Parameters$], 3
406
431
  ];
407
- exports.InfluxDBv2Parameters$ = [3, n0, _IDBP,
432
+ exports.GetDbParameterGroupOutput$ = GetDbParameterGroupOutput$;
433
+ const InfluxDBv2Parameters$ = [3, n0, _IDBP,
408
434
  0,
409
435
  [_fLE, _lL, _nTo, _qC, _qQS, _tT, _mD, _hIT, _hRHT, _hRT, _hWT, _iMSB, _iMSP, _iMSS, _pD, _qIMB, _qMMB, _qMB, _sL, _sRD, _sCMMS, _sCSMS, _sCSWCD, _sCFWCD, _sCTB, _sMCC, _sMILFS, _sNVFS, _sRCI, _sSFMCSC, _sSISCS, _sWMCW, _sWMWD, _uD],
410
- [2, 0, 2, 1, 1, 0, 2, () => exports.Duration$, () => exports.Duration$, () => exports.Duration$, () => exports.Duration$, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, () => exports.Duration$, () => exports.Duration$, 1, 1, 1, 2, () => exports.Duration$, 1, 1, 1, () => exports.Duration$, 2]
436
+ [2, 0, 2, 1, 1, 0, 2, () => Duration$, () => Duration$, () => Duration$, () => Duration$, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, () => Duration$, () => Duration$, 1, 1, 1, 2, () => Duration$, 1, 1, 1, () => Duration$, 2]
411
437
  ];
412
- exports.InfluxDBv3CoreParameters$ = [3, n0, _IDBCP,
438
+ exports.InfluxDBv2Parameters$ = InfluxDBv2Parameters$;
439
+ const InfluxDBv3CoreParameters$ = [3, n0, _IDBCP,
413
440
  0,
414
441
  [_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],
415
- [1, 1, 0, 0, 1, 0, 2, 1, 1, 1, 1, () => exports.Duration$, 1, 1, 2, 0, 1, () => exports.PercentOrAbsoluteLong$, 1, 1, 1, () => exports.Duration$, 1, () => exports.Duration$, 2, () => exports.Duration$, () => exports.Duration$, () => exports.Duration$, () => exports.Duration$, () => exports.PercentOrAbsoluteLong$, () => exports.PercentOrAbsoluteLong$, 2, 1, 1, 1, () => exports.Duration$, () => exports.Duration$, () => exports.Duration$, () => exports.Duration$]
442
+ [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$]
416
443
  ];
417
- exports.InfluxDBv3EnterpriseParameters$ = [3, n0, _IDBEP,
444
+ exports.InfluxDBv3CoreParameters$ = InfluxDBv3CoreParameters$;
445
+ const InfluxDBv3EnterpriseParameters$ = [3, n0, _IDBEP,
418
446
  0,
419
447
  [_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, _cRL, _cMNFPP, _cGD, _cM, _cCW, _cCI, _lVCDFH, _dVCDFH, _rIe, _cSI],
420
- [1, 1, 2, 1, 1, 0, 0, 1, 0, 2, 1, 1, 1, 1, () => exports.Duration$, 1, 1, 2, 0, 1, () => exports.PercentOrAbsoluteLong$, 1, 1, 1, () => exports.Duration$, 1, () => exports.Duration$, 2, () => exports.Duration$, () => exports.Duration$, () => exports.Duration$, () => exports.Duration$, () => exports.PercentOrAbsoluteLong$, () => exports.PercentOrAbsoluteLong$, 2, 1, 1, 1, () => exports.Duration$, () => exports.Duration$, () => exports.Duration$, () => exports.Duration$, 1, 1, () => exports.Duration$, 0, () => exports.Duration$, () => exports.Duration$, 2, 2, () => exports.Duration$, () => exports.Duration$], 3
448
+ [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$, 1, 1, () => Duration$, 0, () => Duration$, () => Duration$, 2, 2, () => Duration$, () => Duration$], 3
421
449
  ];
422
- exports.ListDbClustersInput$ = [3, n0, _LDCI,
450
+ exports.InfluxDBv3EnterpriseParameters$ = InfluxDBv3EnterpriseParameters$;
451
+ const ListDbClustersInput$ = [3, n0, _LDCI,
423
452
  0,
424
453
  [_nTe, _mR],
425
454
  [0, 1]
426
455
  ];
427
- exports.ListDbClustersOutput$ = [3, n0, _LDCO,
456
+ exports.ListDbClustersInput$ = ListDbClustersInput$;
457
+ const ListDbClustersOutput$ = [3, n0, _LDCO,
428
458
  0,
429
459
  [_it, _nTe],
430
460
  [() => DbClusterSummaryList, 0], 1
431
461
  ];
432
- exports.ListDbInstancesForClusterInput$ = [3, n0, _LDIFCI,
462
+ exports.ListDbClustersOutput$ = ListDbClustersOutput$;
463
+ const ListDbInstancesForClusterInput$ = [3, n0, _LDIFCI,
433
464
  0,
434
465
  [_dCI, _nTe, _mR],
435
466
  [0, 0, 1], 1
436
467
  ];
437
- exports.ListDbInstancesForClusterOutput$ = [3, n0, _LDIFCO,
468
+ exports.ListDbInstancesForClusterInput$ = ListDbInstancesForClusterInput$;
469
+ const ListDbInstancesForClusterOutput$ = [3, n0, _LDIFCO,
438
470
  0,
439
471
  [_it, _nTe],
440
472
  [() => DbInstanceForClusterSummaryList, 0], 1
441
473
  ];
442
- exports.ListDbInstancesInput$ = [3, n0, _LDII,
474
+ exports.ListDbInstancesForClusterOutput$ = ListDbInstancesForClusterOutput$;
475
+ const ListDbInstancesInput$ = [3, n0, _LDII,
443
476
  0,
444
477
  [_nTe, _mR],
445
478
  [0, 1]
446
479
  ];
447
- exports.ListDbInstancesOutput$ = [3, n0, _LDIO,
480
+ exports.ListDbInstancesInput$ = ListDbInstancesInput$;
481
+ const ListDbInstancesOutput$ = [3, n0, _LDIO,
448
482
  0,
449
483
  [_it, _nTe],
450
484
  [() => DbInstanceSummaryList, 0], 1
451
485
  ];
452
- exports.ListDbParameterGroupsInput$ = [3, n0, _LDPGI,
486
+ exports.ListDbInstancesOutput$ = ListDbInstancesOutput$;
487
+ const ListDbParameterGroupsInput$ = [3, n0, _LDPGI,
453
488
  0,
454
489
  [_nTe, _mR],
455
490
  [0, 1]
456
491
  ];
457
- exports.ListDbParameterGroupsOutput$ = [3, n0, _LDPGO,
492
+ exports.ListDbParameterGroupsInput$ = ListDbParameterGroupsInput$;
493
+ const ListDbParameterGroupsOutput$ = [3, n0, _LDPGO,
458
494
  0,
459
495
  [_it, _nTe],
460
496
  [() => DbParameterGroupSummaryList, 0], 1
461
497
  ];
462
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
498
+ exports.ListDbParameterGroupsOutput$ = ListDbParameterGroupsOutput$;
499
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
463
500
  0,
464
501
  [_rA],
465
502
  [0], 1
466
503
  ];
467
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
504
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
505
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
468
506
  0,
469
507
  [_t],
470
508
  [128 | 0]
471
509
  ];
472
- exports.LogDeliveryConfiguration$ = [3, n0, _LDC,
510
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
511
+ const LogDeliveryConfiguration$ = [3, n0, _LDC,
473
512
  0,
474
513
  [_sC],
475
- [() => exports.S3Configuration$], 1
514
+ [() => S3Configuration$], 1
476
515
  ];
477
- exports.MaintenanceSchedule$ = [3, n0, _MS,
516
+ exports.LogDeliveryConfiguration$ = LogDeliveryConfiguration$;
517
+ const MaintenanceSchedule$ = [3, n0, _MS,
478
518
  0,
479
519
  [_ti, _pMW],
480
520
  [0, 0], 2
481
521
  ];
482
- exports.RebootDbClusterInput$ = [3, n0, _RDCI,
522
+ exports.MaintenanceSchedule$ = MaintenanceSchedule$;
523
+ const RebootDbClusterInput$ = [3, n0, _RDCI,
483
524
  0,
484
525
  [_dCI, _iI],
485
526
  [0, 64 | 0], 1
486
527
  ];
487
- exports.RebootDbClusterOutput$ = [3, n0, _RDCO,
528
+ exports.RebootDbClusterInput$ = RebootDbClusterInput$;
529
+ const RebootDbClusterOutput$ = [3, n0, _RDCO,
488
530
  0,
489
531
  [_dCS],
490
532
  [0]
491
533
  ];
492
- exports.RebootDbInstanceInput$ = [3, n0, _RDII,
534
+ exports.RebootDbClusterOutput$ = RebootDbClusterOutput$;
535
+ const RebootDbInstanceInput$ = [3, n0, _RDII,
493
536
  0,
494
537
  [_id],
495
538
  [0], 1
496
539
  ];
497
- exports.RebootDbInstanceOutput$ = [3, n0, _RDIO,
540
+ exports.RebootDbInstanceInput$ = RebootDbInstanceInput$;
541
+ const RebootDbInstanceOutput$ = [3, n0, _RDIO,
498
542
  0,
499
543
  [_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],
500
- [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => exports.LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => exports.MaintenanceSchedule$, 5, 5], 4
544
+ [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
501
545
  ];
502
- exports.S3Configuration$ = [3, n0, _SC,
546
+ exports.RebootDbInstanceOutput$ = RebootDbInstanceOutput$;
547
+ const S3Configuration$ = [3, n0, _SC,
503
548
  0,
504
549
  [_bN, _ena],
505
550
  [0, 2], 2
506
551
  ];
507
- exports.TagResourceRequest$ = [3, n0, _TRR,
552
+ exports.S3Configuration$ = S3Configuration$;
553
+ const TagResourceRequest$ = [3, n0, _TRR,
508
554
  0,
509
555
  [_rA, _t],
510
556
  [0, 128 | 0], 2
511
557
  ];
512
- exports.UntagResourceRequest$ = [3, n0, _URR,
558
+ exports.TagResourceRequest$ = TagResourceRequest$;
559
+ const UntagResourceRequest$ = [3, n0, _URR,
513
560
  0,
514
561
  [_rA, _tK],
515
562
  [[0, 1], 64 | 0], 2
516
563
  ];
517
- exports.UpdateDbClusterInput$ = [3, n0, _UDCI,
564
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
565
+ const UpdateDbClusterInput$ = [3, n0, _UDCI,
518
566
  0,
519
567
  [_dCI, _lDC, _dPGI, _po, _dIT, _fM, _mS],
520
- [0, () => exports.LogDeliveryConfiguration$, 0, 1, 0, 0, () => exports.MaintenanceSchedule$], 1
568
+ [0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, () => MaintenanceSchedule$], 1
521
569
  ];
522
- exports.UpdateDbClusterOutput$ = [3, n0, _UDCO,
570
+ exports.UpdateDbClusterInput$ = UpdateDbClusterInput$;
571
+ const UpdateDbClusterOutput$ = [3, n0, _UDCO,
523
572
  0,
524
573
  [_dCS],
525
574
  [0]
526
575
  ];
527
- exports.UpdateDbInstanceInput$ = [3, n0, _UDII,
576
+ exports.UpdateDbClusterOutput$ = UpdateDbClusterOutput$;
577
+ const UpdateDbInstanceInput$ = [3, n0, _UDII,
528
578
  0,
529
579
  [_id, _lDC, _dPGI, _po, _dIT, _dT, _dST, _aS, _mS],
530
- [0, () => exports.LogDeliveryConfiguration$, 0, 1, 0, 0, 0, 1, () => exports.MaintenanceSchedule$], 1
580
+ [0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, 0, 1, () => MaintenanceSchedule$], 1
531
581
  ];
532
- exports.UpdateDbInstanceOutput$ = [3, n0, _UDIO,
582
+ exports.UpdateDbInstanceInput$ = UpdateDbInstanceInput$;
583
+ const UpdateDbInstanceOutput$ = [3, n0, _UDIO,
533
584
  0,
534
585
  [_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],
535
- [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => exports.LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => exports.MaintenanceSchedule$, 5, 5], 4
586
+ [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
536
587
  ];
588
+ exports.UpdateDbInstanceOutput$ = UpdateDbInstanceOutput$;
537
589
  var __Unit = "unit";
538
590
  var DbClusterSummaryList = [1, n0, _DCSL,
539
- 0, () => exports.DbClusterSummary$
591
+ 0, () => DbClusterSummary$
540
592
  ];
541
593
  var DbInstanceForClusterSummaryList = [1, n0, _DIFCSL,
542
- 0, () => exports.DbInstanceForClusterSummary$
594
+ 0, () => DbInstanceForClusterSummary$
543
595
  ];
544
596
  var DbInstanceIdList = 64 | 0;
545
597
  var DbInstanceSummaryList = [1, n0, _DISL,
546
- 0, () => exports.DbInstanceSummary$
598
+ 0, () => DbInstanceSummary$
547
599
  ];
548
600
  var DbParameterGroupSummaryList = [1, n0, _DPGSL,
549
- 0, () => exports.DbParameterGroupSummary$
601
+ 0, () => DbParameterGroupSummary$
550
602
  ];
551
603
  var InstanceModeList = 64 | 0;
552
604
  var TagKeys = 64 | 0;
@@ -554,70 +606,72 @@ var VpcSecurityGroupIdList = 64 | 0;
554
606
  var VpcSubnetIdList = 64 | 0;
555
607
  var RequestTagMap = 128 | 0;
556
608
  var ResponseTagMap = 128 | 0;
557
- exports._Parameters$ = [4, n0, _Pa,
609
+ const _Parameters$ = [4, n0, _Pa,
558
610
  0,
559
611
  [_IDB, _IDBC, _IDBE],
560
- [() => exports.InfluxDBv2Parameters$, () => exports.InfluxDBv3CoreParameters$, () => exports.InfluxDBv3EnterpriseParameters$]
612
+ [() => InfluxDBv2Parameters$, () => InfluxDBv3CoreParameters$, () => InfluxDBv3EnterpriseParameters$]
561
613
  ];
562
- exports.PercentOrAbsoluteLong$ = [4, n0, _POAL,
614
+ exports._Parameters$ = _Parameters$;
615
+ const PercentOrAbsoluteLong$ = [4, n0, _POAL,
563
616
  0,
564
617
  [_pe, _ab],
565
618
  [0, 1]
566
619
  ];
620
+ exports.PercentOrAbsoluteLong$ = PercentOrAbsoluteLong$;
567
621
  exports.CreateDbCluster$ = [9, n0, _CDC,
568
- 2, () => exports.CreateDbClusterInput$, () => exports.CreateDbClusterOutput$
622
+ 2, () => CreateDbClusterInput$, () => CreateDbClusterOutput$
569
623
  ];
570
624
  exports.CreateDbInstance$ = [9, n0, _CDI,
571
- 2, () => exports.CreateDbInstanceInput$, () => exports.CreateDbInstanceOutput$
625
+ 2, () => CreateDbInstanceInput$, () => CreateDbInstanceOutput$
572
626
  ];
573
627
  exports.CreateDbParameterGroup$ = [9, n0, _CDPG,
574
- 2, () => exports.CreateDbParameterGroupInput$, () => exports.CreateDbParameterGroupOutput$
628
+ 2, () => CreateDbParameterGroupInput$, () => CreateDbParameterGroupOutput$
575
629
  ];
576
630
  exports.DeleteDbCluster$ = [9, n0, _DDC,
577
- 2, () => exports.DeleteDbClusterInput$, () => exports.DeleteDbClusterOutput$
631
+ 2, () => DeleteDbClusterInput$, () => DeleteDbClusterOutput$
578
632
  ];
579
633
  exports.DeleteDbInstance$ = [9, n0, _DDI,
580
- 2, () => exports.DeleteDbInstanceInput$, () => exports.DeleteDbInstanceOutput$
634
+ 2, () => DeleteDbInstanceInput$, () => DeleteDbInstanceOutput$
581
635
  ];
582
636
  exports.GetDbCluster$ = [9, n0, _GDC,
583
- 0, () => exports.GetDbClusterInput$, () => exports.GetDbClusterOutput$
637
+ 0, () => GetDbClusterInput$, () => GetDbClusterOutput$
584
638
  ];
585
639
  exports.GetDbInstance$ = [9, n0, _GDI,
586
- 0, () => exports.GetDbInstanceInput$, () => exports.GetDbInstanceOutput$
640
+ 0, () => GetDbInstanceInput$, () => GetDbInstanceOutput$
587
641
  ];
588
642
  exports.GetDbParameterGroup$ = [9, n0, _GDPG,
589
- 0, () => exports.GetDbParameterGroupInput$, () => exports.GetDbParameterGroupOutput$
643
+ 0, () => GetDbParameterGroupInput$, () => GetDbParameterGroupOutput$
590
644
  ];
591
645
  exports.ListDbClusters$ = [9, n0, _LDCi,
592
- 0, () => exports.ListDbClustersInput$, () => exports.ListDbClustersOutput$
646
+ 0, () => ListDbClustersInput$, () => ListDbClustersOutput$
593
647
  ];
594
648
  exports.ListDbInstances$ = [9, n0, _LDI,
595
- 0, () => exports.ListDbInstancesInput$, () => exports.ListDbInstancesOutput$
649
+ 0, () => ListDbInstancesInput$, () => ListDbInstancesOutput$
596
650
  ];
597
651
  exports.ListDbInstancesForCluster$ = [9, n0, _LDIFC,
598
- 0, () => exports.ListDbInstancesForClusterInput$, () => exports.ListDbInstancesForClusterOutput$
652
+ 0, () => ListDbInstancesForClusterInput$, () => ListDbInstancesForClusterOutput$
599
653
  ];
600
654
  exports.ListDbParameterGroups$ = [9, n0, _LDPG,
601
- 0, () => exports.ListDbParameterGroupsInput$, () => exports.ListDbParameterGroupsOutput$
655
+ 0, () => ListDbParameterGroupsInput$, () => ListDbParameterGroupsOutput$
602
656
  ];
603
657
  exports.ListTagsForResource$ = [9, n0, _LTFR,
604
- 0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
658
+ 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
605
659
  ];
606
660
  exports.RebootDbCluster$ = [9, n0, _RDC,
607
- 2, () => exports.RebootDbClusterInput$, () => exports.RebootDbClusterOutput$
661
+ 2, () => RebootDbClusterInput$, () => RebootDbClusterOutput$
608
662
  ];
609
663
  exports.RebootDbInstance$ = [9, n0, _RDI,
610
- 2, () => exports.RebootDbInstanceInput$, () => exports.RebootDbInstanceOutput$
664
+ 2, () => RebootDbInstanceInput$, () => RebootDbInstanceOutput$
611
665
  ];
612
666
  exports.TagResource$ = [9, n0, _TR,
613
- 2, () => exports.TagResourceRequest$, () => __Unit
667
+ 2, () => TagResourceRequest$, () => __Unit
614
668
  ];
615
669
  exports.UntagResource$ = [9, n0, _UR,
616
- 2, () => exports.UntagResourceRequest$, () => __Unit
670
+ 2, () => UntagResourceRequest$, () => __Unit
617
671
  ];
618
672
  exports.UpdateDbCluster$ = [9, n0, _UDC,
619
- 2, () => exports.UpdateDbClusterInput$, () => exports.UpdateDbClusterOutput$
673
+ 2, () => UpdateDbClusterInput$, () => UpdateDbClusterOutput$
620
674
  ];
621
675
  exports.UpdateDbInstance$ = [9, n0, _UDI,
622
- 2, () => exports.UpdateDbInstanceInput$, () => exports.UpdateDbInstanceOutput$
676
+ 2, () => UpdateDbInstanceInput$, () => UpdateDbInstanceOutput$
623
677
  ];
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-timestream-influxdb",
3
3
  "description": "AWS SDK for JavaScript Timestream Influxdb Client for Node.js, Browser and React Native",
4
- "version": "3.1067.0",
4
+ "version": "3.1069.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
8
- "build:es": "tsc -p tsconfig.es.json",
8
+ "build:es": "premove dist-es && tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
- "build:types": "tsc -p tsconfig.types.json",
10
+ "build:types": "premove dist-types && tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
+ "clean": "premove dist-cjs dist-es dist-types",
13
13
  "extract:docs": "api-extractor run --local",
14
- "generate:client": "node ../../scripts/generate-clients/single-service --solo timestream-influxdb",
14
+ "generate:client": "node ../../scripts/generate-clients/single-service",
15
15
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
16
16
  },
17
17
  "main": "./dist-cjs/index.js",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.20",
25
- "@aws-sdk/credential-provider-node": "^3.972.55",
26
- "@aws-sdk/types": "^3.973.12",
24
+ "@aws-sdk/core": "^3.974.21",
25
+ "@aws-sdk/credential-provider-node": "^3.972.56",
26
+ "@aws-sdk/types": "^3.973.13",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",
29
29
  "@smithy/node-http-handler": "^4.7.6",