@aws-sdk/client-managedblockchain 3.337.0 → 3.338.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 (121) hide show
  1. package/dist-cjs/ManagedBlockchainClient.js +2 -1
  2. package/dist-cjs/commands/CreateAccessorCommand.js +2 -1
  3. package/dist-cjs/commands/CreateMemberCommand.js +2 -1
  4. package/dist-cjs/commands/CreateNetworkCommand.js +2 -1
  5. package/dist-cjs/commands/CreateNodeCommand.js +2 -1
  6. package/dist-cjs/commands/CreateProposalCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteAccessorCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteMemberCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteNodeCommand.js +2 -1
  10. package/dist-cjs/commands/GetAccessorCommand.js +2 -1
  11. package/dist-cjs/commands/GetMemberCommand.js +2 -1
  12. package/dist-cjs/commands/GetNetworkCommand.js +2 -1
  13. package/dist-cjs/commands/GetNodeCommand.js +2 -1
  14. package/dist-cjs/commands/GetProposalCommand.js +2 -1
  15. package/dist-cjs/commands/ListAccessorsCommand.js +2 -1
  16. package/dist-cjs/commands/ListInvitationsCommand.js +2 -1
  17. package/dist-cjs/commands/ListMembersCommand.js +2 -1
  18. package/dist-cjs/commands/ListNetworksCommand.js +2 -1
  19. package/dist-cjs/commands/ListNodesCommand.js +2 -1
  20. package/dist-cjs/commands/ListProposalVotesCommand.js +2 -1
  21. package/dist-cjs/commands/ListProposalsCommand.js +2 -1
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  23. package/dist-cjs/commands/RejectInvitationCommand.js +2 -1
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  26. package/dist-cjs/commands/UpdateMemberCommand.js +2 -1
  27. package/dist-cjs/commands/UpdateNodeCommand.js +2 -1
  28. package/dist-cjs/commands/VoteOnProposalCommand.js +2 -1
  29. package/dist-cjs/index.js +2 -2
  30. package/dist-cjs/models/ManagedBlockchainServiceException.js +2 -1
  31. package/dist-es/ManagedBlockchainClient.js +1 -0
  32. package/dist-es/commands/CreateAccessorCommand.js +1 -0
  33. package/dist-es/commands/CreateMemberCommand.js +1 -0
  34. package/dist-es/commands/CreateNetworkCommand.js +1 -0
  35. package/dist-es/commands/CreateNodeCommand.js +1 -0
  36. package/dist-es/commands/CreateProposalCommand.js +1 -0
  37. package/dist-es/commands/DeleteAccessorCommand.js +1 -0
  38. package/dist-es/commands/DeleteMemberCommand.js +1 -0
  39. package/dist-es/commands/DeleteNodeCommand.js +1 -0
  40. package/dist-es/commands/GetAccessorCommand.js +1 -0
  41. package/dist-es/commands/GetMemberCommand.js +1 -0
  42. package/dist-es/commands/GetNetworkCommand.js +1 -0
  43. package/dist-es/commands/GetNodeCommand.js +1 -0
  44. package/dist-es/commands/GetProposalCommand.js +1 -0
  45. package/dist-es/commands/ListAccessorsCommand.js +1 -0
  46. package/dist-es/commands/ListInvitationsCommand.js +1 -0
  47. package/dist-es/commands/ListMembersCommand.js +1 -0
  48. package/dist-es/commands/ListNetworksCommand.js +1 -0
  49. package/dist-es/commands/ListNodesCommand.js +1 -0
  50. package/dist-es/commands/ListProposalVotesCommand.js +1 -0
  51. package/dist-es/commands/ListProposalsCommand.js +1 -0
  52. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  53. package/dist-es/commands/RejectInvitationCommand.js +1 -0
  54. package/dist-es/commands/TagResourceCommand.js +1 -0
  55. package/dist-es/commands/UntagResourceCommand.js +1 -0
  56. package/dist-es/commands/UpdateMemberCommand.js +1 -0
  57. package/dist-es/commands/UpdateNodeCommand.js +1 -0
  58. package/dist-es/commands/VoteOnProposalCommand.js +1 -0
  59. package/dist-es/index.js +2 -2
  60. package/dist-es/models/ManagedBlockchainServiceException.js +1 -0
  61. package/dist-types/ManagedBlockchainClient.d.ts +3 -3
  62. package/dist-types/commands/CreateAccessorCommand.d.ts +4 -0
  63. package/dist-types/commands/CreateMemberCommand.d.ts +4 -0
  64. package/dist-types/commands/CreateNetworkCommand.d.ts +4 -0
  65. package/dist-types/commands/CreateNodeCommand.d.ts +4 -0
  66. package/dist-types/commands/CreateProposalCommand.d.ts +4 -0
  67. package/dist-types/commands/DeleteAccessorCommand.d.ts +4 -0
  68. package/dist-types/commands/DeleteMemberCommand.d.ts +4 -0
  69. package/dist-types/commands/DeleteNodeCommand.d.ts +4 -0
  70. package/dist-types/commands/GetAccessorCommand.d.ts +4 -0
  71. package/dist-types/commands/GetMemberCommand.d.ts +4 -0
  72. package/dist-types/commands/GetNetworkCommand.d.ts +4 -0
  73. package/dist-types/commands/GetNodeCommand.d.ts +4 -0
  74. package/dist-types/commands/GetProposalCommand.d.ts +4 -0
  75. package/dist-types/commands/ListAccessorsCommand.d.ts +4 -0
  76. package/dist-types/commands/ListInvitationsCommand.d.ts +4 -0
  77. package/dist-types/commands/ListMembersCommand.d.ts +4 -0
  78. package/dist-types/commands/ListNetworksCommand.d.ts +4 -0
  79. package/dist-types/commands/ListNodesCommand.d.ts +4 -0
  80. package/dist-types/commands/ListProposalVotesCommand.d.ts +4 -0
  81. package/dist-types/commands/ListProposalsCommand.d.ts +4 -0
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  83. package/dist-types/commands/RejectInvitationCommand.d.ts +4 -0
  84. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  85. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  86. package/dist-types/commands/UpdateMemberCommand.d.ts +4 -0
  87. package/dist-types/commands/UpdateNodeCommand.d.ts +4 -0
  88. package/dist-types/commands/VoteOnProposalCommand.d.ts +4 -0
  89. package/dist-types/index.d.ts +10 -2
  90. package/dist-types/models/ManagedBlockchainServiceException.d.ts +1 -0
  91. package/dist-types/ts3.4/ManagedBlockchainClient.d.ts +3 -3
  92. package/dist-types/ts3.4/commands/CreateAccessorCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/DeleteAccessorCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/GetAccessorCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/ListAccessorsCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/index.d.ts +2 -2
  120. package/dist-types/ts3.4/models/ManagedBlockchainServiceException.d.ts +1 -0
  121. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateMemberCommand, se_UpdateMemberCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateMemberCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateNodeCommand, se_UpdateNodeCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateNodeCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_VoteOnProposalCommand, se_VoteOnProposalCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class VoteOnProposalCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./ManagedBlockchain";
