@aws-sdk/client-managedblockchain 3.300.0 → 3.303.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/models/models_0.js +69 -81
- package/dist-es/models/models_0.js +69 -81
- package/dist-types/commands/CreateAccessorCommand.d.ts +2 -2
- package/dist-types/commands/CreateMemberCommand.d.ts +9 -9
- package/dist-types/commands/CreateNetworkCommand.d.ts +13 -13
- package/dist-types/commands/CreateNodeCommand.d.ts +7 -7
- package/dist-types/commands/CreateProposalCommand.d.ts +7 -7
- package/dist-types/commands/DeleteAccessorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMemberCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNodeCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessorCommand.d.ts +1 -1
- package/dist-types/commands/GetMemberCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/GetNodeCommand.d.ts +1 -1
- package/dist-types/commands/GetProposalCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessorsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListNetworksCommand.d.ts +1 -1
- package/dist-types/commands/ListNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListProposalVotesCommand.d.ts +1 -1
- package/dist-types/commands/ListProposalsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/RejectInvitationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateMemberCommand.d.ts +5 -5
- package/dist-types/commands/UpdateNodeCommand.d.ts +5 -5
- package/dist-types/commands/VoteOnProposalCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +129 -69
- package/dist-types/ts3.4/models/models_0.d.ts +85 -69
- package/package.json +34 -34
|
@@ -17,21 +17,18 @@ class AccessDeniedException extends ManagedBlockchainServiceException_1.ManagedB
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
exports.AccessDeniedException = AccessDeniedException;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
ThresholdComparator["GREATER_THAN"] = "GREATER_THAN";
|
|
33
|
-
ThresholdComparator["GREATER_THAN_OR_EQUAL_TO"] = "GREATER_THAN_OR_EQUAL_TO";
|
|
34
|
-
})(ThresholdComparator = exports.ThresholdComparator || (exports.ThresholdComparator = {}));
|
|
20
|
+
exports.AccessorStatus = {
|
|
21
|
+
AVAILABLE: "AVAILABLE",
|
|
22
|
+
DELETED: "DELETED",
|
|
23
|
+
PENDING_DELETION: "PENDING_DELETION",
|
|
24
|
+
};
|
|
25
|
+
exports.AccessorType = {
|
|
26
|
+
BILLING_TOKEN: "BILLING_TOKEN",
|
|
27
|
+
};
|
|
28
|
+
exports.ThresholdComparator = {
|
|
29
|
+
GREATER_THAN: "GREATER_THAN",
|
|
30
|
+
GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO",
|
|
31
|
+
};
|
|
35
32
|
class InternalServiceErrorException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {
|
|
36
33
|
constructor(opts) {
|
|
37
34
|
super({
|
|
@@ -144,59 +141,52 @@ class ResourceNotReadyException extends ManagedBlockchainServiceException_1.Mana
|
|
|
144
141
|
}
|
|
145
142
|
}
|
|
146
143
|
exports.ResourceNotReadyException = ResourceNotReadyException;
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
(function (ProposalStatus) {
|
|
194
|
-
ProposalStatus["ACTION_FAILED"] = "ACTION_FAILED";
|
|
195
|
-
ProposalStatus["APPROVED"] = "APPROVED";
|
|
196
|
-
ProposalStatus["EXPIRED"] = "EXPIRED";
|
|
197
|
-
ProposalStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
198
|
-
ProposalStatus["REJECTED"] = "REJECTED";
|
|
199
|
-
})(ProposalStatus = exports.ProposalStatus || (exports.ProposalStatus = {}));
|
|
144
|
+
exports.Framework = {
|
|
145
|
+
ETHEREUM: "ETHEREUM",
|
|
146
|
+
HYPERLEDGER_FABRIC: "HYPERLEDGER_FABRIC",
|
|
147
|
+
};
|
|
148
|
+
exports.Edition = {
|
|
149
|
+
STANDARD: "STANDARD",
|
|
150
|
+
STARTER: "STARTER",
|
|
151
|
+
};
|
|
152
|
+
exports.StateDBType = {
|
|
153
|
+
CouchDB: "CouchDB",
|
|
154
|
+
LevelDB: "LevelDB",
|
|
155
|
+
};
|
|
156
|
+
exports.MemberStatus = {
|
|
157
|
+
AVAILABLE: "AVAILABLE",
|
|
158
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
159
|
+
CREATING: "CREATING",
|
|
160
|
+
DELETED: "DELETED",
|
|
161
|
+
DELETING: "DELETING",
|
|
162
|
+
INACCESSIBLE_ENCRYPTION_KEY: "INACCESSIBLE_ENCRYPTION_KEY",
|
|
163
|
+
UPDATING: "UPDATING",
|
|
164
|
+
};
|
|
165
|
+
exports.NetworkStatus = {
|
|
166
|
+
AVAILABLE: "AVAILABLE",
|
|
167
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
168
|
+
CREATING: "CREATING",
|
|
169
|
+
DELETED: "DELETED",
|
|
170
|
+
DELETING: "DELETING",
|
|
171
|
+
};
|
|
172
|
+
exports.NodeStatus = {
|
|
173
|
+
AVAILABLE: "AVAILABLE",
|
|
174
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
175
|
+
CREATING: "CREATING",
|
|
176
|
+
DELETED: "DELETED",
|
|
177
|
+
DELETING: "DELETING",
|
|
178
|
+
FAILED: "FAILED",
|
|
179
|
+
INACCESSIBLE_ENCRYPTION_KEY: "INACCESSIBLE_ENCRYPTION_KEY",
|
|
180
|
+
UNHEALTHY: "UNHEALTHY",
|
|
181
|
+
UPDATING: "UPDATING",
|
|
182
|
+
};
|
|
183
|
+
exports.ProposalStatus = {
|
|
184
|
+
ACTION_FAILED: "ACTION_FAILED",
|
|
185
|
+
APPROVED: "APPROVED",
|
|
186
|
+
EXPIRED: "EXPIRED",
|
|
187
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
188
|
+
REJECTED: "REJECTED",
|
|
189
|
+
};
|
|
200
190
|
class IllegalActionException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {
|
|
201
191
|
constructor(opts) {
|
|
202
192
|
super({
|
|
@@ -211,19 +201,17 @@ class IllegalActionException extends ManagedBlockchainServiceException_1.Managed
|
|
|
211
201
|
}
|
|
212
202
|
}
|
|
213
203
|
exports.IllegalActionException = IllegalActionException;
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
VoteValue["YES"] = "YES";
|
|
226
|
-
})(VoteValue = exports.VoteValue || (exports.VoteValue = {}));
|
|
204
|
+
exports.InvitationStatus = {
|
|
205
|
+
ACCEPTED: "ACCEPTED",
|
|
206
|
+
ACCEPTING: "ACCEPTING",
|
|
207
|
+
EXPIRED: "EXPIRED",
|
|
208
|
+
PENDING: "PENDING",
|
|
209
|
+
REJECTED: "REJECTED",
|
|
210
|
+
};
|
|
211
|
+
exports.VoteValue = {
|
|
212
|
+
NO: "NO",
|
|
213
|
+
YES: "YES",
|
|
214
|
+
};
|
|
227
215
|
const MemberFabricConfigurationFilterSensitiveLog = (obj) => ({
|
|
228
216
|
...obj,
|
|
229
217
|
...(obj.AdminPassword && { AdminPassword: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -13,21 +13,18 @@ export class AccessDeniedException extends __BaseException {
|
|
|
13
13
|
this.Message = opts.Message;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
export
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
ThresholdComparator["GREATER_THAN"] = "GREATER_THAN";
|
|
29
|
-
ThresholdComparator["GREATER_THAN_OR_EQUAL_TO"] = "GREATER_THAN_OR_EQUAL_TO";
|
|
30
|
-
})(ThresholdComparator || (ThresholdComparator = {}));
|
|
16
|
+
export const AccessorStatus = {
|
|
17
|
+
AVAILABLE: "AVAILABLE",
|
|
18
|
+
DELETED: "DELETED",
|
|
19
|
+
PENDING_DELETION: "PENDING_DELETION",
|
|
20
|
+
};
|
|
21
|
+
export const AccessorType = {
|
|
22
|
+
BILLING_TOKEN: "BILLING_TOKEN",
|
|
23
|
+
};
|
|
24
|
+
export const ThresholdComparator = {
|
|
25
|
+
GREATER_THAN: "GREATER_THAN",
|
|
26
|
+
GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO",
|
|
27
|
+
};
|
|
31
28
|
export class InternalServiceErrorException extends __BaseException {
|
|
32
29
|
constructor(opts) {
|
|
33
30
|
super({
|
|
@@ -132,59 +129,52 @@ export class ResourceNotReadyException extends __BaseException {
|
|
|
132
129
|
this.Message = opts.Message;
|
|
133
130
|
}
|
|
134
131
|
}
|
|
135
|
-
export
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
(function (ProposalStatus) {
|
|
182
|
-
ProposalStatus["ACTION_FAILED"] = "ACTION_FAILED";
|
|
183
|
-
ProposalStatus["APPROVED"] = "APPROVED";
|
|
184
|
-
ProposalStatus["EXPIRED"] = "EXPIRED";
|
|
185
|
-
ProposalStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
186
|
-
ProposalStatus["REJECTED"] = "REJECTED";
|
|
187
|
-
})(ProposalStatus || (ProposalStatus = {}));
|
|
132
|
+
export const Framework = {
|
|
133
|
+
ETHEREUM: "ETHEREUM",
|
|
134
|
+
HYPERLEDGER_FABRIC: "HYPERLEDGER_FABRIC",
|
|
135
|
+
};
|
|
136
|
+
export const Edition = {
|
|
137
|
+
STANDARD: "STANDARD",
|
|
138
|
+
STARTER: "STARTER",
|
|
139
|
+
};
|
|
140
|
+
export const StateDBType = {
|
|
141
|
+
CouchDB: "CouchDB",
|
|
142
|
+
LevelDB: "LevelDB",
|
|
143
|
+
};
|
|
144
|
+
export const MemberStatus = {
|
|
145
|
+
AVAILABLE: "AVAILABLE",
|
|
146
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
147
|
+
CREATING: "CREATING",
|
|
148
|
+
DELETED: "DELETED",
|
|
149
|
+
DELETING: "DELETING",
|
|
150
|
+
INACCESSIBLE_ENCRYPTION_KEY: "INACCESSIBLE_ENCRYPTION_KEY",
|
|
151
|
+
UPDATING: "UPDATING",
|
|
152
|
+
};
|
|
153
|
+
export const NetworkStatus = {
|
|
154
|
+
AVAILABLE: "AVAILABLE",
|
|
155
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
156
|
+
CREATING: "CREATING",
|
|
157
|
+
DELETED: "DELETED",
|
|
158
|
+
DELETING: "DELETING",
|
|
159
|
+
};
|
|
160
|
+
export const NodeStatus = {
|
|
161
|
+
AVAILABLE: "AVAILABLE",
|
|
162
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
163
|
+
CREATING: "CREATING",
|
|
164
|
+
DELETED: "DELETED",
|
|
165
|
+
DELETING: "DELETING",
|
|
166
|
+
FAILED: "FAILED",
|
|
167
|
+
INACCESSIBLE_ENCRYPTION_KEY: "INACCESSIBLE_ENCRYPTION_KEY",
|
|
168
|
+
UNHEALTHY: "UNHEALTHY",
|
|
169
|
+
UPDATING: "UPDATING",
|
|
170
|
+
};
|
|
171
|
+
export const ProposalStatus = {
|
|
172
|
+
ACTION_FAILED: "ACTION_FAILED",
|
|
173
|
+
APPROVED: "APPROVED",
|
|
174
|
+
EXPIRED: "EXPIRED",
|
|
175
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
176
|
+
REJECTED: "REJECTED",
|
|
177
|
+
};
|
|
188
178
|
export class IllegalActionException extends __BaseException {
|
|
189
179
|
constructor(opts) {
|
|
190
180
|
super({
|
|
@@ -198,19 +188,17 @@ export class IllegalActionException extends __BaseException {
|
|
|
198
188
|
this.Message = opts.Message;
|
|
199
189
|
}
|
|
200
190
|
}
|
|
201
|
-
export
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
VoteValue["YES"] = "YES";
|
|
213
|
-
})(VoteValue || (VoteValue = {}));
|
|
191
|
+
export const InvitationStatus = {
|
|
192
|
+
ACCEPTED: "ACCEPTED",
|
|
193
|
+
ACCEPTING: "ACCEPTING",
|
|
194
|
+
EXPIRED: "EXPIRED",
|
|
195
|
+
PENDING: "PENDING",
|
|
196
|
+
REJECTED: "REJECTED",
|
|
197
|
+
};
|
|
198
|
+
export const VoteValue = {
|
|
199
|
+
NO: "NO",
|
|
200
|
+
YES: "YES",
|
|
201
|
+
};
|
|
214
202
|
export const MemberFabricConfigurationFilterSensitiveLog = (obj) => ({
|
|
215
203
|
...obj,
|
|
216
204
|
...(obj.AdminPassword && { AdminPassword: SENSITIVE_STRING }),
|
|
@@ -27,10 +27,10 @@ export interface CreateAccessorCommandOutput extends CreateAccessorOutput, __Met
|
|
|
27
27
|
* import { ManagedBlockchainClient, CreateAccessorCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
28
28
|
* // const { ManagedBlockchainClient, CreateAccessorCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
29
29
|
* const client = new ManagedBlockchainClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateAccessorInput
|
|
31
31
|
* ClientRequestToken: "STRING_VALUE", // required
|
|
32
32
|
* AccessorType: "BILLING_TOKEN", // required
|
|
33
|
-
* Tags: {
|
|
33
|
+
* Tags: { // InputTagMap
|
|
34
34
|
* "<keys>": "STRING_VALUE",
|
|
35
35
|
* },
|
|
36
36
|
* };
|
|
@@ -27,29 +27,29 @@ export interface CreateMemberCommandOutput extends CreateMemberOutput, __Metadat
|
|
|
27
27
|
* import { ManagedBlockchainClient, CreateMemberCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
28
28
|
* // const { ManagedBlockchainClient, CreateMemberCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
29
29
|
* const client = new ManagedBlockchainClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateMemberInput
|
|
31
31
|
* ClientRequestToken: "STRING_VALUE", // required
|
|
32
32
|
* InvitationId: "STRING_VALUE", // required
|
|
33
33
|
* NetworkId: "STRING_VALUE", // required
|
|
34
|
-
* MemberConfiguration: {
|
|
34
|
+
* MemberConfiguration: { // MemberConfiguration
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
36
|
* Description: "STRING_VALUE",
|
|
37
|
-
* FrameworkConfiguration: {
|
|
38
|
-
* Fabric: {
|
|
37
|
+
* FrameworkConfiguration: { // MemberFrameworkConfiguration
|
|
38
|
+
* Fabric: { // MemberFabricConfiguration
|
|
39
39
|
* AdminUsername: "STRING_VALUE", // required
|
|
40
40
|
* AdminPassword: "STRING_VALUE", // required
|
|
41
41
|
* },
|
|
42
42
|
* },
|
|
43
|
-
* LogPublishingConfiguration: {
|
|
44
|
-
* Fabric: {
|
|
45
|
-
* CaLogs: {
|
|
46
|
-
* Cloudwatch: {
|
|
43
|
+
* LogPublishingConfiguration: { // MemberLogPublishingConfiguration
|
|
44
|
+
* Fabric: { // MemberFabricLogPublishingConfiguration
|
|
45
|
+
* CaLogs: { // LogConfigurations
|
|
46
|
+
* Cloudwatch: { // LogConfiguration
|
|
47
47
|
* Enabled: true || false,
|
|
48
48
|
* },
|
|
49
49
|
* },
|
|
50
50
|
* },
|
|
51
51
|
* },
|
|
52
|
-
* Tags: {
|
|
52
|
+
* Tags: { // InputTagMap
|
|
53
53
|
* "<keys>": "STRING_VALUE",
|
|
54
54
|
* },
|
|
55
55
|
* KmsKeyArn: "STRING_VALUE",
|
|
@@ -27,43 +27,43 @@ export interface CreateNetworkCommandOutput extends CreateNetworkOutput, __Metad
|
|
|
27
27
|
* import { ManagedBlockchainClient, CreateNetworkCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
28
28
|
* // const { ManagedBlockchainClient, CreateNetworkCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
29
29
|
* const client = new ManagedBlockchainClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateNetworkInput
|
|
31
31
|
* ClientRequestToken: "STRING_VALUE", // required
|
|
32
32
|
* Name: "STRING_VALUE", // required
|
|
33
33
|
* Description: "STRING_VALUE",
|
|
34
34
|
* Framework: "HYPERLEDGER_FABRIC" || "ETHEREUM", // required
|
|
35
35
|
* FrameworkVersion: "STRING_VALUE", // required
|
|
36
|
-
* FrameworkConfiguration: {
|
|
37
|
-
* Fabric: {
|
|
36
|
+
* FrameworkConfiguration: { // NetworkFrameworkConfiguration
|
|
37
|
+
* Fabric: { // NetworkFabricConfiguration
|
|
38
38
|
* Edition: "STARTER" || "STANDARD", // required
|
|
39
39
|
* },
|
|
40
40
|
* },
|
|
41
|
-
* VotingPolicy: {
|
|
42
|
-
* ApprovalThresholdPolicy: {
|
|
41
|
+
* VotingPolicy: { // VotingPolicy
|
|
42
|
+
* ApprovalThresholdPolicy: { // ApprovalThresholdPolicy
|
|
43
43
|
* ThresholdPercentage: Number("int"),
|
|
44
44
|
* ProposalDurationInHours: Number("int"),
|
|
45
45
|
* ThresholdComparator: "GREATER_THAN" || "GREATER_THAN_OR_EQUAL_TO",
|
|
46
46
|
* },
|
|
47
47
|
* },
|
|
48
|
-
* MemberConfiguration: {
|
|
48
|
+
* MemberConfiguration: { // MemberConfiguration
|
|
49
49
|
* Name: "STRING_VALUE", // required
|
|
50
50
|
* Description: "STRING_VALUE",
|
|
51
|
-
* FrameworkConfiguration: {
|
|
52
|
-
* Fabric: {
|
|
51
|
+
* FrameworkConfiguration: { // MemberFrameworkConfiguration
|
|
52
|
+
* Fabric: { // MemberFabricConfiguration
|
|
53
53
|
* AdminUsername: "STRING_VALUE", // required
|
|
54
54
|
* AdminPassword: "STRING_VALUE", // required
|
|
55
55
|
* },
|
|
56
56
|
* },
|
|
57
|
-
* LogPublishingConfiguration: {
|
|
58
|
-
* Fabric: {
|
|
59
|
-
* CaLogs: {
|
|
60
|
-
* Cloudwatch: {
|
|
57
|
+
* LogPublishingConfiguration: { // MemberLogPublishingConfiguration
|
|
58
|
+
* Fabric: { // MemberFabricLogPublishingConfiguration
|
|
59
|
+
* CaLogs: { // LogConfigurations
|
|
60
|
+
* Cloudwatch: { // LogConfiguration
|
|
61
61
|
* Enabled: true || false,
|
|
62
62
|
* },
|
|
63
63
|
* },
|
|
64
64
|
* },
|
|
65
65
|
* },
|
|
66
|
-
* Tags: {
|
|
66
|
+
* Tags: { // InputTagMap
|
|
67
67
|
* "<keys>": "STRING_VALUE",
|
|
68
68
|
* },
|
|
69
69
|
* KmsKeyArn: "STRING_VALUE",
|
|
@@ -27,17 +27,17 @@ export interface CreateNodeCommandOutput extends CreateNodeOutput, __MetadataBea
|
|
|
27
27
|
* import { ManagedBlockchainClient, CreateNodeCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
28
28
|
* // const { ManagedBlockchainClient, CreateNodeCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
29
29
|
* const client = new ManagedBlockchainClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateNodeInput
|
|
31
31
|
* ClientRequestToken: "STRING_VALUE", // required
|
|
32
32
|
* NetworkId: "STRING_VALUE", // required
|
|
33
33
|
* MemberId: "STRING_VALUE",
|
|
34
|
-
* NodeConfiguration: {
|
|
34
|
+
* NodeConfiguration: { // NodeConfiguration
|
|
35
35
|
* InstanceType: "STRING_VALUE", // required
|
|
36
36
|
* AvailabilityZone: "STRING_VALUE",
|
|
37
|
-
* LogPublishingConfiguration: {
|
|
38
|
-
* Fabric: {
|
|
39
|
-
* ChaincodeLogs: {
|
|
40
|
-
* Cloudwatch: {
|
|
37
|
+
* LogPublishingConfiguration: { // NodeLogPublishingConfiguration
|
|
38
|
+
* Fabric: { // NodeFabricLogPublishingConfiguration
|
|
39
|
+
* ChaincodeLogs: { // LogConfigurations
|
|
40
|
+
* Cloudwatch: { // LogConfiguration
|
|
41
41
|
* Enabled: true || false,
|
|
42
42
|
* },
|
|
43
43
|
* },
|
|
@@ -50,7 +50,7 @@ export interface CreateNodeCommandOutput extends CreateNodeOutput, __MetadataBea
|
|
|
50
50
|
* },
|
|
51
51
|
* StateDB: "LevelDB" || "CouchDB",
|
|
52
52
|
* },
|
|
53
|
-
* Tags: {
|
|
53
|
+
* Tags: { // InputTagMap
|
|
54
54
|
* "<keys>": "STRING_VALUE",
|
|
55
55
|
* },
|
|
56
56
|
* };
|
|
@@ -27,24 +27,24 @@ export interface CreateProposalCommandOutput extends CreateProposalOutput, __Met
|
|
|
27
27
|
* import { ManagedBlockchainClient, CreateProposalCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
28
28
|
* // const { ManagedBlockchainClient, CreateProposalCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
29
29
|
* const client = new ManagedBlockchainClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateProposalInput
|
|
31
31
|
* ClientRequestToken: "STRING_VALUE", // required
|
|
32
32
|
* NetworkId: "STRING_VALUE", // required
|
|
33
33
|
* MemberId: "STRING_VALUE", // required
|
|
34
|
-
* Actions: {
|
|
35
|
-
* Invitations: [
|
|
36
|
-
* {
|
|
34
|
+
* Actions: { // ProposalActions
|
|
35
|
+
* Invitations: [ // InviteActionList
|
|
36
|
+
* { // InviteAction
|
|
37
37
|
* Principal: "STRING_VALUE", // required
|
|
38
38
|
* },
|
|
39
39
|
* ],
|
|
40
|
-
* Removals: [
|
|
41
|
-
* {
|
|
40
|
+
* Removals: [ // RemoveActionList
|
|
41
|
+
* { // RemoveAction
|
|
42
42
|
* MemberId: "STRING_VALUE", // required
|
|
43
43
|
* },
|
|
44
44
|
* ],
|
|
45
45
|
* },
|
|
46
46
|
* Description: "STRING_VALUE",
|
|
47
|
-
* Tags: {
|
|
47
|
+
* Tags: { // InputTagMap
|
|
48
48
|
* "<keys>": "STRING_VALUE",
|
|
49
49
|
* },
|
|
50
50
|
* };
|
|
@@ -32,7 +32,7 @@ export interface DeleteAccessorCommandOutput extends DeleteAccessorOutput, __Met
|
|
|
32
32
|
* import { ManagedBlockchainClient, DeleteAccessorCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
33
33
|
* // const { ManagedBlockchainClient, DeleteAccessorCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
34
34
|
* const client = new ManagedBlockchainClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // DeleteAccessorInput
|
|
36
36
|
* AccessorId: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteAccessorCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteMemberCommandOutput extends DeleteMemberOutput, __Metadat
|
|
|
27
27
|
* import { ManagedBlockchainClient, DeleteMemberCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
28
28
|
* // const { ManagedBlockchainClient, DeleteMemberCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
29
29
|
* const client = new ManagedBlockchainClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteMemberInput
|
|
31
31
|
* NetworkId: "STRING_VALUE", // required
|
|
32
32
|
* MemberId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DeleteNodeCommandOutput extends DeleteNodeOutput, __MetadataBea
|
|
|
27
27
|
* import { ManagedBlockchainClient, DeleteNodeCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
28
28
|
* // const { ManagedBlockchainClient, DeleteNodeCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
29
29
|
* const client = new ManagedBlockchainClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteNodeInput
|
|
31
31
|
* NetworkId: "STRING_VALUE", // required
|
|
32
32
|
* MemberId: "STRING_VALUE",
|
|
33
33
|
* NodeId: "STRING_VALUE", // required
|
|
@@ -27,7 +27,7 @@ export interface GetAccessorCommandOutput extends GetAccessorOutput, __MetadataB
|
|
|
27
27
|
* import { ManagedBlockchainClient, GetAccessorCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
28
28
|
* // const { ManagedBlockchainClient, GetAccessorCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
29
29
|
* const client = new ManagedBlockchainClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetAccessorInput
|
|
31
31
|
* AccessorId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetAccessorCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface GetMemberCommandOutput extends GetMemberOutput, __MetadataBeare
|
|
|
27
27
|
* import { ManagedBlockchainClient, GetMemberCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
28
28
|
* // const { ManagedBlockchainClient, GetMemberCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
29
29
|
* const client = new ManagedBlockchainClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetMemberInput
|
|
31
31
|
* NetworkId: "STRING_VALUE", // required
|
|
32
32
|
* MemberId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface GetNetworkCommandOutput extends GetNetworkOutput, __MetadataBea
|
|
|
27
27
|
* import { ManagedBlockchainClient, GetNetworkCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
28
28
|
* // const { ManagedBlockchainClient, GetNetworkCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
29
29
|
* const client = new ManagedBlockchainClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetNetworkInput
|
|
31
31
|
* NetworkId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetNetworkCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface GetNodeCommandOutput extends GetNodeOutput, __MetadataBearer {
|
|
|
27
27
|
* import { ManagedBlockchainClient, GetNodeCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
28
28
|
* // const { ManagedBlockchainClient, GetNodeCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
29
29
|
* const client = new ManagedBlockchainClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetNodeInput
|
|
31
31
|
* NetworkId: "STRING_VALUE", // required
|
|
32
32
|
* MemberId: "STRING_VALUE",
|
|
33
33
|
* NodeId: "STRING_VALUE", // required
|
|
@@ -27,7 +27,7 @@ export interface GetProposalCommandOutput extends GetProposalOutput, __MetadataB
|
|
|
27
27
|
* import { ManagedBlockchainClient, GetProposalCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
28
28
|
* // const { ManagedBlockchainClient, GetProposalCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
29
29
|
* const client = new ManagedBlockchainClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetProposalInput
|
|
31
31
|
* NetworkId: "STRING_VALUE", // required
|
|
32
32
|
* ProposalId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface ListAccessorsCommandOutput extends ListAccessorsOutput, __Metad
|
|
|
27
27
|
* import { ManagedBlockchainClient, ListAccessorsCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
28
28
|
* // const { ManagedBlockchainClient, ListAccessorsCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
29
29
|
* const client = new ManagedBlockchainClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListAccessorsInput
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface ListInvitationsCommandOutput extends ListInvitationsOutput, __M
|
|
|
27
27
|
* import { ManagedBlockchainClient, ListInvitationsCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
28
28
|
* // const { ManagedBlockchainClient, ListInvitationsCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
29
29
|
* const client = new ManagedBlockchainClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListInvitationsInput
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* };
|