@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 { ListProposalsInput, ListProposalsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListProposalsCommandInput extends ListProposalsInput {
21
20
  */
22
21
  export interface ListProposalsCommandOutput extends ListProposalsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListProposalsCommand_base: {
24
+ new (input: ListProposalsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProposalsCommandInput, ListProposalsCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of proposals for the network.</p>
@@ -84,23 +87,5 @@ export interface ListProposalsCommandOutput extends ListProposalsOutput, __Metad
84
87
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
85
88
  *
86
89
  */
87
- export declare class ListProposalsCommand extends $Command<ListProposalsCommandInput, ListProposalsCommandOutput, ManagedBlockchainClientResolvedConfig> {
88
- readonly input: ListProposalsCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: ListProposalsCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProposalsCommandInput, ListProposalsCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class ListProposalsCommand extends ListProposalsCommand_base {
106
91
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of tags for the specified resource. Each tag consists of a key and optional value.</p>
@@ -66,23 +69,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
66
69
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
67
70
  *
68
71
  */
69
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ManagedBlockchainClientResolvedConfig> {
70
- readonly input: ListTagsForResourceCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: ListTagsForResourceCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
88
73
  }
@@ -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 { RejectInvitationInput, RejectInvitationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RejectInvitationCommandInput extends RejectInvitationInput {
21
20
  */
22
21
  export interface RejectInvitationCommandOutput extends RejectInvitationOutput, __MetadataBearer {
23
22
  }
23
+ declare const RejectInvitationCommand_base: {
24
+ new (input: RejectInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<RejectInvitationCommandInput, RejectInvitationCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Rejects an invitation to join a network. This action can be called by a principal in an Amazon Web Services account that has received an invitation to create a member and join a network.</p>
@@ -71,23 +74,5 @@ export interface RejectInvitationCommandOutput extends RejectInvitationOutput, _
71
74
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
72
75
  *
73
76
  */
74
- export declare class RejectInvitationCommand extends $Command<RejectInvitationCommandInput, RejectInvitationCommandOutput, ManagedBlockchainClientResolvedConfig> {
75
- readonly input: RejectInvitationCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: RejectInvitationCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectInvitationCommandInput, RejectInvitationCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class RejectInvitationCommand extends RejectInvitationCommand_base {
93
78
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource. Each tag consists of a key and optional value.</p>
@@ -70,23 +73,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
70
73
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
71
74
  *
72
75
  */
73
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ManagedBlockchainClientResolvedConfig> {
74
- readonly input: TagResourceCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: TagResourceCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class TagResourceCommand extends TagResourceCommand_base {
92
77
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified tags from the Amazon Managed Blockchain resource.</p>
@@ -65,23 +68,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
65
68
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
66
69
  *
67
70
  */
68
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ManagedBlockchainClientResolvedConfig> {
69
- readonly input: UntagResourceCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: UntagResourceCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
87
72
  }
@@ -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 { UpdateMemberInput, UpdateMemberOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateMemberCommandInput extends UpdateMemberInput {
21
20
  */
22
21
  export interface UpdateMemberCommandOutput extends UpdateMemberOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateMemberCommand_base: {
24
+ new (input: UpdateMemberCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMemberCommandInput, UpdateMemberCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a member configuration with new parameters.</p>
@@ -78,23 +81,5 @@ export interface UpdateMemberCommandOutput extends UpdateMemberOutput, __Metadat
78
81
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
79
82
  *
80
83
  */
81
- export declare class UpdateMemberCommand extends $Command<UpdateMemberCommandInput, UpdateMemberCommandOutput, ManagedBlockchainClientResolvedConfig> {
82
- readonly input: UpdateMemberCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: UpdateMemberCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMemberCommandInput, UpdateMemberCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class UpdateMemberCommand extends UpdateMemberCommand_base {
100
85
  }
@@ -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 { UpdateNodeInput, UpdateNodeOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateNodeCommandInput extends UpdateNodeInput {
21
20
  */
22
21
  export interface UpdateNodeCommandOutput extends UpdateNodeOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateNodeCommand_base: {
24
+ new (input: UpdateNodeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNodeCommandInput, UpdateNodeCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a node configuration with new parameters.</p>
@@ -84,23 +87,5 @@ export interface UpdateNodeCommandOutput extends UpdateNodeOutput, __MetadataBea
84
87
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
85
88
  *
86
89
  */
87
- export declare class UpdateNodeCommand extends $Command<UpdateNodeCommandInput, UpdateNodeCommandOutput, ManagedBlockchainClientResolvedConfig> {
88
- readonly input: UpdateNodeCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: UpdateNodeCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNodeCommandInput, UpdateNodeCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class UpdateNodeCommand extends UpdateNodeCommand_base {
106
91
  }
@@ -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 { VoteOnProposalInput, VoteOnProposalOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface VoteOnProposalCommandInput extends VoteOnProposalInput {
21
20
  */
22
21
  export interface VoteOnProposalCommandOutput extends VoteOnProposalOutput, __MetadataBearer {
23
22
  }
23
+ declare const VoteOnProposalCommand_base: {
24
+ new (input: VoteOnProposalCommandInput): import("@smithy/smithy-client").CommandImpl<VoteOnProposalCommandInput, VoteOnProposalCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Casts a vote for a specified <code>ProposalId</code> on behalf of a member. The member to vote as, specified by <code>VoterMemberId</code>, must be in the same Amazon Web Services account as the principal that calls the action.</p>
@@ -74,23 +77,5 @@ export interface VoteOnProposalCommandOutput extends VoteOnProposalOutput, __Met
74
77
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
75
78
  *
76
79
  */
77
- export declare class VoteOnProposalCommand extends $Command<VoteOnProposalCommandInput, VoteOnProposalCommandOutput, ManagedBlockchainClientResolvedConfig> {
78
- readonly input: VoteOnProposalCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: VoteOnProposalCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<VoteOnProposalCommandInput, VoteOnProposalCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class VoteOnProposalCommand extends VoteOnProposalCommand_base {
96
81
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAccessors(config: ManagedBlockchainPaginationConfiguration, input: ListAccessorsCommandInput, ...additionalArguments: any): Paginator<ListAccessorsCommandOutput>;
7
+ export declare const paginateListAccessors: (config: ManagedBlockchainPaginationConfiguration, input: ListAccessorsCommandInput, ...rest: any[]) => Paginator<ListAccessorsCommandOutput>;
@@ -4,4 +4,4 @@ import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListInvitations(config: ManagedBlockchainPaginationConfiguration, input: ListInvitationsCommandInput, ...additionalArguments: any): Paginator<ListInvitationsCommandOutput>;
7
+ export declare const paginateListInvitations: (config: ManagedBlockchainPaginationConfiguration, input: ListInvitationsCommandInput, ...rest: any[]) => Paginator<ListInvitationsCommandOutput>;
@@ -4,4 +4,4 @@ import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListMembers(config: ManagedBlockchainPaginationConfiguration, input: ListMembersCommandInput, ...additionalArguments: any): Paginator<ListMembersCommandOutput>;
7
+ export declare const paginateListMembers: (config: ManagedBlockchainPaginationConfiguration, input: ListMembersCommandInput, ...rest: any[]) => Paginator<ListMembersCommandOutput>;
@@ -4,4 +4,4 @@ import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListNetworks(config: ManagedBlockchainPaginationConfiguration, input: ListNetworksCommandInput, ...additionalArguments: any): Paginator<ListNetworksCommandOutput>;
7
+ export declare const paginateListNetworks: (config: ManagedBlockchainPaginationConfiguration, input: ListNetworksCommandInput, ...rest: any[]) => Paginator<ListNetworksCommandOutput>;
@@ -4,4 +4,4 @@ import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListNodes(config: ManagedBlockchainPaginationConfiguration, input: ListNodesCommandInput, ...additionalArguments: any): Paginator<ListNodesCommandOutput>;
7
+ export declare const paginateListNodes: (config: ManagedBlockchainPaginationConfiguration, input: ListNodesCommandInput, ...rest: any[]) => Paginator<ListNodesCommandOutput>;
@@ -4,4 +4,4 @@ import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListProposalVotes(config: ManagedBlockchainPaginationConfiguration, input: ListProposalVotesCommandInput, ...additionalArguments: any): Paginator<ListProposalVotesCommandOutput>;
7
+ export declare const paginateListProposalVotes: (config: ManagedBlockchainPaginationConfiguration, input: ListProposalVotesCommandInput, ...rest: any[]) => Paginator<ListProposalVotesCommandOutput>;
@@ -4,4 +4,4 @@ import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListProposals(config: ManagedBlockchainPaginationConfiguration, input: ListProposalsCommandInput, ...additionalArguments: any): Paginator<ListProposalsCommandOutput>;
7
+ export declare const paginateListProposals: (config: ManagedBlockchainPaginationConfiguration, input: ListProposalsCommandInput, ...rest: any[]) => Paginator<ListProposalsCommandOutput>;
@@ -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 CreateAccessorCommandInput extends CreateAccessorInput {}
17
11
  export interface CreateAccessorCommandOutput
18
12
  extends CreateAccessorOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreateAccessorCommand extends $Command<
21
- CreateAccessorCommandInput,
22
- CreateAccessorCommandOutput,
23
- ManagedBlockchainClientResolvedConfig
24
- > {
25
- readonly input: CreateAccessorCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateAccessorCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ManagedBlockchainClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateAccessorCommandInput, CreateAccessorCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateAccessorCommand_base: {
15
+ new (
16
+ input: CreateAccessorCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateAccessorCommandInput,
19
+ CreateAccessorCommandOutput,
20
+ ManagedBlockchainClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateAccessorCommand extends CreateAccessorCommand_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 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 {}