@aws-sdk/client-managedblockchain 3.721.0 → 3.723.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 +203 -141
- package/dist-es/ManagedBlockchainClient.js +1 -0
- package/dist-es/models/models_0.js +30 -20
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -186,7 +186,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
186
186
|
}, "resolveRuntimeExtensions");
|
|
187
187
|
|
|
188
188
|
// src/ManagedBlockchainClient.ts
|
|
189
|
-
var
|
|
189
|
+
var ManagedBlockchainClient = class extends import_smithy_client.Client {
|
|
190
|
+
static {
|
|
191
|
+
__name(this, "ManagedBlockchainClient");
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* The resolved configuration of ManagedBlockchainClient class. This is resolved and normalized from the {@link ManagedBlockchainClientConfig | constructor configuration interface}.
|
|
195
|
+
*/
|
|
196
|
+
config;
|
|
190
197
|
constructor(...[configuration]) {
|
|
191
198
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
192
199
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -196,7 +203,7 @@ var _ManagedBlockchainClient = class _ManagedBlockchainClient extends import_smi
|
|
|
196
203
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
197
204
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
198
205
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
199
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
206
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
200
207
|
super(_config_8);
|
|
201
208
|
this.config = _config_8;
|
|
202
209
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -224,8 +231,6 @@ var _ManagedBlockchainClient = class _ManagedBlockchainClient extends import_smi
|
|
|
224
231
|
super.destroy();
|
|
225
232
|
}
|
|
226
233
|
};
|
|
227
|
-
__name(_ManagedBlockchainClient, "ManagedBlockchainClient");
|
|
228
|
-
var ManagedBlockchainClient = _ManagedBlockchainClient;
|
|
229
234
|
|
|
230
235
|
// src/ManagedBlockchain.ts
|
|
231
236
|
|
|
@@ -243,7 +248,10 @@ var import_uuid = require("uuid");
|
|
|
243
248
|
|
|
244
249
|
// src/models/ManagedBlockchainServiceException.ts
|
|
245
250
|
|
|
246
|
-
var
|
|
251
|
+
var ManagedBlockchainServiceException = class _ManagedBlockchainServiceException extends import_smithy_client.ServiceException {
|
|
252
|
+
static {
|
|
253
|
+
__name(this, "ManagedBlockchainServiceException");
|
|
254
|
+
}
|
|
247
255
|
/**
|
|
248
256
|
* @internal
|
|
249
257
|
*/
|
|
@@ -252,12 +260,16 @@ var _ManagedBlockchainServiceException = class _ManagedBlockchainServiceExceptio
|
|
|
252
260
|
Object.setPrototypeOf(this, _ManagedBlockchainServiceException.prototype);
|
|
253
261
|
}
|
|
254
262
|
};
|
|
255
|
-
__name(_ManagedBlockchainServiceException, "ManagedBlockchainServiceException");
|
|
256
|
-
var ManagedBlockchainServiceException = _ManagedBlockchainServiceException;
|
|
257
263
|
|
|
258
264
|
// src/models/models_0.ts
|
|
259
265
|
|
|
260
|
-
var
|
|
266
|
+
var AccessDeniedException = class _AccessDeniedException extends ManagedBlockchainServiceException {
|
|
267
|
+
static {
|
|
268
|
+
__name(this, "AccessDeniedException");
|
|
269
|
+
}
|
|
270
|
+
name = "AccessDeniedException";
|
|
271
|
+
$fault = "client";
|
|
272
|
+
Message;
|
|
261
273
|
/**
|
|
262
274
|
* @internal
|
|
263
275
|
*/
|
|
@@ -267,14 +279,10 @@ var _AccessDeniedException = class _AccessDeniedException extends ManagedBlockch
|
|
|
267
279
|
$fault: "client",
|
|
268
280
|
...opts
|
|
269
281
|
});
|
|
270
|
-
this.name = "AccessDeniedException";
|
|
271
|
-
this.$fault = "client";
|
|
272
282
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
273
283
|
this.Message = opts.Message;
|
|
274
284
|
}
|
|
275
285
|
};
|
|
276
|
-
__name(_AccessDeniedException, "AccessDeniedException");
|
|
277
|
-
var AccessDeniedException = _AccessDeniedException;
|
|
278
286
|
var AccessorNetworkType = {
|
|
279
287
|
ETHEREUM_GOERLI: "ETHEREUM_GOERLI",
|
|
280
288
|
ETHEREUM_MAINNET: "ETHEREUM_MAINNET",
|
|
@@ -294,7 +302,12 @@ var ThresholdComparator = {
|
|
|
294
302
|
GREATER_THAN: "GREATER_THAN",
|
|
295
303
|
GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO"
|
|
296
304
|
};
|
|
297
|
-
var
|
|
305
|
+
var InternalServiceErrorException = class _InternalServiceErrorException extends ManagedBlockchainServiceException {
|
|
306
|
+
static {
|
|
307
|
+
__name(this, "InternalServiceErrorException");
|
|
308
|
+
}
|
|
309
|
+
name = "InternalServiceErrorException";
|
|
310
|
+
$fault = "server";
|
|
298
311
|
/**
|
|
299
312
|
* @internal
|
|
300
313
|
*/
|
|
@@ -304,14 +317,16 @@ var _InternalServiceErrorException = class _InternalServiceErrorException extend
|
|
|
304
317
|
$fault: "server",
|
|
305
318
|
...opts
|
|
306
319
|
});
|
|
307
|
-
this.name = "InternalServiceErrorException";
|
|
308
|
-
this.$fault = "server";
|
|
309
320
|
Object.setPrototypeOf(this, _InternalServiceErrorException.prototype);
|
|
310
321
|
}
|
|
311
322
|
};
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
323
|
+
var InvalidRequestException = class _InvalidRequestException extends ManagedBlockchainServiceException {
|
|
324
|
+
static {
|
|
325
|
+
__name(this, "InvalidRequestException");
|
|
326
|
+
}
|
|
327
|
+
name = "InvalidRequestException";
|
|
328
|
+
$fault = "client";
|
|
329
|
+
Message;
|
|
315
330
|
/**
|
|
316
331
|
* @internal
|
|
317
332
|
*/
|
|
@@ -321,15 +336,17 @@ var _InvalidRequestException = class _InvalidRequestException extends ManagedBlo
|
|
|
321
336
|
$fault: "client",
|
|
322
337
|
...opts
|
|
323
338
|
});
|
|
324
|
-
this.name = "InvalidRequestException";
|
|
325
|
-
this.$fault = "client";
|
|
326
339
|
Object.setPrototypeOf(this, _InvalidRequestException.prototype);
|
|
327
340
|
this.Message = opts.Message;
|
|
328
341
|
}
|
|
329
342
|
};
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
343
|
+
var ResourceAlreadyExistsException = class _ResourceAlreadyExistsException extends ManagedBlockchainServiceException {
|
|
344
|
+
static {
|
|
345
|
+
__name(this, "ResourceAlreadyExistsException");
|
|
346
|
+
}
|
|
347
|
+
name = "ResourceAlreadyExistsException";
|
|
348
|
+
$fault = "client";
|
|
349
|
+
Message;
|
|
333
350
|
/**
|
|
334
351
|
* @internal
|
|
335
352
|
*/
|
|
@@ -339,15 +356,17 @@ var _ResourceAlreadyExistsException = class _ResourceAlreadyExistsException exte
|
|
|
339
356
|
$fault: "client",
|
|
340
357
|
...opts
|
|
341
358
|
});
|
|
342
|
-
this.name = "ResourceAlreadyExistsException";
|
|
343
|
-
this.$fault = "client";
|
|
344
359
|
Object.setPrototypeOf(this, _ResourceAlreadyExistsException.prototype);
|
|
345
360
|
this.Message = opts.Message;
|
|
346
361
|
}
|
|
347
362
|
};
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
363
|
+
var ResourceLimitExceededException = class _ResourceLimitExceededException extends ManagedBlockchainServiceException {
|
|
364
|
+
static {
|
|
365
|
+
__name(this, "ResourceLimitExceededException");
|
|
366
|
+
}
|
|
367
|
+
name = "ResourceLimitExceededException";
|
|
368
|
+
$fault = "client";
|
|
369
|
+
Message;
|
|
351
370
|
/**
|
|
352
371
|
* @internal
|
|
353
372
|
*/
|
|
@@ -357,15 +376,16 @@ var _ResourceLimitExceededException = class _ResourceLimitExceededException exte
|
|
|
357
376
|
$fault: "client",
|
|
358
377
|
...opts
|
|
359
378
|
});
|
|
360
|
-
this.name = "ResourceLimitExceededException";
|
|
361
|
-
this.$fault = "client";
|
|
362
379
|
Object.setPrototypeOf(this, _ResourceLimitExceededException.prototype);
|
|
363
380
|
this.Message = opts.Message;
|
|
364
381
|
}
|
|
365
382
|
};
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
383
|
+
var ThrottlingException = class _ThrottlingException extends ManagedBlockchainServiceException {
|
|
384
|
+
static {
|
|
385
|
+
__name(this, "ThrottlingException");
|
|
386
|
+
}
|
|
387
|
+
name = "ThrottlingException";
|
|
388
|
+
$fault = "client";
|
|
369
389
|
/**
|
|
370
390
|
* @internal
|
|
371
391
|
*/
|
|
@@ -375,14 +395,21 @@ var _ThrottlingException = class _ThrottlingException extends ManagedBlockchainS
|
|
|
375
395
|
$fault: "client",
|
|
376
396
|
...opts
|
|
377
397
|
});
|
|
378
|
-
this.name = "ThrottlingException";
|
|
379
|
-
this.$fault = "client";
|
|
380
398
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
381
399
|
}
|
|
382
400
|
};
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
401
|
+
var TooManyTagsException = class _TooManyTagsException extends ManagedBlockchainServiceException {
|
|
402
|
+
static {
|
|
403
|
+
__name(this, "TooManyTagsException");
|
|
404
|
+
}
|
|
405
|
+
name = "TooManyTagsException";
|
|
406
|
+
$fault = "client";
|
|
407
|
+
Message;
|
|
408
|
+
/**
|
|
409
|
+
* <p></p>
|
|
410
|
+
* @public
|
|
411
|
+
*/
|
|
412
|
+
ResourceName;
|
|
386
413
|
/**
|
|
387
414
|
* @internal
|
|
388
415
|
*/
|
|
@@ -392,16 +419,23 @@ var _TooManyTagsException = class _TooManyTagsException extends ManagedBlockchai
|
|
|
392
419
|
$fault: "client",
|
|
393
420
|
...opts
|
|
394
421
|
});
|
|
395
|
-
this.name = "TooManyTagsException";
|
|
396
|
-
this.$fault = "client";
|
|
397
422
|
Object.setPrototypeOf(this, _TooManyTagsException.prototype);
|
|
398
423
|
this.Message = opts.Message;
|
|
399
424
|
this.ResourceName = opts.ResourceName;
|
|
400
425
|
}
|
|
401
426
|
};
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
427
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends ManagedBlockchainServiceException {
|
|
428
|
+
static {
|
|
429
|
+
__name(this, "ResourceNotFoundException");
|
|
430
|
+
}
|
|
431
|
+
name = "ResourceNotFoundException";
|
|
432
|
+
$fault = "client";
|
|
433
|
+
Message;
|
|
434
|
+
/**
|
|
435
|
+
* <p>A requested resource doesn't exist. It may have been deleted or referenced inaccurately.</p>
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
438
|
+
ResourceName;
|
|
405
439
|
/**
|
|
406
440
|
* @internal
|
|
407
441
|
*/
|
|
@@ -411,16 +445,18 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Manage
|
|
|
411
445
|
$fault: "client",
|
|
412
446
|
...opts
|
|
413
447
|
});
|
|
414
|
-
this.name = "ResourceNotFoundException";
|
|
415
|
-
this.$fault = "client";
|
|
416
448
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
417
449
|
this.Message = opts.Message;
|
|
418
450
|
this.ResourceName = opts.ResourceName;
|
|
419
451
|
}
|
|
420
452
|
};
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
453
|
+
var ResourceNotReadyException = class _ResourceNotReadyException extends ManagedBlockchainServiceException {
|
|
454
|
+
static {
|
|
455
|
+
__name(this, "ResourceNotReadyException");
|
|
456
|
+
}
|
|
457
|
+
name = "ResourceNotReadyException";
|
|
458
|
+
$fault = "client";
|
|
459
|
+
Message;
|
|
424
460
|
/**
|
|
425
461
|
* @internal
|
|
426
462
|
*/
|
|
@@ -430,14 +466,10 @@ var _ResourceNotReadyException = class _ResourceNotReadyException extends Manage
|
|
|
430
466
|
$fault: "client",
|
|
431
467
|
...opts
|
|
432
468
|
});
|
|
433
|
-
this.name = "ResourceNotReadyException";
|
|
434
|
-
this.$fault = "client";
|
|
435
469
|
Object.setPrototypeOf(this, _ResourceNotReadyException.prototype);
|
|
436
470
|
this.Message = opts.Message;
|
|
437
471
|
}
|
|
438
472
|
};
|
|
439
|
-
__name(_ResourceNotReadyException, "ResourceNotReadyException");
|
|
440
|
-
var ResourceNotReadyException = _ResourceNotReadyException;
|
|
441
473
|
var Framework = {
|
|
442
474
|
ETHEREUM: "ETHEREUM",
|
|
443
475
|
HYPERLEDGER_FABRIC: "HYPERLEDGER_FABRIC"
|
|
@@ -484,7 +516,13 @@ var ProposalStatus = {
|
|
|
484
516
|
IN_PROGRESS: "IN_PROGRESS",
|
|
485
517
|
REJECTED: "REJECTED"
|
|
486
518
|
};
|
|
487
|
-
var
|
|
519
|
+
var IllegalActionException = class _IllegalActionException extends ManagedBlockchainServiceException {
|
|
520
|
+
static {
|
|
521
|
+
__name(this, "IllegalActionException");
|
|
522
|
+
}
|
|
523
|
+
name = "IllegalActionException";
|
|
524
|
+
$fault = "client";
|
|
525
|
+
Message;
|
|
488
526
|
/**
|
|
489
527
|
* @internal
|
|
490
528
|
*/
|
|
@@ -494,14 +532,10 @@ var _IllegalActionException = class _IllegalActionException extends ManagedBlock
|
|
|
494
532
|
$fault: "client",
|
|
495
533
|
...opts
|
|
496
534
|
});
|
|
497
|
-
this.name = "IllegalActionException";
|
|
498
|
-
this.$fault = "client";
|
|
499
535
|
Object.setPrototypeOf(this, _IllegalActionException.prototype);
|
|
500
536
|
this.Message = opts.Message;
|
|
501
537
|
}
|
|
502
538
|
};
|
|
503
|
-
__name(_IllegalActionException, "IllegalActionException");
|
|
504
|
-
var IllegalActionException = _IllegalActionException;
|
|
505
539
|
var InvitationStatus = {
|
|
506
540
|
ACCEPTED: "ACCEPTED",
|
|
507
541
|
ACCEPTING: "ACCEPTING",
|
|
@@ -1651,379 +1685,406 @@ var _s = "status";
|
|
|
1651
1685
|
var _tK = "tagKeys";
|
|
1652
1686
|
|
|
1653
1687
|
// src/commands/CreateAccessorCommand.ts
|
|
1654
|
-
var
|
|
1688
|
+
var CreateAccessorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1655
1689
|
return [
|
|
1656
1690
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1657
1691
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1658
1692
|
];
|
|
1659
1693
|
}).s("TaigaWebService", "CreateAccessor", {}).n("ManagedBlockchainClient", "CreateAccessorCommand").f(void 0, void 0).ser(se_CreateAccessorCommand).de(de_CreateAccessorCommand).build() {
|
|
1694
|
+
static {
|
|
1695
|
+
__name(this, "CreateAccessorCommand");
|
|
1696
|
+
}
|
|
1660
1697
|
};
|
|
1661
|
-
__name(_CreateAccessorCommand, "CreateAccessorCommand");
|
|
1662
|
-
var CreateAccessorCommand = _CreateAccessorCommand;
|
|
1663
1698
|
|
|
1664
1699
|
// src/commands/CreateMemberCommand.ts
|
|
1665
1700
|
|
|
1666
1701
|
|
|
1667
1702
|
|
|
1668
|
-
var
|
|
1703
|
+
var CreateMemberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1669
1704
|
return [
|
|
1670
1705
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1671
1706
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1672
1707
|
];
|
|
1673
1708
|
}).s("TaigaWebService", "CreateMember", {}).n("ManagedBlockchainClient", "CreateMemberCommand").f(CreateMemberInputFilterSensitiveLog, void 0).ser(se_CreateMemberCommand).de(de_CreateMemberCommand).build() {
|
|
1709
|
+
static {
|
|
1710
|
+
__name(this, "CreateMemberCommand");
|
|
1711
|
+
}
|
|
1674
1712
|
};
|
|
1675
|
-
__name(_CreateMemberCommand, "CreateMemberCommand");
|
|
1676
|
-
var CreateMemberCommand = _CreateMemberCommand;
|
|
1677
1713
|
|
|
1678
1714
|
// src/commands/CreateNetworkCommand.ts
|
|
1679
1715
|
|
|
1680
1716
|
|
|
1681
1717
|
|
|
1682
|
-
var
|
|
1718
|
+
var CreateNetworkCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1683
1719
|
return [
|
|
1684
1720
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1685
1721
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1686
1722
|
];
|
|
1687
1723
|
}).s("TaigaWebService", "CreateNetwork", {}).n("ManagedBlockchainClient", "CreateNetworkCommand").f(CreateNetworkInputFilterSensitiveLog, void 0).ser(se_CreateNetworkCommand).de(de_CreateNetworkCommand).build() {
|
|
1724
|
+
static {
|
|
1725
|
+
__name(this, "CreateNetworkCommand");
|
|
1726
|
+
}
|
|
1688
1727
|
};
|
|
1689
|
-
__name(_CreateNetworkCommand, "CreateNetworkCommand");
|
|
1690
|
-
var CreateNetworkCommand = _CreateNetworkCommand;
|
|
1691
1728
|
|
|
1692
1729
|
// src/commands/CreateNodeCommand.ts
|
|
1693
1730
|
|
|
1694
1731
|
|
|
1695
1732
|
|
|
1696
|
-
var
|
|
1733
|
+
var CreateNodeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1697
1734
|
return [
|
|
1698
1735
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1699
1736
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1700
1737
|
];
|
|
1701
1738
|
}).s("TaigaWebService", "CreateNode", {}).n("ManagedBlockchainClient", "CreateNodeCommand").f(void 0, void 0).ser(se_CreateNodeCommand).de(de_CreateNodeCommand).build() {
|
|
1739
|
+
static {
|
|
1740
|
+
__name(this, "CreateNodeCommand");
|
|
1741
|
+
}
|
|
1702
1742
|
};
|
|
1703
|
-
__name(_CreateNodeCommand, "CreateNodeCommand");
|
|
1704
|
-
var CreateNodeCommand = _CreateNodeCommand;
|
|
1705
1743
|
|
|
1706
1744
|
// src/commands/CreateProposalCommand.ts
|
|
1707
1745
|
|
|
1708
1746
|
|
|
1709
1747
|
|
|
1710
|
-
var
|
|
1748
|
+
var CreateProposalCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1711
1749
|
return [
|
|
1712
1750
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1713
1751
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1714
1752
|
];
|
|
1715
1753
|
}).s("TaigaWebService", "CreateProposal", {}).n("ManagedBlockchainClient", "CreateProposalCommand").f(void 0, void 0).ser(se_CreateProposalCommand).de(de_CreateProposalCommand).build() {
|
|
1754
|
+
static {
|
|
1755
|
+
__name(this, "CreateProposalCommand");
|
|
1756
|
+
}
|
|
1716
1757
|
};
|
|
1717
|
-
__name(_CreateProposalCommand, "CreateProposalCommand");
|
|
1718
|
-
var CreateProposalCommand = _CreateProposalCommand;
|
|
1719
1758
|
|
|
1720
1759
|
// src/commands/DeleteAccessorCommand.ts
|
|
1721
1760
|
|
|
1722
1761
|
|
|
1723
1762
|
|
|
1724
|
-
var
|
|
1763
|
+
var DeleteAccessorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1725
1764
|
return [
|
|
1726
1765
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1727
1766
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1728
1767
|
];
|
|
1729
1768
|
}).s("TaigaWebService", "DeleteAccessor", {}).n("ManagedBlockchainClient", "DeleteAccessorCommand").f(void 0, void 0).ser(se_DeleteAccessorCommand).de(de_DeleteAccessorCommand).build() {
|
|
1769
|
+
static {
|
|
1770
|
+
__name(this, "DeleteAccessorCommand");
|
|
1771
|
+
}
|
|
1730
1772
|
};
|
|
1731
|
-
__name(_DeleteAccessorCommand, "DeleteAccessorCommand");
|
|
1732
|
-
var DeleteAccessorCommand = _DeleteAccessorCommand;
|
|
1733
1773
|
|
|
1734
1774
|
// src/commands/DeleteMemberCommand.ts
|
|
1735
1775
|
|
|
1736
1776
|
|
|
1737
1777
|
|
|
1738
|
-
var
|
|
1778
|
+
var DeleteMemberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1739
1779
|
return [
|
|
1740
1780
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1741
1781
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1742
1782
|
];
|
|
1743
1783
|
}).s("TaigaWebService", "DeleteMember", {}).n("ManagedBlockchainClient", "DeleteMemberCommand").f(void 0, void 0).ser(se_DeleteMemberCommand).de(de_DeleteMemberCommand).build() {
|
|
1784
|
+
static {
|
|
1785
|
+
__name(this, "DeleteMemberCommand");
|
|
1786
|
+
}
|
|
1744
1787
|
};
|
|
1745
|
-
__name(_DeleteMemberCommand, "DeleteMemberCommand");
|
|
1746
|
-
var DeleteMemberCommand = _DeleteMemberCommand;
|
|
1747
1788
|
|
|
1748
1789
|
// src/commands/DeleteNodeCommand.ts
|
|
1749
1790
|
|
|
1750
1791
|
|
|
1751
1792
|
|
|
1752
|
-
var
|
|
1793
|
+
var DeleteNodeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1753
1794
|
return [
|
|
1754
1795
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1755
1796
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1756
1797
|
];
|
|
1757
1798
|
}).s("TaigaWebService", "DeleteNode", {}).n("ManagedBlockchainClient", "DeleteNodeCommand").f(void 0, void 0).ser(se_DeleteNodeCommand).de(de_DeleteNodeCommand).build() {
|
|
1799
|
+
static {
|
|
1800
|
+
__name(this, "DeleteNodeCommand");
|
|
1801
|
+
}
|
|
1758
1802
|
};
|
|
1759
|
-
__name(_DeleteNodeCommand, "DeleteNodeCommand");
|
|
1760
|
-
var DeleteNodeCommand = _DeleteNodeCommand;
|
|
1761
1803
|
|
|
1762
1804
|
// src/commands/GetAccessorCommand.ts
|
|
1763
1805
|
|
|
1764
1806
|
|
|
1765
1807
|
|
|
1766
|
-
var
|
|
1808
|
+
var GetAccessorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1767
1809
|
return [
|
|
1768
1810
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1769
1811
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1770
1812
|
];
|
|
1771
1813
|
}).s("TaigaWebService", "GetAccessor", {}).n("ManagedBlockchainClient", "GetAccessorCommand").f(void 0, void 0).ser(se_GetAccessorCommand).de(de_GetAccessorCommand).build() {
|
|
1814
|
+
static {
|
|
1815
|
+
__name(this, "GetAccessorCommand");
|
|
1816
|
+
}
|
|
1772
1817
|
};
|
|
1773
|
-
__name(_GetAccessorCommand, "GetAccessorCommand");
|
|
1774
|
-
var GetAccessorCommand = _GetAccessorCommand;
|
|
1775
1818
|
|
|
1776
1819
|
// src/commands/GetMemberCommand.ts
|
|
1777
1820
|
|
|
1778
1821
|
|
|
1779
1822
|
|
|
1780
|
-
var
|
|
1823
|
+
var GetMemberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1781
1824
|
return [
|
|
1782
1825
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1783
1826
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1784
1827
|
];
|
|
1785
1828
|
}).s("TaigaWebService", "GetMember", {}).n("ManagedBlockchainClient", "GetMemberCommand").f(void 0, void 0).ser(se_GetMemberCommand).de(de_GetMemberCommand).build() {
|
|
1829
|
+
static {
|
|
1830
|
+
__name(this, "GetMemberCommand");
|
|
1831
|
+
}
|
|
1786
1832
|
};
|
|
1787
|
-
__name(_GetMemberCommand, "GetMemberCommand");
|
|
1788
|
-
var GetMemberCommand = _GetMemberCommand;
|
|
1789
1833
|
|
|
1790
1834
|
// src/commands/GetNetworkCommand.ts
|
|
1791
1835
|
|
|
1792
1836
|
|
|
1793
1837
|
|
|
1794
|
-
var
|
|
1838
|
+
var GetNetworkCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1795
1839
|
return [
|
|
1796
1840
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1797
1841
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1798
1842
|
];
|
|
1799
1843
|
}).s("TaigaWebService", "GetNetwork", {}).n("ManagedBlockchainClient", "GetNetworkCommand").f(void 0, void 0).ser(se_GetNetworkCommand).de(de_GetNetworkCommand).build() {
|
|
1844
|
+
static {
|
|
1845
|
+
__name(this, "GetNetworkCommand");
|
|
1846
|
+
}
|
|
1800
1847
|
};
|
|
1801
|
-
__name(_GetNetworkCommand, "GetNetworkCommand");
|
|
1802
|
-
var GetNetworkCommand = _GetNetworkCommand;
|
|
1803
1848
|
|
|
1804
1849
|
// src/commands/GetNodeCommand.ts
|
|
1805
1850
|
|
|
1806
1851
|
|
|
1807
1852
|
|
|
1808
|
-
var
|
|
1853
|
+
var GetNodeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1809
1854
|
return [
|
|
1810
1855
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1811
1856
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1812
1857
|
];
|
|
1813
1858
|
}).s("TaigaWebService", "GetNode", {}).n("ManagedBlockchainClient", "GetNodeCommand").f(void 0, void 0).ser(se_GetNodeCommand).de(de_GetNodeCommand).build() {
|
|
1859
|
+
static {
|
|
1860
|
+
__name(this, "GetNodeCommand");
|
|
1861
|
+
}
|
|
1814
1862
|
};
|
|
1815
|
-
__name(_GetNodeCommand, "GetNodeCommand");
|
|
1816
|
-
var GetNodeCommand = _GetNodeCommand;
|
|
1817
1863
|
|
|
1818
1864
|
// src/commands/GetProposalCommand.ts
|
|
1819
1865
|
|
|
1820
1866
|
|
|
1821
1867
|
|
|
1822
|
-
var
|
|
1868
|
+
var GetProposalCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1823
1869
|
return [
|
|
1824
1870
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1825
1871
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1826
1872
|
];
|
|
1827
1873
|
}).s("TaigaWebService", "GetProposal", {}).n("ManagedBlockchainClient", "GetProposalCommand").f(void 0, void 0).ser(se_GetProposalCommand).de(de_GetProposalCommand).build() {
|
|
1874
|
+
static {
|
|
1875
|
+
__name(this, "GetProposalCommand");
|
|
1876
|
+
}
|
|
1828
1877
|
};
|
|
1829
|
-
__name(_GetProposalCommand, "GetProposalCommand");
|
|
1830
|
-
var GetProposalCommand = _GetProposalCommand;
|
|
1831
1878
|
|
|
1832
1879
|
// src/commands/ListAccessorsCommand.ts
|
|
1833
1880
|
|
|
1834
1881
|
|
|
1835
1882
|
|
|
1836
|
-
var
|
|
1883
|
+
var ListAccessorsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1837
1884
|
return [
|
|
1838
1885
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1839
1886
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1840
1887
|
];
|
|
1841
1888
|
}).s("TaigaWebService", "ListAccessors", {}).n("ManagedBlockchainClient", "ListAccessorsCommand").f(void 0, void 0).ser(se_ListAccessorsCommand).de(de_ListAccessorsCommand).build() {
|
|
1889
|
+
static {
|
|
1890
|
+
__name(this, "ListAccessorsCommand");
|
|
1891
|
+
}
|
|
1842
1892
|
};
|
|
1843
|
-
__name(_ListAccessorsCommand, "ListAccessorsCommand");
|
|
1844
|
-
var ListAccessorsCommand = _ListAccessorsCommand;
|
|
1845
1893
|
|
|
1846
1894
|
// src/commands/ListInvitationsCommand.ts
|
|
1847
1895
|
|
|
1848
1896
|
|
|
1849
1897
|
|
|
1850
|
-
var
|
|
1898
|
+
var ListInvitationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1851
1899
|
return [
|
|
1852
1900
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1853
1901
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1854
1902
|
];
|
|
1855
1903
|
}).s("TaigaWebService", "ListInvitations", {}).n("ManagedBlockchainClient", "ListInvitationsCommand").f(void 0, void 0).ser(se_ListInvitationsCommand).de(de_ListInvitationsCommand).build() {
|
|
1904
|
+
static {
|
|
1905
|
+
__name(this, "ListInvitationsCommand");
|
|
1906
|
+
}
|
|
1856
1907
|
};
|
|
1857
|
-
__name(_ListInvitationsCommand, "ListInvitationsCommand");
|
|
1858
|
-
var ListInvitationsCommand = _ListInvitationsCommand;
|
|
1859
1908
|
|
|
1860
1909
|
// src/commands/ListMembersCommand.ts
|
|
1861
1910
|
|
|
1862
1911
|
|
|
1863
1912
|
|
|
1864
|
-
var
|
|
1913
|
+
var ListMembersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1865
1914
|
return [
|
|
1866
1915
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1867
1916
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1868
1917
|
];
|
|
1869
1918
|
}).s("TaigaWebService", "ListMembers", {}).n("ManagedBlockchainClient", "ListMembersCommand").f(void 0, void 0).ser(se_ListMembersCommand).de(de_ListMembersCommand).build() {
|
|
1919
|
+
static {
|
|
1920
|
+
__name(this, "ListMembersCommand");
|
|
1921
|
+
}
|
|
1870
1922
|
};
|
|
1871
|
-
__name(_ListMembersCommand, "ListMembersCommand");
|
|
1872
|
-
var ListMembersCommand = _ListMembersCommand;
|
|
1873
1923
|
|
|
1874
1924
|
// src/commands/ListNetworksCommand.ts
|
|
1875
1925
|
|
|
1876
1926
|
|
|
1877
1927
|
|
|
1878
|
-
var
|
|
1928
|
+
var ListNetworksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1879
1929
|
return [
|
|
1880
1930
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1881
1931
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1882
1932
|
];
|
|
1883
1933
|
}).s("TaigaWebService", "ListNetworks", {}).n("ManagedBlockchainClient", "ListNetworksCommand").f(void 0, void 0).ser(se_ListNetworksCommand).de(de_ListNetworksCommand).build() {
|
|
1934
|
+
static {
|
|
1935
|
+
__name(this, "ListNetworksCommand");
|
|
1936
|
+
}
|
|
1884
1937
|
};
|
|
1885
|
-
__name(_ListNetworksCommand, "ListNetworksCommand");
|
|
1886
|
-
var ListNetworksCommand = _ListNetworksCommand;
|
|
1887
1938
|
|
|
1888
1939
|
// src/commands/ListNodesCommand.ts
|
|
1889
1940
|
|
|
1890
1941
|
|
|
1891
1942
|
|
|
1892
|
-
var
|
|
1943
|
+
var ListNodesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1893
1944
|
return [
|
|
1894
1945
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1895
1946
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1896
1947
|
];
|
|
1897
1948
|
}).s("TaigaWebService", "ListNodes", {}).n("ManagedBlockchainClient", "ListNodesCommand").f(void 0, void 0).ser(se_ListNodesCommand).de(de_ListNodesCommand).build() {
|
|
1949
|
+
static {
|
|
1950
|
+
__name(this, "ListNodesCommand");
|
|
1951
|
+
}
|
|
1898
1952
|
};
|
|
1899
|
-
__name(_ListNodesCommand, "ListNodesCommand");
|
|
1900
|
-
var ListNodesCommand = _ListNodesCommand;
|
|
1901
1953
|
|
|
1902
1954
|
// src/commands/ListProposalsCommand.ts
|
|
1903
1955
|
|
|
1904
1956
|
|
|
1905
1957
|
|
|
1906
|
-
var
|
|
1958
|
+
var ListProposalsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1907
1959
|
return [
|
|
1908
1960
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1909
1961
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1910
1962
|
];
|
|
1911
1963
|
}).s("TaigaWebService", "ListProposals", {}).n("ManagedBlockchainClient", "ListProposalsCommand").f(void 0, void 0).ser(se_ListProposalsCommand).de(de_ListProposalsCommand).build() {
|
|
1964
|
+
static {
|
|
1965
|
+
__name(this, "ListProposalsCommand");
|
|
1966
|
+
}
|
|
1912
1967
|
};
|
|
1913
|
-
__name(_ListProposalsCommand, "ListProposalsCommand");
|
|
1914
|
-
var ListProposalsCommand = _ListProposalsCommand;
|
|
1915
1968
|
|
|
1916
1969
|
// src/commands/ListProposalVotesCommand.ts
|
|
1917
1970
|
|
|
1918
1971
|
|
|
1919
1972
|
|
|
1920
|
-
var
|
|
1973
|
+
var ListProposalVotesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1921
1974
|
return [
|
|
1922
1975
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1923
1976
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1924
1977
|
];
|
|
1925
1978
|
}).s("TaigaWebService", "ListProposalVotes", {}).n("ManagedBlockchainClient", "ListProposalVotesCommand").f(void 0, void 0).ser(se_ListProposalVotesCommand).de(de_ListProposalVotesCommand).build() {
|
|
1979
|
+
static {
|
|
1980
|
+
__name(this, "ListProposalVotesCommand");
|
|
1981
|
+
}
|
|
1926
1982
|
};
|
|
1927
|
-
__name(_ListProposalVotesCommand, "ListProposalVotesCommand");
|
|
1928
|
-
var ListProposalVotesCommand = _ListProposalVotesCommand;
|
|
1929
1983
|
|
|
1930
1984
|
// src/commands/ListTagsForResourceCommand.ts
|
|
1931
1985
|
|
|
1932
1986
|
|
|
1933
1987
|
|
|
1934
|
-
var
|
|
1988
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1935
1989
|
return [
|
|
1936
1990
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1937
1991
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1938
1992
|
];
|
|
1939
1993
|
}).s("TaigaWebService", "ListTagsForResource", {}).n("ManagedBlockchainClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
1994
|
+
static {
|
|
1995
|
+
__name(this, "ListTagsForResourceCommand");
|
|
1996
|
+
}
|
|
1940
1997
|
};
|
|
1941
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
1942
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
1943
1998
|
|
|
1944
1999
|
// src/commands/RejectInvitationCommand.ts
|
|
1945
2000
|
|
|
1946
2001
|
|
|
1947
2002
|
|
|
1948
|
-
var
|
|
2003
|
+
var RejectInvitationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1949
2004
|
return [
|
|
1950
2005
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1951
2006
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1952
2007
|
];
|
|
1953
2008
|
}).s("TaigaWebService", "RejectInvitation", {}).n("ManagedBlockchainClient", "RejectInvitationCommand").f(void 0, void 0).ser(se_RejectInvitationCommand).de(de_RejectInvitationCommand).build() {
|
|
2009
|
+
static {
|
|
2010
|
+
__name(this, "RejectInvitationCommand");
|
|
2011
|
+
}
|
|
1954
2012
|
};
|
|
1955
|
-
__name(_RejectInvitationCommand, "RejectInvitationCommand");
|
|
1956
|
-
var RejectInvitationCommand = _RejectInvitationCommand;
|
|
1957
2013
|
|
|
1958
2014
|
// src/commands/TagResourceCommand.ts
|
|
1959
2015
|
|
|
1960
2016
|
|
|
1961
2017
|
|
|
1962
|
-
var
|
|
2018
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1963
2019
|
return [
|
|
1964
2020
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1965
2021
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1966
2022
|
];
|
|
1967
2023
|
}).s("TaigaWebService", "TagResource", {}).n("ManagedBlockchainClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
2024
|
+
static {
|
|
2025
|
+
__name(this, "TagResourceCommand");
|
|
2026
|
+
}
|
|
1968
2027
|
};
|
|
1969
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
1970
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
1971
2028
|
|
|
1972
2029
|
// src/commands/UntagResourceCommand.ts
|
|
1973
2030
|
|
|
1974
2031
|
|
|
1975
2032
|
|
|
1976
|
-
var
|
|
2033
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1977
2034
|
return [
|
|
1978
2035
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1979
2036
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1980
2037
|
];
|
|
1981
2038
|
}).s("TaigaWebService", "UntagResource", {}).n("ManagedBlockchainClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
2039
|
+
static {
|
|
2040
|
+
__name(this, "UntagResourceCommand");
|
|
2041
|
+
}
|
|
1982
2042
|
};
|
|
1983
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
1984
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
1985
2043
|
|
|
1986
2044
|
// src/commands/UpdateMemberCommand.ts
|
|
1987
2045
|
|
|
1988
2046
|
|
|
1989
2047
|
|
|
1990
|
-
var
|
|
2048
|
+
var UpdateMemberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1991
2049
|
return [
|
|
1992
2050
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1993
2051
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1994
2052
|
];
|
|
1995
2053
|
}).s("TaigaWebService", "UpdateMember", {}).n("ManagedBlockchainClient", "UpdateMemberCommand").f(void 0, void 0).ser(se_UpdateMemberCommand).de(de_UpdateMemberCommand).build() {
|
|
2054
|
+
static {
|
|
2055
|
+
__name(this, "UpdateMemberCommand");
|
|
2056
|
+
}
|
|
1996
2057
|
};
|
|
1997
|
-
__name(_UpdateMemberCommand, "UpdateMemberCommand");
|
|
1998
|
-
var UpdateMemberCommand = _UpdateMemberCommand;
|
|
1999
2058
|
|
|
2000
2059
|
// src/commands/UpdateNodeCommand.ts
|
|
2001
2060
|
|
|
2002
2061
|
|
|
2003
2062
|
|
|
2004
|
-
var
|
|
2063
|
+
var UpdateNodeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2005
2064
|
return [
|
|
2006
2065
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2007
2066
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2008
2067
|
];
|
|
2009
2068
|
}).s("TaigaWebService", "UpdateNode", {}).n("ManagedBlockchainClient", "UpdateNodeCommand").f(void 0, void 0).ser(se_UpdateNodeCommand).de(de_UpdateNodeCommand).build() {
|
|
2069
|
+
static {
|
|
2070
|
+
__name(this, "UpdateNodeCommand");
|
|
2071
|
+
}
|
|
2010
2072
|
};
|
|
2011
|
-
__name(_UpdateNodeCommand, "UpdateNodeCommand");
|
|
2012
|
-
var UpdateNodeCommand = _UpdateNodeCommand;
|
|
2013
2073
|
|
|
2014
2074
|
// src/commands/VoteOnProposalCommand.ts
|
|
2015
2075
|
|
|
2016
2076
|
|
|
2017
2077
|
|
|
2018
|
-
var
|
|
2078
|
+
var VoteOnProposalCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2019
2079
|
return [
|
|
2020
2080
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2021
2081
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2022
2082
|
];
|
|
2023
2083
|
}).s("TaigaWebService", "VoteOnProposal", {}).n("ManagedBlockchainClient", "VoteOnProposalCommand").f(void 0, void 0).ser(se_VoteOnProposalCommand).de(de_VoteOnProposalCommand).build() {
|
|
2084
|
+
static {
|
|
2085
|
+
__name(this, "VoteOnProposalCommand");
|
|
2086
|
+
}
|
|
2024
2087
|
};
|
|
2025
|
-
__name(_VoteOnProposalCommand, "VoteOnProposalCommand");
|
|
2026
|
-
var VoteOnProposalCommand = _VoteOnProposalCommand;
|
|
2027
2088
|
|
|
2028
2089
|
// src/ManagedBlockchain.ts
|
|
2029
2090
|
var commands = {
|
|
@@ -2055,10 +2116,11 @@ var commands = {
|
|
|
2055
2116
|
UpdateNodeCommand,
|
|
2056
2117
|
VoteOnProposalCommand
|
|
2057
2118
|
};
|
|
2058
|
-
var
|
|
2119
|
+
var ManagedBlockchain = class extends ManagedBlockchainClient {
|
|
2120
|
+
static {
|
|
2121
|
+
__name(this, "ManagedBlockchain");
|
|
2122
|
+
}
|
|
2059
2123
|
};
|
|
2060
|
-
__name(_ManagedBlockchain, "ManagedBlockchain");
|
|
2061
|
-
var ManagedBlockchain = _ManagedBlockchain;
|
|
2062
2124
|
(0, import_smithy_client.createAggregatedClient)(commands, ManagedBlockchain);
|
|
2063
2125
|
|
|
2064
2126
|
// src/pagination/ListAccessorsPaginator.ts
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class ManagedBlockchainClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { ManagedBlockchainServiceException as __BaseException } from "./ManagedBlockchainServiceException";
|
|
3
3
|
export class AccessDeniedException extends __BaseException {
|
|
4
|
+
name = "AccessDeniedException";
|
|
5
|
+
$fault = "client";
|
|
6
|
+
Message;
|
|
4
7
|
constructor(opts) {
|
|
5
8
|
super({
|
|
6
9
|
name: "AccessDeniedException",
|
|
7
10
|
$fault: "client",
|
|
8
11
|
...opts,
|
|
9
12
|
});
|
|
10
|
-
this.name = "AccessDeniedException";
|
|
11
|
-
this.$fault = "client";
|
|
12
13
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
14
|
this.Message = opts.Message;
|
|
14
15
|
}
|
|
@@ -33,105 +34,113 @@ export const ThresholdComparator = {
|
|
|
33
34
|
GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO",
|
|
34
35
|
};
|
|
35
36
|
export class InternalServiceErrorException extends __BaseException {
|
|
37
|
+
name = "InternalServiceErrorException";
|
|
38
|
+
$fault = "server";
|
|
36
39
|
constructor(opts) {
|
|
37
40
|
super({
|
|
38
41
|
name: "InternalServiceErrorException",
|
|
39
42
|
$fault: "server",
|
|
40
43
|
...opts,
|
|
41
44
|
});
|
|
42
|
-
this.name = "InternalServiceErrorException";
|
|
43
|
-
this.$fault = "server";
|
|
44
45
|
Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
|
|
45
46
|
}
|
|
46
47
|
}
|
|
47
48
|
export class InvalidRequestException extends __BaseException {
|
|
49
|
+
name = "InvalidRequestException";
|
|
50
|
+
$fault = "client";
|
|
51
|
+
Message;
|
|
48
52
|
constructor(opts) {
|
|
49
53
|
super({
|
|
50
54
|
name: "InvalidRequestException",
|
|
51
55
|
$fault: "client",
|
|
52
56
|
...opts,
|
|
53
57
|
});
|
|
54
|
-
this.name = "InvalidRequestException";
|
|
55
|
-
this.$fault = "client";
|
|
56
58
|
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
57
59
|
this.Message = opts.Message;
|
|
58
60
|
}
|
|
59
61
|
}
|
|
60
62
|
export class ResourceAlreadyExistsException extends __BaseException {
|
|
63
|
+
name = "ResourceAlreadyExistsException";
|
|
64
|
+
$fault = "client";
|
|
65
|
+
Message;
|
|
61
66
|
constructor(opts) {
|
|
62
67
|
super({
|
|
63
68
|
name: "ResourceAlreadyExistsException",
|
|
64
69
|
$fault: "client",
|
|
65
70
|
...opts,
|
|
66
71
|
});
|
|
67
|
-
this.name = "ResourceAlreadyExistsException";
|
|
68
|
-
this.$fault = "client";
|
|
69
72
|
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
70
73
|
this.Message = opts.Message;
|
|
71
74
|
}
|
|
72
75
|
}
|
|
73
76
|
export class ResourceLimitExceededException extends __BaseException {
|
|
77
|
+
name = "ResourceLimitExceededException";
|
|
78
|
+
$fault = "client";
|
|
79
|
+
Message;
|
|
74
80
|
constructor(opts) {
|
|
75
81
|
super({
|
|
76
82
|
name: "ResourceLimitExceededException",
|
|
77
83
|
$fault: "client",
|
|
78
84
|
...opts,
|
|
79
85
|
});
|
|
80
|
-
this.name = "ResourceLimitExceededException";
|
|
81
|
-
this.$fault = "client";
|
|
82
86
|
Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
|
|
83
87
|
this.Message = opts.Message;
|
|
84
88
|
}
|
|
85
89
|
}
|
|
86
90
|
export class ThrottlingException extends __BaseException {
|
|
91
|
+
name = "ThrottlingException";
|
|
92
|
+
$fault = "client";
|
|
87
93
|
constructor(opts) {
|
|
88
94
|
super({
|
|
89
95
|
name: "ThrottlingException",
|
|
90
96
|
$fault: "client",
|
|
91
97
|
...opts,
|
|
92
98
|
});
|
|
93
|
-
this.name = "ThrottlingException";
|
|
94
|
-
this.$fault = "client";
|
|
95
99
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
96
100
|
}
|
|
97
101
|
}
|
|
98
102
|
export class TooManyTagsException extends __BaseException {
|
|
103
|
+
name = "TooManyTagsException";
|
|
104
|
+
$fault = "client";
|
|
105
|
+
Message;
|
|
106
|
+
ResourceName;
|
|
99
107
|
constructor(opts) {
|
|
100
108
|
super({
|
|
101
109
|
name: "TooManyTagsException",
|
|
102
110
|
$fault: "client",
|
|
103
111
|
...opts,
|
|
104
112
|
});
|
|
105
|
-
this.name = "TooManyTagsException";
|
|
106
|
-
this.$fault = "client";
|
|
107
113
|
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
108
114
|
this.Message = opts.Message;
|
|
109
115
|
this.ResourceName = opts.ResourceName;
|
|
110
116
|
}
|
|
111
117
|
}
|
|
112
118
|
export class ResourceNotFoundException extends __BaseException {
|
|
119
|
+
name = "ResourceNotFoundException";
|
|
120
|
+
$fault = "client";
|
|
121
|
+
Message;
|
|
122
|
+
ResourceName;
|
|
113
123
|
constructor(opts) {
|
|
114
124
|
super({
|
|
115
125
|
name: "ResourceNotFoundException",
|
|
116
126
|
$fault: "client",
|
|
117
127
|
...opts,
|
|
118
128
|
});
|
|
119
|
-
this.name = "ResourceNotFoundException";
|
|
120
|
-
this.$fault = "client";
|
|
121
129
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
122
130
|
this.Message = opts.Message;
|
|
123
131
|
this.ResourceName = opts.ResourceName;
|
|
124
132
|
}
|
|
125
133
|
}
|
|
126
134
|
export class ResourceNotReadyException extends __BaseException {
|
|
135
|
+
name = "ResourceNotReadyException";
|
|
136
|
+
$fault = "client";
|
|
137
|
+
Message;
|
|
127
138
|
constructor(opts) {
|
|
128
139
|
super({
|
|
129
140
|
name: "ResourceNotReadyException",
|
|
130
141
|
$fault: "client",
|
|
131
142
|
...opts,
|
|
132
143
|
});
|
|
133
|
-
this.name = "ResourceNotReadyException";
|
|
134
|
-
this.$fault = "client";
|
|
135
144
|
Object.setPrototypeOf(this, ResourceNotReadyException.prototype);
|
|
136
145
|
this.Message = opts.Message;
|
|
137
146
|
}
|
|
@@ -183,14 +192,15 @@ export const ProposalStatus = {
|
|
|
183
192
|
REJECTED: "REJECTED",
|
|
184
193
|
};
|
|
185
194
|
export class IllegalActionException extends __BaseException {
|
|
195
|
+
name = "IllegalActionException";
|
|
196
|
+
$fault = "client";
|
|
197
|
+
Message;
|
|
186
198
|
constructor(opts) {
|
|
187
199
|
super({
|
|
188
200
|
name: "IllegalActionException",
|
|
189
201
|
$fault: "client",
|
|
190
202
|
...opts,
|
|
191
203
|
});
|
|
192
|
-
this.name = "IllegalActionException";
|
|
193
|
-
this.$fault = "client";
|
|
194
204
|
Object.setPrototypeOf(this, IllegalActionException.prototype);
|
|
195
205
|
this.Message = opts.Message;
|
|
196
206
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) =
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) =
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) =
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) =
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
input: any
|
|
13
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
_: unknown
|
|
15
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
16
|
defaultUserAgentProvider: (
|
|
15
17
|
config?:
|
|
16
18
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
init?:
|
|
15
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
16
|
+
| undefined
|
|
17
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
18
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
19
|
+
>);
|
|
18
20
|
defaultUserAgentProvider: (
|
|
19
21
|
config?:
|
|
20
22
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
|
|
|
30
30
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
31
31
|
| undefined
|
|
32
32
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
33
|
-
credentialDefaultProvider:
|
|
34
|
-
input: any
|
|
35
|
-
|
|
33
|
+
credentialDefaultProvider:
|
|
34
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
35
|
+
| ((
|
|
36
|
+
_: unknown
|
|
37
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
36
38
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
37
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
40
|
logger: import("@smithy/types").Logger;
|
|
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
|
|
|
52
54
|
| import("@smithy/types").RetryStrategyV2
|
|
53
55
|
| undefined;
|
|
54
56
|
endpoint?:
|
|
55
|
-
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
| ((
|
|
58
|
+
| string
|
|
59
|
+
| import("@smithy/types").Endpoint
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
61
|
+
| import("@smithy/types").EndpointV2
|
|
62
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
63
|
+
) &
|
|
64
|
+
(
|
|
65
|
+
| string
|
|
66
|
+
| import("@smithy/types").Provider<string>
|
|
67
|
+
| import("@smithy/types").Endpoint
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
69
|
+
| import("@smithy/types").EndpointV2
|
|
70
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
71
|
+
))
|
|
60
72
|
| undefined;
|
|
61
73
|
endpointProvider: (
|
|
62
74
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-managedblockchain",
|
|
3
3
|
"description": "AWS SDK for JavaScript Managedblockchain Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.723.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-managedblockchain",
|
|
@@ -20,58 +20,58 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.723.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|
|
63
63
|
"uuid": "^9.0.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tsconfig/
|
|
67
|
-
"@types/node": "^
|
|
66
|
+
"@tsconfig/node18": "18.2.4",
|
|
67
|
+
"@types/node": "^18.19.69",
|
|
68
68
|
"concurrently": "7.0.0",
|
|
69
69
|
"downlevel-dts": "0.10.1",
|
|
70
70
|
"rimraf": "3.0.2",
|
|
71
|
-
"typescript": "~
|
|
71
|
+
"typescript": "~5.2.2"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
|
-
"node": ">=
|
|
74
|
+
"node": ">=18.0.0"
|
|
75
75
|
},
|
|
76
76
|
"typesVersions": {
|
|
77
77
|
"<4.0": {
|