@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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +101 -121
- package/dist-cjs/models/TimestreamInfluxDBServiceException.js +4 -8
- package/dist-cjs/models/errors.js +15 -25
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +170 -116
- package/package.json +8 -8
|
@@ -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
|
|
243
|
-
const
|
|
244
|
-
const
|
|
245
|
-
const _s_registry =
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
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
|
-
|
|
255
|
-
|
|
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
|
-
|
|
261
|
-
|
|
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
|
-
|
|
267
|
-
|
|
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
|
-
|
|
273
|
-
|
|
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
|
-
|
|
279
|
-
|
|
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
|
-
|
|
285
|
-
|
|
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
|
-
|
|
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
|
-
|
|
301
|
+
const ClusterConfiguration$ = [3, n0, _CC,
|
|
298
302
|
0,
|
|
299
303
|
[_iQI, _qOI, _dC],
|
|
300
304
|
[1, 1, 2]
|
|
301
305
|
];
|
|
302
|
-
exports.
|
|
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, () =>
|
|
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.
|
|
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.
|
|
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, () =>
|
|
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.
|
|
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, () =>
|
|
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.
|
|
330
|
+
exports.CreateDbInstanceOutput$ = CreateDbInstanceOutput$;
|
|
331
|
+
const CreateDbParameterGroupInput$ = [3, n0, _CDPGI,
|
|
323
332
|
0,
|
|
324
333
|
[_n, _d, _pa, _t],
|
|
325
|
-
[0, 0, () =>
|
|
334
|
+
[0, 0, () => _Parameters$, 128 | 0], 1
|
|
326
335
|
];
|
|
327
|
-
exports.
|
|
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, () =>
|
|
340
|
+
[0, 0, 0, 0, () => _Parameters$], 3
|
|
331
341
|
];
|
|
332
|
-
exports.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
366
|
+
exports.DbParameterGroupSummary$ = DbParameterGroupSummary$;
|
|
367
|
+
const DeleteDbClusterInput$ = [3, n0, _DDCI,
|
|
353
368
|
0,
|
|
354
369
|
[_dCI],
|
|
355
370
|
[0], 1
|
|
356
371
|
];
|
|
357
|
-
exports.
|
|
372
|
+
exports.DeleteDbClusterInput$ = DeleteDbClusterInput$;
|
|
373
|
+
const DeleteDbClusterOutput$ = [3, n0, _DDCO,
|
|
358
374
|
0,
|
|
359
375
|
[_dCS],
|
|
360
376
|
[0]
|
|
361
377
|
];
|
|
362
|
-
exports.
|
|
378
|
+
exports.DeleteDbClusterOutput$ = DeleteDbClusterOutput$;
|
|
379
|
+
const DeleteDbInstanceInput$ = [3, n0, _DDII,
|
|
363
380
|
0,
|
|
364
381
|
[_id],
|
|
365
382
|
[0], 1
|
|
366
383
|
];
|
|
367
|
-
exports.
|
|
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, () =>
|
|
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.
|
|
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.
|
|
396
|
+
exports.Duration$ = Duration$;
|
|
397
|
+
const GetDbClusterInput$ = [3, n0, _GDCI,
|
|
378
398
|
0,
|
|
379
399
|
[_dCI],
|
|
380
400
|
[0], 1
|
|
381
401
|
];
|
|
382
|
-
exports.
|
|
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, () =>
|
|
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.
|
|
408
|
+
exports.GetDbClusterOutput$ = GetDbClusterOutput$;
|
|
409
|
+
const GetDbInstanceInput$ = [3, n0, _GDII,
|
|
388
410
|
0,
|
|
389
411
|
[_id],
|
|
390
412
|
[0], 1
|
|
391
413
|
];
|
|
392
|
-
exports.
|
|
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, () =>
|
|
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.
|
|
420
|
+
exports.GetDbInstanceOutput$ = GetDbInstanceOutput$;
|
|
421
|
+
const GetDbParameterGroupInput$ = [3, n0, _GDPGI,
|
|
398
422
|
0,
|
|
399
423
|
[_id],
|
|
400
424
|
[0], 1
|
|
401
425
|
];
|
|
402
|
-
exports.
|
|
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, () =>
|
|
430
|
+
[0, 0, 0, 0, () => _Parameters$], 3
|
|
406
431
|
];
|
|
407
|
-
exports.
|
|
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, () =>
|
|
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.
|
|
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, () =>
|
|
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.
|
|
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, () =>
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
498
|
+
exports.ListDbParameterGroupsOutput$ = ListDbParameterGroupsOutput$;
|
|
499
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
463
500
|
0,
|
|
464
501
|
[_rA],
|
|
465
502
|
[0], 1
|
|
466
503
|
];
|
|
467
|
-
exports.
|
|
504
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
505
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
468
506
|
0,
|
|
469
507
|
[_t],
|
|
470
508
|
[128 | 0]
|
|
471
509
|
];
|
|
472
|
-
exports.
|
|
510
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
511
|
+
const LogDeliveryConfiguration$ = [3, n0, _LDC,
|
|
473
512
|
0,
|
|
474
513
|
[_sC],
|
|
475
|
-
[() =>
|
|
514
|
+
[() => S3Configuration$], 1
|
|
476
515
|
];
|
|
477
|
-
exports.
|
|
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.
|
|
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.
|
|
528
|
+
exports.RebootDbClusterInput$ = RebootDbClusterInput$;
|
|
529
|
+
const RebootDbClusterOutput$ = [3, n0, _RDCO,
|
|
488
530
|
0,
|
|
489
531
|
[_dCS],
|
|
490
532
|
[0]
|
|
491
533
|
];
|
|
492
|
-
exports.
|
|
534
|
+
exports.RebootDbClusterOutput$ = RebootDbClusterOutput$;
|
|
535
|
+
const RebootDbInstanceInput$ = [3, n0, _RDII,
|
|
493
536
|
0,
|
|
494
537
|
[_id],
|
|
495
538
|
[0], 1
|
|
496
539
|
];
|
|
497
|
-
exports.
|
|
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, () =>
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
564
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
565
|
+
const UpdateDbClusterInput$ = [3, n0, _UDCI,
|
|
518
566
|
0,
|
|
519
567
|
[_dCI, _lDC, _dPGI, _po, _dIT, _fM, _mS],
|
|
520
|
-
[0, () =>
|
|
568
|
+
[0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, () => MaintenanceSchedule$], 1
|
|
521
569
|
];
|
|
522
|
-
exports.
|
|
570
|
+
exports.UpdateDbClusterInput$ = UpdateDbClusterInput$;
|
|
571
|
+
const UpdateDbClusterOutput$ = [3, n0, _UDCO,
|
|
523
572
|
0,
|
|
524
573
|
[_dCS],
|
|
525
574
|
[0]
|
|
526
575
|
];
|
|
527
|
-
exports.
|
|
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, () =>
|
|
580
|
+
[0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, 0, 1, () => MaintenanceSchedule$], 1
|
|
531
581
|
];
|
|
532
|
-
exports.
|
|
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, () =>
|
|
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, () =>
|
|
591
|
+
0, () => DbClusterSummary$
|
|
540
592
|
];
|
|
541
593
|
var DbInstanceForClusterSummaryList = [1, n0, _DIFCSL,
|
|
542
|
-
0, () =>
|
|
594
|
+
0, () => DbInstanceForClusterSummary$
|
|
543
595
|
];
|
|
544
596
|
var DbInstanceIdList = 64 | 0;
|
|
545
597
|
var DbInstanceSummaryList = [1, n0, _DISL,
|
|
546
|
-
0, () =>
|
|
598
|
+
0, () => DbInstanceSummary$
|
|
547
599
|
];
|
|
548
600
|
var DbParameterGroupSummaryList = [1, n0, _DPGSL,
|
|
549
|
-
0, () =>
|
|
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
|
-
|
|
609
|
+
const _Parameters$ = [4, n0, _Pa,
|
|
558
610
|
0,
|
|
559
611
|
[_IDB, _IDBC, _IDBE],
|
|
560
|
-
[() =>
|
|
612
|
+
[() => InfluxDBv2Parameters$, () => InfluxDBv3CoreParameters$, () => InfluxDBv3EnterpriseParameters$]
|
|
561
613
|
];
|
|
562
|
-
exports.
|
|
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, () =>
|
|
622
|
+
2, () => CreateDbClusterInput$, () => CreateDbClusterOutput$
|
|
569
623
|
];
|
|
570
624
|
exports.CreateDbInstance$ = [9, n0, _CDI,
|
|
571
|
-
2, () =>
|
|
625
|
+
2, () => CreateDbInstanceInput$, () => CreateDbInstanceOutput$
|
|
572
626
|
];
|
|
573
627
|
exports.CreateDbParameterGroup$ = [9, n0, _CDPG,
|
|
574
|
-
2, () =>
|
|
628
|
+
2, () => CreateDbParameterGroupInput$, () => CreateDbParameterGroupOutput$
|
|
575
629
|
];
|
|
576
630
|
exports.DeleteDbCluster$ = [9, n0, _DDC,
|
|
577
|
-
2, () =>
|
|
631
|
+
2, () => DeleteDbClusterInput$, () => DeleteDbClusterOutput$
|
|
578
632
|
];
|
|
579
633
|
exports.DeleteDbInstance$ = [9, n0, _DDI,
|
|
580
|
-
2, () =>
|
|
634
|
+
2, () => DeleteDbInstanceInput$, () => DeleteDbInstanceOutput$
|
|
581
635
|
];
|
|
582
636
|
exports.GetDbCluster$ = [9, n0, _GDC,
|
|
583
|
-
0, () =>
|
|
637
|
+
0, () => GetDbClusterInput$, () => GetDbClusterOutput$
|
|
584
638
|
];
|
|
585
639
|
exports.GetDbInstance$ = [9, n0, _GDI,
|
|
586
|
-
0, () =>
|
|
640
|
+
0, () => GetDbInstanceInput$, () => GetDbInstanceOutput$
|
|
587
641
|
];
|
|
588
642
|
exports.GetDbParameterGroup$ = [9, n0, _GDPG,
|
|
589
|
-
0, () =>
|
|
643
|
+
0, () => GetDbParameterGroupInput$, () => GetDbParameterGroupOutput$
|
|
590
644
|
];
|
|
591
645
|
exports.ListDbClusters$ = [9, n0, _LDCi,
|
|
592
|
-
0, () =>
|
|
646
|
+
0, () => ListDbClustersInput$, () => ListDbClustersOutput$
|
|
593
647
|
];
|
|
594
648
|
exports.ListDbInstances$ = [9, n0, _LDI,
|
|
595
|
-
0, () =>
|
|
649
|
+
0, () => ListDbInstancesInput$, () => ListDbInstancesOutput$
|
|
596
650
|
];
|
|
597
651
|
exports.ListDbInstancesForCluster$ = [9, n0, _LDIFC,
|
|
598
|
-
0, () =>
|
|
652
|
+
0, () => ListDbInstancesForClusterInput$, () => ListDbInstancesForClusterOutput$
|
|
599
653
|
];
|
|
600
654
|
exports.ListDbParameterGroups$ = [9, n0, _LDPG,
|
|
601
|
-
0, () =>
|
|
655
|
+
0, () => ListDbParameterGroupsInput$, () => ListDbParameterGroupsOutput$
|
|
602
656
|
];
|
|
603
657
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
604
|
-
0, () =>
|
|
658
|
+
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
605
659
|
];
|
|
606
660
|
exports.RebootDbCluster$ = [9, n0, _RDC,
|
|
607
|
-
2, () =>
|
|
661
|
+
2, () => RebootDbClusterInput$, () => RebootDbClusterOutput$
|
|
608
662
|
];
|
|
609
663
|
exports.RebootDbInstance$ = [9, n0, _RDI,
|
|
610
|
-
2, () =>
|
|
664
|
+
2, () => RebootDbInstanceInput$, () => RebootDbInstanceOutput$
|
|
611
665
|
];
|
|
612
666
|
exports.TagResource$ = [9, n0, _TR,
|
|
613
|
-
2, () =>
|
|
667
|
+
2, () => TagResourceRequest$, () => __Unit
|
|
614
668
|
];
|
|
615
669
|
exports.UntagResource$ = [9, n0, _UR,
|
|
616
|
-
2, () =>
|
|
670
|
+
2, () => UntagResourceRequest$, () => __Unit
|
|
617
671
|
];
|
|
618
672
|
exports.UpdateDbCluster$ = [9, n0, _UDC,
|
|
619
|
-
2, () =>
|
|
673
|
+
2, () => UpdateDbClusterInput$, () => UpdateDbClusterOutput$
|
|
620
674
|
];
|
|
621
675
|
exports.UpdateDbInstance$ = [9, n0, _UDI,
|
|
622
|
-
2, () =>
|
|
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.
|
|
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
|
|
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
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
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",
|