@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { ListInvitationsInput, ListInvitationsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListInvitationsCommandInput extends ListInvitationsInput {
21
20
  */
22
21
  export interface ListInvitationsCommandOutput extends ListInvitationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListInvitationsCommand_base: {
24
+ new (input: ListInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInvitationsCommandInput, ListInvitationsCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of all invitations for the current Amazon Web Services account.</p>
@@ -94,23 +97,5 @@ export interface ListInvitationsCommandOutput extends ListInvitationsOutput, __M
94
97
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
95
98
  *
96
99
  */
97
- export declare class ListInvitationsCommand extends $Command<ListInvitationsCommandInput, ListInvitationsCommandOutput, ManagedBlockchainClientResolvedConfig> {
98
- readonly input: ListInvitationsCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: ListInvitationsCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInvitationsCommandInput, ListInvitationsCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class ListInvitationsCommand extends ListInvitationsCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { ListMembersInput, ListMembersOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMembersCommandInput extends ListMembersInput {
21
20
  */
22
21
  export interface ListMembersCommandOutput extends ListMembersOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListMembersCommand_base: {
24
+ new (input: ListMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the members in a network and properties of their configurations.</p>
@@ -83,23 +86,5 @@ export interface ListMembersCommandOutput extends ListMembersOutput, __MetadataB
83
86
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
84
87
  *
85
88
  */
86
- export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, ManagedBlockchainClientResolvedConfig> {
87
- readonly input: ListMembersCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ListMembersCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ListMembersCommand extends ListMembersCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { ListNetworksInput, ListNetworksOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListNetworksCommandInput extends ListNetworksInput {
21
20
  */
22
21
  export interface ListNetworksCommandOutput extends ListNetworksOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListNetworksCommand_base: {
24
+ new (input: ListNetworksCommandInput): import("@smithy/smithy-client").CommandImpl<ListNetworksCommandInput, ListNetworksCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about the networks in which the current Amazon Web Services account participates.</p>
@@ -83,23 +86,5 @@ export interface ListNetworksCommandOutput extends ListNetworksOutput, __Metadat
83
86
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
84
87
  *
85
88
  */
86
- export declare class ListNetworksCommand extends $Command<ListNetworksCommandInput, ListNetworksCommandOutput, ManagedBlockchainClientResolvedConfig> {
87
- readonly input: ListNetworksCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ListNetworksCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNetworksCommandInput, ListNetworksCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ListNetworksCommand extends ListNetworksCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { ListNodesInput, ListNodesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListNodesCommandInput extends ListNodesInput {
21
20
  */
22
21
  export interface ListNodesCommandOutput extends ListNodesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListNodesCommand_base: {
24
+ new (input: ListNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about the nodes within a network.</p>
@@ -81,23 +84,5 @@ export interface ListNodesCommandOutput extends ListNodesOutput, __MetadataBeare
81
84
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
82
85
  *
83
86
  */
84
- export declare class ListNodesCommand extends $Command<ListNodesCommandInput, ListNodesCommandOutput, ManagedBlockchainClientResolvedConfig> {
85
- readonly input: ListNodesCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListNodesCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNodesCommandInput, ListNodesCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListNodesCommand extends ListNodesCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
4
  import { ListProposalVotesInput, ListProposalVotesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListProposalVotesCommandInput extends ListProposalVotesInput {
21
20
  */
22
21
  export interface ListProposalVotesCommandOutput extends ListProposalVotesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListProposalVotesCommand_base: {
24
+ new (input: ListProposalVotesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProposalVotesCommandInput, ListProposalVotesCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of the member that cast the vote.</p>
@@ -77,23 +80,5 @@ export interface ListProposalVotesCommandOutput extends ListProposalVotesOutput,
77
80
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
78
81
  *
79
82
  */
80
- export declare class ListProposalVotesCommand extends $Command<ListProposalVotesCommandInput, ListProposalVotesCommandOutput, ManagedBlockchainClientResolvedConfig> {
81
- readonly input: ListProposalVotesCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListProposalVotesCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProposalVotesCommandInput, ListProposalVotesCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListProposalVotesCommand extends ListProposalVotesCommand_base {
99
84
  }
@@ -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;
@@ -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 {}