2
1
  export * from "./ManagedBlockchainClient";
2
+ export * from "./ManagedBlockchain";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { ManagedBlockchainServiceException } from "./models/ManagedBlockchainServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class ManagedBlockchainServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -36,6 +36,7 @@ import { UpdateMemberCommandInput, UpdateMemberCommandOutput } from "./commands/
36
36
  import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
37
37
  import { VoteOnProposalCommandInput, VoteOnProposalCommandOutput } from "./commands/VoteOnProposalCommand";
38
38
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
39
+ export { __Client };
39
40
  /**
40
41
  * @public
41
42
  */
@@ -150,7 +151,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
150
151
  /**
151
152
  * @public
152
153
  */
153
- type ManagedBlockchainClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
154
+ export type ManagedBlockchainClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
154
155
  /**
155
156
  * @public
156
157
  *
@@ -161,7 +162,7 @@ export interface ManagedBlockchainClientConfig extends ManagedBlockchainClientCo
161
162
  /**
162
163
  * @public
163
164
  */
164
- type ManagedBlockchainClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
165
+ export type ManagedBlockchainClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
165
166
  /**
166
167
  * @public
167
168
  *
@@ -189,4 +190,3 @@ export declare class ManagedBlockchainClient extends __Client<__HttpHandlerOptio
189
190
  */
