@aws-sdk/client-managedblockchain 3.478.0 → 3.484.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 (113) 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-es/commands/CreateAccessorCommand.js +18 -41
  30. package/dist-es/commands/CreateMemberCommand.js +18 -41
  31. package/dist-es/commands/CreateNetworkCommand.js +18 -41
  32. package/dist-es/commands/CreateNodeCommand.js +18 -41
  33. package/dist-es/commands/CreateProposalCommand.js +18 -41
  34. package/dist-es/commands/DeleteAccessorCommand.js +18 -41
  35. package/dist-es/commands/DeleteMemberCommand.js +18 -41
  36. package/dist-es/commands/DeleteNodeCommand.js +18 -41
  37. package/dist-es/commands/GetAccessorCommand.js +18 -41
  38. package/dist-es/commands/GetMemberCommand.js +18 -41
  39. package/dist-es/commands/GetNetworkCommand.js +18 -41
  40. package/dist-es/commands/GetNodeCommand.js +18 -41
  41. package/dist-es/commands/GetProposalCommand.js +18 -41
  42. package/dist-es/commands/ListAccessorsCommand.js +18 -41
  43. package/dist-es/commands/ListInvitationsCommand.js +18 -41
  44. package/dist-es/commands/ListMembersCommand.js +18 -41
  45. package/dist-es/commands/ListNetworksCommand.js +18 -41
  46. package/dist-es/commands/ListNodesCommand.js +18 -41
  47. package/dist-es/commands/ListProposalVotesCommand.js +18 -41
  48. package/dist-es/commands/ListProposalsCommand.js +18 -41
  49. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  50. package/dist-es/commands/RejectInvitationCommand.js +18 -41
  51. package/dist-es/commands/TagResourceCommand.js +18 -41
  52. package/dist-es/commands/UntagResourceCommand.js +18 -41
  53. package/dist-es/commands/UpdateMemberCommand.js +18 -41
  54. package/dist-es/commands/UpdateNodeCommand.js +18 -41
  55. package/dist-es/commands/VoteOnProposalCommand.js +18 -41
  56. package/dist-es/endpoint/EndpointParameters.js +6 -0
  57. package/dist-types/commands/CreateAccessorCommand.d.ts +6 -21
  58. package/dist-types/commands/CreateMemberCommand.d.ts +6 -21
  59. package/dist-types/commands/CreateNetworkCommand.d.ts +6 -21
  60. package/dist-types/commands/CreateNodeCommand.d.ts +6 -21
  61. package/dist-types/commands/CreateProposalCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteAccessorCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteMemberCommand.d.ts +6 -21
  64. package/dist-types/commands/DeleteNodeCommand.d.ts +6 -21
  65. package/dist-types/commands/GetAccessorCommand.d.ts +6 -21
  66. package/dist-types/commands/GetMemberCommand.d.ts +6 -21
  67. package/dist-types/commands/GetNetworkCommand.d.ts +6 -21
  68. package/dist-types/commands/GetNodeCommand.d.ts +6 -21
  69. package/dist-types/commands/GetProposalCommand.d.ts +6 -21
  70. package/dist-types/commands/ListAccessorsCommand.d.ts +6 -21
  71. package/dist-types/commands/ListInvitationsCommand.d.ts +6 -21
  72. package/dist-types/commands/ListMembersCommand.d.ts +6 -21
  73. package/dist-types/commands/ListNetworksCommand.d.ts +6 -21
  74. package/dist-types/commands/ListNodesCommand.d.ts +6 -21
  75. package/dist-types/commands/ListProposalVotesCommand.d.ts +6 -21
  76. package/dist-types/commands/ListProposalsCommand.d.ts +6 -21
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  78. package/dist-types/commands/RejectInvitationCommand.d.ts +6 -21
  79. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  80. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  81. package/dist-types/commands/UpdateMemberCommand.d.ts +6 -21
  82. package/dist-types/commands/UpdateNodeCommand.d.ts +6 -21
  83. package/dist-types/commands/VoteOnProposalCommand.d.ts +6 -21
  84. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  85. package/dist-types/ts3.4/commands/CreateAccessorCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/DeleteAccessorCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/GetAccessorCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +12 -23
  97. package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/ListAccessorsCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  113. 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 CreateMemberCommandInput extends CreateMemberInput {}
17
11
  export interface CreateMemberCommandOutput
18
12
  extends CreateMemberOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreateMemberCommand extends $Command<
21
- CreateMemberCommandInput,
22
- CreateMemberCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: CreateMemberCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateMemberCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateMemberCommandInput, CreateMemberCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateMemberCommand_base: {
15
+ new (
16
+ input: CreateMemberCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateMemberCommandInput,
19
+ CreateMemberCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateMemberCommand extends CreateMemberCommand_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 CreateNetworkCommandInput extends CreateNetworkInput {}
17
11
  export interface CreateNetworkCommandOutput
18
12
  extends CreateNetworkOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreateNetworkCommand extends $Command<
21
- CreateNetworkCommandInput,
22
- CreateNetworkCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: CreateNetworkCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateNetworkCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateNetworkCommandInput, CreateNetworkCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateNetworkCommand_base: {
15
+ new (
16
+ input: CreateNetworkCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateNetworkCommandInput,
19
+ CreateNetworkCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateNetworkCommand extends CreateNetworkCommand_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 CreateNodeCommandInput extends CreateNodeInput {}
17
11
  export interface CreateNodeCommandOutput
18
12
  extends CreateNodeOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreateNodeCommand extends $Command<
21
- CreateNodeCommandInput,
22
- CreateNodeCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: CreateNodeCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateNodeCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateNodeCommandInput, CreateNodeCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateNodeCommand_base: {
15
+ new (
16
+ input: CreateNodeCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateNodeCommandInput,
19
+ CreateNodeCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateNodeCommand extends CreateNodeCommand_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 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 {}