@aws-sdk/client-managedblockchain 3.54.1 → 3.55.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/CHANGELOG.md +8 -0
- package/dist-cjs/ManagedBlockchainClient.js +13 -13
- package/dist-cjs/commands/CreateMemberCommand.js +3 -3
- package/dist-cjs/commands/CreateNetworkCommand.js +3 -3
- package/dist-cjs/commands/CreateNodeCommand.js +3 -3
- package/dist-cjs/commands/CreateProposalCommand.js +3 -3
- package/dist-cjs/commands/DeleteMemberCommand.js +3 -3
- package/dist-cjs/commands/DeleteNodeCommand.js +3 -3
- package/dist-cjs/commands/GetMemberCommand.js +3 -3
- package/dist-cjs/commands/GetNetworkCommand.js +3 -3
- package/dist-cjs/commands/GetNodeCommand.js +3 -3
- package/dist-cjs/commands/GetProposalCommand.js +3 -3
- package/dist-cjs/commands/ListInvitationsCommand.js +3 -3
- package/dist-cjs/commands/ListMembersCommand.js +3 -3
- package/dist-cjs/commands/ListNetworksCommand.js +3 -3
- package/dist-cjs/commands/ListNodesCommand.js +3 -3
- package/dist-cjs/commands/ListProposalVotesCommand.js +3 -3
- package/dist-cjs/commands/ListProposalsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/RejectInvitationCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateMemberCommand.js +3 -3
- package/dist-cjs/commands/UpdateNodeCommand.js +3 -3
- package/dist-cjs/commands/VoteOnProposalCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +194 -194
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/ManagedBlockchain.js +23 -23
- package/dist-es/pagination/ListInvitationsPaginator.js +4 -4
- package/dist-es/pagination/ListMembersPaginator.js +4 -4
- package/dist-es/pagination/ListNetworksPaginator.js +4 -4
- package/dist-es/pagination/ListNodesPaginator.js +4 -4
- package/dist-es/pagination/ListProposalVotesPaginator.js +4 -4
- package/dist-es/pagination/ListProposalsPaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +23 -23
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- 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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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 = ""
|
|
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<
|
|
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
|
|
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<
|
|
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
|
|
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.
|
|
4
|
+
"version": "3.55.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.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
51
|
-
"tslib": "^2.3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.55.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.55.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.55.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.55.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.55.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.55.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.55.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.55.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.55.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.55.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.55.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.55.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.55.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.55.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.55.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.55.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.55.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.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.55.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.
|
|
63
|
+
"typescript": "~4.6.2"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">=12.0.0"
|