190
191
  destroy(): void;
191
192
  }
192
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { CreateAccessorInput, CreateAccessorOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { CreateMemberInput, CreateMemberOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { CreateNetworkInput, CreateNetworkOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { CreateNodeInput, CreateNodeOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { CreateProposalInput, CreateProposalOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { DeleteAccessorInput, DeleteAccessorOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { DeleteNodeInput, DeleteNodeOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { GetAccessorInput, GetAccessorOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { GetMemberInput, GetMemberOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { GetNetworkInput, GetNetworkOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { GetNodeInput, GetNodeOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { GetProposalInput, GetProposalOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { ListAccessorsInput, ListAccessorsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { ListInvitationsInput, ListInvitationsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { ListMembersInput, ListMembersOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { ListNetworksInput, ListNetworksOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { ListNodesInput, ListNodesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { ListProposalVotesInput, ListProposalVotesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { ListProposalsInput, ListProposalsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { RejectInvitationInput, RejectInvitationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { UpdateMemberInput, UpdateMemberOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { UpdateNodeInput, UpdateNodeOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
5
5
  import { VoteOnProposalInput, VoteOnProposalOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,14 @@
1
- export * from "./ManagedBlockchain";
1
+ /**
2
+ * <p></p>
3
+ * <p>Amazon Managed Blockchain is a fully managed service for creating and managing blockchain networks using open-source frameworks. Blockchain allows you to build applications where multiple parties can securely and transparently run transactions and share data without the need for a trusted, central authority.</p>
4
+ * <p>Managed Blockchain supports the Hyperledger Fabric and Ethereum open-source frameworks. Because of fundamental differences between the frameworks, some API actions or data types may only apply in the context of one framework and not the other. For example, actions related to Hyperledger Fabric network members such as <code>CreateMember</code> and <code>DeleteMember</code> don't apply to Ethereum.</p>
5
+ * <p>The description for each action indicates the framework or frameworks to which it applies. Data types and properties that apply only in the context of a particular framework are similarly indicated.</p>
6
+ *
7
+ * @packageDocumentation
8
+ */
2
9
  export * from "./ManagedBlockchainClient";
10
+ export * from "./ManagedBlockchain";
3
11
  export * from "./commands";
4
- export * from "./models";
5
12
  export * from "./pagination";
13
+ export * from "./models";
6
14
  export { ManagedBlockchainServiceException } from "./models/ManagedBlockchainServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -159,6 +159,7 @@ import {
159
159
  ClientResolvedEndpointParameters,
160
160
  EndpointParameters,
161
161
  } from "./endpoint/EndpointParameters";
162
+ export { __Client };
162
163
  export type ServiceInputTypes =
163
164
  | CreateAccessorCommandInput
164
165
  | CreateMemberCommandInput
@@ -239,7 +240,7 @@ export interface ClientDefaults
239
240
  logger?: __Logger;
240
241
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
241
242
  }
242
- type ManagedBlockchainClientConfigType = Partial<
243
+ export type ManagedBlockchainClientConfigType = Partial<
243
244
  __SmithyConfiguration<__HttpHandlerOptions>
244
245
  > &
245
246
  ClientDefaults &
@@ -252,7 +253,7 @@ type ManagedBlockchainClientConfigType = Partial<
252
253
  ClientInputEndpointParameters;
253
254
  export interface ManagedBlockchainClientConfig
254
255
  extends ManagedBlockchainClientConfigType {}
255
- type ManagedBlockchainClientResolvedConfigType =
256
+ export type ManagedBlockchainClientResolvedConfigType =
256
257
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
257
258
  Required<ClientDefaults> &
258
259
  RegionResolvedConfig &
@@ -274,4 +275,3 @@ export declare class ManagedBlockchainClient extends __Client<
274
275
  constructor(configuration: ManagedBlockchainClientConfig);
275
276
  destroy(): void;
276
277
  }
277
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { CreateAccessorInput, CreateAccessorOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateAccessorCommandInput extends CreateAccessorInput {}
16
17
  export interface CreateAccessorCommandOutput
17
18
  extends CreateAccessorOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { CreateMemberInput, CreateMemberOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateMemberCommandInput extends CreateMemberInput {}
16
17
  export interface CreateMemberCommandOutput
17
18
  extends CreateMemberOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { CreateNetworkInput, CreateNetworkOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateNetworkCommandInput extends CreateNetworkInput {}
16
17
  export interface CreateNetworkCommandOutput
17
18
  extends CreateNetworkOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { CreateNodeInput, CreateNodeOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateNodeCommandInput extends CreateNodeInput {}
16
17
  export interface CreateNodeCommandOutput
17
18
  extends CreateNodeOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { CreateProposalInput, CreateProposalOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateProposalCommandInput extends CreateProposalInput {}
16
17
  export interface CreateProposalCommandOutput
17
18
  extends CreateProposalOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { DeleteAccessorInput, DeleteAccessorOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteAccessorCommandInput extends DeleteAccessorInput {}
16
17
  export interface DeleteAccessorCommandOutput
17
18
  extends DeleteAccessorOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteMemberCommandInput extends DeleteMemberInput {}
16
17
  export interface DeleteMemberCommandOutput
17
18
  extends DeleteMemberOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { DeleteNodeInput, DeleteNodeOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteNodeCommandInput extends DeleteNodeInput {}
16
17
  export interface DeleteNodeCommandOutput
17
18
  extends DeleteNodeOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { GetAccessorInput, GetAccessorOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetAccessorCommandInput extends GetAccessorInput {}
16
17
  export interface GetAccessorCommandOutput
17
18
  extends GetAccessorOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { GetMemberInput, GetMemberOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetMemberCommandInput extends GetMemberInput {}
16
17
  export interface GetMemberCommandOutput
17
18
  extends GetMemberOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { GetNetworkInput, GetNetworkOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetNetworkCommandInput extends GetNetworkInput {}
16
17
  export interface GetNetworkCommandOutput
17
18
  extends GetNetworkOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { GetNodeInput, GetNodeOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetNodeCommandInput extends GetNodeInput {}
16
17
  export interface GetNodeCommandOutput extends GetNodeOutput, __MetadataBearer {}
17
18
  export declare class GetNodeCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { GetProposalInput, GetProposalOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetProposalCommandInput extends GetProposalInput {}
16
17
  export interface GetProposalCommandOutput
17
18
  extends GetProposalOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { ListAccessorsInput, ListAccessorsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListAccessorsCommandInput extends ListAccessorsInput {}
16
17
  export interface ListAccessorsCommandOutput
17
18
  extends ListAccessorsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ListInvitationsInput,
16
16
  ListInvitationsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListInvitationsCommandInput extends ListInvitationsInput {}
19
20
  export interface ListInvitationsCommandOutput
20
21
  extends ListInvitationsOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ManagedBlockchainClient";
14
14
  import { ListMembersInput, ListMembersOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListMembersCommandInput extends ListMembersInput {}
16
17
  export interface ListMembersCommandOutput
17
18
  extends ListMembersOutput,