@aws-sdk/client-managedblockchain 3.296.0 → 3.298.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/commands/CreateAccessorCommand.js +2 -3
- package/dist-cjs/commands/CreateMemberCommand.js +1 -1
- package/dist-cjs/commands/CreateNetworkCommand.js +1 -1
- package/dist-cjs/commands/CreateNodeCommand.js +2 -3
- package/dist-cjs/commands/CreateProposalCommand.js +2 -3
- package/dist-cjs/commands/DeleteAccessorCommand.js +2 -3
- package/dist-cjs/commands/DeleteMemberCommand.js +2 -3
- package/dist-cjs/commands/DeleteNodeCommand.js +2 -3
- package/dist-cjs/commands/GetAccessorCommand.js +2 -3
- package/dist-cjs/commands/GetMemberCommand.js +2 -3
- package/dist-cjs/commands/GetNetworkCommand.js +2 -3
- package/dist-cjs/commands/GetNodeCommand.js +2 -3
- package/dist-cjs/commands/GetProposalCommand.js +2 -3
- package/dist-cjs/commands/ListAccessorsCommand.js +2 -3
- package/dist-cjs/commands/ListInvitationsCommand.js +2 -3
- package/dist-cjs/commands/ListMembersCommand.js +2 -3
- package/dist-cjs/commands/ListNetworksCommand.js +2 -3
- package/dist-cjs/commands/ListNodesCommand.js +2 -3
- package/dist-cjs/commands/ListProposalVotesCommand.js +2 -3
- package/dist-cjs/commands/ListProposalsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/RejectInvitationCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateMemberCommand.js +2 -3
- package/dist-cjs/commands/UpdateNodeCommand.js +2 -3
- package/dist-cjs/commands/VoteOnProposalCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -347
- package/dist-es/commands/CreateAccessorCommand.js +2 -3
- package/dist-es/commands/CreateMemberCommand.js +2 -2
- package/dist-es/commands/CreateNetworkCommand.js +2 -2
- package/dist-es/commands/CreateNodeCommand.js +2 -3
- package/dist-es/commands/CreateProposalCommand.js +2 -3
- package/dist-es/commands/DeleteAccessorCommand.js +2 -3
- package/dist-es/commands/DeleteMemberCommand.js +2 -3
- package/dist-es/commands/DeleteNodeCommand.js +2 -3
- package/dist-es/commands/GetAccessorCommand.js +2 -3
- package/dist-es/commands/GetMemberCommand.js +2 -3
- package/dist-es/commands/GetNetworkCommand.js +2 -3
- package/dist-es/commands/GetNodeCommand.js +2 -3
- package/dist-es/commands/GetProposalCommand.js +2 -3
- package/dist-es/commands/ListAccessorsCommand.js +2 -3
- package/dist-es/commands/ListInvitationsCommand.js +2 -3
- package/dist-es/commands/ListMembersCommand.js +2 -3
- package/dist-es/commands/ListNetworksCommand.js +2 -3
- package/dist-es/commands/ListNodesCommand.js +2 -3
- package/dist-es/commands/ListProposalVotesCommand.js +2 -3
- package/dist-es/commands/ListProposalsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/RejectInvitationCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateMemberCommand.js +2 -3
- package/dist-es/commands/UpdateNodeCommand.js +2 -3
- package/dist-es/commands/VoteOnProposalCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -258
- package/dist-types/ManagedBlockchain.d.ts +28 -0
- package/dist-types/ManagedBlockchainClient.d.ts +24 -4
- package/dist-types/commands/CreateAccessorCommand.d.ts +16 -0
- package/dist-types/commands/CreateMemberCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkCommand.d.ts +16 -0
- package/dist-types/commands/CreateNodeCommand.d.ts +16 -0
- package/dist-types/commands/CreateProposalCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccessorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMemberCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNodeCommand.d.ts +16 -0
- package/dist-types/commands/GetAccessorCommand.d.ts +16 -0
- package/dist-types/commands/GetMemberCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkCommand.d.ts +16 -0
- package/dist-types/commands/GetNodeCommand.d.ts +16 -0
- package/dist-types/commands/GetProposalCommand.d.ts +16 -0
- package/dist-types/commands/ListAccessorsCommand.d.ts +16 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
- package/dist-types/commands/ListMembersCommand.d.ts +16 -0
- package/dist-types/commands/ListNetworksCommand.d.ts +16 -0
- package/dist-types/commands/ListNodesCommand.d.ts +16 -0
- package/dist-types/commands/ListProposalVotesCommand.d.ts +16 -0
- package/dist-types/commands/ListProposalsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RejectInvitationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMemberCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNodeCommand.d.ts +16 -0
- package/dist-types/commands/VoteOnProposalCommand.d.ts +16 -0
- package/dist-types/models/ManagedBlockchainServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +245 -344
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAccessorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNetworksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNodesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProposalVotesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProposalsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -234
- package/package.json +4 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ManagedBlockchainServiceException as __BaseException } from "./ManagedBlockchainServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>You don't have sufficient access to perform this action.</p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -12,15 +13,22 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
12
13
|
*/
|
|
13
14
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
14
15
|
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
15
19
|
export declare enum AccessorStatus {
|
|
16
20
|
AVAILABLE = "AVAILABLE",
|
|
17
21
|
DELETED = "DELETED",
|
|
18
22
|
PENDING_DELETION = "PENDING_DELETION"
|
|
19
23
|
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
20
27
|
export declare enum AccessorType {
|
|
21
28
|
BILLING_TOKEN = "BILLING_TOKEN"
|
|
22
29
|
}
|
|
23
30
|
/**
|
|
31
|
+
* @public
|
|
24
32
|
* <p>The properties of the Accessor.</p>
|
|
25
33
|
*/
|
|
26
34
|
export interface Accessor {
|
|
@@ -62,6 +70,7 @@ export interface Accessor {
|
|
|
62
70
|
Tags?: Record<string, string>;
|
|
63
71
|
}
|
|
64
72
|
/**
|
|
73
|
+
* @public
|
|
65
74
|
* <p>A summary of accessor properties.</p>
|
|
66
75
|
*/
|
|
67
76
|
export interface AccessorSummary {
|
|
@@ -91,11 +100,15 @@ export interface AccessorSummary {
|
|
|
91
100
|
*/
|
|
92
101
|
Arn?: string;
|
|
93
102
|
}
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
94
106
|
export declare enum ThresholdComparator {
|
|
95
107
|
GREATER_THAN = "GREATER_THAN",
|
|
96
108
|
GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO"
|
|
97
109
|
}
|
|
98
110
|
/**
|
|
111
|
+
* @public
|
|
99
112
|
* <p>A policy type that defines the voting rules for the network. The rules decide if a proposal is approved. Approval may be based on criteria such as the percentage of <code>YES</code> votes and the duration of the proposal. The policy applies to all proposals and is specified when the network is created.</p>
|
|
100
113
|
* <p>Applies only to Hyperledger Fabric.</p>
|
|
101
114
|
*/
|
|
@@ -113,6 +126,9 @@ export interface ApprovalThresholdPolicy {
|
|
|
113
126
|
*/
|
|
114
127
|
ThresholdComparator?: ThresholdComparator | string;
|
|
115
128
|
}
|
|
129
|
+
/**
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
116
132
|
export interface CreateAccessorInput {
|
|
117
133
|
/**
|
|
118
134
|
* <p>This is a unique, case-sensitive identifier that you provide to ensure the idempotency of
|
|
@@ -138,6 +154,9 @@ export interface CreateAccessorInput {
|
|
|
138
154
|
*/
|
|
139
155
|
Tags?: Record<string, string>;
|
|
140
156
|
}
|
|
157
|
+
/**
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
141
160
|
export interface CreateAccessorOutput {
|
|
142
161
|
/**
|
|
143
162
|
* <p>The unique identifier of the accessor.</p>
|
|
@@ -151,6 +170,7 @@ export interface CreateAccessorOutput {
|
|
|
151
170
|
BillingToken?: string;
|
|
152
171
|
}
|
|
153
172
|
/**
|
|
173
|
+
* @public
|
|
154
174
|
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
155
175
|
*/
|
|
156
176
|
export declare class InternalServiceErrorException extends __BaseException {
|
|
@@ -162,6 +182,7 @@ export declare class InternalServiceErrorException extends __BaseException {
|
|
|
162
182
|
constructor(opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>);
|
|
163
183
|
}
|
|
164
184
|
/**
|
|
185
|
+
* @public
|
|
165
186
|
* <p>The action or operation requested is invalid. Verify that the action is typed correctly.</p>
|
|
166
187
|
*/
|
|
167
188
|
export declare class InvalidRequestException extends __BaseException {
|
|
@@ -174,6 +195,7 @@ export declare class InvalidRequestException extends __BaseException {
|
|
|
174
195
|
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
175
196
|
}
|
|
176
197
|
/**
|
|
198
|
+
* @public
|
|
177
199
|
* <p>A resource request is issued for a resource that already exists.</p>
|
|
178
200
|
*/
|
|
179
201
|
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
@@ -186,6 +208,7 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
|
186
208
|
constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
|
|
187
209
|
}
|
|
188
210
|
/**
|
|
211
|
+
* @public
|
|
189
212
|
* <p>The maximum number of resources of that type already exist. Ensure the resources requested
|
|
190
213
|
* are within the boundaries of the service edition and your account limits.</p>
|
|
191
214
|
*/
|
|
@@ -199,6 +222,7 @@ export declare class ResourceLimitExceededException extends __BaseException {
|
|
|
199
222
|
constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
|
|
200
223
|
}
|
|
201
224
|
/**
|
|
225
|
+
* @public
|
|
202
226
|
* <p>The request or operation couldn't be performed because a service is
|
|
203
227
|
* throttling requests. The most common source of throttling errors is
|
|
204
228
|
* creating resources that exceed your service limit for this resource type.
|
|
@@ -213,6 +237,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
213
237
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
214
238
|
}
|
|
215
239
|
/**
|
|
240
|
+
* @public
|
|
216
241
|
* <p></p>
|
|
217
242
|
*/
|
|
218
243
|
export declare class TooManyTagsException extends __BaseException {
|
|
@@ -229,6 +254,7 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
229
254
|
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
230
255
|
}
|
|
231
256
|
/**
|
|
257
|
+
* @public
|
|
232
258
|
* <p>Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.</p>
|
|
233
259
|
*/
|
|
234
260
|
export interface MemberFabricConfiguration {
|
|
@@ -242,6 +268,7 @@ export interface MemberFabricConfiguration {
|
|
|
242
268
|
AdminPassword: string | undefined;
|
|
243
269
|
}
|
|
244
270
|
/**
|
|
271
|
+
* @public
|
|
245
272
|
* <p>Configuration properties relevant to a member for the blockchain framework that the Managed Blockchain network uses.</p>
|
|
246
273
|
*/
|
|
247
274
|
export interface MemberFrameworkConfiguration {
|
|
@@ -251,6 +278,7 @@ export interface MemberFrameworkConfiguration {
|
|
|
251
278
|
Fabric?: MemberFabricConfiguration;
|
|
252
279
|
}
|
|
253
280
|
/**
|
|
281
|
+
* @public
|
|
254
282
|
* <p>A configuration for logging events.</p>
|
|
255
283
|
*/
|
|
256
284
|
export interface LogConfiguration {
|
|
@@ -260,6 +288,7 @@ export interface LogConfiguration {
|
|
|
260
288
|
Enabled?: boolean;
|
|
261
289
|
}
|
|
262
290
|
/**
|
|
291
|
+
* @public
|
|
263
292
|
* <p>A collection of log configurations.</p>
|
|
264
293
|
*/
|
|
265
294
|
export interface LogConfigurations {
|
|
@@ -269,6 +298,7 @@ export interface LogConfigurations {
|
|
|
269
298
|
Cloudwatch?: LogConfiguration;
|
|
270
299
|
}
|
|
271
300
|
/**
|
|
301
|
+
* @public
|
|
272
302
|
* <p>Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.</p>
|
|
273
303
|
*/
|
|
274
304
|
export interface MemberFabricLogPublishingConfiguration {
|
|
@@ -278,6 +308,7 @@ export interface MemberFabricLogPublishingConfiguration {
|
|
|
278
308
|
CaLogs?: LogConfigurations;
|
|
279
309
|
}
|
|
280
310
|
/**
|
|
311
|
+
* @public
|
|
281
312
|
* <p>Configuration properties for logging events associated with a member of a Managed Blockchain network.</p>
|
|
282
313
|
*/
|
|
283
314
|
export interface MemberLogPublishingConfiguration {
|
|
@@ -287,6 +318,7 @@ export interface MemberLogPublishingConfiguration {
|
|
|
287
318
|
Fabric?: MemberFabricLogPublishingConfiguration;
|
|
288
319
|
}
|
|
289
320
|
/**
|
|
321
|
+
* @public
|
|
290
322
|
* <p>Configuration properties of the member.</p>
|
|
291
323
|
* <p>Applies only to Hyperledger Fabric.</p>
|
|
292
324
|
*/
|
|
@@ -332,6 +364,9 @@ export interface MemberConfiguration {
|
|
|
332
364
|
*/
|
|
333
365
|
KmsKeyArn?: string;
|
|
334
366
|
}
|
|
367
|
+
/**
|
|
368
|
+
* @public
|
|
369
|
+
*/
|
|
335
370
|
export interface CreateMemberInput {
|
|
336
371
|
/**
|
|
337
372
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.</p>
|
|
@@ -350,6 +385,9 @@ export interface CreateMemberInput {
|
|
|
350
385
|
*/
|
|
351
386
|
MemberConfiguration: MemberConfiguration | undefined;
|
|
352
387
|
}
|
|
388
|
+
/**
|
|
389
|
+
* @public
|
|
390
|
+
*/
|
|
353
391
|
export interface CreateMemberOutput {
|
|
354
392
|
/**
|
|
355
393
|
* <p>The unique identifier of the member.</p>
|
|
@@ -357,6 +395,7 @@ export interface CreateMemberOutput {
|
|
|
357
395
|
MemberId?: string;
|
|
358
396
|
}
|
|
359
397
|
/**
|
|
398
|
+
* @public
|
|
360
399
|
* <p>A requested resource doesn't exist. It may have been deleted or referenced incorrectly.</p>
|
|
361
400
|
*/
|
|
362
401
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -373,6 +412,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
373
412
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
374
413
|
}
|
|
375
414
|
/**
|
|
415
|
+
* @public
|
|
376
416
|
* <p>The requested resource exists but isn't in a status that can complete the operation.</p>
|
|
377
417
|
*/
|
|
378
418
|
export declare class ResourceNotReadyException extends __BaseException {
|
|
@@ -384,15 +424,22 @@ export declare class ResourceNotReadyException extends __BaseException {
|
|
|
384
424
|
*/
|
|
385
425
|
constructor(opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>);
|
|
386
426
|
}
|
|
427
|
+
/**
|
|
428
|
+
* @public
|
|
429
|
+
*/
|
|
387
430
|
export declare enum Framework {
|
|
388
431
|
ETHEREUM = "ETHEREUM",
|
|
389
432
|
HYPERLEDGER_FABRIC = "HYPERLEDGER_FABRIC"
|
|
390
433
|
}
|
|
434
|
+
/**
|
|
435
|
+
* @public
|
|
436
|
+
*/
|
|
391
437
|
export declare enum Edition {
|
|
392
438
|
STANDARD = "STANDARD",
|
|
393
439
|
STARTER = "STARTER"
|
|
394
440
|
}
|
|
395
441
|
/**
|
|
442
|
+
* @public
|
|
396
443
|
* <p>Hyperledger Fabric configuration properties for the network.</p>
|
|
397
444
|
*/
|
|
398
445
|
export interface NetworkFabricConfiguration {
|
|
@@ -402,6 +449,7 @@ export interface NetworkFabricConfiguration {
|
|
|
402
449
|
Edition: Edition | string | undefined;
|
|
403
450
|
}
|
|
404
451
|
/**
|
|
452
|
+
* @public
|
|
405
453
|
* <p>
|
|
406
454
|
* Configuration properties relevant to the network for the blockchain framework that the network uses.
|
|
407
455
|
* </p>
|
|
@@ -415,6 +463,7 @@ export interface NetworkFrameworkConfiguration {
|
|
|
415
463
|
Fabric?: NetworkFabricConfiguration;
|
|
416
464
|
}
|
|
417
465
|
/**
|
|
466
|
+
* @public
|
|
418
467
|
* <p>
|
|
419
468
|
* The voting rules for the network to decide if a proposal is accepted
|
|
420
469
|
* </p>
|
|
@@ -426,6 +475,9 @@ export interface VotingPolicy {
|
|
|
426
475
|
*/
|
|
427
476
|
ApprovalThresholdPolicy?: ApprovalThresholdPolicy;
|
|
428
477
|
}
|
|
478
|
+
/**
|
|
479
|
+
* @public
|
|
480
|
+
*/
|
|
429
481
|
export interface CreateNetworkInput {
|
|
430
482
|
/**
|
|
431
483
|
* <p>This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
@@ -476,6 +528,9 @@ export interface CreateNetworkInput {
|
|
|
476
528
|
*/
|
|
477
529
|
Tags?: Record<string, string>;
|
|
478
530
|
}
|
|
531
|
+
/**
|
|
532
|
+
* @public
|
|
533
|
+
*/
|
|
479
534
|
export interface CreateNetworkOutput {
|
|
480
535
|
/**
|
|
481
536
|
* <p>The unique identifier for the network.</p>
|
|
@@ -487,6 +542,7 @@ export interface CreateNetworkOutput {
|
|
|
487
542
|
MemberId?: string;
|
|
488
543
|
}
|
|
489
544
|
/**
|
|
545
|
+
* @public
|
|
490
546
|
* <p>Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.</p>
|
|
491
547
|
*/
|
|
492
548
|
export interface NodeFabricLogPublishingConfiguration {
|
|
@@ -500,6 +556,7 @@ export interface NodeFabricLogPublishingConfiguration {
|
|
|
500
556
|
PeerLogs?: LogConfigurations;
|
|
501
557
|
}
|
|
502
558
|
/**
|
|
559
|
+
* @public
|
|
503
560
|
* <p>Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.</p>
|
|
504
561
|
*/
|
|
505
562
|
export interface NodeLogPublishingConfiguration {
|
|
@@ -508,11 +565,15 @@ export interface NodeLogPublishingConfiguration {
|
|
|
508
565
|
*/
|
|
509
566
|
Fabric?: NodeFabricLogPublishingConfiguration;
|
|
510
567
|
}
|
|
568
|
+
/**
|
|
569
|
+
* @public
|
|
570
|
+
*/
|
|
511
571
|
export declare enum StateDBType {
|
|
512
572
|
CouchDB = "CouchDB",
|
|
513
573
|
LevelDB = "LevelDB"
|
|
514
574
|
}
|
|
515
575
|
/**
|
|
576
|
+
* @public
|
|
516
577
|
* <p>Configuration properties of a node.</p>
|
|
517
578
|
*/
|
|
518
579
|
export interface NodeConfiguration {
|
|
@@ -535,6 +596,9 @@ export interface NodeConfiguration {
|
|
|
535
596
|
*/
|
|
536
597
|
StateDB?: StateDBType | string;
|
|
537
598
|
}
|
|
599
|
+
/**
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
538
602
|
export interface CreateNodeInput {
|
|
539
603
|
/**
|
|
540
604
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.</p>
|
|
@@ -585,6 +649,9 @@ export interface CreateNodeInput {
|
|
|
585
649
|
*/
|
|
586
650
|
Tags?: Record<string, string>;
|
|
587
651
|
}
|
|
652
|
+
/**
|
|
653
|
+
* @public
|
|
654
|
+
*/
|
|
588
655
|
export interface CreateNodeOutput {
|
|
589
656
|
/**
|
|
590
657
|
* <p>The unique identifier of the node.</p>
|
|
@@ -592,6 +659,7 @@ export interface CreateNodeOutput {
|
|
|
592
659
|
NodeId?: string;
|
|
593
660
|
}
|
|
594
661
|
/**
|
|
662
|
+
* @public
|
|
595
663
|
* <p>An action to invite a specific Amazon Web Services account to create a member and join the network. The <code>InviteAction</code> is carried out when a <code>Proposal</code> is <code>APPROVED</code>.</p>
|
|
596
664
|
* <p>Applies only to Hyperledger Fabric.</p>
|
|
597
665
|
*/
|
|
@@ -602,6 +670,7 @@ export interface InviteAction {
|
|
|
602
670
|
Principal: string | undefined;
|
|
603
671
|
}
|
|
604
672
|
/**
|
|
673
|
+
* @public
|
|
605
674
|
* <p>An action to remove a member from a Managed Blockchain network as the result of a removal proposal that is <code>APPROVED</code>. The member and all associated resources are deleted from the network.</p>
|
|
606
675
|
* <p>Applies only to Hyperledger Fabric.</p>
|
|
607
676
|
*/
|
|
@@ -612,6 +681,7 @@ export interface RemoveAction {
|
|
|
612
681
|
MemberId: string | undefined;
|
|
613
682
|
}
|
|
614
683
|
/**
|
|
684
|
+
* @public
|
|
615
685
|
* <p>
|
|
616
686
|
* The actions to carry out if a proposal is <code>APPROVED</code>.
|
|
617
687
|
* </p>
|
|
@@ -631,6 +701,9 @@ export interface ProposalActions {
|
|
|
631
701
|
*/
|
|
632
702
|
Removals?: RemoveAction[];
|
|
633
703
|
}
|
|
704
|
+
/**
|
|
705
|
+
* @public
|
|
706
|
+
*/
|
|
634
707
|
export interface CreateProposalInput {
|
|
635
708
|
/**
|
|
636
709
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.</p>
|
|
@@ -664,20 +737,32 @@ export interface CreateProposalInput {
|
|
|
664
737
|
*/
|
|
665
738
|
Tags?: Record<string, string>;
|
|
666
739
|
}
|
|
740
|
+
/**
|
|
741
|
+
* @public
|
|
742
|
+
*/
|
|
667
743
|
export interface CreateProposalOutput {
|
|
668
744
|
/**
|
|
669
745
|
* <p>The unique identifier of the proposal.</p>
|
|
670
746
|
*/
|
|
671
747
|
ProposalId?: string;
|
|
672
748
|
}
|
|
749
|
+
/**
|
|
750
|
+
* @public
|
|
751
|
+
*/
|
|
673
752
|
export interface DeleteAccessorInput {
|
|
674
753
|
/**
|
|
675
754
|
* <p>The unique identifier of the accessor.</p>
|
|
676
755
|
*/
|
|
677
756
|
AccessorId: string | undefined;
|
|
678
757
|
}
|
|
758
|
+
/**
|
|
759
|
+
* @public
|
|
760
|
+
*/
|
|
679
761
|
export interface DeleteAccessorOutput {
|
|
680
762
|
}
|
|
763
|
+
/**
|
|
764
|
+
* @public
|
|
765
|
+
*/
|
|
681
766
|
export interface DeleteMemberInput {
|
|
682
767
|
/**
|
|
683
768
|
* <p>The unique identifier of the network from which the member is removed.</p>
|
|
@@ -688,8 +773,14 @@ export interface DeleteMemberInput {
|
|
|
688
773
|
*/
|
|
689
774
|
MemberId: string | undefined;
|
|
690
775
|
}
|
|
776
|
+
/**
|
|
777
|
+
* @public
|
|
778
|
+
*/
|
|
691
779
|
export interface DeleteMemberOutput {
|
|
692
780
|
}
|
|
781
|
+
/**
|
|
782
|
+
* @public
|
|
783
|
+
*/
|
|
693
784
|
export interface DeleteNodeInput {
|
|
694
785
|
/**
|
|
695
786
|
* <p>The unique identifier of the network that the node is on.</p>
|
|
@@ -728,20 +819,32 @@ export interface DeleteNodeInput {
|
|
|
728
819
|
*/
|
|
729
820
|
NodeId: string | undefined;
|
|
730
821
|
}
|
|
822
|
+
/**
|
|
823
|
+
* @public
|
|
824
|
+
*/
|
|
731
825
|
export interface DeleteNodeOutput {
|
|
732
826
|
}
|
|
827
|
+
/**
|
|
828
|
+
* @public
|
|
829
|
+
*/
|
|
733
830
|
export interface GetAccessorInput {
|
|
734
831
|
/**
|
|
735
832
|
* <p>The unique identifier of the accessor.</p>
|
|
736
833
|
*/
|
|
737
834
|
AccessorId: string | undefined;
|
|
738
835
|
}
|
|
836
|
+
/**
|
|
837
|
+
* @public
|
|
838
|
+
*/
|
|
739
839
|
export interface GetAccessorOutput {
|
|
740
840
|
/**
|
|
741
841
|
* <p>The properties of the accessor.</p>
|
|
742
842
|
*/
|
|
743
843
|
Accessor?: Accessor;
|
|
744
844
|
}
|
|
845
|
+
/**
|
|
846
|
+
* @public
|
|
847
|
+
*/
|
|
745
848
|
export interface GetMemberInput {
|
|
746
849
|
/**
|
|
747
850
|
* <p>The unique identifier of the network to which the member belongs.</p>
|
|
@@ -753,6 +856,7 @@ export interface GetMemberInput {
|
|
|
753
856
|
MemberId: string | undefined;
|
|
754
857
|
}
|
|
755
858
|
/**
|
|
859
|
+
* @public
|
|
756
860
|
* <p>Attributes of Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.</p>
|
|
757
861
|
*/
|
|
758
862
|
export interface MemberFabricAttributes {
|
|
@@ -766,6 +870,7 @@ export interface MemberFabricAttributes {
|
|
|
766
870
|
CaEndpoint?: string;
|
|
767
871
|
}
|
|
768
872
|
/**
|
|
873
|
+
* @public
|
|
769
874
|
* <p>Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.</p>
|
|
770
875
|
*/
|
|
771
876
|
export interface MemberFrameworkAttributes {
|
|
@@ -774,6 +879,9 @@ export interface MemberFrameworkAttributes {
|
|
|
774
879
|
*/
|
|
775
880
|
Fabric?: MemberFabricAttributes;
|
|
776
881
|
}
|
|
882
|
+
/**
|
|
883
|
+
* @public
|
|
884
|
+
*/
|
|
777
885
|
export declare enum MemberStatus {
|
|
778
886
|
AVAILABLE = "AVAILABLE",
|
|
779
887
|
CREATE_FAILED = "CREATE_FAILED",
|
|
@@ -784,6 +892,7 @@ export declare enum MemberStatus {
|
|
|
784
892
|
UPDATING = "UPDATING"
|
|
785
893
|
}
|
|
786
894
|
/**
|
|
895
|
+
* @public
|
|
787
896
|
* <p>Member configuration properties.</p>
|
|
788
897
|
* <p>Applies only to Hyperledger Fabric.</p>
|
|
789
898
|
*/
|
|
@@ -868,12 +977,18 @@ export interface Member {
|
|
|
868
977
|
*/
|
|
869
978
|
KmsKeyArn?: string;
|
|
870
979
|
}
|
|
980
|
+
/**
|
|
981
|
+
* @public
|
|
982
|
+
*/
|
|
871
983
|
export interface GetMemberOutput {
|
|
872
984
|
/**
|
|
873
985
|
* <p>The properties of a member.</p>
|
|
874
986
|
*/
|
|
875
987
|
Member?: Member;
|
|
876
988
|
}
|
|
989
|
+
/**
|
|
990
|
+
* @public
|
|
991
|
+
*/
|
|
877
992
|
export interface GetNetworkInput {
|
|
878
993
|
/**
|
|
879
994
|
* <p>The unique identifier of the network to get information about.</p>
|
|
@@ -881,6 +996,7 @@ export interface GetNetworkInput {
|
|
|
881
996
|
NetworkId: string | undefined;
|
|
882
997
|
}
|
|
883
998
|
/**
|
|
999
|
+
* @public
|
|
884
1000
|
* <p>Attributes of Ethereum for a network. </p>
|
|
885
1001
|
*/
|
|
886
1002
|
export interface NetworkEthereumAttributes {
|
|
@@ -908,6 +1024,7 @@ export interface NetworkEthereumAttributes {
|
|
|
908
1024
|
ChainId?: string;
|
|
909
1025
|
}
|
|
910
1026
|
/**
|
|
1027
|
+
* @public
|
|
911
1028
|
* <p>Attributes of Hyperledger Fabric for a network.</p>
|
|
912
1029
|
*/
|
|
913
1030
|
export interface NetworkFabricAttributes {
|
|
@@ -921,6 +1038,7 @@ export interface NetworkFabricAttributes {
|
|
|
921
1038
|
Edition?: Edition | string;
|
|
922
1039
|
}
|
|
923
1040
|
/**
|
|
1041
|
+
* @public
|
|
924
1042
|
* <p>Attributes relevant to the network for the blockchain framework that the network uses.</p>
|
|
925
1043
|
*/
|
|
926
1044
|
export interface NetworkFrameworkAttributes {
|
|
@@ -933,6 +1051,9 @@ export interface NetworkFrameworkAttributes {
|
|
|
933
1051
|
*/
|
|
934
1052
|
Ethereum?: NetworkEthereumAttributes;
|
|
935
1053
|
}
|
|
1054
|
+
/**
|
|
1055
|
+
* @public
|
|
1056
|
+
*/
|
|
936
1057
|
export declare enum NetworkStatus {
|
|
937
1058
|
AVAILABLE = "AVAILABLE",
|
|
938
1059
|
CREATE_FAILED = "CREATE_FAILED",
|
|
@@ -941,6 +1062,7 @@ export declare enum NetworkStatus {
|
|
|
941
1062
|
DELETING = "DELETING"
|
|
942
1063
|
}
|
|
943
1064
|
/**
|
|
1065
|
+
* @public
|
|
944
1066
|
* <p>Network configuration properties.</p>
|
|
945
1067
|
*/
|
|
946
1068
|
export interface Network {
|
|
@@ -994,12 +1116,18 @@ export interface Network {
|
|
|
994
1116
|
*/
|
|
995
1117
|
Arn?: string;
|
|
996
1118
|
}
|
|
1119
|
+
/**
|
|
1120
|
+
* @public
|
|
1121
|
+
*/
|
|
997
1122
|
export interface GetNetworkOutput {
|
|
998
1123
|
/**
|
|
999
1124
|
* <p>An object containing network configuration parameters.</p>
|
|
1000
1125
|
*/
|
|
1001
1126
|
Network?: Network;
|
|
1002
1127
|
}
|
|
1128
|
+
/**
|
|
1129
|
+
* @public
|
|
1130
|
+
*/
|
|
1003
1131
|
export interface GetNodeInput {
|
|
1004
1132
|
/**
|
|
1005
1133
|
* <p>The unique identifier of the network that the node is on.</p>
|
|
@@ -1016,6 +1144,7 @@ export interface GetNodeInput {
|
|
|
1016
1144
|
NodeId: string | undefined;
|
|
1017
1145
|
}
|
|
1018
1146
|
/**
|
|
1147
|
+
* @public
|
|
1019
1148
|
* <p>Attributes of an Ethereum node.</p>
|
|
1020
1149
|
*/
|
|
1021
1150
|
export interface NodeEthereumAttributes {
|
|
@@ -1029,6 +1158,7 @@ export interface NodeEthereumAttributes {
|
|
|
1029
1158
|
WebSocketEndpoint?: string;
|
|
1030
1159
|
}
|
|
1031
1160
|
/**
|
|
1161
|
+
* @public
|
|
1032
1162
|
* <p>Attributes of Hyperledger Fabric for a peer node on a Hyperledger Fabric network on Managed Blockchain.</p>
|
|
1033
1163
|
*/
|
|
1034
1164
|
export interface NodeFabricAttributes {
|
|
@@ -1042,6 +1172,7 @@ export interface NodeFabricAttributes {
|
|
|
1042
1172
|
PeerEventEndpoint?: string;
|
|
1043
1173
|
}
|
|
1044
1174
|
/**
|
|
1175
|
+
* @public
|
|
1045
1176
|
* <p>Attributes relevant to a node on a Managed Blockchain network for the blockchain framework that the network uses.</p>
|
|
1046
1177
|
*/
|
|
1047
1178
|
export interface NodeFrameworkAttributes {
|
|
@@ -1054,6 +1185,9 @@ export interface NodeFrameworkAttributes {
|
|
|
1054
1185
|
*/
|
|
1055
1186
|
Ethereum?: NodeEthereumAttributes;
|
|
1056
1187
|
}
|
|
1188
|
+
/**
|
|
1189
|
+
* @public
|
|
1190
|
+
*/
|
|
1057
1191
|
export declare enum NodeStatus {
|
|
1058
1192
|
AVAILABLE = "AVAILABLE",
|
|
1059
1193
|
CREATE_FAILED = "CREATE_FAILED",
|
|
@@ -1066,6 +1200,7 @@ export declare enum NodeStatus {
|
|
|
1066
1200
|
UPDATING = "UPDATING"
|
|
1067
1201
|
}
|
|
1068
1202
|
/**
|
|
1203
|
+
* @public
|
|
1069
1204
|
* <p>Configuration properties of a node.</p>
|
|
1070
1205
|
*/
|
|
1071
1206
|
export interface Node {
|
|
@@ -1166,12 +1301,18 @@ export interface Node {
|
|
|
1166
1301
|
*/
|
|
1167
1302
|
KmsKeyArn?: string;
|
|
1168
1303
|
}
|
|
1304
|
+
/**
|
|
1305
|
+
* @public
|
|
1306
|
+
*/
|
|
1169
1307
|
export interface GetNodeOutput {
|
|
1170
1308
|
/**
|
|
1171
1309
|
* <p>Properties of the node configuration.</p>
|
|
1172
1310
|
*/
|
|
1173
1311
|
Node?: Node;
|
|
1174
1312
|
}
|
|
1313
|
+
/**
|
|
1314
|
+
* @public
|
|
1315
|
+
*/
|
|
1175
1316
|
export interface GetProposalInput {
|
|
1176
1317
|
/**
|
|
1177
1318
|
* <p>The unique identifier of the network for which the proposal is made.</p>
|
|
@@ -1182,6 +1323,9 @@ export interface GetProposalInput {
|
|
|
1182
1323
|
*/
|
|
1183
1324
|
ProposalId: string | undefined;
|
|
1184
1325
|
}
|
|
1326
|
+
/**
|
|
1327
|
+
* @public
|
|
1328
|
+
*/
|
|
1185
1329
|
export declare enum ProposalStatus {
|
|
1186
1330
|
ACTION_FAILED = "ACTION_FAILED",
|
|
1187
1331
|
APPROVED = "APPROVED",
|
|
@@ -1190,6 +1334,7 @@ export declare enum ProposalStatus {
|
|
|
1190
1334
|
REJECTED = "REJECTED"
|
|
1191
1335
|
}
|
|
1192
1336
|
/**
|
|
1337
|
+
* @public
|
|
1193
1338
|
* <p>Properties of a proposal on a Managed Blockchain network.</p>
|
|
1194
1339
|
* <p>Applies only to Hyperledger Fabric.</p>
|
|
1195
1340
|
*/
|
|
@@ -1284,6 +1429,9 @@ export interface Proposal {
|
|
|
1284
1429
|
*/
|
|
1285
1430
|
Arn?: string;
|
|
1286
1431
|
}
|
|
1432
|
+
/**
|
|
1433
|
+
* @public
|
|
1434
|
+
*/
|
|
1287
1435
|
export interface GetProposalOutput {
|
|
1288
1436
|
/**
|
|
1289
1437
|
* <p>Information about a proposal.</p>
|
|
@@ -1291,6 +1439,7 @@ export interface GetProposalOutput {
|
|
|
1291
1439
|
Proposal?: Proposal;
|
|
1292
1440
|
}
|
|
1293
1441
|
/**
|
|
1442
|
+
* @public
|
|
1294
1443
|
* <p></p>
|
|
1295
1444
|
*/
|
|
1296
1445
|
export declare class IllegalActionException extends __BaseException {
|
|
@@ -1303,6 +1452,7 @@ export declare class IllegalActionException extends __BaseException {
|
|
|
1303
1452
|
constructor(opts: __ExceptionOptionType<IllegalActionException, __BaseException>);
|
|
1304
1453
|
}
|
|
1305
1454
|
/**
|
|
1455
|
+
* @public
|
|
1306
1456
|
* <p>A summary of network configuration properties.</p>
|
|
1307
1457
|
*/
|
|
1308
1458
|
export interface NetworkSummary {
|
|
@@ -1339,6 +1489,9 @@ export interface NetworkSummary {
|
|
|
1339
1489
|
*/
|
|
1340
1490
|
Arn?: string;
|
|
1341
1491
|
}
|
|
1492
|
+
/**
|
|
1493
|
+
* @public
|
|
1494
|
+
*/
|
|
1342
1495
|
export declare enum InvitationStatus {
|
|
1343
1496
|
ACCEPTED = "ACCEPTED",
|
|
1344
1497
|
ACCEPTING = "ACCEPTING",
|
|
@@ -1347,6 +1500,7 @@ export declare enum InvitationStatus {
|
|
|
1347
1500
|
REJECTED = "REJECTED"
|
|
1348
1501
|
}
|
|
1349
1502
|
/**
|
|
1503
|
+
* @public
|
|
1350
1504
|
* <p>An invitation to an Amazon Web Services account to create a member and join the network.</p>
|
|
1351
1505
|
* <p>Applies only to Hyperledger Fabric.</p>
|
|
1352
1506
|
*/
|
|
@@ -1398,6 +1552,9 @@ export interface Invitation {
|
|
|
1398
1552
|
*/
|
|
1399
1553
|
Arn?: string;
|
|
1400
1554
|
}
|
|
1555
|
+
/**
|
|
1556
|
+
* @public
|
|
1557
|
+
*/
|
|
1401
1558
|
export interface ListAccessorsInput {
|
|
1402
1559
|
/**
|
|
1403
1560
|
* <p> The maximum number of accessors to list.</p>
|
|
@@ -1408,6 +1565,9 @@ export interface ListAccessorsInput {
|
|
|
1408
1565
|
*/
|
|
1409
1566
|
NextToken?: string;
|
|
1410
1567
|
}
|
|
1568
|
+
/**
|
|
1569
|
+
* @public
|
|
1570
|
+
*/
|
|
1411
1571
|
export interface ListAccessorsOutput {
|
|
1412
1572
|
/**
|
|
1413
1573
|
* <p>An array of AccessorSummary objects that contain configuration properties for
|
|
@@ -1419,6 +1579,9 @@ export interface ListAccessorsOutput {
|
|
|
1419
1579
|
*/
|
|
1420
1580
|
NextToken?: string;
|
|
1421
1581
|
}
|
|
1582
|
+
/**
|
|
1583
|
+
* @public
|
|
1584
|
+
*/
|
|
1422
1585
|
export interface ListInvitationsInput {
|
|
1423
1586
|
/**
|
|
1424
1587
|
* <p>The maximum number of invitations to return.</p>
|
|
@@ -1429,6 +1592,9 @@ export interface ListInvitationsInput {
|
|
|
1429
1592
|
*/
|
|
1430
1593
|
NextToken?: string;
|
|
1431
1594
|
}
|
|
1595
|
+
/**
|
|
1596
|
+
* @public
|
|
1597
|
+
*/
|
|
1432
1598
|
export interface ListInvitationsOutput {
|
|
1433
1599
|
/**
|
|
1434
1600
|
* <p>The invitations for the network.</p>
|
|
@@ -1439,6 +1605,9 @@ export interface ListInvitationsOutput {
|
|
|
1439
1605
|
*/
|
|
1440
1606
|
NextToken?: string;
|
|
1441
1607
|
}
|
|
1608
|
+
/**
|
|
1609
|
+
* @public
|
|
1610
|
+
*/
|
|
1442
1611
|
export interface ListMembersInput {
|
|
1443
1612
|
/**
|
|
1444
1613
|
* <p>The unique identifier of the network for which to list members.</p>
|
|
@@ -1468,6 +1637,7 @@ export interface ListMembersInput {
|
|
|
1468
1637
|
NextToken?: string;
|
|
1469
1638
|
}
|
|
1470
1639
|
/**
|
|
1640
|
+
* @public
|
|
1471
1641
|
* <p>A summary of configuration properties for a member.</p>
|
|
1472
1642
|
* <p>Applies only to Hyperledger Fabric.</p>
|
|
1473
1643
|
*/
|
|
@@ -1534,6 +1704,9 @@ export interface MemberSummary {
|
|
|
1534
1704
|
*/
|
|
1535
1705
|
Arn?: string;
|
|
1536
1706
|
}
|
|
1707
|
+
/**
|
|
1708
|
+
* @public
|
|
1709
|
+
*/
|
|
1537
1710
|
export interface ListMembersOutput {
|
|
1538
1711
|
/**
|
|
1539
1712
|
* <p>An array of <code>MemberSummary</code> objects. Each object contains details about a network member.</p>
|
|
@@ -1544,6 +1717,9 @@ export interface ListMembersOutput {
|
|
|
1544
1717
|
*/
|
|
1545
1718
|
NextToken?: string;
|
|
1546
1719
|
}
|
|
1720
|
+
/**
|
|
1721
|
+
* @public
|
|
1722
|
+
*/
|
|
1547
1723
|
export interface ListNetworksInput {
|
|
1548
1724
|
/**
|
|
1549
1725
|
* <p>The name of the network.</p>
|
|
@@ -1567,6 +1743,9 @@ export interface ListNetworksInput {
|
|
|
1567
1743
|
*/
|
|
1568
1744
|
NextToken?: string;
|
|
1569
1745
|
}
|
|
1746
|
+
/**
|
|
1747
|
+
* @public
|
|
1748
|
+
*/
|
|
1570
1749
|
export interface ListNetworksOutput {
|
|
1571
1750
|
/**
|
|
1572
1751
|
* <p>An array of <code>NetworkSummary</code> objects that contain configuration properties for each network.</p>
|
|
@@ -1577,6 +1756,9 @@ export interface ListNetworksOutput {
|
|
|
1577
1756
|
*/
|
|
1578
1757
|
NextToken?: string;
|
|
1579
1758
|
}
|
|
1759
|
+
/**
|
|
1760
|
+
* @public
|
|
1761
|
+
*/
|
|
1580
1762
|
export interface ListNodesInput {
|
|
1581
1763
|
/**
|
|
1582
1764
|
* <p>The unique identifier of the network for which to list nodes.</p>
|
|
@@ -1601,6 +1783,7 @@ export interface ListNodesInput {
|
|
|
1601
1783
|
NextToken?: string;
|
|
1602
1784
|
}
|
|
1603
1785
|
/**
|
|
1786
|
+
* @public
|
|
1604
1787
|
* <p>A summary of configuration properties for a node.</p>
|
|
1605
1788
|
*/
|
|
1606
1789
|
export interface NodeSummary {
|
|
@@ -1629,6 +1812,9 @@ export interface NodeSummary {
|
|
|
1629
1812
|
*/
|
|
1630
1813
|
Arn?: string;
|
|
1631
1814
|
}
|
|
1815
|
+
/**
|
|
1816
|
+
* @public
|
|
1817
|
+
*/
|
|
1632
1818
|
export interface ListNodesOutput {
|
|
1633
1819
|
/**
|
|
1634
1820
|
* <p>An array of <code>NodeSummary</code> objects that contain configuration properties for each node.</p>
|
|
@@ -1639,6 +1825,9 @@ export interface ListNodesOutput {
|
|
|
1639
1825
|
*/
|
|
1640
1826
|
NextToken?: string;
|
|
1641
1827
|
}
|
|
1828
|
+
/**
|
|
1829
|
+
* @public
|
|
1830
|
+
*/
|
|
1642
1831
|
export interface ListProposalsInput {
|
|
1643
1832
|
/**
|
|
1644
1833
|
* <p>
|
|
@@ -1660,6 +1849,7 @@ export interface ListProposalsInput {
|
|
|
1660
1849
|
NextToken?: string;
|
|
1661
1850
|
}
|
|
1662
1851
|
/**
|
|
1852
|
+
* @public
|
|
1663
1853
|
* <p>Properties of a proposal.</p>
|
|
1664
1854
|
* <p>Applies only to Hyperledger Fabric.</p>
|
|
1665
1855
|
*/
|
|
@@ -1731,6 +1921,9 @@ export interface ProposalSummary {
|
|
|
1731
1921
|
*/
|
|
1732
1922
|
Arn?: string;
|
|
1733
1923
|
}
|
|
1924
|
+
/**
|
|
1925
|
+
* @public
|
|
1926
|
+
*/
|
|
1734
1927
|
export interface ListProposalsOutput {
|
|
1735
1928
|
/**
|
|
1736
1929
|
* <p>The summary of each proposal made on the network.</p>
|
|
@@ -1741,6 +1934,9 @@ export interface ListProposalsOutput {
|
|
|
1741
1934
|
*/
|
|
1742
1935
|
NextToken?: string;
|
|
1743
1936
|
}
|
|
1937
|
+
/**
|
|
1938
|
+
* @public
|
|
1939
|
+
*/
|
|
1744
1940
|
export interface ListProposalVotesInput {
|
|
1745
1941
|
/**
|
|
1746
1942
|
* <p>
|
|
@@ -1767,11 +1963,15 @@ export interface ListProposalVotesInput {
|
|
|
1767
1963
|
*/
|
|
1768
1964
|
NextToken?: string;
|
|
1769
1965
|
}
|
|
1966
|
+
/**
|
|
1967
|
+
* @public
|
|
1968
|
+
*/
|
|
1770
1969
|
export declare enum VoteValue {
|
|
1771
1970
|
NO = "NO",
|
|
1772
1971
|
YES = "YES"
|
|
1773
1972
|
}
|
|
1774
1973
|
/**
|
|
1974
|
+
* @public
|
|
1775
1975
|
* <p>
|
|
1776
1976
|
* Properties of an individual vote that a member cast for a proposal.
|
|
1777
1977
|
* </p>
|
|
@@ -1797,6 +1997,9 @@ export interface VoteSummary {
|
|
|
1797
1997
|
*/
|
|
1798
1998
|
MemberId?: string;
|
|
1799
1999
|
}
|
|
2000
|
+
/**
|
|
2001
|
+
* @public
|
|
2002
|
+
*/
|
|
1800
2003
|
export interface ListProposalVotesOutput {
|
|
1801
2004
|
/**
|
|
1802
2005
|
* <p>
|
|
@@ -1811,26 +2014,41 @@ export interface ListProposalVotesOutput {
|
|
|
1811
2014
|
*/
|
|
1812
2015
|
NextToken?: string;
|
|
1813
2016
|
}
|
|
2017
|
+
/**
|
|
2018
|
+
* @public
|
|
2019
|
+
*/
|
|
1814
2020
|
export interface ListTagsForResourceRequest {
|
|
1815
2021
|
/**
|
|
1816
2022
|
* <p>The Amazon Resource Name (ARN) of the resource. For more information about ARNs and their format, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1817
2023
|
*/
|
|
1818
2024
|
ResourceArn: string | undefined;
|
|
1819
2025
|
}
|
|
2026
|
+
/**
|
|
2027
|
+
* @public
|
|
2028
|
+
*/
|
|
1820
2029
|
export interface ListTagsForResourceResponse {
|
|
1821
2030
|
/**
|
|
1822
2031
|
* <p>The tags assigned to the resource.</p>
|
|
1823
2032
|
*/
|
|
1824
2033
|
Tags?: Record<string, string>;
|
|
1825
2034
|
}
|
|
2035
|
+
/**
|
|
2036
|
+
* @public
|
|
2037
|
+
*/
|
|
1826
2038
|
export interface RejectInvitationInput {
|
|
1827
2039
|
/**
|
|
1828
2040
|
* <p>The unique identifier of the invitation to reject.</p>
|
|
1829
2041
|
*/
|
|
1830
2042
|
InvitationId: string | undefined;
|
|
1831
2043
|
}
|
|
2044
|
+
/**
|
|
2045
|
+
* @public
|
|
2046
|
+
*/
|
|
1832
2047
|
export interface RejectInvitationOutput {
|
|
1833
2048
|
}
|
|
2049
|
+
/**
|
|
2050
|
+
* @public
|
|
2051
|
+
*/
|
|
1834
2052
|
export interface TagResourceRequest {
|
|
1835
2053
|
/**
|
|
1836
2054
|
* <p>The Amazon Resource Name (ARN) of the resource. For more information about ARNs and their format, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
@@ -1841,8 +2059,14 @@ export interface TagResourceRequest {
|
|
|
1841
2059
|
*/
|
|
1842
2060
|
Tags: Record<string, string> | undefined;
|
|
1843
2061
|
}
|
|
2062
|
+
/**
|
|
2063
|
+
* @public
|
|
2064
|
+
*/
|
|
1844
2065
|
export interface TagResourceResponse {
|
|
1845
2066
|
}
|
|
2067
|
+
/**
|
|
2068
|
+
* @public
|
|
2069
|
+
*/
|
|
1846
2070
|
export interface UntagResourceRequest {
|
|
1847
2071
|
/**
|
|
1848
2072
|
* <p>The Amazon Resource Name (ARN) of the resource. For more information about ARNs and their format, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
@@ -1853,8 +2077,14 @@ export interface UntagResourceRequest {
|
|
|
1853
2077
|
*/
|
|
1854
2078
|
TagKeys: string[] | undefined;
|
|
1855
2079
|
}
|
|
2080
|
+
/**
|
|
2081
|
+
* @public
|
|
2082
|
+
*/
|
|
1856
2083
|
export interface UntagResourceResponse {
|
|
1857
2084
|
}
|
|
2085
|
+
/**
|
|
2086
|
+
* @public
|
|
2087
|
+
*/
|
|
1858
2088
|
export interface UpdateMemberInput {
|
|
1859
2089
|
/**
|
|
1860
2090
|
* <p>The unique identifier of the Managed Blockchain network to which the member belongs.</p>
|
|
@@ -1869,8 +2099,14 @@ export interface UpdateMemberInput {
|
|
|
1869
2099
|
*/
|
|
1870
2100
|
LogPublishingConfiguration?: MemberLogPublishingConfiguration;
|
|
1871
2101
|
}
|
|
2102
|
+
/**
|
|
2103
|
+
* @public
|
|
2104
|
+
*/
|
|
1872
2105
|
export interface UpdateMemberOutput {
|
|
1873
2106
|
}
|
|
2107
|
+
/**
|
|
2108
|
+
* @public
|
|
2109
|
+
*/
|
|
1874
2110
|
export interface UpdateNodeInput {
|
|
1875
2111
|
/**
|
|
1876
2112
|
* <p>The unique identifier of the network that the node is on.</p>
|
|
@@ -1890,8 +2126,14 @@ export interface UpdateNodeInput {
|
|
|
1890
2126
|
*/
|
|
1891
2127
|
LogPublishingConfiguration?: NodeLogPublishingConfiguration;
|
|
1892
2128
|
}
|
|
2129
|
+
/**
|
|
2130
|
+
* @public
|
|
2131
|
+
*/
|
|
1893
2132
|
export interface UpdateNodeOutput {
|
|
1894
2133
|
}
|
|
2134
|
+
/**
|
|
2135
|
+
* @public
|
|
2136
|
+
*/
|
|
1895
2137
|
export interface VoteOnProposalInput {
|
|
1896
2138
|
/**
|
|
1897
2139
|
* <p>
|
|
@@ -1917,28 +2159,11 @@ export interface VoteOnProposalInput {
|
|
|
1917
2159
|
*/
|
|
1918
2160
|
Vote: VoteValue | string | undefined;
|
|
1919
2161
|
}
|
|
1920
|
-
export interface VoteOnProposalOutput {
|
|
1921
|
-
}
|
|
1922
|
-
/**
|
|
1923
|
-
* @internal
|
|
1924
|
-
*/
|
|
1925
|
-
export declare const AccessorFilterSensitiveLog: (obj: Accessor) => any;
|
|
1926
2162
|
/**
|
|
1927
|
-
* @
|
|
1928
|
-
*/
|
|
1929
|
-
export declare const AccessorSummaryFilterSensitiveLog: (obj: AccessorSummary) => any;
|
|
1930
|
-
/**
|
|
1931
|
-
* @internal
|
|
1932
|
-
*/
|
|
1933
|
-
export declare const ApprovalThresholdPolicyFilterSensitiveLog: (obj: ApprovalThresholdPolicy) => any;
|
|
1934
|
-
/**
|
|
1935
|
-
* @internal
|
|
1936
|
-
*/
|
|
1937
|
-
export declare const CreateAccessorInputFilterSensitiveLog: (obj: CreateAccessorInput) => any;
|
|
1938
|
-
/**
|
|
1939
|
-
* @internal
|
|
2163
|
+
* @public
|
|
1940
2164
|
*/
|
|
1941
|
-
export
|
|
2165
|
+
export interface VoteOnProposalOutput {
|
|
2166
|
+
}
|
|
1942
2167
|
/**
|
|
1943
2168
|
* @internal
|
|
1944
2169
|
*/
|
|
@@ -1947,22 +2172,6 @@ export declare const MemberFabricConfigurationFilterSensitiveLog: (obj: MemberFa
|
|
|
1947
2172
|
* @internal
|
|
1948
2173
|
*/
|
|
1949
2174
|
export declare const MemberFrameworkConfigurationFilterSensitiveLog: (obj: MemberFrameworkConfiguration) => any;
|
|
1950
|
-
/**
|
|
1951
|
-
* @internal
|
|
1952
|
-
*/
|
|
1953
|
-
export declare const LogConfigurationFilterSensitiveLog: (obj: LogConfiguration) => any;
|
|
1954
|
-
/**
|
|
1955
|
-
* @internal
|
|
1956
|
-
*/
|
|
1957
|
-
export declare const LogConfigurationsFilterSensitiveLog: (obj: LogConfigurations) => any;
|
|
1958
|
-
/**
|
|
1959
|
-
* @internal
|
|
1960
|
-
*/
|
|
1961
|
-
export declare const MemberFabricLogPublishingConfigurationFilterSensitiveLog: (obj: MemberFabricLogPublishingConfiguration) => any;
|
|
1962
|
-
/**
|
|
1963
|
-
* @internal
|
|
1964
|
-
*/
|
|
1965
|
-
export declare const MemberLogPublishingConfigurationFilterSensitiveLog: (obj: MemberLogPublishingConfiguration) => any;
|
|
1966
2175
|
/**
|
|
1967
2176
|
* @internal
|
|
1968
2177
|
*/
|
|
@@ -1971,315 +2180,7 @@ export declare const MemberConfigurationFilterSensitiveLog: (obj: MemberConfigur
|
|
|
1971
2180
|
* @internal
|
|
1972
2181
|
*/
|
|
1973
2182
|
export declare const CreateMemberInputFilterSensitiveLog: (obj: CreateMemberInput) => any;
|
|
1974
|
-
/**
|
|
1975
|
-
* @internal
|
|
1976
|
-
*/
|
|
1977
|
-
export declare const CreateMemberOutputFilterSensitiveLog: (obj: CreateMemberOutput) => any;
|
|
1978
|
-
/**
|
|
1979
|
-
* @internal
|
|
1980
|
-
*/
|
|
1981
|
-
export declare const NetworkFabricConfigurationFilterSensitiveLog: (obj: NetworkFabricConfiguration) => any;
|
|
1982
|
-
/**
|
|
1983
|
-
* @internal
|
|
1984
|
-
*/
|
|
1985
|
-
export declare const NetworkFrameworkConfigurationFilterSensitiveLog: (obj: NetworkFrameworkConfiguration) => any;
|
|
1986
|
-
/**
|
|
1987
|
-
* @internal
|
|
1988
|
-
*/
|
|
1989
|
-
export declare const VotingPolicyFilterSensitiveLog: (obj: VotingPolicy) => any;
|
|
1990
2183
|
/**
|
|
1991
2184
|
* @internal
|
|
1992
2185
|
*/
|
|
1993
2186
|
export declare const CreateNetworkInputFilterSensitiveLog: (obj: CreateNetworkInput) => any;
|
|
1994
|
-
/**
|
|
1995
|
-
* @internal
|
|
1996
|
-
*/
|
|
1997
|
-
export declare const CreateNetworkOutputFilterSensitiveLog: (obj: CreateNetworkOutput) => any;
|
|
1998
|
-
/**
|
|
1999
|
-
* @internal
|
|
2000
|
-
*/
|
|
2001
|
-
export declare const NodeFabricLogPublishingConfigurationFilterSensitiveLog: (obj: NodeFabricLogPublishingConfiguration) => any;
|
|
2002
|
-
/**
|
|
2003
|
-
* @internal
|
|
2004
|
-
*/
|
|
2005
|
-
export declare const NodeLogPublishingConfigurationFilterSensitiveLog: (obj: NodeLogPublishingConfiguration) => any;
|
|
2006
|
-
/**
|
|
2007
|
-
* @internal
|
|
2008
|
-
*/
|
|
2009
|
-
export declare const NodeConfigurationFilterSensitiveLog: (obj: NodeConfiguration) => any;
|
|
2010
|
-
/**
|
|
2011
|
-
* @internal
|
|
2012
|
-
*/
|
|
2013
|
-
export declare const CreateNodeInputFilterSensitiveLog: (obj: CreateNodeInput) => any;
|
|
2014
|
-
/**
|
|
2015
|
-
* @internal
|
|
2016
|
-
*/
|
|
2017
|
-
export declare const CreateNodeOutputFilterSensitiveLog: (obj: CreateNodeOutput) => any;
|
|
2018
|
-
/**
|
|
2019
|
-
* @internal
|
|
2020
|
-
*/
|
|
2021
|
-
export declare const InviteActionFilterSensitiveLog: (obj: InviteAction) => any;
|
|
2022
|
-
/**
|
|
2023
|
-
* @internal
|
|
2024
|
-
*/
|
|
2025
|
-
export declare const RemoveActionFilterSensitiveLog: (obj: RemoveAction) => any;
|
|
2026
|
-
/**
|
|
2027
|
-
* @internal
|
|
2028
|
-
*/
|
|
2029
|
-
export declare const ProposalActionsFilterSensitiveLog: (obj: ProposalActions) => any;
|
|
2030
|
-
/**
|
|
2031
|
-
* @internal
|
|
2032
|
-
*/
|
|
2033
|
-
export declare const CreateProposalInputFilterSensitiveLog: (obj: CreateProposalInput) => any;
|
|
2034
|
-
/**
|
|
2035
|
-
* @internal
|
|
2036
|
-
*/
|
|
2037
|
-
export declare const CreateProposalOutputFilterSensitiveLog: (obj: CreateProposalOutput) => any;
|
|
2038
|
-
/**
|
|
2039
|
-
* @internal
|
|
2040
|
-
*/
|
|
2041
|
-
export declare const DeleteAccessorInputFilterSensitiveLog: (obj: DeleteAccessorInput) => any;
|
|
2042
|
-
/**
|
|
2043
|
-
* @internal
|
|
2044
|
-
*/
|
|
2045
|
-
export declare const DeleteAccessorOutputFilterSensitiveLog: (obj: DeleteAccessorOutput) => any;
|
|
2046
|
-
/**
|
|
2047
|
-
* @internal
|
|
2048
|
-
*/
|
|
2049
|
-
export declare const DeleteMemberInputFilterSensitiveLog: (obj: DeleteMemberInput) => any;
|
|
2050
|
-
/**
|
|
2051
|
-
* @internal
|
|
2052
|
-
*/
|
|
2053
|
-
export declare const DeleteMemberOutputFilterSensitiveLog: (obj: DeleteMemberOutput) => any;
|
|
2054
|
-
/**
|
|
2055
|
-
* @internal
|
|
2056
|
-
*/
|
|
2057
|
-
export declare const DeleteNodeInputFilterSensitiveLog: (obj: DeleteNodeInput) => any;
|
|
2058
|
-
/**
|
|
2059
|
-
* @internal
|
|
2060
|
-
*/
|
|
2061
|
-
export declare const DeleteNodeOutputFilterSensitiveLog: (obj: DeleteNodeOutput) => any;
|
|
2062
|
-
/**
|
|
2063
|
-
* @internal
|
|
2064
|
-
*/
|
|
2065
|
-
export declare const GetAccessorInputFilterSensitiveLog: (obj: GetAccessorInput) => any;
|
|
2066
|
-
/**
|
|
2067
|
-
* @internal
|
|
2068
|
-
*/
|
|
2069
|
-
export declare const GetAccessorOutputFilterSensitiveLog: (obj: GetAccessorOutput) => any;
|
|
2070
|
-
/**
|
|
2071
|
-
* @internal
|
|
2072
|
-
*/
|
|
2073
|
-
export declare const GetMemberInputFilterSensitiveLog: (obj: GetMemberInput) => any;
|
|
2074
|
-
/**
|
|
2075
|
-
* @internal
|
|
2076
|
-
*/
|
|
2077
|
-
export declare const MemberFabricAttributesFilterSensitiveLog: (obj: MemberFabricAttributes) => any;
|
|
2078
|
-
/**
|
|
2079
|
-
* @internal
|
|
2080
|
-
*/
|
|
2081
|
-
export declare const MemberFrameworkAttributesFilterSensitiveLog: (obj: MemberFrameworkAttributes) => any;
|
|
2082
|
-
/**
|
|
2083
|
-
* @internal
|
|
2084
|
-
*/
|
|
2085
|
-
export declare const MemberFilterSensitiveLog: (obj: Member) => any;
|
|
2086
|
-
/**
|
|
2087
|
-
* @internal
|
|
2088
|
-
*/
|
|
2089
|
-
export declare const GetMemberOutputFilterSensitiveLog: (obj: GetMemberOutput) => any;
|
|
2090
|
-
/**
|
|
2091
|
-
* @internal
|
|
2092
|
-
*/
|
|
2093
|
-
export declare const GetNetworkInputFilterSensitiveLog: (obj: GetNetworkInput) => any;
|
|
2094
|
-
/**
|
|
2095
|
-
* @internal
|
|
2096
|
-
*/
|
|
2097
|
-
export declare const NetworkEthereumAttributesFilterSensitiveLog: (obj: NetworkEthereumAttributes) => any;
|
|
2098
|
-
/**
|
|
2099
|
-
* @internal
|
|
2100
|
-
*/
|
|
2101
|
-
export declare const NetworkFabricAttributesFilterSensitiveLog: (obj: NetworkFabricAttributes) => any;
|
|
2102
|
-
/**
|
|
2103
|
-
* @internal
|
|
2104
|
-
*/
|
|
2105
|
-
export declare const NetworkFrameworkAttributesFilterSensitiveLog: (obj: NetworkFrameworkAttributes) => any;
|
|
2106
|
-
/**
|
|
2107
|
-
* @internal
|
|
2108
|
-
*/
|
|
2109
|
-
export declare const NetworkFilterSensitiveLog: (obj: Network) => any;
|
|
2110
|
-
/**
|
|
2111
|
-
* @internal
|
|
2112
|
-
*/
|
|
2113
|
-
export declare const GetNetworkOutputFilterSensitiveLog: (obj: GetNetworkOutput) => any;
|
|
2114
|
-
/**
|
|
2115
|
-
* @internal
|
|
2116
|
-
*/
|
|
2117
|
-
export declare const GetNodeInputFilterSensitiveLog: (obj: GetNodeInput) => any;
|
|
2118
|
-
/**
|
|
2119
|
-
* @internal
|
|
2120
|
-
*/
|
|
2121
|
-
export declare const NodeEthereumAttributesFilterSensitiveLog: (obj: NodeEthereumAttributes) => any;
|
|
2122
|
-
/**
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
2125
|
-
export declare const NodeFabricAttributesFilterSensitiveLog: (obj: NodeFabricAttributes) => any;
|
|
2126
|
-
/**
|
|
2127
|
-
* @internal
|
|
2128
|
-
*/
|
|
2129
|
-
export declare const NodeFrameworkAttributesFilterSensitiveLog: (obj: NodeFrameworkAttributes) => any;
|
|
2130
|
-
/**
|
|
2131
|
-
* @internal
|
|
2132
|
-
*/
|
|
2133
|
-
export declare const NodeFilterSensitiveLog: (obj: Node) => any;
|
|
2134
|
-
/**
|
|
2135
|
-
* @internal
|
|
2136
|
-
*/
|
|
2137
|
-
export declare const GetNodeOutputFilterSensitiveLog: (obj: GetNodeOutput) => any;
|
|
2138
|
-
/**
|
|
2139
|
-
* @internal
|
|
2140
|
-
*/
|
|
2141
|
-
export declare const GetProposalInputFilterSensitiveLog: (obj: GetProposalInput) => any;
|
|
2142
|
-
/**
|
|
2143
|
-
* @internal
|
|
2144
|
-
*/
|
|
2145
|
-
export declare const ProposalFilterSensitiveLog: (obj: Proposal) => any;
|
|
2146
|
-
/**
|
|
2147
|
-
* @internal
|
|
2148
|
-
*/
|
|
2149
|
-
export declare const GetProposalOutputFilterSensitiveLog: (obj: GetProposalOutput) => any;
|
|
2150
|
-
/**
|
|
2151
|
-
* @internal
|
|
2152
|
-
*/
|
|
2153
|
-
export declare const NetworkSummaryFilterSensitiveLog: (obj: NetworkSummary) => any;
|
|
2154
|
-
/**
|
|
2155
|
-
* @internal
|
|
2156
|
-
*/
|
|
2157
|
-
export declare const InvitationFilterSensitiveLog: (obj: Invitation) => any;
|
|
2158
|
-
/**
|
|
2159
|
-
* @internal
|
|
2160
|
-
*/
|
|
2161
|
-
export declare const ListAccessorsInputFilterSensitiveLog: (obj: ListAccessorsInput) => any;
|
|
2162
|
-
/**
|
|
2163
|
-
* @internal
|
|
2164
|
-
*/
|
|
2165
|
-
export declare const ListAccessorsOutputFilterSensitiveLog: (obj: ListAccessorsOutput) => any;
|
|
2166
|
-
/**
|
|
2167
|
-
* @internal
|
|
2168
|
-
*/
|
|
2169
|
-
export declare const ListInvitationsInputFilterSensitiveLog: (obj: ListInvitationsInput) => any;
|
|
2170
|
-
/**
|
|
2171
|
-
* @internal
|
|
2172
|
-
*/
|
|
2173
|
-
export declare const ListInvitationsOutputFilterSensitiveLog: (obj: ListInvitationsOutput) => any;
|
|
2174
|
-
/**
|
|
2175
|
-
* @internal
|
|
2176
|
-
*/
|
|
2177
|
-
export declare const ListMembersInputFilterSensitiveLog: (obj: ListMembersInput) => any;
|
|
2178
|
-
/**
|
|
2179
|
-
* @internal
|
|
2180
|
-
*/
|
|
2181
|
-
export declare const MemberSummaryFilterSensitiveLog: (obj: MemberSummary) => any;
|
|
2182
|
-
/**
|
|
2183
|
-
* @internal
|
|
2184
|
-
*/
|
|
2185
|
-
export declare const ListMembersOutputFilterSensitiveLog: (obj: ListMembersOutput) => any;
|
|
2186
|
-
/**
|
|
2187
|
-
* @internal
|
|
2188
|
-
*/
|
|
2189
|
-
export declare const ListNetworksInputFilterSensitiveLog: (obj: ListNetworksInput) => any;
|
|
2190
|
-
/**
|
|
2191
|
-
* @internal
|
|
2192
|
-
*/
|
|
2193
|
-
export declare const ListNetworksOutputFilterSensitiveLog: (obj: ListNetworksOutput) => any;
|
|
2194
|
-
/**
|
|
2195
|
-
* @internal
|
|
2196
|
-
*/
|
|
2197
|
-
export declare const ListNodesInputFilterSensitiveLog: (obj: ListNodesInput) => any;
|
|
2198
|
-
/**
|
|
2199
|
-
* @internal
|
|
2200
|
-
*/
|
|
2201
|
-
export declare const NodeSummaryFilterSensitiveLog: (obj: NodeSummary) => any;
|
|
2202
|
-
/**
|
|
2203
|
-
* @internal
|
|
2204
|
-
*/
|
|
2205
|
-
export declare const ListNodesOutputFilterSensitiveLog: (obj: ListNodesOutput) => any;
|
|
2206
|
-
/**
|
|
2207
|
-
* @internal
|
|
2208
|
-
*/
|
|
2209
|
-
export declare const ListProposalsInputFilterSensitiveLog: (obj: ListProposalsInput) => any;
|
|
2210
|
-
/**
|
|
2211
|
-
* @internal
|
|
2212
|
-
*/
|
|
2213
|
-
export declare const ProposalSummaryFilterSensitiveLog: (obj: ProposalSummary) => any;
|
|
2214
|
-
/**
|
|
2215
|
-
* @internal
|
|
2216
|
-
*/
|
|
2217
|
-
export declare const ListProposalsOutputFilterSensitiveLog: (obj: ListProposalsOutput) => any;
|
|
2218
|
-
/**
|
|
2219
|
-
* @internal
|
|
2220
|
-
*/
|
|
2221
|
-
export declare const ListProposalVotesInputFilterSensitiveLog: (obj: ListProposalVotesInput) => any;
|
|
2222
|
-
/**
|
|
2223
|
-
* @internal
|
|
2224
|
-
*/
|
|
2225
|
-
export declare const VoteSummaryFilterSensitiveLog: (obj: VoteSummary) => any;
|
|
2226
|
-
/**
|
|
2227
|
-
* @internal
|
|
2228
|
-
*/
|
|
2229
|
-
export declare const ListProposalVotesOutputFilterSensitiveLog: (obj: ListProposalVotesOutput) => any;
|
|
2230
|
-
/**
|
|
2231
|
-
* @internal
|
|
2232
|
-
*/
|
|
2233
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2234
|
-
/**
|
|
2235
|
-
* @internal
|
|
2236
|
-
*/
|
|
2237
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2238
|
-
/**
|
|
2239
|
-
* @internal
|
|
2240
|
-
*/
|
|
2241
|
-
export declare const RejectInvitationInputFilterSensitiveLog: (obj: RejectInvitationInput) => any;
|
|
2242
|
-
/**
|
|
2243
|
-
* @internal
|
|
2244
|
-
*/
|
|
2245
|
-
export declare const RejectInvitationOutputFilterSensitiveLog: (obj: RejectInvitationOutput) => any;
|
|
2246
|
-
/**
|
|
2247
|
-
* @internal
|
|
2248
|
-
*/
|
|
2249
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2250
|
-
/**
|
|
2251
|
-
* @internal
|
|
2252
|
-
*/
|
|
2253
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2254
|
-
/**
|
|
2255
|
-
* @internal
|
|
2256
|
-
*/
|
|
2257
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2258
|
-
/**
|
|
2259
|
-
* @internal
|
|
2260
|
-
*/
|
|
2261
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2262
|
-
/**
|
|
2263
|
-
* @internal
|
|
2264
|
-
*/
|
|
2265
|
-
export declare const UpdateMemberInputFilterSensitiveLog: (obj: UpdateMemberInput) => any;
|
|
2266
|
-
/**
|
|
2267
|
-
* @internal
|
|
2268
|
-
*/
|
|
2269
|
-
export declare const UpdateMemberOutputFilterSensitiveLog: (obj: UpdateMemberOutput) => any;
|
|
2270
|
-
/**
|
|
2271
|
-
* @internal
|
|
2272
|
-
*/
|
|
2273
|
-
export declare const UpdateNodeInputFilterSensitiveLog: (obj: UpdateNodeInput) => any;
|
|
2274
|
-
/**
|
|
2275
|
-
* @internal
|
|
2276
|
-
*/
|
|
2277
|
-
export declare const UpdateNodeOutputFilterSensitiveLog: (obj: UpdateNodeOutput) => any;
|
|
2278
|
-
/**
|
|
2279
|
-
* @internal
|
|
2280
|
-
*/
|
|
2281
|
-
export declare const VoteOnProposalInputFilterSensitiveLog: (obj: VoteOnProposalInput) => any;
|
|
2282
|
-
/**
|
|
2283
|
-
* @internal
|
|
2284
|
-
*/
|
|
2285
|
-
export declare const VoteOnProposalOutputFilterSensitiveLog: (obj: VoteOnProposalOutput) => any;
|