@aws-sdk/client-managedblockchain 3.54.1 → 3.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/ManagedBlockchainClient.js +13 -13
  3. package/dist-cjs/commands/CreateMemberCommand.js +3 -3
  4. package/dist-cjs/commands/CreateNetworkCommand.js +3 -3
  5. package/dist-cjs/commands/CreateNodeCommand.js +3 -3
  6. package/dist-cjs/commands/CreateProposalCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteMemberCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteNodeCommand.js +3 -3
  9. package/dist-cjs/commands/GetMemberCommand.js +3 -3
  10. package/dist-cjs/commands/GetNetworkCommand.js +3 -3
  11. package/dist-cjs/commands/GetNodeCommand.js +3 -3
  12. package/dist-cjs/commands/GetProposalCommand.js +3 -3
  13. package/dist-cjs/commands/ListInvitationsCommand.js +3 -3
  14. package/dist-cjs/commands/ListMembersCommand.js +3 -3
  15. package/dist-cjs/commands/ListNetworksCommand.js +3 -3
  16. package/dist-cjs/commands/ListNodesCommand.js +3 -3
  17. package/dist-cjs/commands/ListProposalVotesCommand.js +3 -3
  18. package/dist-cjs/commands/ListProposalsCommand.js +3 -3
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  20. package/dist-cjs/commands/RejectInvitationCommand.js +3 -3
  21. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  22. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  23. package/dist-cjs/commands/UpdateMemberCommand.js +3 -3
  24. package/dist-cjs/commands/UpdateNodeCommand.js +3 -3
  25. package/dist-cjs/commands/VoteOnProposalCommand.js +3 -3
  26. package/dist-cjs/endpoints.js +1 -1
  27. package/dist-cjs/protocols/Aws_restJson1.js +194 -194
  28. package/dist-cjs/runtimeConfig.browser.js +4 -4
  29. package/dist-cjs/runtimeConfig.js +9 -9
  30. package/dist-cjs/runtimeConfig.native.js +1 -1
  31. package/dist-es/ManagedBlockchain.js +23 -23
  32. package/dist-es/pagination/ListInvitationsPaginator.js +4 -4
  33. package/dist-es/pagination/ListMembersPaginator.js +4 -4
  34. package/dist-es/pagination/ListNetworksPaginator.js +4 -4
  35. package/dist-es/pagination/ListNodesPaginator.js +4 -4
  36. package/dist-es/pagination/ListProposalVotesPaginator.js +4 -4
  37. package/dist-es/pagination/ListProposalsPaginator.js +4 -4
  38. package/dist-es/protocols/Aws_restJson1.js +23 -23
  39. package/dist-types/runtimeConfig.native.d.ts +2 -2
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  41. package/package.json +34 -34
@@ -15,7 +15,7 @@ export var serializeAws_restJson1CreateMemberCommand = function (input, context)
15
15
  headers = {
16
16
  "content-type": "application/json",
17
17
  };
