@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.
Files changed (32) hide show
  1. package/dist-cjs/models/models_0.js +69 -81
  2. package/dist-es/models/models_0.js +69 -81
  3. package/dist-types/commands/CreateAccessorCommand.d.ts +2 -2
  4. package/dist-types/commands/CreateMemberCommand.d.ts +9 -9
  5. package/dist-types/commands/CreateNetworkCommand.d.ts +13 -13
  6. package/dist-types/commands/CreateNodeCommand.d.ts +7 -7
  7. package/dist-types/commands/CreateProposalCommand.d.ts +7 -7
  8. package/dist-types/commands/DeleteAccessorCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteMemberCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteNodeCommand.d.ts +1 -1
  11. package/dist-types/commands/GetAccessorCommand.d.ts +1 -1
  12. package/dist-types/commands/GetMemberCommand.d.ts +1 -1
  13. package/dist-types/commands/GetNetworkCommand.d.ts +1 -1
  14. package/dist-types/commands/GetNodeCommand.d.ts +1 -1
  15. package/dist-types/commands/GetProposalCommand.d.ts +1 -1
  16. package/dist-types/commands/ListAccessorsCommand.d.ts +1 -1
  17. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  19. package/dist-types/commands/ListNetworksCommand.d.ts +1 -1
  20. package/dist-types/commands/ListNodesCommand.d.ts +1 -1
  21. package/dist-types/commands/ListProposalVotesCommand.d.ts +1 -1
  22. package/dist-types/commands/ListProposalsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  24. package/dist-types/commands/RejectInvitationCommand.d.ts +1 -1
  25. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  26. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  27. package/dist-types/commands/UpdateMemberCommand.d.ts +5 -5
  28. package/dist-types/commands/UpdateNodeCommand.d.ts +5 -5
  29. package/dist-types/commands/VoteOnProposalCommand.d.ts +1 -1
  30. package/dist-types/models/models_0.d.ts +129 -69
  31. package/dist-types/ts3.4/models/models_0.d.ts +85 -69
  32. 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
