@aws-sdk/client-managedblockchain 3.477.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/dist-cjs/commands/CreateAccessorCommand.js +18 -41
  2. package/dist-cjs/commands/CreateMemberCommand.js +18 -41
  3. package/dist-cjs/commands/CreateNetworkCommand.js +18 -41
  4. package/dist-cjs/commands/CreateNodeCommand.js +18 -41
  5. package/dist-cjs/commands/CreateProposalCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteAccessorCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteMemberCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteNodeCommand.js +18 -41
  9. package/dist-cjs/commands/GetAccessorCommand.js +18 -41
  10. package/dist-cjs/commands/GetMemberCommand.js +18 -41
  11. package/dist-cjs/commands/GetNetworkCommand.js +18 -41
  12. package/dist-cjs/commands/GetNodeCommand.js +18 -41
  13. package/dist-cjs/commands/GetProposalCommand.js +18 -41
  14. package/dist-cjs/commands/ListAccessorsCommand.js +18 -41
  15. package/dist-cjs/commands/ListInvitationsCommand.js +18 -41
  16. package/dist-cjs/commands/ListMembersCommand.js +18 -41
  17. package/dist-cjs/commands/ListNetworksCommand.js +18 -41
  18. package/dist-cjs/commands/ListNodesCommand.js +18 -41
  19. package/dist-cjs/commands/ListProposalVotesCommand.js +18 -41
  20. package/dist-cjs/commands/ListProposalsCommand.js +18 -41
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  22. package/dist-cjs/commands/RejectInvitationCommand.js +18 -41
  23. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  24. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateMemberCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateNodeCommand.js +18 -41
  27. package/dist-cjs/commands/VoteOnProposalCommand.js +18 -41
  28. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  29. package/dist-cjs/pagination/ListAccessorsPaginator.js +2 -24
  30. package/dist-cjs/pagination/ListInvitationsPaginator.js +2 -24
  31. package/dist-cjs/pagination/ListMembersPaginator.js +2 -24
  32. package/dist-cjs/pagination/ListNetworksPaginator.js +2 -24
  33. package/dist-cjs/pagination/ListNodesPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListProposalVotesPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListProposalsPaginator.js +2 -24
  36. package/dist-es/commands/CreateAccessorCommand.js +18 -41
  37. package/dist-es/commands/CreateMemberCommand.js +18 -41
  38. package/dist-es/commands/CreateNetworkCommand.js +18 -41
  39. package/dist-es/commands/CreateNodeCommand.js +18 -41
  40. package/dist-es/commands/CreateProposalCommand.js +18 -41
  41. package/dist-es/commands/DeleteAccessorCommand.js +18 -41
  42. package/dist-es/commands/DeleteMemberCommand.js +18 -41
  43. package/dist-es/commands/DeleteNodeCommand.js +18 -41
  44. package/dist-es/commands/GetAccessorCommand.js +18 -41
  45. package/dist-es/commands/GetMemberCommand.js +18 -41
  46. package/dist-es/commands/GetNetworkCommand.js +18 -41
  47. package/dist-es/commands/GetNodeCommand.js +18 -41
  48. package/dist-es/commands/GetProposalCommand.js +18 -41
  49. package/dist-es/commands/ListAccessorsCommand.js +18 -41
  50. package/dist-es/commands/ListInvitationsCommand.js +18 -41
  51. package/dist-es/commands/ListMembersCommand.js +18 -41
  52. package/dist-es/commands/ListNetworksCommand.js +18 -41
  53. package/dist-es/commands/ListNodesCommand.js +18 -41
  54. package/dist-es/commands/ListProposalVotesCommand.js +18 -41
  55. package/dist-es/commands/ListProposalsCommand.js +18 -41
  56. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  57. package/dist-es/commands/RejectInvitationCommand.js +18 -41
  58. package/dist-es/commands/TagResourceCommand.js +18 -41
  59. package/dist-es/commands/UntagResourceCommand.js +18 -41
  60. package/dist-es/commands/UpdateMemberCommand.js +18 -41
  61. package/dist-es/commands/UpdateNodeCommand.js +18 -41
  62. package/dist-es/commands/VoteOnProposalCommand.js +18 -41
  63. package/dist-es/endpoint/EndpointParameters.js +6 -0
  64. package/dist-es/pagination/ListAccessorsPaginator.js +2 -23
  65. package/dist-es/pagination/ListInvitationsPaginator.js +2 -23
  66. package/dist-es/pagination/ListMembersPaginator.js +2 -23
  67. package/dist-es/pagination/ListNetworksPaginator.js +2 -23
  68. package/dist-es/pagination/ListNodesPaginator.js +2 -23
  69. package/dist-es/pagination/ListProposalVotesPaginator.js +2 -23
  70. package/dist-es/pagination/ListProposalsPaginator.js +2 -23
  71. package/dist-types/commands/CreateAccessorCommand.d.ts +6 -21
  72. package/dist-types/commands/CreateMemberCommand.d.ts +6 -21
  73. package/dist-types/commands/CreateNetworkCommand.d.ts +6 -21
  74. package/dist-types/commands/CreateNodeCommand.d.ts +6 -21
  75. package/dist-types/commands/CreateProposalCommand.d.ts +6 -21
  76. package/dist-types/commands/DeleteAccessorCommand.d.ts +6 -21
  77. package/dist-types/commands/DeleteMemberCommand.d.ts +6 -21
  78. package/dist-types/commands/DeleteNodeCommand.d.ts +6 -21
  79. package/dist-types/commands/GetAccessorCommand.d.ts +6 -21
  80. package/dist-types/commands/GetMemberCommand.d.ts +6 -21
  81. package/dist-types/commands/GetNetworkCommand.d.ts +6 -21
  82. package/dist-types/commands/GetNodeCommand.d.ts +6 -21
  83. package/dist-types/commands/GetProposalCommand.d.ts +6 -21
  84. package/dist-types/commands/ListAccessorsCommand.d.ts +6 -21
  85. package/dist-types/commands/ListInvitationsCommand.d.ts +6 -21
  86. package/dist-types/commands/ListMembersCommand.d.ts +6 -21
  87. package/dist-types/commands/ListNetworksCommand.d.ts +6 -21
  88. package/dist-types/commands/ListNodesCommand.d.ts +6 -21
  89. package/dist-types/commands/ListProposalVotesCommand.d.ts +6 -21
  90. package/dist-types/commands/ListProposalsCommand.d.ts +6 -21
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  92. package/dist-types/commands/RejectInvitationCommand.d.ts +6 -21
  93. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  94. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateMemberCommand.d.ts +6 -21
  96. package/dist-types/commands/UpdateNodeCommand.d.ts +6 -21
  97. package/dist-types/commands/VoteOnProposalCommand.d.ts +6 -21
  98. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  99. package/dist-types/pagination/ListAccessorsPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListInvitationsPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListNetworksPaginator.d.ts +1 -1
  103. package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListProposalVotesPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListProposalsPaginator.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/CreateAccessorCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/DeleteAccessorCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/GetAccessorCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +12 -23
  118. package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/ListAccessorsCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  134. package/dist-types/ts3.4/pagination/ListAccessorsPaginator.d.ts +3 -3
  135. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +3 -3
  136. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +3 -3
  137. package/dist-types/ts3.4/pagination/ListNetworksPaginator.d.ts +3 -3
  138. package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +3 -3
  139. package/dist-types/ts3.4/pagination/ListProposalVotesPaginator.d.ts +3 -3
  140. package/dist-types/ts3.4/pagination/ListProposalsPaginator.d.ts +3 -3
  141. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { DeleteAccessorInput, DeleteAccessorOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAccessorCommandInput extends DeleteAccessorInput {
21
20
  */
22
21
  export interface DeleteAccessorCommandOutput extends DeleteAccessorOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteAccessorCommand_base: {
24
+ new (input: DeleteAccessorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessorCommandInput, DeleteAccessorCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an accessor that your Amazon Web Services account owns. An accessor object is a container that has the
@@ -73,23 +76,5 @@ export interface DeleteAccessorCommandOutput extends DeleteAccessorOutput, __Met
73
76
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
74
77
  *
75
78
  */
76
- export declare class DeleteAccessorCommand extends $Command<DeleteAccessorCommandInput, DeleteAccessorCommandOutput, ManagedBlockchainClientResolvedConfig> {
77
- readonly input: DeleteAccessorCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteAccessorCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccessorCommandInput, DeleteAccessorCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteAccessorCommand extends DeleteAccessorCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteMemberCommandInput extends DeleteMemberInput {
21
20
  */
22
21
  export interface DeleteMemberCommandOutput extends DeleteMemberOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteMemberCommand_base: {
24
+ new (input: DeleteMemberCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMemberCommandInput, DeleteMemberCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a member. Deleting a member removes the member and all associated resources from the network. <code>DeleteMember</code> can only be called for a specified <code>MemberId</code> if the principal performing the action is associated with the Amazon Web Services account that owns the member. In all other cases, the <code>DeleteMember</code> action is carried out as the result of an approved proposal to remove a member. If <code>MemberId</code> is the last member in a network specified by the last Amazon Web Services account, the network is deleted also.</p>
@@ -72,23 +75,5 @@ export interface DeleteMemberCommandOutput extends DeleteMemberOutput, __Metadat
72
75
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
73
76
  *
74
77
  */
75
- export declare class DeleteMemberCommand extends $Command<DeleteMemberCommandInput, DeleteMemberCommandOutput, ManagedBlockchainClientResolvedConfig> {
76
- readonly input: DeleteMemberCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DeleteMemberCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMemberCommandInput, DeleteMemberCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DeleteMemberCommand extends DeleteMemberCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { DeleteNodeInput, DeleteNodeOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteNodeCommandInput extends DeleteNodeInput {
21
20
  */
22
21
  export interface DeleteNodeCommandOutput extends DeleteNodeOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteNodeCommand_base: {
24
+ new (input: DeleteNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNodeCommandInput, DeleteNodeCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a node that your Amazon Web Services account owns. All data on the node is lost and cannot be recovered.</p>
@@ -73,23 +76,5 @@ export interface DeleteNodeCommandOutput extends DeleteNodeOutput, __MetadataBea
73
76
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
74
77
  *
75
78
  */
76
- export declare class DeleteNodeCommand extends $Command<DeleteNodeCommandInput, DeleteNodeCommandOutput, ManagedBlockchainClientResolvedConfig> {
77
- readonly input: DeleteNodeCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteNodeCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNodeCommandInput, DeleteNodeCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteNodeCommand extends DeleteNodeCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { GetAccessorInput, GetAccessorOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAccessorCommandInput extends GetAccessorInput {
21
20
  */
22
21
  export interface GetAccessorCommandOutput extends GetAccessorOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetAccessorCommand_base: {
24
+ new (input: GetAccessorCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessorCommandInput, GetAccessorCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns detailed information about an accessor. An accessor object is a container that has the
@@ -81,23 +84,5 @@ export interface GetAccessorCommandOutput extends GetAccessorOutput, __MetadataB
81
84
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
82
85
  *
83
86
  */
84
- export declare class GetAccessorCommand extends $Command<GetAccessorCommandInput, GetAccessorCommandOutput, ManagedBlockchainClientResolvedConfig> {
85
- readonly input: GetAccessorCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: GetAccessorCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccessorCommandInput, GetAccessorCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class GetAccessorCommand extends GetAccessorCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { GetMemberInput, GetMemberOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMemberCommandInput extends GetMemberInput {
21
20
  */
22
21
  export interface GetMemberCommandOutput extends GetMemberOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMemberCommand_base: {
24
+ new (input: GetMemberCommandInput): import("@smithy/smithy-client").CommandImpl<GetMemberCommandInput, GetMemberCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns detailed information about a member.</p>
@@ -98,23 +101,5 @@ export interface GetMemberCommandOutput extends GetMemberOutput, __MetadataBeare
98
101
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
99
102
  *
100
103
  */
101
- export declare class GetMemberCommand extends $Command<GetMemberCommandInput, GetMemberCommandOutput, ManagedBlockchainClientResolvedConfig> {
102
- readonly input: GetMemberCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: GetMemberCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMemberCommandInput, GetMemberCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class GetMemberCommand extends GetMemberCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { GetNetworkInput, GetNetworkOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetNetworkCommandInput extends GetNetworkInput {
21
20
  */
22
21
  export interface GetNetworkCommandOutput extends GetNetworkOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetNetworkCommand_base: {
24
+ new (input: GetNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkCommandInput, GetNetworkCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns detailed information about a network.</p>
@@ -99,23 +102,5 @@ export interface GetNetworkCommandOutput extends GetNetworkOutput, __MetadataBea
99
102
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
100
103
  *
101
104
  */
102
- export declare class GetNetworkCommand extends $Command<GetNetworkCommandInput, GetNetworkCommandOutput, ManagedBlockchainClientResolvedConfig> {
103
- readonly input: GetNetworkCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: GetNetworkCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkCommandInput, GetNetworkCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class GetNetworkCommand extends GetNetworkCommand_base {
121
106
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { GetNodeInput, GetNodeOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetNodeCommandInput extends GetNodeInput {
21
20
  */
22
21
  export interface GetNodeCommandOutput extends GetNodeOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetNodeCommand_base: {
24
+ new (input: GetNodeCommandInput): import("@smithy/smithy-client").CommandImpl<GetNodeCommandInput, GetNodeCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns detailed information about a node.</p>
@@ -110,23 +113,5 @@ export interface GetNodeCommandOutput extends GetNodeOutput, __MetadataBearer {
110
113
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
111
114
  *
112
115
  */
113
- export declare class GetNodeCommand extends $Command<GetNodeCommandInput, GetNodeCommandOutput, ManagedBlockchainClientResolvedConfig> {
114
- readonly input: GetNodeCommandInput;
115
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
116
- /**
117
- * @public
118
- */
119
- constructor(input: GetNodeCommandInput);
120
- /**
121
- * @internal
122
- */
123
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNodeCommandInput, GetNodeCommandOutput>;
124
- /**
125
- * @internal
126
- */
127
- private serialize;
128
- /**
129
- * @internal
130
- */
131
- private deserialize;
116
+ export declare class GetNodeCommand extends GetNodeCommand_base {
132
117
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { GetProposalInput, GetProposalOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetProposalCommandInput extends GetProposalInput {
21
20
  */
22
21
  export interface GetProposalCommandOutput extends GetProposalOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetProposalCommand_base: {
24
+ new (input: GetProposalCommandInput): import("@smithy/smithy-client").CommandImpl<GetProposalCommandInput, GetProposalCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns detailed information about a proposal.</p>
@@ -99,23 +102,5 @@ export interface GetProposalCommandOutput extends GetProposalOutput, __MetadataB
99
102
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
100
103
  *
101
104
  */
102
- export declare class GetProposalCommand extends $Command<GetProposalCommandInput, GetProposalCommandOutput, ManagedBlockchainClientResolvedConfig> {
103
- readonly input: GetProposalCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: GetProposalCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProposalCommandInput, GetProposalCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class GetProposalCommand extends GetProposalCommand_base {
121
106
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { ListAccessorsInput, ListAccessorsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAccessorsCommandInput extends ListAccessorsInput {
21
20
  */
22
21
  export interface ListAccessorsCommandOutput extends ListAccessorsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListAccessorsCommand_base: {
24
+ new (input: ListAccessorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessorsCommandInput, ListAccessorsCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the accessors and their properties. Accessor objects are containers that have the
@@ -79,23 +82,5 @@ export interface ListAccessorsCommandOutput extends ListAccessorsOutput, __Metad
79
82
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
80
83
  *
81
84
  */
82
- export declare class ListAccessorsCommand extends $Command<ListAccessorsCommandInput, ListAccessorsCommandOutput, ManagedBlockchainClientResolvedConfig> {
83
- readonly input: ListAccessorsCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: ListAccessorsCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessorsCommandInput, ListAccessorsCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class ListAccessorsCommand extends ListAccessorsCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { ListInvitationsInput, ListInvitationsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListInvitationsCommandInput extends ListInvitationsInput {
21
20
  */
22
21
  export interface ListInvitationsCommandOutput extends ListInvitationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListInvitationsCommand_base: {
24
+ new (input: ListInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInvitationsCommandInput, ListInvitationsCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of all invitations for the current Amazon Web Services account.</p>
@@ -94,23 +97,5 @@ export interface ListInvitationsCommandOutput extends ListInvitationsOutput, __M
94
97
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
95
98
  *
96
99
  */
97
- export declare class ListInvitationsCommand extends $Command<ListInvitationsCommandInput, ListInvitationsCommandOutput, ManagedBlockchainClientResolvedConfig> {
98
- readonly input: ListInvitationsCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: ListInvitationsCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInvitationsCommandInput, ListInvitationsCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class ListInvitationsCommand extends ListInvitationsCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { ListMembersInput, ListMembersOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMembersCommandInput extends ListMembersInput {
21
20
  */
22
21
  export interface ListMembersCommandOutput extends ListMembersOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListMembersCommand_base: {
24
+ new (input: ListMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the members in a network and properties of their configurations.</p>
@@ -83,23 +86,5 @@ export interface ListMembersCommandOutput extends ListMembersOutput, __MetadataB
83
86
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
84
87
  *
85
88
  */
86
- export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, ManagedBlockchainClientResolvedConfig> {
87
- readonly input: ListMembersCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ListMembersCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ListMembersCommand extends ListMembersCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { ListNetworksInput, ListNetworksOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListNetworksCommandInput extends ListNetworksInput {
21
20
  */
22
21
  export interface ListNetworksCommandOutput extends ListNetworksOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListNetworksCommand_base: {
24
+ new (input: ListNetworksCommandInput): import("@smithy/smithy-client").CommandImpl<ListNetworksCommandInput, ListNetworksCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about the networks in which the current Amazon Web Services account participates.</p>
@@ -83,23 +86,5 @@ export interface ListNetworksCommandOutput extends ListNetworksOutput, __Metadat
83
86
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
84
87
  *
85
88
  */
86
- export declare class ListNetworksCommand extends $Command<ListNetworksCommandInput, ListNetworksCommandOutput, ManagedBlockchainClientResolvedConfig> {
87
- readonly input: ListNetworksCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ListNetworksCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNetworksCommandInput, ListNetworksCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ListNetworksCommand extends ListNetworksCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { ListNodesInput, ListNodesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListNodesCommandInput extends ListNodesInput {
21
20
  */
22
21
  export interface ListNodesCommandOutput extends ListNodesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListNodesCommand_base: {
24
+ new (input: ListNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about the nodes within a network.</p>
@@ -81,23 +84,5 @@ export interface ListNodesCommandOutput extends ListNodesOutput, __MetadataBeare
81
84
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
82
85
  *
83
86
  */
84
- export declare class ListNodesCommand extends $Command<ListNodesCommandInput, ListNodesCommandOutput, ManagedBlockchainClientResolvedConfig> {
85
- readonly input: ListNodesCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListNodesCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNodesCommandInput, ListNodesCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListNodesCommand extends ListNodesCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { ListProposalVotesInput, ListProposalVotesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListProposalVotesCommandInput extends ListProposalVotesInput {
21
20
  */
22
21
  export interface ListProposalVotesCommandOutput extends ListProposalVotesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListProposalVotesCommand_base: {
24
+ new (input: ListProposalVotesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProposalVotesCommandInput, ListProposalVotesCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of the member that cast the vote.</p>
@@ -77,23 +80,5 @@ export interface ListProposalVotesCommandOutput extends ListProposalVotesOutput,
77
80
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
78
81
  *
79
82
  */
80
- export declare class ListProposalVotesCommand extends $Command<ListProposalVotesCommandInput, ListProposalVotesCommandOutput, ManagedBlockchainClientResolvedConfig> {
81
- readonly input: ListProposalVotesCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListProposalVotesCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProposalVotesCommandInput, ListProposalVotesCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListProposalVotesCommand extends ListProposalVotesCommand_base {
99
84
  }