@aws-sdk/client-managedblockchain 3.33.0 → 3.36.1

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 (322) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/ManagedBlockchain.js +2 -9
  3. package/dist-cjs/ManagedBlockchainClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/CreateMemberCommand.js +2 -28
  5. package/{dist/cjs → dist-cjs}/commands/CreateNetworkCommand.js +2 -28
  6. package/{dist/cjs → dist-cjs}/commands/CreateNodeCommand.js +2 -28
  7. package/{dist/cjs → dist-cjs}/commands/CreateProposalCommand.js +2 -28
  8. package/{dist/cjs → dist-cjs}/commands/DeleteMemberCommand.js +2 -28
  9. package/{dist/cjs → dist-cjs}/commands/DeleteNodeCommand.js +2 -28
  10. package/{dist/cjs → dist-cjs}/commands/GetMemberCommand.js +2 -28
  11. package/{dist/cjs → dist-cjs}/commands/GetNetworkCommand.js +2 -28
  12. package/{dist/cjs → dist-cjs}/commands/GetNodeCommand.js +2 -28
  13. package/{dist/cjs → dist-cjs}/commands/GetProposalCommand.js +2 -28
  14. package/{dist/cjs → dist-cjs}/commands/ListInvitationsCommand.js +2 -28
  15. package/{dist/cjs → dist-cjs}/commands/ListMembersCommand.js +2 -28
  16. package/{dist/cjs → dist-cjs}/commands/ListNetworksCommand.js +2 -28
  17. package/{dist/cjs → dist-cjs}/commands/ListNodesCommand.js +2 -28
  18. package/{dist/cjs → dist-cjs}/commands/ListProposalVotesCommand.js +2 -28
  19. package/{dist/cjs → dist-cjs}/commands/ListProposalsCommand.js +2 -28
  20. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
  21. package/{dist/cjs → dist-cjs}/commands/RejectInvitationCommand.js +2 -28
  22. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  23. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -28
  24. package/{dist/cjs → dist-cjs}/commands/UpdateMemberCommand.js +2 -28
  25. package/{dist/cjs → dist-cjs}/commands/UpdateNodeCommand.js +2 -28
  26. package/{dist/cjs → dist-cjs}/commands/VoteOnProposalCommand.js +2 -28
  27. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  28. package/{dist/cjs → dist-cjs}/index.js +0 -1
  29. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  30. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -274
  31. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  32. package/{dist/cjs → dist-cjs}/pagination/ListInvitationsPaginator.js +1 -12
  33. package/{dist/cjs → dist-cjs}/pagination/ListMembersPaginator.js +1 -12
  34. package/{dist/cjs → dist-cjs}/pagination/ListNetworksPaginator.js +1 -12
  35. package/{dist/cjs → dist-cjs}/pagination/ListNodesPaginator.js +1 -12
  36. package/{dist/cjs → dist-cjs}/pagination/ListProposalVotesPaginator.js +1 -12
  37. package/{dist/cjs → dist-cjs}/pagination/ListProposalsPaginator.js +1 -12
  38. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +3 -9
  39. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  40. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  41. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  42. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  43. package/{dist/es → dist-es}/ManagedBlockchain.js +3 -10
  44. package/{dist/es → dist-es}/ManagedBlockchainClient.js +2 -14
  45. package/{dist/es → dist-es}/commands/CreateMemberCommand.js +4 -31
  46. package/{dist/es → dist-es}/commands/CreateNetworkCommand.js +4 -31
  47. package/{dist/es → dist-es}/commands/CreateNodeCommand.js +4 -31
  48. package/{dist/es → dist-es}/commands/CreateProposalCommand.js +4 -31
  49. package/{dist/es → dist-es}/commands/DeleteMemberCommand.js +4 -31
  50. package/{dist/es → dist-es}/commands/DeleteNodeCommand.js +4 -31
  51. package/{dist/es → dist-es}/commands/GetMemberCommand.js +4 -31
  52. package/{dist/es → dist-es}/commands/GetNetworkCommand.js +4 -31
  53. package/{dist/es → dist-es}/commands/GetNodeCommand.js +4 -31
  54. package/{dist/es → dist-es}/commands/GetProposalCommand.js +4 -31
  55. package/{dist/es → dist-es}/commands/ListInvitationsCommand.js +4 -31
  56. package/{dist/es → dist-es}/commands/ListMembersCommand.js +4 -31
  57. package/{dist/es → dist-es}/commands/ListNetworksCommand.js +4 -31
  58. package/{dist/es → dist-es}/commands/ListNodesCommand.js +4 -31
  59. package/{dist/es → dist-es}/commands/ListProposalVotesCommand.js +4 -31
  60. package/{dist/es → dist-es}/commands/ListProposalsCommand.js +4 -31
  61. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -31
  62. package/{dist/es → dist-es}/commands/RejectInvitationCommand.js +4 -31
  63. package/dist-es/commands/TagResourceCommand.js +39 -0
  64. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -31
  65. package/{dist/es → dist-es}/commands/UpdateMemberCommand.js +4 -31
  66. package/{dist/es → dist-es}/commands/UpdateNodeCommand.js +4 -31
  67. package/{dist/es → dist-es}/commands/VoteOnProposalCommand.js +4 -31
  68. package/{dist/es → dist-es}/endpoints.js +1 -2
  69. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  70. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  71. package/{dist/es → dist-es}/models/models_0.js +0 -274
  72. package/dist-es/pagination/Interfaces.js +1 -0
  73. package/{dist/es → dist-es}/pagination/ListInvitationsPaginator.js +17 -30
  74. package/{dist/es → dist-es}/pagination/ListMembersPaginator.js +17 -30
  75. package/{dist/es → dist-es}/pagination/ListNetworksPaginator.js +17 -30
  76. package/{dist/es → dist-es}/pagination/ListNodesPaginator.js +17 -30
  77. package/{dist/es → dist-es}/pagination/ListProposalVotesPaginator.js +17 -30
  78. package/{dist/es → dist-es}/pagination/ListProposalsPaginator.js +17 -30
  79. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +721 -727
  80. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  81. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  82. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  83. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  84. package/{dist/types → dist-types}/ManagedBlockchain.d.ts +3 -3
  85. package/{dist/types → dist-types}/ManagedBlockchainClient.d.ts +9 -9
  86. package/{dist/types → dist-types}/commands/CreateMemberCommand.d.ts +2 -2
  87. package/{dist/types → dist-types}/commands/CreateNetworkCommand.d.ts +2 -2
  88. package/{dist/types → dist-types}/commands/CreateNodeCommand.d.ts +2 -2
  89. package/{dist/types → dist-types}/commands/CreateProposalCommand.d.ts +2 -2
  90. package/{dist/types → dist-types}/commands/DeleteMemberCommand.d.ts +2 -2
  91. package/{dist/types → dist-types}/commands/DeleteNodeCommand.d.ts +2 -2
  92. package/{dist/types → dist-types}/commands/GetMemberCommand.d.ts +2 -2
  93. package/{dist/types → dist-types}/commands/GetNetworkCommand.d.ts +2 -2
  94. package/{dist/types → dist-types}/commands/GetNodeCommand.d.ts +2 -2
  95. package/{dist/types → dist-types}/commands/GetProposalCommand.d.ts +2 -2
  96. package/{dist/types → dist-types}/commands/ListInvitationsCommand.d.ts +2 -2
  97. package/{dist/types → dist-types}/commands/ListMembersCommand.d.ts +2 -2
  98. package/{dist/types → dist-types}/commands/ListNetworksCommand.d.ts +2 -2
  99. package/{dist/types → dist-types}/commands/ListNodesCommand.d.ts +2 -2
  100. package/{dist/types → dist-types}/commands/ListProposalVotesCommand.d.ts +2 -2
  101. package/{dist/types → dist-types}/commands/ListProposalsCommand.d.ts +2 -2
  102. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  103. package/{dist/types → dist-types}/commands/RejectInvitationCommand.d.ts +2 -2
  104. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  105. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  106. package/{dist/types → dist-types}/commands/UpdateMemberCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/commands/UpdateNodeCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/commands/VoteOnProposalCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  110. package/{index.ts → dist-types/index.d.ts} +0 -0
  111. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  112. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  113. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  114. package/{dist/types → dist-types}/pagination/ListInvitationsPaginator.d.ts +1 -1
  115. package/{dist/types → dist-types}/pagination/ListMembersPaginator.d.ts +1 -1
  116. package/{dist/types → dist-types}/pagination/ListNetworksPaginator.d.ts +1 -1
  117. package/{dist/types → dist-types}/pagination/ListNodesPaginator.d.ts +1 -1
  118. package/{dist/types → dist-types}/pagination/ListProposalVotesPaginator.d.ts +1 -1
  119. package/{dist/types → dist-types}/pagination/ListProposalsPaginator.d.ts +1 -1
  120. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
  121. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  122. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  123. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  124. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  125. package/{dist/types → dist-types}/ts3.4/ManagedBlockchain.d.ts +27 -103
  126. package/{dist/types → dist-types}/ts3.4/ManagedBlockchainClient.d.ts +33 -101
  127. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +17 -0
  150. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  151. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  152. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  153. package/dist-types/ts3.4/models/models_0.d.ts +1171 -0
  154. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  155. package/{dist/types → dist-types}/ts3.4/pagination/ListInvitationsPaginator.d.ts +1 -1
  156. package/{dist/types → dist-types}/ts3.4/pagination/ListMembersPaginator.d.ts +1 -1
  157. package/{dist/types → dist-types}/ts3.4/pagination/ListNetworksPaginator.d.ts +1 -1
  158. package/{dist/types → dist-types}/ts3.4/pagination/ListNodesPaginator.d.ts +1 -1
  159. package/{dist/types → dist-types}/ts3.4/pagination/ListProposalVotesPaginator.d.ts +1 -1
  160. package/{dist/types → dist-types}/ts3.4/pagination/ListProposalsPaginator.d.ts +1 -1
  161. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
  162. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  163. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  164. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  165. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  166. package/package.json +52 -49
  167. package/ManagedBlockchain.ts +0 -774
  168. package/ManagedBlockchainClient.ts +0 -310
  169. package/commands/CreateMemberCommand.ts +0 -99
  170. package/commands/CreateNetworkCommand.ts +0 -99
  171. package/commands/CreateNodeCommand.ts +0 -99
  172. package/commands/CreateProposalCommand.ts +0 -99
  173. package/commands/DeleteMemberCommand.ts +0 -99
  174. package/commands/DeleteNodeCommand.ts +0 -99
  175. package/commands/GetMemberCommand.ts +0 -99
  176. package/commands/GetNetworkCommand.ts +0 -99
  177. package/commands/GetNodeCommand.ts +0 -99
  178. package/commands/GetProposalCommand.ts +0 -99
  179. package/commands/ListInvitationsCommand.ts +0 -99
  180. package/commands/ListMembersCommand.ts +0 -99
  181. package/commands/ListNetworksCommand.ts +0 -99
  182. package/commands/ListNodesCommand.ts +0 -99
  183. package/commands/ListProposalVotesCommand.ts +0 -99
  184. package/commands/ListProposalsCommand.ts +0 -99
  185. package/commands/ListTagsForResourceCommand.ts +0 -99
  186. package/commands/RejectInvitationCommand.ts +0 -99
  187. package/commands/TagResourceCommand.ts +0 -101
  188. package/commands/UntagResourceCommand.ts +0 -99
  189. package/commands/UpdateMemberCommand.ts +0 -99
  190. package/commands/UpdateNodeCommand.ts +0 -99
  191. package/commands/VoteOnProposalCommand.ts +0 -99
  192. package/dist/cjs/ManagedBlockchain.js.map +0 -1
  193. package/dist/cjs/ManagedBlockchainClient.js +0 -47
  194. package/dist/cjs/ManagedBlockchainClient.js.map +0 -1
  195. package/dist/cjs/commands/CreateMemberCommand.js.map +0 -1
  196. package/dist/cjs/commands/CreateNetworkCommand.js.map +0 -1
  197. package/dist/cjs/commands/CreateNodeCommand.js.map +0 -1
  198. package/dist/cjs/commands/CreateProposalCommand.js.map +0 -1
  199. package/dist/cjs/commands/DeleteMemberCommand.js.map +0 -1
  200. package/dist/cjs/commands/DeleteNodeCommand.js.map +0 -1
  201. package/dist/cjs/commands/GetMemberCommand.js.map +0 -1
  202. package/dist/cjs/commands/GetNetworkCommand.js.map +0 -1
  203. package/dist/cjs/commands/GetNodeCommand.js.map +0 -1
  204. package/dist/cjs/commands/GetProposalCommand.js.map +0 -1
  205. package/dist/cjs/commands/ListInvitationsCommand.js.map +0 -1
  206. package/dist/cjs/commands/ListMembersCommand.js.map +0 -1
  207. package/dist/cjs/commands/ListNetworksCommand.js.map +0 -1
  208. package/dist/cjs/commands/ListNodesCommand.js.map +0 -1
  209. package/dist/cjs/commands/ListProposalVotesCommand.js.map +0 -1
  210. package/dist/cjs/commands/ListProposalsCommand.js.map +0 -1
  211. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  212. package/dist/cjs/commands/RejectInvitationCommand.js.map +0 -1
  213. package/dist/cjs/commands/TagResourceCommand.js +0 -64
  214. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  215. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  216. package/dist/cjs/commands/UpdateMemberCommand.js.map +0 -1
  217. package/dist/cjs/commands/UpdateNodeCommand.js.map +0 -1
  218. package/dist/cjs/commands/VoteOnProposalCommand.js.map +0 -1
  219. package/dist/cjs/endpoints.js.map +0 -1
  220. package/dist/cjs/index.js.map +0 -1
  221. package/dist/cjs/models/index.js.map +0 -1
  222. package/dist/cjs/models/models_0.js.map +0 -1
  223. package/dist/cjs/package.json +0 -93
  224. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  225. package/dist/cjs/pagination/ListInvitationsPaginator.js.map +0 -1
  226. package/dist/cjs/pagination/ListMembersPaginator.js.map +0 -1
  227. package/dist/cjs/pagination/ListNetworksPaginator.js.map +0 -1
  228. package/dist/cjs/pagination/ListNodesPaginator.js.map +0 -1
  229. package/dist/cjs/pagination/ListProposalVotesPaginator.js.map +0 -1
  230. package/dist/cjs/pagination/ListProposalsPaginator.js.map +0 -1
  231. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  232. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  233. package/dist/cjs/runtimeConfig.js.map +0 -1
  234. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  235. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  236. package/dist/es/ManagedBlockchain.js.map +0 -1
  237. package/dist/es/ManagedBlockchainClient.js.map +0 -1
  238. package/dist/es/commands/CreateMemberCommand.js.map +0 -1
  239. package/dist/es/commands/CreateNetworkCommand.js.map +0 -1
  240. package/dist/es/commands/CreateNodeCommand.js.map +0 -1
  241. package/dist/es/commands/CreateProposalCommand.js.map +0 -1
  242. package/dist/es/commands/DeleteMemberCommand.js.map +0 -1
  243. package/dist/es/commands/DeleteNodeCommand.js.map +0 -1
  244. package/dist/es/commands/GetMemberCommand.js.map +0 -1
  245. package/dist/es/commands/GetNetworkCommand.js.map +0 -1
  246. package/dist/es/commands/GetNodeCommand.js.map +0 -1
  247. package/dist/es/commands/GetProposalCommand.js.map +0 -1
  248. package/dist/es/commands/ListInvitationsCommand.js.map +0 -1
  249. package/dist/es/commands/ListMembersCommand.js.map +0 -1
  250. package/dist/es/commands/ListNetworksCommand.js.map +0 -1
  251. package/dist/es/commands/ListNodesCommand.js.map +0 -1
  252. package/dist/es/commands/ListProposalVotesCommand.js.map +0 -1
  253. package/dist/es/commands/ListProposalsCommand.js.map +0 -1
  254. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  255. package/dist/es/commands/RejectInvitationCommand.js.map +0 -1
  256. package/dist/es/commands/TagResourceCommand.js +0 -68
  257. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  258. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  259. package/dist/es/commands/UpdateMemberCommand.js.map +0 -1
  260. package/dist/es/commands/UpdateNodeCommand.js.map +0 -1
  261. package/dist/es/commands/VoteOnProposalCommand.js.map +0 -1
  262. package/dist/es/endpoints.js.map +0 -1
  263. package/dist/es/index.js +0 -34
  264. package/dist/es/index.js.map +0 -1
  265. package/dist/es/models/index.js +0 -2
  266. package/dist/es/models/index.js.map +0 -1
  267. package/dist/es/models/models_0.js.map +0 -1
  268. package/dist/es/package.json +0 -93
  269. package/dist/es/pagination/Interfaces.js +0 -2
  270. package/dist/es/pagination/Interfaces.js.map +0 -1
  271. package/dist/es/pagination/ListInvitationsPaginator.js.map +0 -1
  272. package/dist/es/pagination/ListMembersPaginator.js.map +0 -1
  273. package/dist/es/pagination/ListNetworksPaginator.js.map +0 -1
  274. package/dist/es/pagination/ListNodesPaginator.js.map +0 -1
  275. package/dist/es/pagination/ListProposalVotesPaginator.js.map +0 -1
  276. package/dist/es/pagination/ListProposalsPaginator.js.map +0 -1
  277. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  278. package/dist/es/runtimeConfig.browser.js.map +0 -1
  279. package/dist/es/runtimeConfig.js.map +0 -1
  280. package/dist/es/runtimeConfig.native.js.map +0 -1
  281. package/dist/es/runtimeConfig.shared.js.map +0 -1
  282. package/dist/types/ts3.4/commands/CreateMemberCommand.d.ts +0 -36
  283. package/dist/types/ts3.4/commands/CreateNetworkCommand.d.ts +0 -36
  284. package/dist/types/ts3.4/commands/CreateNodeCommand.d.ts +0 -36
  285. package/dist/types/ts3.4/commands/CreateProposalCommand.d.ts +0 -36
  286. package/dist/types/ts3.4/commands/DeleteMemberCommand.d.ts +0 -36
  287. package/dist/types/ts3.4/commands/DeleteNodeCommand.d.ts +0 -36
  288. package/dist/types/ts3.4/commands/GetMemberCommand.d.ts +0 -36
  289. package/dist/types/ts3.4/commands/GetNetworkCommand.d.ts +0 -36
  290. package/dist/types/ts3.4/commands/GetNodeCommand.d.ts +0 -36
  291. package/dist/types/ts3.4/commands/GetProposalCommand.d.ts +0 -36
  292. package/dist/types/ts3.4/commands/ListInvitationsCommand.d.ts +0 -36
  293. package/dist/types/ts3.4/commands/ListMembersCommand.d.ts +0 -36
  294. package/dist/types/ts3.4/commands/ListNetworksCommand.d.ts +0 -36
  295. package/dist/types/ts3.4/commands/ListNodesCommand.d.ts +0 -36
  296. package/dist/types/ts3.4/commands/ListProposalVotesCommand.d.ts +0 -36
  297. package/dist/types/ts3.4/commands/ListProposalsCommand.d.ts +0 -36
  298. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
  299. package/dist/types/ts3.4/commands/RejectInvitationCommand.d.ts +0 -36
  300. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -38
  301. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -36
  302. package/dist/types/ts3.4/commands/UpdateMemberCommand.d.ts +0 -36
  303. package/dist/types/ts3.4/commands/UpdateNodeCommand.d.ts +0 -36
  304. package/dist/types/ts3.4/commands/VoteOnProposalCommand.d.ts +0 -36
  305. package/dist/types/ts3.4/models/models_0.d.ts +0 -2255
  306. package/endpoints.ts +0 -57
  307. package/jest.config.js +0 -4
  308. package/models/models_0.ts +0 -2773
  309. package/pagination/Interfaces.ts +0 -7
  310. package/pagination/ListInvitationsPaginator.ts +0 -58
  311. package/pagination/ListMembersPaginator.ts +0 -54
  312. package/pagination/ListNetworksPaginator.ts +0 -58
  313. package/pagination/ListNodesPaginator.ts +0 -54
  314. package/pagination/ListProposalVotesPaginator.ts +0 -58
  315. package/pagination/ListProposalsPaginator.ts +0 -58
  316. package/protocols/Aws_restJson1.ts +0 -4005
  317. package/runtimeConfig.browser.ts +0 -40
  318. package/runtimeConfig.native.ts +0 -16
  319. package/runtimeConfig.shared.ts +0 -16
  320. package/runtimeConfig.ts +0 -45
  321. package/tsconfig.es.json +0 -12
  322. package/tsconfig.json +0 -32
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
4
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -9,12 +9,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
9
9
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
10
10
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
11
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
- /**
13
- * @internal
14
- */
15
12
  export var getRuntimeConfig = function (config) {
16
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
17
14
  var clientSharedValues = getSharedRuntimeConfig(config);
18
15
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
19
16
  };
