@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,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ManagedBlockchainClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateProposalCommandInput extends CreateProposalInput {}
17
11
  export interface CreateProposalCommandOutput
18
12
  extends CreateProposalOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreateProposalCommand extends $Command<
21
- CreateProposalCommandInput,
22
- CreateProposalCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: CreateProposalCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateProposalCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateProposalCommandInput, CreateProposalCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateProposalCommand_base: {
15
+ new (
16
+ input: CreateProposalCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateProposalCommandInput,
19
+ CreateProposalCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateProposalCommand extends CreateProposalCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ManagedBlockchainClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteAccessorCommandInput extends DeleteAccessorInput {}
17
11
  export interface DeleteAccessorCommandOutput
18
12
  extends DeleteAccessorOutput,
19
13
  __MetadataBearer {}
20
- export declare class DeleteAccessorCommand extends $Command<
21
- DeleteAccessorCommandInput,
22
- DeleteAccessorCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: DeleteAccessorCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteAccessorCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteAccessorCommandInput, DeleteAccessorCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteAccessorCommand_base: {
15
+ new (
16
+ input: DeleteAccessorCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteAccessorCommandInput,
19
+ DeleteAccessorCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteAccessorCommand extends DeleteAccessorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ManagedBlockchainClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteMemberCommandInput extends DeleteMemberInput {}
17
11
  export interface DeleteMemberCommandOutput
18
12
  extends DeleteMemberOutput,
19
13
  __MetadataBearer {}
20
- export declare class DeleteMemberCommand extends $Command<
21
- DeleteMemberCommandInput,
22
- DeleteMemberCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: DeleteMemberCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteMemberCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteMemberCommandInput, DeleteMemberCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteMemberCommand_base: {
15
+ new (
16
+ input: DeleteMemberCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteMemberCommandInput,
19
+ DeleteMemberCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteMemberCommand extends DeleteMemberCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ManagedBlockchainClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteNodeCommandInput extends DeleteNodeInput {}
17
11
  export interface DeleteNodeCommandOutput
18
12
  extends DeleteNodeOutput,
19
13
  __MetadataBearer {}
20
- export declare class DeleteNodeCommand extends $Command<
21
- DeleteNodeCommandInput,
22
- DeleteNodeCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: DeleteNodeCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteNodeCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteNodeCommandInput, DeleteNodeCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteNodeCommand_base: {
15
+ new (
16
+ input: DeleteNodeCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteNodeCommandInput,
19
+ DeleteNodeCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteNodeCommand extends DeleteNodeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ManagedBlockchainClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetAccessorCommandInput extends GetAccessorInput {}
17
11
  export interface GetAccessorCommandOutput
18
12
  extends GetAccessorOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetAccessorCommand extends $Command<
21
- GetAccessorCommandInput,
22
- GetAccessorCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: GetAccessorCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetAccessorCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetAccessorCommandInput, GetAccessorCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetAccessorCommand_base: {
15
+ new (
16
+ input: GetAccessorCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetAccessorCommandInput,
19
+ GetAccessorCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetAccessorCommand extends GetAccessorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ManagedBlockchainClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetMemberCommandInput extends GetMemberInput {}
17
11
  export interface GetMemberCommandOutput
18
12
  extends GetMemberOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetMemberCommand extends $Command<
21
- GetMemberCommandInput,
22
- GetMemberCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: GetMemberCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetMemberCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetMemberCommandInput, GetMemberCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetMemberCommand_base: {
15
+ new (
16
+ input: GetMemberCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetMemberCommandInput,
19
+ GetMemberCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetMemberCommand extends GetMemberCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ManagedBlockchainClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetNetworkCommandInput extends GetNetworkInput {}
17
11
  export interface GetNetworkCommandOutput
18
12
  extends GetNetworkOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetNetworkCommand extends $Command<
21
- GetNetworkCommandInput,
22
- GetNetworkCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: GetNetworkCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetNetworkCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetNetworkCommandInput, GetNetworkCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetNetworkCommand_base: {
15
+ new (
16
+ input: GetNetworkCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetNetworkCommandInput,
19
+ GetNetworkCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetNetworkCommand extends GetNetworkCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ManagedBlockchainClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,14 @@ import { GetNodeInput, GetNodeOutput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface GetNodeCommandInput extends GetNodeInput {}
17
11
  export interface GetNodeCommandOutput extends GetNodeOutput, __MetadataBearer {}
18
- export declare class GetNodeCommand extends $Command<
19
- GetNodeCommandInput,
20
- GetNodeCommandOutput,
21
- ManagedBlockchainClientResolvedConfig
22
- > {
23
- readonly input: GetNodeCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: GetNodeCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: ManagedBlockchainClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<GetNodeCommandInput, GetNodeCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const GetNodeCommand_base: {
13
+ new (input: GetNodeCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ GetNodeCommandInput,
15
+ GetNodeCommandOutput,
16
+ ManagedBlockchainClientResolvedConfig,
17
+ ServiceInputTypes,
18
+ ServiceOutputTypes
19
+ >;
20
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
+ };
22
+ export declare class GetNodeCommand extends GetNodeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ManagedBlockchainClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetProposalCommandInput extends GetProposalInput {}
17
11
  export interface GetProposalCommandOutput
18
12
  extends GetProposalOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetProposalCommand extends $Command<
21
- GetProposalCommandInput,
22
- GetProposalCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: GetProposalCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetProposalCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetProposalCommandInput, GetProposalCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetProposalCommand_base: {
15
+ new (
16
+ input: GetProposalCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetProposalCommandInput,
19
+ GetProposalCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetProposalCommand extends GetProposalCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ManagedBlockchainClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListAccessorsCommandInput extends ListAccessorsInput {}
17
11
  export interface ListAccessorsCommandOutput
18
12
  extends ListAccessorsOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListAccessorsCommand extends $Command<
21
- ListAccessorsCommandInput,
22
- ListAccessorsCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: ListAccessorsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListAccessorsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListAccessorsCommandInput, ListAccessorsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListAccessorsCommand_base: {
15
+ new (
16
+ input: ListAccessorsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListAccessorsCommandInput,
19
+ ListAccessorsCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListAccessorsCommand extends ListAccessorsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ManagedBlockchainClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListInvitationsCommandInput extends ListInvitationsInput {}
20
14
  export interface ListInvitationsCommandOutput
21
15
  extends ListInvitationsOutput,
22
16
  __MetadataBearer {}
23
- export declare class ListInvitationsCommand extends $Command<
24
- ListInvitationsCommandInput,
25
- ListInvitationsCommandOutput,
26
- ManagedBlockchainClientResolvedConfig
27
- > {
28
- readonly input: ListInvitationsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListInvitationsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ManagedBlockchainClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListInvitationsCommandInput, ListInvitationsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListInvitationsCommand_base: {
18
+ new (
19
+ input: ListInvitationsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListInvitationsCommandInput,
22
+ ListInvitationsCommandOutput,
23
+ ManagedBlockchainClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListInvitationsCommand extends ListInvitationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ManagedBlockchainClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListMembersCommandInput extends ListMembersInput {}
17
11
  export interface ListMembersCommandOutput
18
12
  extends ListMembersOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListMembersCommand extends $Command<
21
- ListMembersCommandInput,
22
- ListMembersCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: ListMembersCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListMembersCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListMembersCommand_base: {
15
+ new (
16
+ input: ListMembersCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListMembersCommandInput,
19
+ ListMembersCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListMembersCommand extends ListMembersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ManagedBlockchainClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListNetworksCommandInput extends ListNetworksInput {}
17
11
  export interface ListNetworksCommandOutput
18
12
  extends ListNetworksOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListNetworksCommand extends $Command<
21
- ListNetworksCommandInput,
22
- ListNetworksCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: ListNetworksCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListNetworksCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListNetworksCommandInput, ListNetworksCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListNetworksCommand_base: {
15
+ new (
16
+ input: ListNetworksCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListNetworksCommandInput,
19
+ ListNetworksCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListNetworksCommand extends ListNetworksCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ManagedBlockchainClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListNodesCommandInput extends ListNodesInput {}
17
11
  export interface ListNodesCommandOutput
18
12
  extends ListNodesOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListNodesCommand extends $Command<
21
- ListNodesCommandInput,
22
- ListNodesCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: ListNodesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListNodesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListNodesCommandInput, ListNodesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListNodesCommand_base: {
15
+ new (
16
+ input: ListNodesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListNodesCommandInput,
19
+ ListNodesCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListNodesCommand extends ListNodesCommand_base {}