18
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/members";
18
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/members";
19
19
  if (input.NetworkId !== undefined) {
20
20
  labelValue = input.NetworkId;
21
21
  if (labelValue.length <= 0) {
@@ -53,7 +53,7 @@ export var serializeAws_restJson1CreateNetworkCommand = function (input, context
53
53
  headers = {
54
54
  "content-type": "application/json",
55
55
  };
56
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks";
56
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks";
57
57
  body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.Framework !== undefined && input.Framework !== null && { Framework: input.Framework })), (input.FrameworkConfiguration !== undefined &&
58
58
  input.FrameworkConfiguration !== null && {
59
59
  FrameworkConfiguration: serializeAws_restJson1NetworkFrameworkConfiguration(input.FrameworkConfiguration, context),
@@ -87,7 +87,7 @@ export var serializeAws_restJson1CreateNodeCommand = function (input, context) {
87
87
  headers = {
88
88
  "content-type": "application/json",
89
89
  };
90
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/nodes";
90
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/nodes";
91
91
  if (input.NetworkId !== undefined) {
92
92
  labelValue = input.NetworkId;
93
93
  if (labelValue.length <= 0) {
@@ -126,7 +126,7 @@ export var serializeAws_restJson1CreateProposalCommand = function (input, contex
126
126
  headers = {
127
127
  "content-type": "application/json",
128
128
  };
129
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/proposals";
129
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/proposals";
130
130
  if (input.NetworkId !== undefined) {
131
131
  labelValue = input.NetworkId;
132
132
  if (labelValue.length <= 0) {
@@ -160,7 +160,7 @@ export var serializeAws_restJson1DeleteMemberCommand = function (input, context)
160
160
  case 1:
161
161
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
162
162
  headers = {};
163
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/members/{MemberId}";
163
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/members/{MemberId}";
164
164
  if (input.NetworkId !== undefined) {
165
165
  labelValue = input.NetworkId;
166
166
  if (labelValue.length <= 0) {
@@ -201,7 +201,7 @@ export var serializeAws_restJson1DeleteNodeCommand = function (input, context) {
201
201
  case 1:
202
202
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
203
203
  headers = {};
204
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/nodes/{NodeId}";
204
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/nodes/{NodeId}";
205
205
  if (input.NetworkId !== undefined) {
206
206
  labelValue = input.NetworkId;
207
207
  if (labelValue.length <= 0) {
@@ -244,7 +244,7 @@ export var serializeAws_restJson1GetMemberCommand = function (input, context) {
244
244
  case 1:
245
245
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
246
246
  headers = {};
247
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/members/{MemberId}";
247
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/members/{MemberId}";
248
248
  if (input.NetworkId !== undefined) {
249
249
  labelValue = input.NetworkId;
250
250
  if (labelValue.length <= 0) {
@@ -285,7 +285,7 @@ export var serializeAws_restJson1GetNetworkCommand = function (input, context) {
285
285
  case 1:
286
286
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
287
287
  headers = {};
288
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}";
288
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}";
289
289
  if (input.NetworkId !== undefined) {
290
290
  labelValue = input.NetworkId;
291
291
  if (labelValue.length <= 0) {
@@ -316,7 +316,7 @@ export var serializeAws_restJson1GetNodeCommand = function (input, context) { re
316
316
  case 1:
317
317
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
318
318
  headers = {};
319
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/nodes/{NodeId}";
319
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/nodes/{NodeId}";
320
320
  if (input.NetworkId !== undefined) {
321
321
  labelValue = input.NetworkId;
322
322
  if (labelValue.length <= 0) {
@@ -359,7 +359,7 @@ export var serializeAws_restJson1GetProposalCommand = function (input, context)
359
359
  case 1:
360
360
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
361
361
  headers = {};
362
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
362
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
363
363
  "/networks/{NetworkId}/proposals/{ProposalId}";
364
364
  if (input.NetworkId !== undefined) {
365
365
  labelValue = input.NetworkId;
@@ -401,7 +401,7 @@ export var serializeAws_restJson1ListInvitationsCommand = function (input, conte
401
401
  case 1:
402
402
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
403
403
  headers = {};
404
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/invitations";
404
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/invitations";
405
405
  query = __assign(__assign({}, (input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() })), (input.NextToken !== undefined && { nextToken: input.NextToken }));
406
406
  return [2, new __HttpRequest({
407
407
  protocol: protocol,
@@ -424,7 +424,7 @@ export var serializeAws_restJson1ListMembersCommand = function (input, context)
424
424
  case 1:
425
425
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
426
426
  headers = {};
427
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/members";
427
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/members";
428
428
  if (input.NetworkId !== undefined) {
429
429
  labelValue = input.NetworkId;
430
430
  if (labelValue.length <= 0) {
@@ -457,7 +457,7 @@ export var serializeAws_restJson1ListNetworksCommand = function (input, context)
457
457
  case 1:
458
458
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
459
459
  headers = {};
460
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks";
460
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks";
461
461
  query = __assign(__assign(__assign(__assign(__assign({}, (input.Name !== undefined && { name: input.Name })), (input.Framework !== undefined && { framework: input.Framework })), (input.Status !== undefined && { status: input.Status })), (input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() })), (input.NextToken !== undefined && { nextToken: input.NextToken }));
462
462
  return [2, new __HttpRequest({
463
463
  protocol: protocol,
@@ -480,7 +480,7 @@ export var serializeAws_restJson1ListNodesCommand = function (input, context) {
480
480
  case 1:
481
481
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
482
482
  headers = {};
483
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/nodes";
483
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/nodes";
484
484
  if (input.NetworkId !== undefined) {
485
485
  labelValue = input.NetworkId;
486
486
  if (labelValue.length <= 0) {
@@ -513,7 +513,7 @@ export var serializeAws_restJson1ListProposalsCommand = function (input, context
513
513
  case 1:
514
514
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
515
515
  headers = {};
516
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/proposals";
516
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/proposals";
517
517
  if (input.NetworkId !== undefined) {
518
518
  labelValue = input.NetworkId;
519
519
  if (labelValue.length <= 0) {
@@ -546,7 +546,7 @@ export var serializeAws_restJson1ListProposalVotesCommand = function (input, con
546
546
  case 1:
547
547
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
548
548
  headers = {};
549
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
549
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
550
550
  "/networks/{NetworkId}/proposals/{ProposalId}/votes";
551
551
  if (input.NetworkId !== undefined) {
552
552
  labelValue = input.NetworkId;
@@ -590,7 +590,7 @@ export var serializeAws_restJson1ListTagsForResourceCommand = function (input, c
590
590
  case 1:
591
591
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
592
592
  headers = {};
593
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{ResourceArn}";
593
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{ResourceArn}";
594
594
  if (input.ResourceArn !== undefined) {
595
595
  labelValue = input.ResourceArn;
596
596
  if (labelValue.length <= 0) {
@@ -621,7 +621,7 @@ export var serializeAws_restJson1RejectInvitationCommand = function (input, cont
621
621
  case 1:
622
622
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
623
623
  headers = {};
624
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/invitations/{InvitationId}";
624
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/invitations/{InvitationId}";
625
625
  if (input.InvitationId !== undefined) {
626
626
  labelValue = input.InvitationId;
627
627
  if (labelValue.length <= 0) {
@@ -654,7 +654,7 @@ export var serializeAws_restJson1TagResourceCommand = function (input, context)
654
654
  headers = {
655
655
  "content-type": "application/json",
656
656
  };
657
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{ResourceArn}";
657
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{ResourceArn}";
658
658
  if (input.ResourceArn !== undefined) {
659
659
  labelValue = input.ResourceArn;
660
660
  if (labelValue.length <= 0) {
@@ -687,7 +687,7 @@ export var serializeAws_restJson1UntagResourceCommand = function (input, context
687
687
  case 1:
688
688
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
689
689
  headers = {};
690
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{ResourceArn}";
690
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{ResourceArn}";
691
691
  if (input.ResourceArn !== undefined) {
692
692
  labelValue = input.ResourceArn;
693
693
  if (labelValue.length <= 0) {
@@ -722,7 +722,7 @@ export var serializeAws_restJson1UpdateMemberCommand = function (input, context)
722
722
  headers = {
723
723
  "content-type": "application/json",
724
724
  };
725
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/members/{MemberId}";
725
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/members/{MemberId}";
726
726
  if (input.NetworkId !== undefined) {
727
727
  labelValue = input.NetworkId;
728
728
  if (labelValue.length <= 0) {
@@ -769,7 +769,7 @@ export var serializeAws_restJson1UpdateNodeCommand = function (input, context) {
769
769
  headers = {
770
770
  "content-type": "application/json",
771
771
  };
772
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/nodes/{NodeId}";
772
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networks/{NetworkId}/nodes/{NodeId}";
773
773
  if (input.NetworkId !== undefined) {
774
774
  labelValue = input.NetworkId;
775
775
  if (labelValue.length <= 0) {
@@ -816,7 +816,7 @@ export var serializeAws_restJson1VoteOnProposalCommand = function (input, contex
816
816
  headers = {
817
817
  "content-type": "application/json",
818
818
  };
819
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
819
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
820
820
  "/networks/{NetworkId}/proposals/{ProposalId}/votes";
821
821
  if (input.NetworkId !== undefined) {
822
822
  labelValue = input.NetworkId;
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) =
21
21
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
23
  serviceId: string;
24
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
24
+ region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) =
19
19
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
21
  serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
22
+ region: string | import("@aws-sdk/types").Provider<any>;
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
27
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
28
  tls?: boolean | undefined;
29
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
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.54.1",
4
+ "version": "3.58.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,41 +18,41 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.54.1",
22
- "@aws-sdk/config-resolver": "3.54.1",
23
- "@aws-sdk/credential-provider-node": "3.54.1",
24
- "@aws-sdk/fetch-http-handler": "3.54.1",
25
- "@aws-sdk/hash-node": "3.54.1",
26
- "@aws-sdk/invalid-dependency": "3.54.1",
27
- "@aws-sdk/middleware-content-length": "3.54.1",
28
- "@aws-sdk/middleware-host-header": "3.54.1",
29
- "@aws-sdk/middleware-logger": "3.54.1",
30
- "@aws-sdk/middleware-retry": "3.54.1",
31
- "@aws-sdk/middleware-serde": "3.54.1",
32
- "@aws-sdk/middleware-signing": "3.54.1",
33
- "@aws-sdk/middleware-stack": "3.54.1",
34
- "@aws-sdk/middleware-user-agent": "3.54.1",
35
- "@aws-sdk/node-config-provider": "3.54.1",
36
- "@aws-sdk/node-http-handler": "3.54.1",
37
- "@aws-sdk/protocol-http": "3.54.1",
38
- "@aws-sdk/smithy-client": "3.54.1",
39
- "@aws-sdk/types": "3.54.1",
40
- "@aws-sdk/url-parser": "3.54.1",
41
- "@aws-sdk/util-base64-browser": "3.52.0",
42
- "@aws-sdk/util-base64-node": "3.52.0",
43
- "@aws-sdk/util-body-length-browser": "3.54.0",
44
- "@aws-sdk/util-body-length-node": "3.54.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.54.1",
46
- "@aws-sdk/util-defaults-mode-node": "3.54.1",
47
- "@aws-sdk/util-user-agent-browser": "3.54.1",
48
- "@aws-sdk/util-user-agent-node": "3.54.1",
49
- "@aws-sdk/util-utf8-browser": "3.52.0",
50
- "@aws-sdk/util-utf8-node": "3.52.0",
51
- "tslib": "^2.3.0",
21
+ "@aws-sdk/client-sts": "3.58.0",
22
+ "@aws-sdk/config-resolver": "3.58.0",
23
+ "@aws-sdk/credential-provider-node": "3.58.0",
24
+ "@aws-sdk/fetch-http-handler": "3.58.0",
25
+ "@aws-sdk/hash-node": "3.55.0",
26
+ "@aws-sdk/invalid-dependency": "3.55.0",
27
+ "@aws-sdk/middleware-content-length": "3.58.0",
28
+ "@aws-sdk/middleware-host-header": "3.58.0",
29
+ "@aws-sdk/middleware-logger": "3.55.0",
30
+ "@aws-sdk/middleware-retry": "3.58.0",
31
+ "@aws-sdk/middleware-serde": "3.55.0",
32
+ "@aws-sdk/middleware-signing": "3.58.0",
33
+ "@aws-sdk/middleware-stack": "3.55.0",
34
+ "@aws-sdk/middleware-user-agent": "3.58.0",
35
+ "@aws-sdk/node-config-provider": "3.58.0",
36
+ "@aws-sdk/node-http-handler": "3.58.0",
37
+ "@aws-sdk/protocol-http": "3.58.0",
38
+ "@aws-sdk/smithy-client": "3.55.0",
39
+ "@aws-sdk/types": "3.55.0",
40
+ "@aws-sdk/url-parser": "3.55.0",
41
+ "@aws-sdk/util-base64-browser": "3.58.0",
42
+ "@aws-sdk/util-base64-node": "3.55.0",
43
+ "@aws-sdk/util-body-length-browser": "3.55.0",
44
+ "@aws-sdk/util-body-length-node": "3.55.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.55.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.58.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.58.0",
48
+ "@aws-sdk/util-user-agent-node": "3.58.0",
49
+ "@aws-sdk/util-utf8-browser": "3.55.0",
50
+ "@aws-sdk/util-utf8-node": "3.55.0",
51
+ "tslib": "^2.3.1",
52
52
  "uuid": "^8.3.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/service-client-documentation-generator": "3.52.0",
55
+ "@aws-sdk/service-client-documentation-generator": "3.58.0",
56
56
  "@tsconfig/recommended": "1.0.1",
57
57
  "@types/node": "^12.7.5",
58
58
  "@types/uuid": "^8.3.0",
@@ -60,7 +60,7 @@
60
60
  "downlevel-dts": "0.7.0",
61
61
  "rimraf": "3.0.2",
62
62
  "typedoc": "0.19.2",
63
- "typescript": "~4.3.5"
63
+ "typescript": "~4.6.2"
64
64
  },
65
65
  "engines": {
66
66
  "node": ">=12.0.0"