- var AccessorStatus;
21
- (function (AccessorStatus) {
22
- AccessorStatus["AVAILABLE"] = "AVAILABLE";
23
- AccessorStatus["DELETED"] = "DELETED";
24
- AccessorStatus["PENDING_DELETION"] = "PENDING_DELETION";
25
- })(AccessorStatus = exports.AccessorStatus || (exports.AccessorStatus = {}));
26
- var AccessorType;
27
- (function (AccessorType) {
28
- AccessorType["BILLING_TOKEN"] = "BILLING_TOKEN";
29
- })(AccessorType = exports.AccessorType || (exports.AccessorType = {}));
30
- var ThresholdComparator;
31
- (function (ThresholdComparator) {
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
- var Framework;
148
- (function (Framework) {
149
- Framework["ETHEREUM"] = "ETHEREUM";
150
- Framework["HYPERLEDGER_FABRIC"] = "HYPERLEDGER_FABRIC";
151
- })(Framework = exports.Framework || (exports.Framework = {}));
152
- var Edition;
153
- (function (Edition) {
154
- Edition["STANDARD"] = "STANDARD";
155
- Edition["STARTER"] = "STARTER";
156
- })(Edition = exports.Edition || (exports.Edition = {}));
157
- var StateDBType;
158
- (function (StateDBType) {
159
- StateDBType["CouchDB"] = "CouchDB";
160
- StateDBType["LevelDB"] = "LevelDB";
161
- })(StateDBType = exports.StateDBType || (exports.StateDBType = {}));
162
- var MemberStatus;
163
- (function (MemberStatus) {
164
- MemberStatus["AVAILABLE"] = "AVAILABLE";
165
- MemberStatus["CREATE_FAILED"] = "CREATE_FAILED";
166
- MemberStatus["CREATING"] = "CREATING";
167
- MemberStatus["DELETED"] = "DELETED";
168
- MemberStatus["DELETING"] = "DELETING";
169
- MemberStatus["INACCESSIBLE_ENCRYPTION_KEY"] = "INACCESSIBLE_ENCRYPTION_KEY";
170
- MemberStatus["UPDATING"] = "UPDATING";
171
- })(MemberStatus = exports.MemberStatus || (exports.MemberStatus = {}));
172
- var NetworkStatus;
173
- (function (NetworkStatus) {
174
- NetworkStatus["AVAILABLE"] = "AVAILABLE";
175
- NetworkStatus["CREATE_FAILED"] = "CREATE_FAILED";
176
- NetworkStatus["CREATING"] = "CREATING";
177
- NetworkStatus["DELETED"] = "DELETED";
178
- NetworkStatus["DELETING"] = "DELETING";
179
- })(NetworkStatus = exports.NetworkStatus || (exports.NetworkStatus = {}));
180
- var NodeStatus;
181
- (function (NodeStatus) {
182
- NodeStatus["AVAILABLE"] = "AVAILABLE";
183
- NodeStatus["CREATE_FAILED"] = "CREATE_FAILED";
184
- NodeStatus["CREATING"] = "CREATING";
185
- NodeStatus["DELETED"] = "DELETED";
186
- NodeStatus["DELETING"] = "DELETING";
187
- NodeStatus["FAILED"] = "FAILED";
188
- NodeStatus["INACCESSIBLE_ENCRYPTION_KEY"] = "INACCESSIBLE_ENCRYPTION_KEY";
189
- NodeStatus["UNHEALTHY"] = "UNHEALTHY";
190
- NodeStatus["UPDATING"] = "UPDATING";
191
- })(NodeStatus = exports.NodeStatus || (exports.NodeStatus = {}));
192
- var ProposalStatus;
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
- var InvitationStatus;
215
- (function (InvitationStatus) {
216
- InvitationStatus["ACCEPTED"] = "ACCEPTED";
217
- InvitationStatus["ACCEPTING"] = "ACCEPTING";
218
- InvitationStatus["EXPIRED"] = "EXPIRED";
219
- InvitationStatus["PENDING"] = "PENDING";
220
- InvitationStatus["REJECTED"] = "REJECTED";
221
- })(InvitationStatus = exports.InvitationStatus || (exports.InvitationStatus = {}));
222
- var VoteValue;
223
- (function (VoteValue) {
224
- VoteValue["NO"] = "NO";
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 var AccessorStatus;
17
- (function (AccessorStatus) {
18
- AccessorStatus["AVAILABLE"] = "AVAILABLE";
19
- AccessorStatus["DELETED"] = "DELETED";
20
- AccessorStatus["PENDING_DELETION"] = "PENDING_DELETION";
21
- })(AccessorStatus || (AccessorStatus = {}));
22
- export var AccessorType;
23
- (function (AccessorType) {
24
- AccessorType["BILLING_TOKEN"] = "BILLING_TOKEN";
25
- })(AccessorType || (AccessorType = {}));
26
- export var ThresholdComparator;
27
- (function (ThresholdComparator) {
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 var Framework;
136
- (function (Framework) {
137
- Framework["ETHEREUM"] = "ETHEREUM";
138
- Framework["HYPERLEDGER_FABRIC"] = "HYPERLEDGER_FABRIC";
139
- })(Framework || (Framework = {}));
140
- export var Edition;
141
- (function (Edition) {
142
- Edition["STANDARD"] = "STANDARD";
143
- Edition["STARTER"] = "STARTER";
144
- })(Edition || (Edition = {}));
145
- export var StateDBType;
146
- (function (StateDBType) {
147
- StateDBType["CouchDB"] = "CouchDB";
148
- StateDBType["LevelDB"] = "LevelDB";
149
- })(StateDBType || (StateDBType = {}));
150
- export var MemberStatus;
151
- (function (MemberStatus) {
152
- MemberStatus["AVAILABLE"] = "AVAILABLE";
153
- MemberStatus["CREATE_FAILED"] = "CREATE_FAILED";
154
- MemberStatus["CREATING"] = "CREATING";
155
- MemberStatus["DELETED"] = "DELETED";
156
- MemberStatus["DELETING"] = "DELETING";
157
- MemberStatus["INACCESSIBLE_ENCRYPTION_KEY"] = "INACCESSIBLE_ENCRYPTION_KEY";
158
- MemberStatus["UPDATING"] = "UPDATING";
159
- })(MemberStatus || (MemberStatus = {}));
160
- export var NetworkStatus;
161
- (function (NetworkStatus) {
162
- NetworkStatus["AVAILABLE"] = "AVAILABLE";
163
- NetworkStatus["CREATE_FAILED"] = "CREATE_FAILED";
164
- NetworkStatus["CREATING"] = "CREATING";
165
- NetworkStatus["DELETED"] = "DELETED";
166
- NetworkStatus["DELETING"] = "DELETING";
167
- })(NetworkStatus || (NetworkStatus = {}));
168
- export var NodeStatus;
169
- (function (NodeStatus) {
170
- NodeStatus["AVAILABLE"] = "AVAILABLE";
171
- NodeStatus["CREATE_FAILED"] = "CREATE_FAILED";
172
- NodeStatus["CREATING"] = "CREATING";
173
- NodeStatus["DELETED"] = "DELETED";
174
- NodeStatus["DELETING"] = "DELETING";
175
- NodeStatus["FAILED"] = "FAILED";
176
- NodeStatus["INACCESSIBLE_ENCRYPTION_KEY"] = "INACCESSIBLE_ENCRYPTION_KEY";
177
- NodeStatus["UNHEALTHY"] = "UNHEALTHY";
178
- NodeStatus["UPDATING"] = "UPDATING";
179
- })(NodeStatus || (NodeStatus = {}));
180
- export var ProposalStatus;
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 var InvitationStatus;
202
- (function (InvitationStatus) {
203
- InvitationStatus["ACCEPTED"] = "ACCEPTED";
204
- InvitationStatus["ACCEPTING"] = "ACCEPTING";
205
- InvitationStatus["EXPIRED"] = "EXPIRED";
206
- InvitationStatus["PENDING"] = "PENDING";
207
- InvitationStatus["REJECTED"] = "REJECTED";
208
- })(InvitationStatus || (InvitationStatus = {}));
209
- export var VoteValue;
210
- (function (VoteValue) {
211
- VoteValue["NO"] = "NO";
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
  * };