@aws-sdk/client-timestream-influxdb 3.987.0 → 3.988.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/index.js +38 -794
- package/dist-cjs/models/TimestreamInfluxDBServiceException.js +12 -0
- package/dist-cjs/models/errors.js +109 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +605 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +53 -47
- package/dist-types/schemas/schemas_0.d.ts +13 -6
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -6
- package/package.json +13 -13
|
@@ -191,7 +191,7 @@ const _rE = "readerEndpoint";
|
|
|
191
191
|
const _rI = "resourceId";
|
|
192
192
|
const _rIe = "replicationInterval";
|
|
193
193
|
const _rT = "resourceType";
|
|
194
|
-
const _s = "
|
|
194
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.timestreaminfluxdb";
|
|
195
195
|
const _sAZ = "secondaryAvailabilityZone";
|
|
196
196
|
const _sC = "s3Configuration";
|
|
197
197
|
const _sCFWCD = "storageCompactFullWriteColdDuration";
|
|
@@ -211,7 +211,7 @@ const _sWFTK = "snapshottedWalFilesToKeep";
|
|
|
211
211
|
const _sWMCW = "storageWalMaxConcurrentWrites";
|
|
212
212
|
const _sWMWD = "storageWalMaxWriteDelay";
|
|
213
213
|
const _se = "server";
|
|
214
|
-
const
|
|
214
|
+
const _st = "status";
|
|
215
215
|
const _t = "tags";
|
|
216
216
|
const _tICCL = "tableIndexCacheConcurrencyLimit";
|
|
217
217
|
const _tICME = "tableIndexCacheMaxEntries";
|
|
@@ -230,20 +230,58 @@ const n0 = "com.amazonaws.timestreaminfluxdb";
|
|
|
230
230
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
231
231
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
232
232
|
import { TimestreamInfluxDBServiceException } from "../models/TimestreamInfluxDBServiceException";
|
|
233
|
-
|
|
234
|
-
var
|
|
233
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
234
|
+
export var TimestreamInfluxDBServiceException$ = [-3, _s, "TimestreamInfluxDBServiceException", 0, [], []];
|
|
235
|
+
_s_registry.registerError(TimestreamInfluxDBServiceException$, TimestreamInfluxDBServiceException);
|
|
236
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
235
237
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
236
238
|
{ [_e]: _c, [_hE]: 403 },
|
|
237
239
|
[_m],
|
|
238
240
|
[0], 1
|
|
239
241
|
];
|
|
240
|
-
|
|
242
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
241
243
|
export var ConflictException$ = [-3, n0, _CE,
|
|
242
244
|
{ [_e]: _c, [_hE]: 409 },
|
|
243
245
|
[_m, _rI, _rT],
|
|
244
246
|
[0, 0, 0], 3
|
|
245
247
|
];
|
|
246
|
-
|
|
248
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
249
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
250
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
251
|
+
[_m],
|
|
252
|
+
[0], 1
|
|
253
|
+
];
|
|
254
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
255
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
256
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
257
|
+
[_m, _rI, _rT],
|
|
258
|
+
[0, 0, 0], 3
|
|
259
|
+
];
|
|
260
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
261
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
262
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
263
|
+
[_m],
|
|
264
|
+
[0], 1
|
|
265
|
+
];
|
|
266
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
267
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
268
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
269
|
+
[_m, _rAS],
|
|
270
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
271
|
+
];
|
|
272
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
273
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
274
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
275
|
+
[_m, _r],
|
|
276
|
+
[0, 0], 2
|
|
277
|
+
];
|
|
278
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
279
|
+
export const errorTypeRegistries = [
|
|
280
|
+
_s_registry,
|
|
281
|
+
n0_registry,
|
|
282
|
+
];
|
|
283
|
+
var Password = [0, n0, _P, 8, 0];
|
|
284
|
+
var Username = [0, n0, _U, 8, 0];
|
|
247
285
|
export var CreateDbClusterInput$ = [3, n0, _CDCI,
|
|
248
286
|
0,
|
|
249
287
|
[_n, _dIT, _vSI, _vSGI, _u, _p, _o, _b, _po, _dPGI, _dST, _aS, _nT, _pA, _dT, _fM, _lDC, _t],
|
|
@@ -261,7 +299,7 @@ export var CreateDbInstanceInput$ = [3, n0, _CDII,
|
|
|
261
299
|
];
|
|
262
300
|
export var CreateDbInstanceOutput$ = [3, n0, _CDIO,
|
|
263
301
|
0,
|
|
264
|
-
[_i, _n, _a, _vSI,
|
|
302
|
+
[_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn],
|
|
265
303
|
[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], 4
|
|
266
304
|
];
|
|
267
305
|
export var CreateDbParameterGroupInput$ = [3, n0, _CDPGI,
|
|
@@ -276,17 +314,17 @@ export var CreateDbParameterGroupOutput$ = [3, n0, _CDPGO,
|
|
|
276
314
|
];
|
|
277
315
|
export var DbClusterSummary$ = [3, n0, _DCS,
|
|
278
316
|
0,
|
|
279
|
-
[_i, _n, _a,
|
|
317
|
+
[_i, _n, _a, _st, _en, _rE, _po, _dT, _dIT, _nT, _dST, _aS, _eT],
|
|
280
318
|
[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0], 3
|
|
281
319
|
];
|
|
282
320
|
export var DbInstanceForClusterSummary$ = [3, n0, _DIFCS,
|
|
283
321
|
0,
|
|
284
|
-
[_i, _n, _a,
|
|
322
|
+
[_i, _n, _a, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _iM, _iMn],
|
|
285
323
|
[0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 64 | 0], 3
|
|
286
324
|
];
|
|
287
325
|
export var DbInstanceSummary$ = [3, n0, _DIS,
|
|
288
326
|
0,
|
|
289
|
-
[_i, _n, _a,
|
|
327
|
+
[_i, _n, _a, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT],
|
|
290
328
|
[0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0], 3
|
|
291
329
|
];
|
|
292
330
|
export var DbParameterGroupSummary$ = [3, n0, _DPGS,
|
|
@@ -311,7 +349,7 @@ export var DeleteDbInstanceInput$ = [3, n0, _DDII,
|
|
|
311
349
|
];
|
|
312
350
|
export var DeleteDbInstanceOutput$ = [3, n0, _DDIO,
|
|
313
351
|
0,
|
|
314
|
-
[_i, _n, _a, _vSI,
|
|
352
|
+
[_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn],
|
|
315
353
|
[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], 4
|
|
316
354
|
];
|
|
317
355
|
export var Duration$ = [3, n0, _D,
|
|
@@ -326,7 +364,7 @@ export var GetDbClusterInput$ = [3, n0, _GDCI,
|
|
|
326
364
|
];
|
|
327
365
|
export var GetDbClusterOutput$ = [3, n0, _GDCO,
|
|
328
366
|
0,
|
|
329
|
-
[_i, _n, _a,
|
|
367
|
+
[_i, _n, _a, _st, _en, _rE, _po, _dT, _dIT, _nT, _dST, _aS, _eT, _pA, _dPGI, _lDC, _iAPSA, _vSI, _vSGI, _fM],
|
|
330
368
|
[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0, () => LogDeliveryConfiguration$, 0, 64 | 0, 64 | 0, 0], 3
|
|
331
369
|
];
|
|
332
370
|
export var GetDbInstanceInput$ = [3, n0, _GDII,
|
|
@@ -336,7 +374,7 @@ export var GetDbInstanceInput$ = [3, n0, _GDII,
|
|
|
336
374
|
];
|
|
337
375
|
export var GetDbInstanceOutput$ = [3, n0, _GDIO,
|
|
338
376
|
0,
|
|
339
|
-
[_i, _n, _a, _vSI,
|
|
377
|
+
[_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn],
|
|
340
378
|
[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], 4
|
|
341
379
|
];
|
|
342
380
|
export var GetDbParameterGroupInput$ = [3, n0, _GDPGI,
|
|
@@ -364,12 +402,6 @@ export var InfluxDBv3EnterpriseParameters$ = [3, n0, _IDBEP,
|
|
|
364
402
|
[_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],
|
|
365
403
|
[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
|
|
366
404
|
];
|
|
367
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
368
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
369
|
-
[_m],
|
|
370
|
-
[0], 1
|
|
371
|
-
];
|
|
372
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
373
405
|
export var ListDbClustersInput$ = [3, n0, _LDCI,
|
|
374
406
|
0,
|
|
375
407
|
[_nTe, _mR],
|
|
@@ -442,37 +474,19 @@ export var RebootDbInstanceInput$ = [3, n0, _RDII,
|
|
|
442
474
|
];
|
|
443
475
|
export var RebootDbInstanceOutput$ = [3, n0, _RDIO,
|
|
444
476
|
0,
|
|
445
|
-
[_i, _n, _a, _vSI,
|
|
477
|
+
[_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn],
|
|
446
478
|
[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], 4
|
|
447
479
|
];
|
|
448
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
449
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
450
|
-
[_m, _rI, _rT],
|
|
451
|
-
[0, 0, 0], 3
|
|
452
|
-
];
|
|
453
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
454
480
|
export var S3Configuration$ = [3, n0, _SC,
|
|
455
481
|
0,
|
|
456
482
|
[_bN, _ena],
|
|
457
483
|
[0, 2], 2
|
|
458
484
|
];
|
|
459
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
460
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
461
|
-
[_m],
|
|
462
|
-
[0], 1
|
|
463
|
-
];
|
|
464
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
465
485
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
466
486
|
0,
|
|
467
487
|
[_rA, _t],
|
|
468
488
|
[0, 128 | 0], 2
|
|
469
489
|
];
|
|
470
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
471
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
472
|
-
[_m, _rAS],
|
|
473
|
-
[0, [1, { [_hH]: _RA }]], 1
|
|
474
|
-
];
|
|
475
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
476
490
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
477
491
|
0,
|
|
478
492
|
[_rA, _tK],
|
|
@@ -495,18 +509,10 @@ export var UpdateDbInstanceInput$ = [3, n0, _UDII,
|
|
|
495
509
|
];
|
|
496
510
|
export var UpdateDbInstanceOutput$ = [3, n0, _UDIO,
|
|
497
511
|
0,
|
|
498
|
-
[_i, _n, _a, _vSI,
|
|
512
|
+
[_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn],
|
|
499
513
|
[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], 4
|
|
500
514
|
];
|
|
501
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
502
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
503
|
-
[_m, _r],
|
|
504
|
-
[0, 0], 2
|
|
505
|
-
];
|
|
506
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
507
515
|
var __Unit = "unit";
|
|
508
|
-
export var TimestreamInfluxDBServiceException$ = [-3, _sm, "TimestreamInfluxDBServiceException", 0, [], []];
|
|
509
|
-
TypeRegistry.for(_sm).registerError(TimestreamInfluxDBServiceException$, TimestreamInfluxDBServiceException);
|
|
510
516
|
var DbClusterSummaryList = [1, n0, _DCSL,
|
|
511
517
|
0, () => DbClusterSummary$
|
|
512
518
|
];
|
|
@@ -1,6 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var TimestreamInfluxDBServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
5
|
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
4
17
|
export declare var CreateDbClusterInput$: StaticStructureSchema;
|
|
5
18
|
export declare var CreateDbClusterOutput$: StaticStructureSchema;
|
|
6
19
|
export declare var CreateDbInstanceInput$: StaticStructureSchema;
|
|
@@ -25,7 +38,6 @@ export declare var GetDbParameterGroupOutput$: StaticStructureSchema;
|
|
|
25
38
|
export declare var InfluxDBv2Parameters$: StaticStructureSchema;
|
|
26
39
|
export declare var InfluxDBv3CoreParameters$: StaticStructureSchema;
|
|
27
40
|
export declare var InfluxDBv3EnterpriseParameters$: StaticStructureSchema;
|
|
28
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
29
41
|
export declare var ListDbClustersInput$: StaticStructureSchema;
|
|
30
42
|
export declare var ListDbClustersOutput$: StaticStructureSchema;
|
|
31
43
|
export declare var ListDbInstancesForClusterInput$: StaticStructureSchema;
|
|
@@ -41,18 +53,13 @@ export declare var RebootDbClusterInput$: StaticStructureSchema;
|
|
|
41
53
|
export declare var RebootDbClusterOutput$: StaticStructureSchema;
|
|
42
54
|
export declare var RebootDbInstanceInput$: StaticStructureSchema;
|
|
43
55
|
export declare var RebootDbInstanceOutput$: StaticStructureSchema;
|
|
44
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
45
56
|
export declare var S3Configuration$: StaticStructureSchema;
|
|
46
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
47
57
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
48
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
49
58
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
50
59
|
export declare var UpdateDbClusterInput$: StaticStructureSchema;
|
|
51
60
|
export declare var UpdateDbClusterOutput$: StaticStructureSchema;
|
|
52
61
|
export declare var UpdateDbInstanceInput$: StaticStructureSchema;
|
|
53
62
|
export declare var UpdateDbInstanceOutput$: StaticStructureSchema;
|
|
54
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
55
|
-
export declare var TimestreamInfluxDBServiceException$: StaticErrorSchema;
|
|
56
63
|
export declare var _Parameters$: StaticUnionSchema;
|
|
57
64
|
export declare var PercentOrAbsoluteLong$: StaticUnionSchema;
|
|
58
65
|
export declare var CreateDbCluster$: StaticOperationSchema;
|
|
@@ -1,11 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var TimestreamInfluxDBServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
8
10
|
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
9
17
|
export declare var CreateDbClusterInput$: StaticStructureSchema;
|
|
10
18
|
export declare var CreateDbClusterOutput$: StaticStructureSchema;
|
|
11
19
|
export declare var CreateDbInstanceInput$: StaticStructureSchema;
|
|
@@ -30,7 +38,6 @@ export declare var GetDbParameterGroupOutput$: StaticStructureSchema;
|
|
|
30
38
|
export declare var InfluxDBv2Parameters$: StaticStructureSchema;
|
|
31
39
|
export declare var InfluxDBv3CoreParameters$: StaticStructureSchema;
|
|
32
40
|
export declare var InfluxDBv3EnterpriseParameters$: StaticStructureSchema;
|
|
33
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
34
41
|
export declare var ListDbClustersInput$: StaticStructureSchema;
|
|
35
42
|
export declare var ListDbClustersOutput$: StaticStructureSchema;
|
|
36
43
|
export declare var ListDbInstancesForClusterInput$: StaticStructureSchema;
|
|
@@ -46,18 +53,13 @@ export declare var RebootDbClusterInput$: StaticStructureSchema;
|
|
|
46
53
|
export declare var RebootDbClusterOutput$: StaticStructureSchema;
|
|
47
54
|
export declare var RebootDbInstanceInput$: StaticStructureSchema;
|
|
48
55
|
export declare var RebootDbInstanceOutput$: StaticStructureSchema;
|
|
49
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
50
56
|
export declare var S3Configuration$: StaticStructureSchema;
|
|
51
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
52
57
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
53
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
54
58
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
55
59
|
export declare var UpdateDbClusterInput$: StaticStructureSchema;
|
|
56
60
|
export declare var UpdateDbClusterOutput$: StaticStructureSchema;
|
|
57
61
|
export declare var UpdateDbInstanceInput$: StaticStructureSchema;
|
|
58
62
|
export declare var UpdateDbInstanceOutput$: StaticStructureSchema;
|
|
59
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
60
|
-
export declare var TimestreamInfluxDBServiceException$: StaticErrorSchema;
|
|
61
63
|
export declare var _Parameters$: StaticUnionSchema;
|
|
62
64
|
export declare var PercentOrAbsoluteLong$: StaticUnionSchema;
|
|
63
65
|
export declare var CreateDbCluster$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.988.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 client-timestream-influxdb",
|
|
@@ -21,38 +21,38 @@
|
|
|
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.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|