@aws-sdk/client-managedblockchain 3.131.0 → 3.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateMemberCommand.js +2 -2
- package/dist-cjs/commands/CreateNetworkCommand.js +2 -2
- package/dist-cjs/commands/CreateNodeCommand.js +2 -2
- package/dist-cjs/commands/CreateProposalCommand.js +2 -2
- package/dist-cjs/commands/DeleteMemberCommand.js +2 -2
- package/dist-cjs/commands/DeleteNodeCommand.js +2 -2
- package/dist-cjs/commands/GetMemberCommand.js +2 -2
- package/dist-cjs/commands/GetNetworkCommand.js +2 -2
- package/dist-cjs/commands/GetNodeCommand.js +2 -2
- package/dist-cjs/commands/GetProposalCommand.js +2 -2
- package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
- package/dist-cjs/commands/ListMembersCommand.js +2 -2
- package/dist-cjs/commands/ListNetworksCommand.js +2 -2
- package/dist-cjs/commands/ListNodesCommand.js +2 -2
- package/dist-cjs/commands/ListProposalVotesCommand.js +2 -2
- package/dist-cjs/commands/ListProposalsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RejectInvitationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateMemberCommand.js +2 -2
- package/dist-cjs/commands/UpdateNodeCommand.js +2 -2
- package/dist-cjs/commands/VoteOnProposalCommand.js +2 -2
- package/dist-cjs/models/models_0.js +338 -500
- package/dist-cjs/protocols/Aws_restJson1.js +297 -654
- package/dist-es/commands/CreateMemberCommand.js +3 -3
- package/dist-es/commands/CreateNetworkCommand.js +3 -3
- package/dist-es/commands/CreateNodeCommand.js +3 -3
- package/dist-es/commands/CreateProposalCommand.js +3 -3
- package/dist-es/commands/DeleteMemberCommand.js +3 -3
- package/dist-es/commands/DeleteNodeCommand.js +3 -3
- package/dist-es/commands/GetMemberCommand.js +3 -3
- package/dist-es/commands/GetNetworkCommand.js +3 -3
- package/dist-es/commands/GetNodeCommand.js +3 -3
- package/dist-es/commands/GetProposalCommand.js +3 -3
- package/dist-es/commands/ListInvitationsCommand.js +3 -3
- package/dist-es/commands/ListMembersCommand.js +3 -3
- package/dist-es/commands/ListNetworksCommand.js +3 -3
- package/dist-es/commands/ListNodesCommand.js +3 -3
- package/dist-es/commands/ListProposalVotesCommand.js +3 -3
- package/dist-es/commands/ListProposalsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RejectInvitationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateMemberCommand.js +3 -3
- package/dist-es/commands/UpdateNodeCommand.js +3 -3
- package/dist-es/commands/VoteOnProposalCommand.js +3 -3
- package/dist-es/models/models_0.js +87 -330
- package/dist-es/protocols/Aws_restJson1.js +387 -643
- package/dist-types/models/models_0.d.ts +324 -486
- package/dist-types/ts3.4/models/models_0.d.ts +162 -324
- package/package.json +6 -6
|
@@ -34,12 +34,6 @@ export interface ApprovalThresholdPolicy {
|
|
|
34
34
|
*/
|
|
35
35
|
ThresholdComparator?: ThresholdComparator | string;
|
|
36
36
|
}
|
|
37
|
-
export declare namespace ApprovalThresholdPolicy {
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
|
-
const filterSensitiveLog: (obj: ApprovalThresholdPolicy) => any;
|
|
42
|
-
}
|
|
43
37
|
/**
|
|
44
38
|
* <p>Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.</p>
|
|
45
39
|
*/
|
|
@@ -53,12 +47,6 @@ export interface MemberFabricConfiguration {
|
|
|
53
47
|
*/
|
|
54
48
|
AdminPassword: string | undefined;
|
|
55
49
|
}
|
|
56
|
-
export declare namespace MemberFabricConfiguration {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
const filterSensitiveLog: (obj: MemberFabricConfiguration) => any;
|
|
61
|
-
}
|
|
62
50
|
/**
|
|
63
51
|
* <p>Configuration properties relevant to a member for the blockchain framework that the Managed Blockchain network uses.</p>
|
|
64
52
|
*/
|
|
@@ -68,12 +56,6 @@ export interface MemberFrameworkConfiguration {
|
|
|
68
56
|
*/
|
|
69
57
|
Fabric?: MemberFabricConfiguration;
|
|
70
58
|
}
|
|
71
|
-
export declare namespace MemberFrameworkConfiguration {
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
const filterSensitiveLog: (obj: MemberFrameworkConfiguration) => any;
|
|
76
|
-
}
|
|
77
59
|
/**
|
|
78
60
|
* <p>A configuration for logging events.</p>
|
|
79
61
|
*/
|
|
@@ -83,12 +65,6 @@ export interface LogConfiguration {
|
|
|
83
65
|
*/
|
|
84
66
|
Enabled?: boolean;
|
|
85
67
|
}
|
|
86
|
-
export declare namespace LogConfiguration {
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
const filterSensitiveLog: (obj: LogConfiguration) => any;
|
|
91
|
-
}
|
|
92
68
|
/**
|
|
93
69
|
* <p>A collection of log configurations.</p>
|
|
94
70
|
*/
|
|
@@ -98,12 +74,6 @@ export interface LogConfigurations {
|
|
|
98
74
|
*/
|
|
99
75
|
Cloudwatch?: LogConfiguration;
|
|
100
76
|
}
|
|
101
|
-
export declare namespace LogConfigurations {
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
const filterSensitiveLog: (obj: LogConfigurations) => any;
|
|
106
|
-
}
|
|
107
77
|
/**
|
|
108
78
|
* <p>Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.</p>
|
|
109
79
|
*/
|
|
@@ -113,12 +83,6 @@ export interface MemberFabricLogPublishingConfiguration {
|
|
|
113
83
|
*/
|
|
114
84
|
CaLogs?: LogConfigurations;
|
|
115
85
|
}
|
|
116
|
-
export declare namespace MemberFabricLogPublishingConfiguration {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
const filterSensitiveLog: (obj: MemberFabricLogPublishingConfiguration) => any;
|
|
121
|
-
}
|
|
122
86
|
/**
|
|
123
87
|
* <p>Configuration properties for logging events associated with a member of a Managed Blockchain network.</p>
|
|
124
88
|
*/
|
|
@@ -128,12 +92,6 @@ export interface MemberLogPublishingConfiguration {
|
|
|
128
92
|
*/
|
|
129
93
|
Fabric?: MemberFabricLogPublishingConfiguration;
|
|
130
94
|
}
|
|
131
|
-
export declare namespace MemberLogPublishingConfiguration {
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
const filterSensitiveLog: (obj: MemberLogPublishingConfiguration) => any;
|
|
136
|
-
}
|
|
137
95
|
/**
|
|
138
96
|
* <p>Configuration properties of the member.</p>
|
|
139
97
|
* <p>Applies only to Hyperledger Fabric.</p>
|
|
@@ -179,12 +137,6 @@ export interface MemberConfiguration {
|
|
|
179
137
|
*/
|
|
180
138
|
KmsKeyArn?: string;
|
|
181
139
|
}
|
|
182
|
-
export declare namespace MemberConfiguration {
|
|
183
|
-
/**
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
186
|
-
const filterSensitiveLog: (obj: MemberConfiguration) => any;
|
|
187
|
-
}
|
|
188
140
|
export interface CreateMemberInput {
|
|
189
141
|
/**
|
|
190
142
|
* <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 AWS SDK or the AWS CLI.</p>
|
|
@@ -203,24 +155,12 @@ export interface CreateMemberInput {
|
|
|
203
155
|
*/
|
|
204
156
|
MemberConfiguration: MemberConfiguration | undefined;
|
|
205
157
|
}
|
|
206
|
-
export declare namespace CreateMemberInput {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
|
-
const filterSensitiveLog: (obj: CreateMemberInput) => any;
|
|
211
|
-
}
|
|
212
158
|
export interface CreateMemberOutput {
|
|
213
159
|
/**
|
|
214
160
|
* <p>The unique identifier of the member.</p>
|
|
215
161
|
*/
|
|
216
162
|
MemberId?: string;
|
|
217
163
|
}
|
|
218
|
-
export declare namespace CreateMemberOutput {
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
|
-
const filterSensitiveLog: (obj: CreateMemberOutput) => any;
|
|
223
|
-
}
|
|
224
164
|
/**
|
|
225
165
|
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
226
166
|
*/
|
|
@@ -340,12 +280,6 @@ export interface NetworkFabricConfiguration {
|
|
|
340
280
|
*/
|
|
341
281
|
Edition: Edition | string | undefined;
|
|
342
282
|
}
|
|
343
|
-
export declare namespace NetworkFabricConfiguration {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
|
-
const filterSensitiveLog: (obj: NetworkFabricConfiguration) => any;
|
|
348
|
-
}
|
|
349
283
|
/**
|
|
350
284
|
* <p>
|
|
351
285
|
* Configuration properties relevant to the network for the blockchain framework that the network uses.
|
|
@@ -359,12 +293,6 @@ export interface NetworkFrameworkConfiguration {
|
|
|
359
293
|
*/
|
|
360
294
|
Fabric?: NetworkFabricConfiguration;
|
|
361
295
|
}
|
|
362
|
-
export declare namespace NetworkFrameworkConfiguration {
|
|
363
|
-
/**
|
|
364
|
-
* @internal
|
|
365
|
-
*/
|
|
366
|
-
const filterSensitiveLog: (obj: NetworkFrameworkConfiguration) => any;
|
|
367
|
-
}
|
|
368
296
|
/**
|
|
369
297
|
* <p>
|
|
370
298
|
* The voting rules for the network to decide if a proposal is accepted
|
|
@@ -377,12 +305,6 @@ export interface VotingPolicy {
|
|
|
377
305
|
*/
|
|
378
306
|
ApprovalThresholdPolicy?: ApprovalThresholdPolicy;
|
|
379
307
|
}
|
|
380
|
-
export declare namespace VotingPolicy {
|
|
381
|
-
/**
|
|
382
|
-
* @internal
|
|
383
|
-
*/
|
|
384
|
-
const filterSensitiveLog: (obj: VotingPolicy) => any;
|
|
385
|
-
}
|
|
386
308
|
export interface CreateNetworkInput {
|
|
387
309
|
/**
|
|
388
310
|
* <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 AWS SDK or the AWS CLI.</p>
|
|
@@ -427,12 +349,6 @@ export interface CreateNetworkInput {
|
|
|
427
349
|
*/
|
|
428
350
|
Tags?: Record<string, string>;
|
|
429
351
|
}
|
|
430
|
-
export declare namespace CreateNetworkInput {
|
|
431
|
-
/**
|
|
432
|
-
* @internal
|
|
433
|
-
*/
|
|
434
|
-
const filterSensitiveLog: (obj: CreateNetworkInput) => any;
|
|
435
|
-
}
|
|
436
352
|
export interface CreateNetworkOutput {
|
|
437
353
|
/**
|
|
438
354
|
* <p>The unique identifier for the network.</p>
|
|
@@ -443,12 +359,6 @@ export interface CreateNetworkOutput {
|
|
|
443
359
|
*/
|
|
444
360
|
MemberId?: string;
|
|
445
361
|
}
|
|
446
|
-
export declare namespace CreateNetworkOutput {
|
|
447
|
-
/**
|
|
448
|
-
* @internal
|
|
449
|
-
*/
|
|
450
|
-
const filterSensitiveLog: (obj: CreateNetworkOutput) => any;
|
|
451
|
-
}
|
|
452
362
|
/**
|
|
453
363
|
* <p>Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.</p>
|
|
454
364
|
*/
|
|
@@ -462,12 +372,6 @@ export interface NodeFabricLogPublishingConfiguration {
|
|
|
462
372
|
*/
|
|
463
373
|
PeerLogs?: LogConfigurations;
|
|
464
374
|
}
|
|
465
|
-
export declare namespace NodeFabricLogPublishingConfiguration {
|
|
466
|
-
/**
|
|
467
|
-
* @internal
|
|
468
|
-
*/
|
|
469
|
-
const filterSensitiveLog: (obj: NodeFabricLogPublishingConfiguration) => any;
|
|
470
|
-
}
|
|
471
375
|
/**
|
|
472
376
|
* <p>Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.</p>
|
|
473
377
|
*/
|
|
@@ -477,12 +381,6 @@ export interface NodeLogPublishingConfiguration {
|
|
|
477
381
|
*/
|
|
478
382
|
Fabric?: NodeFabricLogPublishingConfiguration;
|
|
479
383
|
}
|
|
480
|
-
export declare namespace NodeLogPublishingConfiguration {
|
|
481
|
-
/**
|
|
482
|
-
* @internal
|
|
483
|
-
*/
|
|
484
|
-
const filterSensitiveLog: (obj: NodeLogPublishingConfiguration) => any;
|
|
485
|
-
}
|
|
486
384
|
export declare enum StateDBType {
|
|
487
385
|
CouchDB = "CouchDB",
|
|
488
386
|
LevelDB = "LevelDB"
|
|
@@ -510,12 +408,6 @@ export interface NodeConfiguration {
|
|
|
510
408
|
*/
|
|
511
409
|
StateDB?: StateDBType | string;
|
|
512
410
|
}
|
|
513
|
-
export declare namespace NodeConfiguration {
|
|
514
|
-
/**
|
|
515
|
-
* @internal
|
|
516
|
-
*/
|
|
517
|
-
const filterSensitiveLog: (obj: NodeConfiguration) => any;
|
|
518
|
-
}
|
|
519
411
|
export interface CreateNodeInput {
|
|
520
412
|
/**
|
|
521
413
|
* <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 AWS SDK or the AWS CLI.</p>
|
|
@@ -559,24 +451,12 @@ export interface CreateNodeInput {
|
|
|
559
451
|
*/
|
|
560
452
|
Tags?: Record<string, string>;
|
|
561
453
|
}
|
|
562
|
-
export declare namespace CreateNodeInput {
|
|
563
|
-
/**
|
|
564
|
-
* @internal
|
|
565
|
-
*/
|
|
566
|
-
const filterSensitiveLog: (obj: CreateNodeInput) => any;
|
|
567
|
-
}
|
|
568
454
|
export interface CreateNodeOutput {
|
|
569
455
|
/**
|
|
570
456
|
* <p>The unique identifier of the node.</p>
|
|
571
457
|
*/
|
|
572
458
|
NodeId?: string;
|
|
573
459
|
}
|
|
574
|
-
export declare namespace CreateNodeOutput {
|
|
575
|
-
/**
|
|
576
|
-
* @internal
|
|
577
|
-
*/
|
|
578
|
-
const filterSensitiveLog: (obj: CreateNodeOutput) => any;
|
|
579
|
-
}
|
|
580
460
|
/**
|
|
581
461
|
* <p>An action to invite a specific AWS 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>
|
|
582
462
|
* <p>Applies only to Hyperledger Fabric.</p>
|
|
@@ -587,12 +467,6 @@ export interface InviteAction {
|
|
|
587
467
|
*/
|
|
588
468
|
Principal: string | undefined;
|
|
589
469
|
}
|
|
590
|
-
export declare namespace InviteAction {
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
|
-
const filterSensitiveLog: (obj: InviteAction) => any;
|
|
595
|
-
}
|
|
596
470
|
/**
|
|
597
471
|
* <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>
|
|
598
472
|
* <p>Applies only to Hyperledger Fabric.</p>
|
|
@@ -603,12 +477,6 @@ export interface RemoveAction {
|
|
|
603
477
|
*/
|
|
604
478
|
MemberId: string | undefined;
|
|
605
479
|
}
|
|
606
|
-
export declare namespace RemoveAction {
|
|
607
|
-
/**
|
|
608
|
-
* @internal
|
|
609
|
-
*/
|
|
610
|
-
const filterSensitiveLog: (obj: RemoveAction) => any;
|
|
611
|
-
}
|
|
612
480
|
/**
|
|
613
481
|
* <p>
|
|
614
482
|
* The actions to carry out if a proposal is <code>APPROVED</code>.
|
|
@@ -629,12 +497,6 @@ export interface ProposalActions {
|
|
|
629
497
|
*/
|
|
630
498
|
Removals?: RemoveAction[];
|
|
631
499
|
}
|
|
632
|
-
export declare namespace ProposalActions {
|
|
633
|
-
/**
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
636
|
-
const filterSensitiveLog: (obj: ProposalActions) => any;
|
|
637
|
-
}
|
|
638
500
|
export interface CreateProposalInput {
|
|
639
501
|
/**
|
|
640
502
|
* <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 AWS SDK or the AWS CLI.</p>
|
|
@@ -664,24 +526,12 @@ export interface CreateProposalInput {
|
|
|
664
526
|
*/
|
|
665
527
|
Tags?: Record<string, string>;
|
|
666
528
|
}
|
|
667
|
-
export declare namespace CreateProposalInput {
|
|
668
|
-
/**
|
|
669
|
-
* @internal
|
|
670
|
-
*/
|
|
671
|
-
const filterSensitiveLog: (obj: CreateProposalInput) => any;
|
|
672
|
-
}
|
|
673
529
|
export interface CreateProposalOutput {
|
|
674
530
|
/**
|
|
675
531
|
* <p>The unique identifier of the proposal.</p>
|
|
676
532
|
*/
|
|
677
533
|
ProposalId?: string;
|
|
678
534
|
}
|
|
679
|
-
export declare namespace CreateProposalOutput {
|
|
680
|
-
/**
|
|
681
|
-
* @internal
|
|
682
|
-
*/
|
|
683
|
-
const filterSensitiveLog: (obj: CreateProposalOutput) => any;
|
|
684
|
-
}
|
|
685
535
|
export interface DeleteMemberInput {
|
|
686
536
|
/**
|
|
687
537
|
* <p>The unique identifier of the network from which the member is removed.</p>
|
|
@@ -692,20 +542,8 @@ export interface DeleteMemberInput {
|
|
|
692
542
|
*/
|
|
693
543
|
MemberId: string | undefined;
|
|
694
544
|
}
|
|
695
|
-
export declare namespace DeleteMemberInput {
|
|
696
|
-
/**
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
699
|
-
const filterSensitiveLog: (obj: DeleteMemberInput) => any;
|
|
700
|
-
}
|
|
701
545
|
export interface DeleteMemberOutput {
|
|
702
546
|
}
|
|
703
|
-
export declare namespace DeleteMemberOutput {
|
|
704
|
-
/**
|
|
705
|
-
* @internal
|
|
706
|
-
*/
|
|
707
|
-
const filterSensitiveLog: (obj: DeleteMemberOutput) => any;
|
|
708
|
-
}
|
|
709
547
|
export interface DeleteNodeInput {
|
|
710
548
|
/**
|
|
711
549
|
* <p>The unique identifier of the network that the node is on.</p>
|
|
@@ -739,20 +577,8 @@ export interface DeleteNodeInput {
|
|
|
739
577
|
*/
|
|
740
578
|
NodeId: string | undefined;
|
|
741
579
|
}
|
|
742
|
-
export declare namespace DeleteNodeInput {
|
|
743
|
-
/**
|
|
744
|
-
* @internal
|
|
745
|
-
*/
|
|
746
|
-
const filterSensitiveLog: (obj: DeleteNodeInput) => any;
|
|
747
|
-
}
|
|
748
580
|
export interface DeleteNodeOutput {
|
|
749
581
|
}
|
|
750
|
-
export declare namespace DeleteNodeOutput {
|
|
751
|
-
/**
|
|
752
|
-
* @internal
|
|
753
|
-
*/
|
|
754
|
-
const filterSensitiveLog: (obj: DeleteNodeOutput) => any;
|
|
755
|
-
}
|
|
756
582
|
export interface GetMemberInput {
|
|
757
583
|
/**
|
|
758
584
|
* <p>The unique identifier of the network to which the member belongs.</p>
|
|
@@ -763,12 +589,6 @@ export interface GetMemberInput {
|
|
|
763
589
|
*/
|
|
764
590
|
MemberId: string | undefined;
|
|
765
591
|
}
|
|
766
|
-
export declare namespace GetMemberInput {
|
|
767
|
-
/**
|
|
768
|
-
* @internal
|
|
769
|
-
*/
|
|
770
|
-
const filterSensitiveLog: (obj: GetMemberInput) => any;
|
|
771
|
-
}
|
|
772
592
|
/**
|
|
773
593
|
* <p>Attributes of Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.</p>
|
|
774
594
|
*/
|
|
@@ -782,12 +602,6 @@ export interface MemberFabricAttributes {
|
|
|
782
602
|
*/
|
|
783
603
|
CaEndpoint?: string;
|
|
784
604
|
}
|
|
785
|
-
export declare namespace MemberFabricAttributes {
|
|
786
|
-
/**
|
|
787
|
-
* @internal
|
|
788
|
-
*/
|
|
789
|
-
const filterSensitiveLog: (obj: MemberFabricAttributes) => any;
|
|
790
|
-
}
|
|
791
605
|
/**
|
|
792
606
|
* <p>Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.</p>
|
|
793
607
|
*/
|
|
@@ -797,12 +611,6 @@ export interface MemberFrameworkAttributes {
|
|
|
797
611
|
*/
|
|
798
612
|
Fabric?: MemberFabricAttributes;
|
|
799
613
|
}
|
|
800
|
-
export declare namespace MemberFrameworkAttributes {
|
|
801
|
-
/**
|
|
802
|
-
* @internal
|
|
803
|
-
*/
|
|
804
|
-
const filterSensitiveLog: (obj: MemberFrameworkAttributes) => any;
|
|
805
|
-
}
|
|
806
614
|
export declare enum MemberStatus {
|
|
807
615
|
AVAILABLE = "AVAILABLE",
|
|
808
616
|
CREATE_FAILED = "CREATE_FAILED",
|
|
@@ -895,36 +703,18 @@ export interface Member {
|
|
|
895
703
|
*/
|
|
896
704
|
KmsKeyArn?: string;
|
|
897
705
|
}
|
|
898
|
-
export declare namespace Member {
|
|
899
|
-
/**
|
|
900
|
-
* @internal
|
|
901
|
-
*/
|
|
902
|
-
const filterSensitiveLog: (obj: Member) => any;
|
|
903
|
-
}
|
|
904
706
|
export interface GetMemberOutput {
|
|
905
707
|
/**
|
|
906
708
|
* <p>The properties of a member.</p>
|
|
907
709
|
*/
|
|
908
710
|
Member?: Member;
|
|
909
711
|
}
|
|
910
|
-
export declare namespace GetMemberOutput {
|
|
911
|
-
/**
|
|
912
|
-
* @internal
|
|
913
|
-
*/
|
|
914
|
-
const filterSensitiveLog: (obj: GetMemberOutput) => any;
|
|
915
|
-
}
|
|
916
712
|
export interface GetNetworkInput {
|
|
917
713
|
/**
|
|
918
714
|
* <p>The unique identifier of the network to get information about.</p>
|
|
919
715
|
*/
|
|
920
716
|
NetworkId: string | undefined;
|
|
921
717
|
}
|
|
922
|
-
export declare namespace GetNetworkInput {
|
|
923
|
-
/**
|
|
924
|
-
* @internal
|
|
925
|
-
*/
|
|
926
|
-
const filterSensitiveLog: (obj: GetNetworkInput) => any;
|
|
927
|
-
}
|
|
928
718
|
/**
|
|
929
719
|
* <p>Attributes of Ethereum for a network. </p>
|
|
930
720
|
*/
|
|
@@ -948,12 +738,6 @@ export interface NetworkEthereumAttributes {
|
|
|
948
738
|
*/
|
|
949
739
|
ChainId?: string;
|
|
950
740
|
}
|
|
951
|
-
export declare namespace NetworkEthereumAttributes {
|
|
952
|
-
/**
|
|
953
|
-
* @internal
|
|
954
|
-
*/
|
|
955
|
-
const filterSensitiveLog: (obj: NetworkEthereumAttributes) => any;
|
|
956
|
-
}
|
|
957
741
|
/**
|
|
958
742
|
* <p>Attributes of Hyperledger Fabric for a network.</p>
|
|
959
743
|
*/
|
|
@@ -967,12 +751,6 @@ export interface NetworkFabricAttributes {
|
|
|
967
751
|
*/
|
|
968
752
|
Edition?: Edition | string;
|
|
969
753
|
}
|
|
970
|
-
export declare namespace NetworkFabricAttributes {
|
|
971
|
-
/**
|
|
972
|
-
* @internal
|
|
973
|
-
*/
|
|
974
|
-
const filterSensitiveLog: (obj: NetworkFabricAttributes) => any;
|
|
975
|
-
}
|
|
976
754
|
/**
|
|
977
755
|
* <p>Attributes relevant to the network for the blockchain framework that the network uses.</p>
|
|
978
756
|
*/
|
|
@@ -986,12 +764,6 @@ export interface NetworkFrameworkAttributes {
|
|
|
986
764
|
*/
|
|
987
765
|
Ethereum?: NetworkEthereumAttributes;
|
|
988
766
|
}
|
|
989
|
-
export declare namespace NetworkFrameworkAttributes {
|
|
990
|
-
/**
|
|
991
|
-
* @internal
|
|
992
|
-
*/
|
|
993
|
-
const filterSensitiveLog: (obj: NetworkFrameworkAttributes) => any;
|
|
994
|
-
}
|
|
995
767
|
export declare enum NetworkStatus {
|
|
996
768
|
AVAILABLE = "AVAILABLE",
|
|
997
769
|
CREATE_FAILED = "CREATE_FAILED",
|
|
@@ -1053,24 +825,12 @@ export interface Network {
|
|
|
1053
825
|
*/
|
|
1054
826
|
Arn?: string;
|
|
1055
827
|
}
|
|
1056
|
-
export declare namespace Network {
|
|
1057
|
-
/**
|
|
1058
|
-
* @internal
|
|
1059
|
-
*/
|
|
1060
|
-
const filterSensitiveLog: (obj: Network) => any;
|
|
1061
|
-
}
|
|
1062
828
|
export interface GetNetworkOutput {
|
|
1063
829
|
/**
|
|
1064
830
|
* <p>An object containing network configuration parameters.</p>
|
|
1065
831
|
*/
|
|
1066
832
|
Network?: Network;
|
|
1067
833
|
}
|
|
1068
|
-
export declare namespace GetNetworkOutput {
|
|
1069
|
-
/**
|
|
1070
|
-
* @internal
|
|
1071
|
-
*/
|
|
1072
|
-
const filterSensitiveLog: (obj: GetNetworkOutput) => any;
|
|
1073
|
-
}
|
|
1074
834
|
export interface GetNodeInput {
|
|
1075
835
|
/**
|
|
1076
836
|
* <p>The unique identifier of the network that the node is on.</p>
|
|
@@ -1086,12 +846,6 @@ export interface GetNodeInput {
|
|
|
1086
846
|
*/
|
|
1087
847
|
NodeId: string | undefined;
|
|
1088
848
|
}
|
|
1089
|
-
export declare namespace GetNodeInput {
|
|
1090
|
-
/**
|
|
1091
|
-
* @internal
|
|
1092
|
-
*/
|
|
1093
|
-
const filterSensitiveLog: (obj: GetNodeInput) => any;
|
|
1094
|
-
}
|
|
1095
849
|
/**
|
|
1096
850
|
* <p>Attributes of an Ethereum node.</p>
|
|
1097
851
|
*/
|
|
@@ -1105,12 +859,6 @@ export interface NodeEthereumAttributes {
|
|
|
1105
859
|
*/
|
|
1106
860
|
WebSocketEndpoint?: string;
|
|
1107
861
|
}
|
|
1108
|
-
export declare namespace NodeEthereumAttributes {
|
|
1109
|
-
/**
|
|
1110
|
-
* @internal
|
|
1111
|
-
*/
|
|
1112
|
-
const filterSensitiveLog: (obj: NodeEthereumAttributes) => any;
|
|
1113
|
-
}
|
|
1114
862
|
/**
|
|
1115
863
|
* <p>Attributes of Hyperledger Fabric for a peer node on a Hyperledger Fabric network on Managed Blockchain.</p>
|
|
1116
864
|
*/
|
|
@@ -1124,12 +872,6 @@ export interface NodeFabricAttributes {
|
|
|
1124
872
|
*/
|
|
1125
873
|
PeerEventEndpoint?: string;
|
|
1126
874
|
}
|
|
1127
|
-
export declare namespace NodeFabricAttributes {
|
|
1128
|
-
/**
|
|
1129
|
-
* @internal
|
|
1130
|
-
*/
|
|
1131
|
-
const filterSensitiveLog: (obj: NodeFabricAttributes) => any;
|
|
1132
|
-
}
|
|
1133
875
|
/**
|
|
1134
876
|
* <p>Attributes relevant to a node on a Managed Blockchain network for the blockchain framework that the network uses.</p>
|
|
1135
877
|
*/
|
|
@@ -1143,12 +885,6 @@ export interface NodeFrameworkAttributes {
|
|
|
1143
885
|
*/
|
|
1144
886
|
Ethereum?: NodeEthereumAttributes;
|
|
1145
887
|
}
|
|
1146
|
-
export declare namespace NodeFrameworkAttributes {
|
|
1147
|
-
/**
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
const filterSensitiveLog: (obj: NodeFrameworkAttributes) => any;
|
|
1151
|
-
}
|
|
1152
888
|
export declare enum NodeStatus {
|
|
1153
889
|
AVAILABLE = "AVAILABLE",
|
|
1154
890
|
CREATE_FAILED = "CREATE_FAILED",
|
|
@@ -1260,24 +996,12 @@ export interface Node {
|
|
|
1260
996
|
*/
|
|
1261
997
|
KmsKeyArn?: string;
|
|
1262
998
|
}
|
|
1263
|
-
export declare namespace Node {
|
|
1264
|
-
/**
|
|
1265
|
-
* @internal
|
|
1266
|
-
*/
|
|
1267
|
-
const filterSensitiveLog: (obj: Node) => any;
|
|
1268
|
-
}
|
|
1269
999
|
export interface GetNodeOutput {
|
|
1270
1000
|
/**
|
|
1271
1001
|
* <p>Properties of the node configuration.</p>
|
|
1272
1002
|
*/
|
|
1273
1003
|
Node?: Node;
|
|
1274
1004
|
}
|
|
1275
|
-
export declare namespace GetNodeOutput {
|
|
1276
|
-
/**
|
|
1277
|
-
* @internal
|
|
1278
|
-
*/
|
|
1279
|
-
const filterSensitiveLog: (obj: GetNodeOutput) => any;
|
|
1280
|
-
}
|
|
1281
1005
|
export interface GetProposalInput {
|
|
1282
1006
|
/**
|
|
1283
1007
|
* <p>The unique identifier of the network for which the proposal is made.</p>
|
|
@@ -1288,12 +1012,6 @@ export interface GetProposalInput {
|
|
|
1288
1012
|
*/
|
|
1289
1013
|
ProposalId: string | undefined;
|
|
1290
1014
|
}
|
|
1291
|
-
export declare namespace GetProposalInput {
|
|
1292
|
-
/**
|
|
1293
|
-
* @internal
|
|
1294
|
-
*/
|
|
1295
|
-
const filterSensitiveLog: (obj: GetProposalInput) => any;
|
|
1296
|
-
}
|
|
1297
1015
|
export declare enum ProposalStatus {
|
|
1298
1016
|
ACTION_FAILED = "ACTION_FAILED",
|
|
1299
1017
|
APPROVED = "APPROVED",
|
|
@@ -1396,24 +1114,12 @@ export interface Proposal {
|
|
|
1396
1114
|
*/
|
|
1397
1115
|
Arn?: string;
|
|
1398
1116
|
}
|
|
1399
|
-
export declare namespace Proposal {
|
|
1400
|
-
/**
|
|
1401
|
-
* @internal
|
|
1402
|
-
*/
|
|
1403
|
-
const filterSensitiveLog: (obj: Proposal) => any;
|
|
1404
|
-
}
|
|
1405
1117
|
export interface GetProposalOutput {
|
|
1406
1118
|
/**
|
|
1407
1119
|
* <p>Information about a proposal.</p>
|
|
1408
1120
|
*/
|
|
1409
1121
|
Proposal?: Proposal;
|
|
1410
1122
|
}
|
|
1411
|
-
export declare namespace GetProposalOutput {
|
|
1412
|
-
/**
|
|
1413
|
-
* @internal
|
|
1414
|
-
*/
|
|
1415
|
-
const filterSensitiveLog: (obj: GetProposalOutput) => any;
|
|
1416
|
-
}
|
|
1417
1123
|
/**
|
|
1418
1124
|
* <p></p>
|
|
1419
1125
|
*/
|
|
@@ -1463,12 +1169,6 @@ export interface NetworkSummary {
|
|
|
1463
1169
|
*/
|
|
1464
1170
|
Arn?: string;
|
|
1465
1171
|
}
|
|
1466
|
-
export declare namespace NetworkSummary {
|
|
1467
|
-
/**
|
|
1468
|
-
* @internal
|
|
1469
|
-
*/
|
|
1470
|
-
const filterSensitiveLog: (obj: NetworkSummary) => any;
|
|
1471
|
-
}
|
|
1472
1172
|
export declare enum InvitationStatus {
|
|
1473
1173
|
ACCEPTED = "ACCEPTED",
|
|
1474
1174
|
ACCEPTING = "ACCEPTING",
|
|
@@ -1528,12 +1228,6 @@ export interface Invitation {
|
|
|
1528
1228
|
*/
|
|
1529
1229
|
Arn?: string;
|
|
1530
1230
|
}
|
|
1531
|
-
export declare namespace Invitation {
|
|
1532
|
-
/**
|
|
1533
|
-
* @internal
|
|
1534
|
-
*/
|
|
1535
|
-
const filterSensitiveLog: (obj: Invitation) => any;
|
|
1536
|
-
}
|
|
1537
1231
|
export interface ListInvitationsInput {
|
|
1538
1232
|
/**
|
|
1539
1233
|
* <p>The maximum number of invitations to return.</p>
|
|
@@ -1544,12 +1238,6 @@ export interface ListInvitationsInput {
|
|
|
1544
1238
|
*/
|
|
1545
1239
|
NextToken?: string;
|
|
1546
1240
|
}
|
|
1547
|
-
export declare namespace ListInvitationsInput {
|
|
1548
|
-
/**
|
|
1549
|
-
* @internal
|
|
1550
|
-
*/
|
|
1551
|
-
const filterSensitiveLog: (obj: ListInvitationsInput) => any;
|
|
1552
|
-
}
|
|
1553
1241
|
export interface ListInvitationsOutput {
|
|
1554
1242
|
/**
|
|
1555
1243
|
* <p>The invitations for the network.</p>
|
|
@@ -1560,12 +1248,6 @@ export interface ListInvitationsOutput {
|
|
|
1560
1248
|
*/
|
|
1561
1249
|
NextToken?: string;
|
|
1562
1250
|
}
|
|
1563
|
-
export declare namespace ListInvitationsOutput {
|
|
1564
|
-
/**
|
|
1565
|
-
* @internal
|
|
1566
|
-
*/
|
|
1567
|
-
const filterSensitiveLog: (obj: ListInvitationsOutput) => any;
|
|
1568
|
-
}
|
|
1569
1251
|
export interface ListMembersInput {
|
|
1570
1252
|
/**
|
|
1571
1253
|
* <p>The unique identifier of the network for which to list members.</p>
|
|
@@ -1594,12 +1276,6 @@ export interface ListMembersInput {
|
|
|
1594
1276
|
*/
|
|
1595
1277
|
NextToken?: string;
|
|
1596
1278
|
}
|
|
1597
|
-
export declare namespace ListMembersInput {
|
|
1598
|
-
/**
|
|
1599
|
-
* @internal
|
|
1600
|
-
*/
|
|
1601
|
-
const filterSensitiveLog: (obj: ListMembersInput) => any;
|
|
1602
|
-
}
|
|
1603
1279
|
/**
|
|
1604
1280
|
* <p>A summary of configuration properties for a member.</p>
|
|
1605
1281
|
* <p>Applies only to Hyperledger Fabric.</p>
|
|
@@ -1667,12 +1343,6 @@ export interface MemberSummary {
|
|
|
1667
1343
|
*/
|
|
1668
1344
|
Arn?: string;
|
|
1669
1345
|
}
|
|
1670
|
-
export declare namespace MemberSummary {
|
|
1671
|
-
/**
|
|
1672
|
-
* @internal
|
|
1673
|
-
*/
|
|
1674
|
-
const filterSensitiveLog: (obj: MemberSummary) => any;
|
|
1675
|
-
}
|
|
1676
1346
|
export interface ListMembersOutput {
|
|
1677
1347
|
/**
|
|
1678
1348
|
* <p>An array of <code>MemberSummary</code> objects. Each object contains details about a network member.</p>
|
|
@@ -1683,12 +1353,6 @@ export interface ListMembersOutput {
|
|
|
1683
1353
|
*/
|
|
1684
1354
|
NextToken?: string;
|
|
1685
1355
|
}
|
|
1686
|
-
export declare namespace ListMembersOutput {
|
|
1687
|
-
/**
|
|
1688
|
-
* @internal
|
|
1689
|
-
*/
|
|
1690
|
-
const filterSensitiveLog: (obj: ListMembersOutput) => any;
|
|
1691
|
-
}
|
|
1692
1356
|
export interface ListNetworksInput {
|
|
1693
1357
|
/**
|
|
1694
1358
|
* <p>The name of the network.</p>
|
|
@@ -1712,12 +1376,6 @@ export interface ListNetworksInput {
|
|
|
1712
1376
|
*/
|
|
1713
1377
|
NextToken?: string;
|
|
1714
1378
|
}
|
|
1715
|
-
export declare namespace ListNetworksInput {
|
|
1716
|
-
/**
|
|
1717
|
-
* @internal
|
|
1718
|
-
*/
|
|
1719
|
-
const filterSensitiveLog: (obj: ListNetworksInput) => any;
|
|
1720
|
-
}
|
|
1721
1379
|
export interface ListNetworksOutput {
|
|
1722
1380
|
/**
|
|
1723
1381
|
* <p>An array of <code>NetworkSummary</code> objects that contain configuration properties for each network.</p>
|
|
@@ -1728,12 +1386,6 @@ export interface ListNetworksOutput {
|
|
|
1728
1386
|
*/
|
|
1729
1387
|
NextToken?: string;
|
|
1730
1388
|
}
|
|
1731
|
-
export declare namespace ListNetworksOutput {
|
|
1732
|
-
/**
|
|
1733
|
-
* @internal
|
|
1734
|
-
*/
|
|
1735
|
-
const filterSensitiveLog: (obj: ListNetworksOutput) => any;
|
|
1736
|
-
}
|
|
1737
1389
|
export interface ListNodesInput {
|
|
1738
1390
|
/**
|
|
1739
1391
|
* <p>The unique identifier of the network for which to list nodes.</p>
|
|
@@ -1757,12 +1409,6 @@ export interface ListNodesInput {
|
|
|
1757
1409
|
*/
|
|
1758
1410
|
NextToken?: string;
|
|
1759
1411
|
}
|
|
1760
|
-
export declare namespace ListNodesInput {
|
|
1761
|
-
/**
|
|
1762
|
-
* @internal
|
|
1763
|
-
*/
|
|
1764
|
-
const filterSensitiveLog: (obj: ListNodesInput) => any;
|
|
1765
|
-
}
|
|
1766
1412
|
/**
|
|
1767
1413
|
* <p>A summary of configuration properties for a node.</p>
|
|
1768
1414
|
*/
|
|
@@ -1792,12 +1438,6 @@ export interface NodeSummary {
|
|
|
1792
1438
|
*/
|
|
1793
1439
|
Arn?: string;
|
|
1794
1440
|
}
|
|
1795
|
-
export declare namespace NodeSummary {
|
|
1796
|
-
/**
|
|
1797
|
-
* @internal
|
|
1798
|
-
*/
|
|
1799
|
-
const filterSensitiveLog: (obj: NodeSummary) => any;
|
|
1800
|
-
}
|
|
1801
1441
|
export interface ListNodesOutput {
|
|
1802
1442
|
/**
|
|
1803
1443
|
* <p>An array of <code>NodeSummary</code> objects that contain configuration properties for each node.</p>
|
|
@@ -1808,12 +1448,6 @@ export interface ListNodesOutput {
|
|
|
1808
1448
|
*/
|
|
1809
1449
|
NextToken?: string;
|
|
1810
1450
|
}
|
|
1811
|
-
export declare namespace ListNodesOutput {
|
|
1812
|
-
/**
|
|
1813
|
-
* @internal
|
|
1814
|
-
*/
|
|
1815
|
-
const filterSensitiveLog: (obj: ListNodesOutput) => any;
|
|
1816
|
-
}
|
|
1817
1451
|
export interface ListProposalsInput {
|
|
1818
1452
|
/**
|
|
1819
1453
|
* <p>
|
|
@@ -1834,12 +1468,6 @@ export interface ListProposalsInput {
|
|
|
1834
1468
|
*/
|
|
1835
1469
|
NextToken?: string;
|
|
1836
1470
|
}
|
|
1837
|
-
export declare namespace ListProposalsInput {
|
|
1838
|
-
/**
|
|
1839
|
-
* @internal
|
|
1840
|
-
*/
|
|
1841
|
-
const filterSensitiveLog: (obj: ListProposalsInput) => any;
|
|
1842
|
-
}
|
|
1843
1471
|
/**
|
|
1844
1472
|
* <p>Properties of a proposal.</p>
|
|
1845
1473
|
* <p>Applies only to Hyperledger Fabric.</p>
|
|
@@ -1912,12 +1540,6 @@ export interface ProposalSummary {
|
|
|
1912
1540
|
*/
|
|
1913
1541
|
Arn?: string;
|
|
1914
1542
|
}
|
|
1915
|
-
export declare namespace ProposalSummary {
|
|
1916
|
-
/**
|
|
1917
|
-
* @internal
|
|
1918
|
-
*/
|
|
1919
|
-
const filterSensitiveLog: (obj: ProposalSummary) => any;
|
|
1920
|
-
}
|
|
1921
1543
|
export interface ListProposalsOutput {
|
|
1922
1544
|
/**
|
|
1923
1545
|
* <p>The summary of each proposal made on the network.</p>
|
|
@@ -1928,12 +1550,6 @@ export interface ListProposalsOutput {
|
|
|
1928
1550
|
*/
|
|
1929
1551
|
NextToken?: string;
|
|
1930
1552
|
}
|
|
1931
|
-
export declare namespace ListProposalsOutput {
|
|
1932
|
-
/**
|
|
1933
|
-
* @internal
|
|
1934
|
-
*/
|
|
1935
|
-
const filterSensitiveLog: (obj: ListProposalsOutput) => any;
|
|
1936
|
-
}
|
|
1937
1553
|
export interface ListProposalVotesInput {
|
|
1938
1554
|
/**
|
|
1939
1555
|
* <p>
|
|
@@ -1960,12 +1576,6 @@ export interface ListProposalVotesInput {
|
|
|
1960
1576
|
*/
|
|
1961
1577
|
NextToken?: string;
|
|
1962
1578
|
}
|
|
1963
|
-
export declare namespace ListProposalVotesInput {
|
|
1964
|
-
/**
|
|
1965
|
-
* @internal
|
|
1966
|
-
*/
|
|
1967
|
-
const filterSensitiveLog: (obj: ListProposalVotesInput) => any;
|
|
1968
|
-
}
|
|
1969
1579
|
export declare enum VoteValue {
|
|
1970
1580
|
NO = "NO",
|
|
1971
1581
|
YES = "YES"
|
|
@@ -1996,12 +1606,6 @@ export interface VoteSummary {
|
|
|
1996
1606
|
*/
|
|
1997
1607
|
MemberId?: string;
|
|
1998
1608
|
}
|
|
1999
|
-
export declare namespace VoteSummary {
|
|
2000
|
-
/**
|
|
2001
|
-
* @internal
|
|
2002
|
-
*/
|
|
2003
|
-
const filterSensitiveLog: (obj: VoteSummary) => any;
|
|
2004
|
-
}
|
|
2005
1609
|
export interface ListProposalVotesOutput {
|
|
2006
1610
|
/**
|
|
2007
1611
|
* <p>
|
|
@@ -2016,56 +1620,26 @@ export interface ListProposalVotesOutput {
|
|
|
2016
1620
|
*/
|
|
2017
1621
|
NextToken?: string;
|
|
2018
1622
|
}
|
|
2019
|
-
export declare namespace ListProposalVotesOutput {
|
|
2020
|
-
/**
|
|
2021
|
-
* @internal
|
|
2022
|
-
*/
|
|
2023
|
-
const filterSensitiveLog: (obj: ListProposalVotesOutput) => any;
|
|
2024
|
-
}
|
|
2025
1623
|
export interface ListTagsForResourceRequest {
|
|
2026
1624
|
/**
|
|
2027
1625
|
* <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>AWS General Reference</i>.</p>
|
|
2028
1626
|
*/
|
|
2029
1627
|
ResourceArn: string | undefined;
|
|
2030
1628
|
}
|
|
2031
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2032
|
-
/**
|
|
2033
|
-
* @internal
|
|
2034
|
-
*/
|
|
2035
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2036
|
-
}
|
|
2037
1629
|
export interface ListTagsForResourceResponse {
|
|
2038
1630
|
/**
|
|
2039
1631
|
* <p>The tags assigned to the resource.</p>
|
|
2040
1632
|
*/
|
|
2041
1633
|
Tags?: Record<string, string>;
|
|
2042
1634
|
}
|
|
2043
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2044
|
-
/**
|
|
2045
|
-
* @internal
|
|
2046
|
-
*/
|
|
2047
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2048
|
-
}
|
|
2049
1635
|
export interface RejectInvitationInput {
|
|
2050
1636
|
/**
|
|
2051
1637
|
* <p>The unique identifier of the invitation to reject.</p>
|
|
2052
1638
|
*/
|
|
2053
1639
|
InvitationId: string | undefined;
|
|
2054
1640
|
}
|
|
2055
|
-
export declare namespace RejectInvitationInput {
|
|
2056
|
-
/**
|
|
2057
|
-
* @internal
|
|
2058
|
-
*/
|
|
2059
|
-
const filterSensitiveLog: (obj: RejectInvitationInput) => any;
|
|
2060
|
-
}
|
|
2061
1641
|
export interface RejectInvitationOutput {
|
|
2062
1642
|
}
|
|
2063
|
-
export declare namespace RejectInvitationOutput {
|
|
2064
|
-
/**
|
|
2065
|
-
* @internal
|
|
2066
|
-
*/
|
|
2067
|
-
const filterSensitiveLog: (obj: RejectInvitationOutput) => any;
|
|
2068
|
-
}
|
|
2069
1643
|
export interface TagResourceRequest {
|
|
2070
1644
|
/**
|
|
2071
1645
|
* <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>AWS General Reference</i>.</p>
|
|
@@ -2076,20 +1650,8 @@ export interface TagResourceRequest {
|
|
|
2076
1650
|
*/
|
|
2077
1651
|
Tags: Record<string, string> | undefined;
|
|
2078
1652
|
}
|
|
2079
|
-
export declare namespace TagResourceRequest {
|
|
2080
|
-
/**
|
|
2081
|
-
* @internal
|
|
2082
|
-
*/
|
|
2083
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2084
|
-
}
|
|
2085
1653
|
export interface TagResourceResponse {
|
|
2086
1654
|
}
|
|
2087
|
-
export declare namespace TagResourceResponse {
|
|
2088
|
-
/**
|
|
2089
|
-
* @internal
|
|
2090
|
-
*/
|
|
2091
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2092
|
-
}
|
|
2093
1655
|
export interface UntagResourceRequest {
|
|
2094
1656
|
/**
|
|
2095
1657
|
* <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>AWS General Reference</i>.</p>
|
|
@@ -2100,20 +1662,8 @@ export interface UntagResourceRequest {
|
|
|
2100
1662
|
*/
|
|
2101
1663
|
TagKeys: string[] | undefined;
|
|
2102
1664
|
}
|
|
2103
|
-
export declare namespace UntagResourceRequest {
|
|
2104
|
-
/**
|
|
2105
|
-
* @internal
|
|
2106
|
-
*/
|
|
2107
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2108
|
-
}
|
|
2109
1665
|
export interface UntagResourceResponse {
|
|
2110
1666
|
}
|
|
2111
|
-
export declare namespace UntagResourceResponse {
|
|
2112
|
-
/**
|
|
2113
|
-
* @internal
|
|
2114
|
-
*/
|
|
2115
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2116
|
-
}
|
|
2117
1667
|
export interface UpdateMemberInput {
|
|
2118
1668
|
/**
|
|
2119
1669
|
* <p>The unique identifier of the Managed Blockchain network to which the member belongs.</p>
|
|
@@ -2128,20 +1678,8 @@ export interface UpdateMemberInput {
|
|
|
2128
1678
|
*/
|
|
2129
1679
|
LogPublishingConfiguration?: MemberLogPublishingConfiguration;
|
|
2130
1680
|
}
|
|
2131
|
-
export declare namespace UpdateMemberInput {
|
|
2132
|
-
/**
|
|
2133
|
-
* @internal
|
|
2134
|
-
*/
|
|
2135
|
-
const filterSensitiveLog: (obj: UpdateMemberInput) => any;
|
|
2136
|
-
}
|
|
2137
1681
|
export interface UpdateMemberOutput {
|
|
2138
1682
|
}
|
|
2139
|
-
export declare namespace UpdateMemberOutput {
|
|
2140
|
-
/**
|
|
2141
|
-
* @internal
|
|
2142
|
-
*/
|
|
2143
|
-
const filterSensitiveLog: (obj: UpdateMemberOutput) => any;
|
|
2144
|
-
}
|
|
2145
1683
|
export interface UpdateNodeInput {
|
|
2146
1684
|
/**
|
|
2147
1685
|
* <p>The unique identifier of the network that the node is on.</p>
|
|
@@ -2161,20 +1699,8 @@ export interface UpdateNodeInput {
|
|
|
2161
1699
|
*/
|
|
2162
1700
|
LogPublishingConfiguration?: NodeLogPublishingConfiguration;
|
|
2163
1701
|
}
|
|
2164
|
-
export declare namespace UpdateNodeInput {
|
|
2165
|
-
/**
|
|
2166
|
-
* @internal
|
|
2167
|
-
*/
|
|
2168
|
-
const filterSensitiveLog: (obj: UpdateNodeInput) => any;
|
|
2169
|
-
}
|
|
2170
1702
|
export interface UpdateNodeOutput {
|
|
2171
1703
|
}
|
|
2172
|
-
export declare namespace UpdateNodeOutput {
|
|
2173
|
-
/**
|
|
2174
|
-
* @internal
|
|
2175
|
-
*/
|
|
2176
|
-
const filterSensitiveLog: (obj: UpdateNodeOutput) => any;
|
|
2177
|
-
}
|
|
2178
1704
|
export interface VoteOnProposalInput {
|
|
2179
1705
|
/**
|
|
2180
1706
|
* <p>
|
|
@@ -2200,17 +1726,329 @@ export interface VoteOnProposalInput {
|
|
|
2200
1726
|
*/
|
|
2201
1727
|
Vote: VoteValue | string | undefined;
|
|
2202
1728
|
}
|
|
2203
|
-
export declare namespace VoteOnProposalInput {
|
|
2204
|
-
/**
|
|
2205
|
-
* @internal
|
|
2206
|
-
*/
|
|
2207
|
-
const filterSensitiveLog: (obj: VoteOnProposalInput) => any;
|
|
2208
|
-
}
|
|
2209
1729
|
export interface VoteOnProposalOutput {
|
|
2210
1730
|
}
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
1731
|
+
/**
|
|
1732
|
+
* @internal
|
|
1733
|
+
*/
|
|
1734
|
+
export declare const ApprovalThresholdPolicyFilterSensitiveLog: (obj: ApprovalThresholdPolicy) => any;
|
|
1735
|
+
/**
|
|
1736
|
+
* @internal
|
|
1737
|
+
*/
|
|
1738
|
+
export declare const MemberFabricConfigurationFilterSensitiveLog: (obj: MemberFabricConfiguration) => any;
|
|
1739
|
+
/**
|
|
1740
|
+
* @internal
|
|
1741
|
+
*/
|
|
1742
|
+
export declare const MemberFrameworkConfigurationFilterSensitiveLog: (obj: MemberFrameworkConfiguration) => any;
|
|
1743
|
+
/**
|
|
1744
|
+
* @internal
|
|
1745
|
+
*/
|
|
1746
|
+
export declare const LogConfigurationFilterSensitiveLog: (obj: LogConfiguration) => any;
|
|
1747
|
+
/**
|
|
1748
|
+
* @internal
|
|
1749
|
+
*/
|
|
1750
|
+
export declare const LogConfigurationsFilterSensitiveLog: (obj: LogConfigurations) => any;
|
|
1751
|
+
/**
|
|
1752
|
+
* @internal
|
|
1753
|
+
*/
|
|
1754
|
+
export declare const MemberFabricLogPublishingConfigurationFilterSensitiveLog: (obj: MemberFabricLogPublishingConfiguration) => any;
|
|
1755
|
+
/**
|
|
1756
|
+
* @internal
|
|
1757
|
+
*/
|
|
1758
|
+
export declare const MemberLogPublishingConfigurationFilterSensitiveLog: (obj: MemberLogPublishingConfiguration) => any;
|
|
1759
|
+
/**
|
|
1760
|
+
* @internal
|
|
1761
|
+
*/
|
|
1762
|
+
export declare const MemberConfigurationFilterSensitiveLog: (obj: MemberConfiguration) => any;
|
|
1763
|
+
/**
|
|
1764
|
+
* @internal
|
|
1765
|
+
*/
|
|
1766
|
+
export declare const CreateMemberInputFilterSensitiveLog: (obj: CreateMemberInput) => any;
|
|
1767
|
+
/**
|
|
1768
|
+
* @internal
|
|
1769
|
+
*/
|
|
1770
|
+
export declare const CreateMemberOutputFilterSensitiveLog: (obj: CreateMemberOutput) => any;
|
|
1771
|
+
/**
|
|
1772
|
+
* @internal
|
|
1773
|
+
*/
|
|
1774
|
+
export declare const NetworkFabricConfigurationFilterSensitiveLog: (obj: NetworkFabricConfiguration) => any;
|
|
1775
|
+
/**
|
|
1776
|
+
* @internal
|
|
1777
|
+
*/
|
|
1778
|
+
export declare const NetworkFrameworkConfigurationFilterSensitiveLog: (obj: NetworkFrameworkConfiguration) => any;
|
|
1779
|
+
/**
|
|
1780
|
+
* @internal
|
|
1781
|
+
*/
|
|
1782
|
+
export declare const VotingPolicyFilterSensitiveLog: (obj: VotingPolicy) => any;
|
|
1783
|
+
/**
|
|
1784
|
+
* @internal
|
|
1785
|
+
*/
|
|
1786
|
+
export declare const CreateNetworkInputFilterSensitiveLog: (obj: CreateNetworkInput) => any;
|
|
1787
|
+
/**
|
|
1788
|
+
* @internal
|
|
1789
|
+
*/
|
|
1790
|
+
export declare const CreateNetworkOutputFilterSensitiveLog: (obj: CreateNetworkOutput) => any;
|
|
1791
|
+
/**
|
|
1792
|
+
* @internal
|
|
1793
|
+
*/
|
|
1794
|
+
export declare const NodeFabricLogPublishingConfigurationFilterSensitiveLog: (obj: NodeFabricLogPublishingConfiguration) => any;
|
|
1795
|
+
/**
|
|
1796
|
+
* @internal
|
|
1797
|
+
*/
|
|
1798
|
+
export declare const NodeLogPublishingConfigurationFilterSensitiveLog: (obj: NodeLogPublishingConfiguration) => any;
|
|
1799
|
+
/**
|
|
1800
|
+
* @internal
|
|
1801
|
+
*/
|
|
1802
|
+
export declare const NodeConfigurationFilterSensitiveLog: (obj: NodeConfiguration) => any;
|
|
1803
|
+
/**
|
|
1804
|
+
* @internal
|
|
1805
|
+
*/
|
|
1806
|
+
export declare const CreateNodeInputFilterSensitiveLog: (obj: CreateNodeInput) => any;
|
|
1807
|
+
/**
|
|
1808
|
+
* @internal
|
|
1809
|
+
*/
|
|
1810
|
+
export declare const CreateNodeOutputFilterSensitiveLog: (obj: CreateNodeOutput) => any;
|
|
1811
|
+
/**
|
|
1812
|
+
* @internal
|
|
1813
|
+
*/
|
|
1814
|
+
export declare const InviteActionFilterSensitiveLog: (obj: InviteAction) => any;
|
|
1815
|
+
/**
|
|
1816
|
+
* @internal
|
|
1817
|
+
*/
|
|
1818
|
+
export declare const RemoveActionFilterSensitiveLog: (obj: RemoveAction) => any;
|
|
1819
|
+
/**
|
|
1820
|
+
* @internal
|
|
1821
|
+
*/
|
|
1822
|
+
export declare const ProposalActionsFilterSensitiveLog: (obj: ProposalActions) => any;
|
|
1823
|
+
/**
|
|
1824
|
+
* @internal
|
|
1825
|
+
*/
|
|
1826
|
+
export declare const CreateProposalInputFilterSensitiveLog: (obj: CreateProposalInput) => any;
|
|
1827
|
+
/**
|
|
1828
|
+
* @internal
|
|
1829
|
+
*/
|
|
1830
|
+
export declare const CreateProposalOutputFilterSensitiveLog: (obj: CreateProposalOutput) => any;
|
|
1831
|
+
/**
|
|
1832
|
+
* @internal
|
|
1833
|
+
*/
|
|
1834
|
+
export declare const DeleteMemberInputFilterSensitiveLog: (obj: DeleteMemberInput) => any;
|
|
1835
|
+
/**
|
|
1836
|
+
* @internal
|
|
1837
|
+
*/
|
|
1838
|
+
export declare const DeleteMemberOutputFilterSensitiveLog: (obj: DeleteMemberOutput) => any;
|
|
1839
|
+
/**
|
|
1840
|
+
* @internal
|
|
1841
|
+
*/
|
|
1842
|
+
export declare const DeleteNodeInputFilterSensitiveLog: (obj: DeleteNodeInput) => any;
|
|
1843
|
+
/**
|
|
1844
|
+
* @internal
|
|
1845
|
+
*/
|
|
1846
|
+
export declare const DeleteNodeOutputFilterSensitiveLog: (obj: DeleteNodeOutput) => any;
|
|
1847
|
+
/**
|
|
1848
|
+
* @internal
|
|
1849
|
+
*/
|
|
1850
|
+
export declare const GetMemberInputFilterSensitiveLog: (obj: GetMemberInput) => any;
|
|
1851
|
+
/**
|
|
1852
|
+
* @internal
|
|
1853
|
+
*/
|
|
1854
|
+
export declare const MemberFabricAttributesFilterSensitiveLog: (obj: MemberFabricAttributes) => any;
|
|
1855
|
+
/**
|
|
1856
|
+
* @internal
|
|
1857
|
+
*/
|
|
1858
|
+
export declare const MemberFrameworkAttributesFilterSensitiveLog: (obj: MemberFrameworkAttributes) => any;
|
|
1859
|
+
/**
|
|
1860
|
+
* @internal
|
|
1861
|
+
*/
|
|
1862
|
+
export declare const MemberFilterSensitiveLog: (obj: Member) => any;
|
|
1863
|
+
/**
|
|
1864
|
+
* @internal
|
|
1865
|
+
*/
|
|
1866
|
+
export declare const GetMemberOutputFilterSensitiveLog: (obj: GetMemberOutput) => any;
|
|
1867
|
+
/**
|
|
1868
|
+
* @internal
|
|
1869
|
+
*/
|
|
1870
|
+
export declare const GetNetworkInputFilterSensitiveLog: (obj: GetNetworkInput) => any;
|
|
1871
|
+
/**
|
|
1872
|
+
* @internal
|
|
1873
|
+
*/
|
|
1874
|
+
export declare const NetworkEthereumAttributesFilterSensitiveLog: (obj: NetworkEthereumAttributes) => any;
|
|
1875
|
+
/**
|
|
1876
|
+
* @internal
|
|
1877
|
+
*/
|
|
1878
|
+
export declare const NetworkFabricAttributesFilterSensitiveLog: (obj: NetworkFabricAttributes) => any;
|
|
1879
|
+
/**
|
|
1880
|
+
* @internal
|
|
1881
|
+
*/
|
|
1882
|
+
export declare const NetworkFrameworkAttributesFilterSensitiveLog: (obj: NetworkFrameworkAttributes) => any;
|
|
1883
|
+
/**
|
|
1884
|
+
* @internal
|
|
1885
|
+
*/
|
|
1886
|
+
export declare const NetworkFilterSensitiveLog: (obj: Network) => any;
|
|
1887
|
+
/**
|
|
1888
|
+
* @internal
|
|
1889
|
+
*/
|
|
1890
|
+
export declare const GetNetworkOutputFilterSensitiveLog: (obj: GetNetworkOutput) => any;
|
|
1891
|
+
/**
|
|
1892
|
+
* @internal
|
|
1893
|
+
*/
|
|
1894
|
+
export declare const GetNodeInputFilterSensitiveLog: (obj: GetNodeInput) => any;
|
|
1895
|
+
/**
|
|
1896
|
+
* @internal
|
|
1897
|
+
*/
|
|
1898
|
+
export declare const NodeEthereumAttributesFilterSensitiveLog: (obj: NodeEthereumAttributes) => any;
|
|
1899
|
+
/**
|
|
1900
|
+
* @internal
|
|
1901
|
+
*/
|
|
1902
|
+
export declare const NodeFabricAttributesFilterSensitiveLog: (obj: NodeFabricAttributes) => any;
|
|
1903
|
+
/**
|
|
1904
|
+
* @internal
|
|
1905
|
+
*/
|
|
1906
|
+
export declare const NodeFrameworkAttributesFilterSensitiveLog: (obj: NodeFrameworkAttributes) => any;
|
|
1907
|
+
/**
|
|
1908
|
+
* @internal
|
|
1909
|
+
*/
|
|
1910
|
+
export declare const NodeFilterSensitiveLog: (obj: Node) => any;
|
|
1911
|
+
/**
|
|
1912
|
+
* @internal
|
|
1913
|
+
*/
|
|
1914
|
+
export declare const GetNodeOutputFilterSensitiveLog: (obj: GetNodeOutput) => any;
|
|
1915
|
+
/**
|
|
1916
|
+
* @internal
|
|
1917
|
+
*/
|
|
1918
|
+
export declare const GetProposalInputFilterSensitiveLog: (obj: GetProposalInput) => any;
|
|
1919
|
+
/**
|
|
1920
|
+
* @internal
|
|
1921
|
+
*/
|
|
1922
|
+
export declare const ProposalFilterSensitiveLog: (obj: Proposal) => any;
|
|
1923
|
+
/**
|
|
1924
|
+
* @internal
|
|
1925
|
+
*/
|
|
1926
|
+
export declare const GetProposalOutputFilterSensitiveLog: (obj: GetProposalOutput) => any;
|
|
1927
|
+
/**
|
|
1928
|
+
* @internal
|
|
1929
|
+
*/
|
|
1930
|
+
export declare const NetworkSummaryFilterSensitiveLog: (obj: NetworkSummary) => any;
|
|
1931
|
+
/**
|
|
1932
|
+
* @internal
|
|
1933
|
+
*/
|
|
1934
|
+
export declare const InvitationFilterSensitiveLog: (obj: Invitation) => any;
|
|
1935
|
+
/**
|
|
1936
|
+
* @internal
|
|
1937
|
+
*/
|
|
1938
|
+
export declare const ListInvitationsInputFilterSensitiveLog: (obj: ListInvitationsInput) => any;
|
|
1939
|
+
/**
|
|
1940
|
+
* @internal
|
|
1941
|
+
*/
|
|
1942
|
+
export declare const ListInvitationsOutputFilterSensitiveLog: (obj: ListInvitationsOutput) => any;
|
|
1943
|
+
/**
|
|
1944
|
+
* @internal
|
|
1945
|
+
*/
|
|
1946
|
+
export declare const ListMembersInputFilterSensitiveLog: (obj: ListMembersInput) => any;
|
|
1947
|
+
/**
|
|
1948
|
+
* @internal
|
|
1949
|
+
*/
|
|
1950
|
+
export declare const MemberSummaryFilterSensitiveLog: (obj: MemberSummary) => any;
|
|
1951
|
+
/**
|
|
1952
|
+
* @internal
|
|
1953
|
+
*/
|
|
1954
|
+
export declare const ListMembersOutputFilterSensitiveLog: (obj: ListMembersOutput) => any;
|
|
1955
|
+
/**
|
|
1956
|
+
* @internal
|
|
1957
|
+
*/
|
|
1958
|
+
export declare const ListNetworksInputFilterSensitiveLog: (obj: ListNetworksInput) => any;
|
|
1959
|
+
/**
|
|
1960
|
+
* @internal
|
|
1961
|
+
*/
|
|
1962
|
+
export declare const ListNetworksOutputFilterSensitiveLog: (obj: ListNetworksOutput) => any;
|
|
1963
|
+
/**
|
|
1964
|
+
* @internal
|
|
1965
|
+
*/
|
|
1966
|
+
export declare const ListNodesInputFilterSensitiveLog: (obj: ListNodesInput) => any;
|
|
1967
|
+
/**
|
|
1968
|
+
* @internal
|
|
1969
|
+
*/
|
|
1970
|
+
export declare const NodeSummaryFilterSensitiveLog: (obj: NodeSummary) => any;
|
|
1971
|
+
/**
|
|
1972
|
+
* @internal
|
|
1973
|
+
*/
|
|
1974
|
+
export declare const ListNodesOutputFilterSensitiveLog: (obj: ListNodesOutput) => any;
|
|
1975
|
+
/**
|
|
1976
|
+
* @internal
|
|
1977
|
+
*/
|
|
1978
|
+
export declare const ListProposalsInputFilterSensitiveLog: (obj: ListProposalsInput) => any;
|
|
1979
|
+
/**
|
|
1980
|
+
* @internal
|
|
1981
|
+
*/
|
|
1982
|
+
export declare const ProposalSummaryFilterSensitiveLog: (obj: ProposalSummary) => any;
|
|
1983
|
+
/**
|
|
1984
|
+
* @internal
|
|
1985
|
+
*/
|
|
1986
|
+
export declare const ListProposalsOutputFilterSensitiveLog: (obj: ListProposalsOutput) => any;
|
|
1987
|
+
/**
|
|
1988
|
+
* @internal
|
|
1989
|
+
*/
|
|
1990
|
+
export declare const ListProposalVotesInputFilterSensitiveLog: (obj: ListProposalVotesInput) => any;
|
|
1991
|
+
/**
|
|
1992
|
+
* @internal
|
|
1993
|
+
*/
|
|
1994
|
+
export declare const VoteSummaryFilterSensitiveLog: (obj: VoteSummary) => any;
|
|
1995
|
+
/**
|
|
1996
|
+
* @internal
|
|
1997
|
+
*/
|
|
1998
|
+
export declare const ListProposalVotesOutputFilterSensitiveLog: (obj: ListProposalVotesOutput) => any;
|
|
1999
|
+
/**
|
|
2000
|
+
* @internal
|
|
2001
|
+
*/
|
|
2002
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2003
|
+
/**
|
|
2004
|
+
* @internal
|
|
2005
|
+
*/
|
|
2006
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2007
|
+
/**
|
|
2008
|
+
* @internal
|
|
2009
|
+
*/
|
|
2010
|
+
export declare const RejectInvitationInputFilterSensitiveLog: (obj: RejectInvitationInput) => any;
|
|
2011
|
+
/**
|
|
2012
|
+
* @internal
|
|
2013
|
+
*/
|
|
2014
|
+
export declare const RejectInvitationOutputFilterSensitiveLog: (obj: RejectInvitationOutput) => any;
|
|
2015
|
+
/**
|
|
2016
|
+
* @internal
|
|
2017
|
+
*/
|
|
2018
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2019
|
+
/**
|
|
2020
|
+
* @internal
|
|
2021
|
+
*/
|
|
2022
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2023
|
+
/**
|
|
2024
|
+
* @internal
|
|
2025
|
+
*/
|
|
2026
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2027
|
+
/**
|
|
2028
|
+
* @internal
|
|
2029
|
+
*/
|
|
2030
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2031
|
+
/**
|
|
2032
|
+
* @internal
|
|
2033
|
+
*/
|
|
2034
|
+
export declare const UpdateMemberInputFilterSensitiveLog: (obj: UpdateMemberInput) => any;
|
|
2035
|
+
/**
|
|
2036
|
+
* @internal
|
|
2037
|
+
*/
|
|
2038
|
+
export declare const UpdateMemberOutputFilterSensitiveLog: (obj: UpdateMemberOutput) => any;
|
|
2039
|
+
/**
|
|
2040
|
+
* @internal
|
|
2041
|
+
*/
|
|
2042
|
+
export declare const UpdateNodeInputFilterSensitiveLog: (obj: UpdateNodeInput) => any;
|
|
2043
|
+
/**
|
|
2044
|
+
* @internal
|
|
2045
|
+
*/
|
|
2046
|
+
export declare const UpdateNodeOutputFilterSensitiveLog: (obj: UpdateNodeOutput) => any;
|
|
2047
|
+
/**
|
|
2048
|
+
* @internal
|
|
2049
|
+
*/
|
|
2050
|
+
export declare const VoteOnProposalInputFilterSensitiveLog: (obj: VoteOnProposalInput) => any;
|
|
2051
|
+
/**
|
|
2052
|
+
* @internal
|
|
2053
|
+
*/
|
|
2054
|
+
export declare const VoteOnProposalOutputFilterSensitiveLog: (obj: VoteOnProposalOutput) => any;
|