20
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -13,13 +13,9 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
15
  import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
- /**
17
- * @internal
18
- */
19
16
  export var getRuntimeConfig = function (config) {
20
17
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
21
18
  emitWarningIfUnsupportedVersion(process.version);
22
19
  var clientSharedValues = getSharedRuntimeConfig(config);
23
20
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
24
21
  };
25
- //# sourceMappingURL=runtimeConfig.js.map
@@ -1,12 +1,8 @@
1
1
  import { __assign } from "tslib";
2
2
  import { Sha256 } from "@aws-crypto/sha256-js";
3
3
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
4
- /**
5
- * @internal
6
- */
7
4
  export var getRuntimeConfig = function (config) {
8
5
  var _a;
9
6
  var browserDefaults = getBrowserRuntimeConfig(config);
10
7
  return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
11
8
  };
12
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,8 +1,5 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { parseUrl } from "@aws-sdk/url-parser";
3
- /**
4
- * @internal
5
- */
2
+ import { defaultRegionInfoProvider } from "./endpoints";
6
3
  export var getRuntimeConfig = function (config) {
7
4
  var _a, _b, _c, _d, _e;
8
5
  return ({
@@ -14,4 +11,3 @@ export var getRuntimeConfig = function (config) {
14
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
15
12
  });
16
13
  };
17
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,4 +1,4 @@
1
- import { ManagedBlockchainClient } from "./ManagedBlockchainClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { CreateMemberCommandInput, CreateMemberCommandOutput } from "./commands/CreateMemberCommand";
3
3
  import { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "./commands/CreateNetworkCommand";
4
4
  import { CreateNodeCommandInput, CreateNodeCommandOutput } from "./commands/CreateNodeCommand";
@@ -13,8 +13,8 @@ import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./com
13
13
  import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
14
14
  import { ListNetworksCommandInput, ListNetworksCommandOutput } from "./commands/ListNetworksCommand";
15
15
  import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
16
- import { ListProposalVotesCommandInput, ListProposalVotesCommandOutput } from "./commands/ListProposalVotesCommand";
17
16
  import { ListProposalsCommandInput, ListProposalsCommandOutput } from "./commands/ListProposalsCommand";
17
+ import { ListProposalVotesCommandInput, ListProposalVotesCommandOutput } from "./commands/ListProposalVotesCommand";
18
18
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
19
19
  import { RejectInvitationCommandInput, RejectInvitationCommandOutput } from "./commands/RejectInvitationCommand";
20
20
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
@@ -22,7 +22,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
22
22
  import { UpdateMemberCommandInput, UpdateMemberCommandOutput } from "./commands/UpdateMemberCommand";
23
23
  import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
24
24
  import { VoteOnProposalCommandInput, VoteOnProposalCommandOutput } from "./commands/VoteOnProposalCommand";
25
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
25
+ import { ManagedBlockchainClient } from "./ManagedBlockchainClient";
26
26
  /**
27
27
  * <p></p>
28
28
  * <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>
@@ -1,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { CreateMemberCommandInput, CreateMemberCommandOutput } from "./commands/CreateMemberCommand";
2
10
  import { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "./commands/CreateNetworkCommand";
3
11
  import { CreateNodeCommandInput, CreateNodeCommandOutput } from "./commands/CreateNodeCommand";
@@ -12,8 +20,8 @@ import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./com
12
20
  import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
13
21
  import { ListNetworksCommandInput, ListNetworksCommandOutput } from "./commands/ListNetworksCommand";
14
22
  import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
15
- import { ListProposalVotesCommandInput, ListProposalVotesCommandOutput } from "./commands/ListProposalVotesCommand";
16
23
  import { ListProposalsCommandInput, ListProposalsCommandOutput } from "./commands/ListProposalsCommand";
24
+ import { ListProposalVotesCommandInput, ListProposalVotesCommandOutput } from "./commands/ListProposalVotesCommand";
17
25
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
18
26
  import { RejectInvitationCommandInput, RejectInvitationCommandOutput } from "./commands/RejectInvitationCommand";
19
27
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
@@ -21,14 +29,6 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
21
29
  import { UpdateMemberCommandInput, UpdateMemberCommandOutput } from "./commands/UpdateMemberCommand";
22
30
  import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
23
31
  import { VoteOnProposalCommandInput, VoteOnProposalCommandOutput } from "./commands/VoteOnProposalCommand";
24
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
25
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
26
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
27
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
28
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
29
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
30
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
31
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
32
32
  export declare type ServiceInputTypes = CreateMemberCommandInput | CreateNetworkCommandInput | CreateNodeCommandInput | CreateProposalCommandInput | DeleteMemberCommandInput | DeleteNodeCommandInput | GetMemberCommandInput | GetNetworkCommandInput | GetNodeCommandInput | GetProposalCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListNetworksCommandInput | ListNodesCommandInput | ListProposalVotesCommandInput | ListProposalsCommandInput | ListTagsForResourceCommandInput | RejectInvitationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateMemberCommandInput | UpdateNodeCommandInput | VoteOnProposalCommandInput;
33
33
  export declare type ServiceOutputTypes = CreateMemberCommandOutput | CreateNetworkCommandOutput | CreateNodeCommandOutput | CreateProposalCommandOutput | DeleteMemberCommandOutput | DeleteNodeCommandOutput | GetMemberCommandOutput | GetNetworkCommandOutput | GetNodeCommandOutput | GetProposalCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListNetworksCommandOutput | ListNodesCommandOutput | ListProposalVotesCommandOutput | ListProposalsCommandOutput | ListTagsForResourceCommandOutput | RejectInvitationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateMemberCommandOutput | UpdateNodeCommandOutput | VoteOnProposalCommandOutput;
34
34
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { CreateMemberInput, CreateMemberOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateMemberCommandInput extends CreateMemberInput {
6
6
  }
7
7
  export interface CreateMemberCommandOutput extends CreateMemberOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { CreateNetworkInput, CreateNetworkOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateNetworkCommandInput extends CreateNetworkInput {
6
6
  }
7
7
  export interface CreateNetworkCommandOutput extends CreateNetworkOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { CreateNodeInput, CreateNodeOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateNodeCommandInput extends CreateNodeInput {
6
6
  }
7
7
  export interface CreateNodeCommandOutput extends CreateNodeOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { CreateProposalInput, CreateProposalOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateProposalCommandInput extends CreateProposalInput {
6
6
  }
7
7
  export interface CreateProposalCommandOutput extends CreateProposalOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteMemberCommandInput extends DeleteMemberInput {
6
6
  }
7
7
  export interface DeleteMemberCommandOutput extends DeleteMemberOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { DeleteNodeInput, DeleteNodeOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteNodeCommandInput extends DeleteNodeInput {
6
6
  }
7
7
  export interface DeleteNodeCommandOutput extends DeleteNodeOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { GetMemberInput, GetMemberOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetMemberCommandInput extends GetMemberInput {
6
6
  }
7
7
  export interface GetMemberCommandOutput extends GetMemberOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { GetNetworkInput, GetNetworkOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetNetworkCommandInput extends GetNetworkInput {
6
6
  }
7
7
  export interface GetNetworkCommandOutput extends GetNetworkOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { GetNodeInput, GetNodeOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetNodeCommandInput extends GetNodeInput {
6
6
  }
7
7
  export interface GetNodeCommandOutput extends GetNodeOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { GetProposalInput, GetProposalOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetProposalCommandInput extends GetProposalInput {
6
6
  }
7
7
  export interface GetProposalCommandOutput extends GetProposalOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { ListInvitationsInput, ListInvitationsOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListInvitationsCommandInput extends ListInvitationsInput {
6
6
  }
7
7
  export interface ListInvitationsCommandOutput extends ListInvitationsOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { ListMembersInput, ListMembersOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListMembersCommandInput extends ListMembersInput {
6
6
  }
7
7
  export interface ListMembersCommandOutput extends ListMembersOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { ListNetworksInput, ListNetworksOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListNetworksCommandInput extends ListNetworksInput {
6
6
  }
7
7
  export interface ListNetworksCommandOutput extends ListNetworksOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { ListNodesInput, ListNodesOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListNodesCommandInput extends ListNodesInput {
6
6
  }
7
7
  export interface ListNodesCommandOutput extends ListNodesOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { ListProposalVotesInput, ListProposalVotesOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListProposalVotesCommandInput extends ListProposalVotesInput {
6
6
  }
7
7
  export interface ListProposalVotesCommandOutput extends ListProposalVotesOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { ListProposalsInput, ListProposalsOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListProposalsCommandInput extends ListProposalsInput {
6
6
  }
7
7
  export interface ListProposalsCommandOutput extends ListProposalsOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { RejectInvitationInput, RejectInvitationOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface RejectInvitationCommandInput extends RejectInvitationInput {
6
6
  }
7
7
  export interface RejectInvitationCommandOutput extends RejectInvitationOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UntagResourceCommandInput extends UntagResourceRequest {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { UpdateMemberInput, UpdateMemberOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateMemberCommandInput extends UpdateMemberInput {
6
6
  }
7
7
  export interface UpdateMemberCommandOutput extends UpdateMemberOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { UpdateNodeInput, UpdateNodeOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateNodeCommandInput extends UpdateNodeInput {
6
6
  }
7
7
  export interface UpdateNodeCommandOutput extends UpdateNodeOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
2
4
  import { VoteOnProposalInput, VoteOnProposalOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface VoteOnProposalCommandInput extends VoteOnProposalInput {
6
6
  }
7
7
  export interface VoteOnProposalCommandOutput extends VoteOnProposalOutput, __MetadataBearer {
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { ManagedBlockchain } from "../ManagedBlockchain";
2
3
  import { ManagedBlockchainClient } from "../ManagedBlockchainClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface ManagedBlockchainPaginationConfiguration extends PaginationConfiguration {
5
5
  client: ManagedBlockchain | ManagedBlockchainClient;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
2
3
  import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListInvitations(config: ManagedBlockchainPaginationConfiguration, input: ListInvitationsCommandInput, ...additionalArguments: any): Paginator<ListInvitationsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
2
3
  import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListMembers(config: ManagedBlockchainPaginationConfiguration, input: ListMembersCommandInput, ...additionalArguments: any): Paginator<ListMembersCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListNetworksCommandInput, ListNetworksCommandOutput } from "../commands/ListNetworksCommand";
2
3
  import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListNetworks(config: ManagedBlockchainPaginationConfiguration, input: ListNetworksCommandInput, ...additionalArguments: any): Paginator<ListNetworksCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand";
2
3
  import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListNodes(config: ManagedBlockchainPaginationConfiguration, input: ListNodesCommandInput, ...additionalArguments: any): Paginator<ListNodesCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListProposalVotesCommandInput, ListProposalVotesCommandOutput } from "../commands/ListProposalVotesCommand";
2
3
  import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListProposalVotes(config: ManagedBlockchainPaginationConfiguration, input: ListProposalVotesCommandInput, ...additionalArguments: any): Paginator<ListProposalVotesCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListProposalsCommandInput, ListProposalsCommandOutput } from "../commands/ListProposalsCommand";
2
3
  import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListProposals(config: ManagedBlockchainPaginationConfiguration, input: ListProposalsCommandInput, ...additionalArguments: any): Paginator<ListProposalsCommandOutput>;
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { CreateMemberCommandInput, CreateMemberCommandOutput } from "../commands/CreateMemberCommand";
2
4
  import { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "../commands/CreateNetworkCommand";
3
5
  import { CreateNodeCommandInput, CreateNodeCommandOutput } from "../commands/CreateNodeCommand";
@@ -12,8 +14,8 @@ import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../co
12
14
  import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
13
15
  import { ListNetworksCommandInput, ListNetworksCommandOutput } from "../commands/ListNetworksCommand";
14
16
  import { ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand";
15
- import { ListProposalVotesCommandInput, ListProposalVotesCommandOutput } from "../commands/ListProposalVotesCommand";
16
17
  import { ListProposalsCommandInput, ListProposalsCommandOutput } from "../commands/ListProposalsCommand";
18
+ import { ListProposalVotesCommandInput, ListProposalVotesCommandOutput } from "../commands/ListProposalVotesCommand";
17
19
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
18
20
  import { RejectInvitationCommandInput, RejectInvitationCommandOutput } from "../commands/RejectInvitationCommand";
19
21
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
@@ -21,8 +23,6 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
21
23
  import { UpdateMemberCommandInput, UpdateMemberCommandOutput } from "../commands/UpdateMemberCommand";
22
24
  import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "../commands/UpdateNodeCommand";
23
25
  import { VoteOnProposalCommandInput, VoteOnProposalCommandOutput } from "../commands/VoteOnProposalCommand";
24
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
25
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
26
26
  export declare const serializeAws_restJson1CreateMemberCommand: (input: CreateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
27
  export declare const serializeAws_restJson1CreateNetworkCommand: (input: CreateNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
28
  export declare const serializeAws_restJson1CreateNodeCommand: (input: CreateNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) =
8
8
  base64Decoder: import("@aws-sdk/types").Decoder;
9
9
  base64Encoder: import("@aws-sdk/types").Encoder;
10
10
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
12
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
13
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
14
  region: string | import("@aws-sdk/types").Provider<string>;