@volcengine/mongodb 1.0.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 (410) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +525 -0
  4. package/dist/esm/api.d.ts +540 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +350 -0
  9. package/dist/esm/types/account-dbprivilege-for-create-dbaccount-input.d.ts +30 -0
  10. package/dist/esm/types/account-dbprivilege-for-create-dbaccount-input.d.ts.map +1 -0
  11. package/dist/esm/types/account-dbprivilege-for-update-dbaccount-privilege-input.d.ts +30 -0
  12. package/dist/esm/types/account-dbprivilege-for-update-dbaccount-privilege-input.d.ts.map +1 -0
  13. package/dist/esm/types/account-for-describe-dbaccounts-output.d.ts +65 -0
  14. package/dist/esm/types/account-for-describe-dbaccounts-output.d.ts.map +1 -0
  15. package/dist/esm/types/account-privilege-for-describe-dbaccounts-output.d.ts +30 -0
  16. package/dist/esm/types/account-privilege-for-describe-dbaccounts-output.d.ts.map +1 -0
  17. package/dist/esm/types/add-tags-to-resource-request.d.ts +31 -0
  18. package/dist/esm/types/add-tags-to-resource-request.d.ts.map +1 -0
  19. package/dist/esm/types/add-tags-to-resource-response.d.ts +20 -0
  20. package/dist/esm/types/add-tags-to-resource-response.d.ts.map +1 -0
  21. package/dist/esm/types/allow-list-for-describe-allow-lists-output.d.ts +73 -0
  22. package/dist/esm/types/allow-list-for-describe-allow-lists-output.d.ts.map +1 -0
  23. package/dist/esm/types/associate-allow-list-request.d.ts +30 -0
  24. package/dist/esm/types/associate-allow-list-request.d.ts.map +1 -0
  25. package/dist/esm/types/associate-allow-list-response.d.ts +20 -0
  26. package/dist/esm/types/associate-allow-list-response.d.ts.map +1 -0
  27. package/dist/esm/types/associated-instance-for-describe-allow-list-detail-output.d.ts +40 -0
  28. package/dist/esm/types/associated-instance-for-describe-allow-list-detail-output.d.ts.map +1 -0
  29. package/dist/esm/types/backup-for-describe-backups-output.d.ts +112 -0
  30. package/dist/esm/types/backup-for-describe-backups-output.d.ts.map +1 -0
  31. package/dist/esm/types/config-server-for-describe-dbinstance-detail-output.d.ts +78 -0
  32. package/dist/esm/types/config-server-for-describe-dbinstance-detail-output.d.ts.map +1 -0
  33. package/dist/esm/types/config-server-node-spec-for-describe-node-specs-output.d.ts +50 -0
  34. package/dist/esm/types/config-server-node-spec-for-describe-node-specs-output.d.ts.map +1 -0
  35. package/dist/esm/types/create-allow-list-request.d.ts +58 -0
  36. package/dist/esm/types/create-allow-list-request.d.ts.map +1 -0
  37. package/dist/esm/types/create-allow-list-response.d.ts +25 -0
  38. package/dist/esm/types/create-allow-list-response.d.ts.map +1 -0
  39. package/dist/esm/types/create-backup-request.d.ts +38 -0
  40. package/dist/esm/types/create-backup-request.d.ts.map +1 -0
  41. package/dist/esm/types/create-backup-response.d.ts +20 -0
  42. package/dist/esm/types/create-backup-response.d.ts.map +1 -0
  43. package/dist/esm/types/create-dbaccount-request.d.ts +51 -0
  44. package/dist/esm/types/create-dbaccount-request.d.ts.map +1 -0
  45. package/dist/esm/types/create-dbaccount-response.d.ts +20 -0
  46. package/dist/esm/types/create-dbaccount-response.d.ts.map +1 -0
  47. package/dist/esm/types/create-dbendpoint-request.d.ts +65 -0
  48. package/dist/esm/types/create-dbendpoint-request.d.ts.map +1 -0
  49. package/dist/esm/types/create-dbendpoint-response.d.ts +20 -0
  50. package/dist/esm/types/create-dbendpoint-response.d.ts.map +1 -0
  51. package/dist/esm/types/create-dbinstance-request.d.ts +201 -0
  52. package/dist/esm/types/create-dbinstance-request.d.ts.map +1 -0
  53. package/dist/esm/types/create-dbinstance-response.d.ts +30 -0
  54. package/dist/esm/types/create-dbinstance-response.d.ts.map +1 -0
  55. package/dist/esm/types/data-for-describe-normal-logs-output.d.ts +40 -0
  56. package/dist/esm/types/data-for-describe-normal-logs-output.d.ts.map +1 -0
  57. package/dist/esm/types/data-for-describe-slow-logs-output.d.ts +65 -0
  58. package/dist/esm/types/data-for-describe-slow-logs-output.d.ts.map +1 -0
  59. package/dist/esm/types/dbaddress-for-describe-dbendpoint-output.d.ts +65 -0
  60. package/dist/esm/types/dbaddress-for-describe-dbendpoint-output.d.ts.map +1 -0
  61. package/dist/esm/types/dbendpoint-for-describe-dbendpoint-output.d.ts +81 -0
  62. package/dist/esm/types/dbendpoint-for-describe-dbendpoint-output.d.ts.map +1 -0
  63. package/dist/esm/types/dbinstance-for-describe-dbinstance-detail-output.d.ts +275 -0
  64. package/dist/esm/types/dbinstance-for-describe-dbinstance-detail-output.d.ts.map +1 -0
  65. package/dist/esm/types/dbinstance-for-describe-dbinstances-output.d.ts +239 -0
  66. package/dist/esm/types/dbinstance-for-describe-dbinstances-output.d.ts.map +1 -0
  67. package/dist/esm/types/delete-allow-list-request.d.ts +25 -0
  68. package/dist/esm/types/delete-allow-list-request.d.ts.map +1 -0
  69. package/dist/esm/types/delete-allow-list-response.d.ts +20 -0
  70. package/dist/esm/types/delete-allow-list-response.d.ts.map +1 -0
  71. package/dist/esm/types/delete-dbaccount-request.d.ts +35 -0
  72. package/dist/esm/types/delete-dbaccount-request.d.ts.map +1 -0
  73. package/dist/esm/types/delete-dbaccount-response.d.ts +20 -0
  74. package/dist/esm/types/delete-dbaccount-response.d.ts.map +1 -0
  75. package/dist/esm/types/delete-dbendpoint-request.d.ts +35 -0
  76. package/dist/esm/types/delete-dbendpoint-request.d.ts.map +1 -0
  77. package/dist/esm/types/delete-dbendpoint-response.d.ts +20 -0
  78. package/dist/esm/types/delete-dbendpoint-response.d.ts.map +1 -0
  79. package/dist/esm/types/delete-dbinstance-request.d.ts +25 -0
  80. package/dist/esm/types/delete-dbinstance-request.d.ts.map +1 -0
  81. package/dist/esm/types/delete-dbinstance-response.d.ts +20 -0
  82. package/dist/esm/types/delete-dbinstance-response.d.ts.map +1 -0
  83. package/dist/esm/types/describe-allow-list-detail-request.d.ts +25 -0
  84. package/dist/esm/types/describe-allow-list-detail-request.d.ts.map +1 -0
  85. package/dist/esm/types/describe-allow-list-detail-response.d.ts +61 -0
  86. package/dist/esm/types/describe-allow-list-detail-response.d.ts.map +1 -0
  87. package/dist/esm/types/describe-allow-lists-request.d.ts +58 -0
  88. package/dist/esm/types/describe-allow-lists-request.d.ts.map +1 -0
  89. package/dist/esm/types/describe-allow-lists-response.d.ts +31 -0
  90. package/dist/esm/types/describe-allow-lists-response.d.ts.map +1 -0
  91. package/dist/esm/types/describe-availability-zones-request.d.ts +25 -0
  92. package/dist/esm/types/describe-availability-zones-request.d.ts.map +1 -0
  93. package/dist/esm/types/describe-availability-zones-response.d.ts +31 -0
  94. package/dist/esm/types/describe-availability-zones-response.d.ts.map +1 -0
  95. package/dist/esm/types/describe-backups-request.d.ts +85 -0
  96. package/dist/esm/types/describe-backups-request.d.ts.map +1 -0
  97. package/dist/esm/types/describe-backups-response.d.ts +31 -0
  98. package/dist/esm/types/describe-backups-response.d.ts.map +1 -0
  99. package/dist/esm/types/describe-dbaccounts-request.d.ts +45 -0
  100. package/dist/esm/types/describe-dbaccounts-request.d.ts.map +1 -0
  101. package/dist/esm/types/describe-dbaccounts-response.d.ts +31 -0
  102. package/dist/esm/types/describe-dbaccounts-response.d.ts.map +1 -0
  103. package/dist/esm/types/describe-dbendpoint-request.d.ts +25 -0
  104. package/dist/esm/types/describe-dbendpoint-request.d.ts.map +1 -0
  105. package/dist/esm/types/describe-dbendpoint-response.d.ts +26 -0
  106. package/dist/esm/types/describe-dbendpoint-response.d.ts.map +1 -0
  107. package/dist/esm/types/describe-dbinstance-backup-policy-request.d.ts +25 -0
  108. package/dist/esm/types/describe-dbinstance-backup-policy-request.d.ts.map +1 -0
  109. package/dist/esm/types/describe-dbinstance-backup-policy-response.d.ts +45 -0
  110. package/dist/esm/types/describe-dbinstance-backup-policy-response.d.ts.map +1 -0
  111. package/dist/esm/types/describe-dbinstance-backup-urlrequest.d.ts +30 -0
  112. package/dist/esm/types/describe-dbinstance-backup-urlrequest.d.ts.map +1 -0
  113. package/dist/esm/types/describe-dbinstance-backup-urlresponse.d.ts +50 -0
  114. package/dist/esm/types/describe-dbinstance-backup-urlresponse.d.ts.map +1 -0
  115. package/dist/esm/types/describe-dbinstance-detail-request.d.ts +25 -0
  116. package/dist/esm/types/describe-dbinstance-detail-request.d.ts.map +1 -0
  117. package/dist/esm/types/describe-dbinstance-detail-response.d.ts +26 -0
  118. package/dist/esm/types/describe-dbinstance-detail-response.d.ts.map +1 -0
  119. package/dist/esm/types/describe-dbinstance-parameters-log-request.d.ts +45 -0
  120. package/dist/esm/types/describe-dbinstance-parameters-log-request.d.ts.map +1 -0
  121. package/dist/esm/types/describe-dbinstance-parameters-log-response.d.ts +31 -0
  122. package/dist/esm/types/describe-dbinstance-parameters-log-response.d.ts.map +1 -0
  123. package/dist/esm/types/describe-dbinstance-parameters-request.d.ts +46 -0
  124. package/dist/esm/types/describe-dbinstance-parameters-request.d.ts.map +1 -0
  125. package/dist/esm/types/describe-dbinstance-parameters-response.d.ts +46 -0
  126. package/dist/esm/types/describe-dbinstance-parameters-response.d.ts.map +1 -0
  127. package/dist/esm/types/describe-dbinstance-sslrequest.d.ts +25 -0
  128. package/dist/esm/types/describe-dbinstance-sslrequest.d.ts.map +1 -0
  129. package/dist/esm/types/describe-dbinstance-sslresponse.d.ts +40 -0
  130. package/dist/esm/types/describe-dbinstance-sslresponse.d.ts.map +1 -0
  131. package/dist/esm/types/describe-dbinstances-request.d.ts +177 -0
  132. package/dist/esm/types/describe-dbinstances-request.d.ts.map +1 -0
  133. package/dist/esm/types/describe-dbinstances-response.d.ts +31 -0
  134. package/dist/esm/types/describe-dbinstances-response.d.ts.map +1 -0
  135. package/dist/esm/types/describe-node-specs-request.d.ts +25 -0
  136. package/dist/esm/types/describe-node-specs-request.d.ts.map +1 -0
  137. package/dist/esm/types/describe-node-specs-response.d.ts +44 -0
  138. package/dist/esm/types/describe-node-specs-response.d.ts.map +1 -0
  139. package/dist/esm/types/describe-normal-logs-request.d.ts +81 -0
  140. package/dist/esm/types/describe-normal-logs-request.d.ts.map +1 -0
  141. package/dist/esm/types/describe-normal-logs-response.d.ts +41 -0
  142. package/dist/esm/types/describe-normal-logs-response.d.ts.map +1 -0
  143. package/dist/esm/types/describe-recoverable-time-request.d.ts +25 -0
  144. package/dist/esm/types/describe-recoverable-time-request.d.ts.map +1 -0
  145. package/dist/esm/types/describe-recoverable-time-response.d.ts +26 -0
  146. package/dist/esm/types/describe-recoverable-time-response.d.ts.map +1 -0
  147. package/dist/esm/types/describe-regions-request.d.ts +20 -0
  148. package/dist/esm/types/describe-regions-request.d.ts.map +1 -0
  149. package/dist/esm/types/describe-regions-response.d.ts +31 -0
  150. package/dist/esm/types/describe-regions-response.d.ts.map +1 -0
  151. package/dist/esm/types/describe-slow-logs-request.d.ts +73 -0
  152. package/dist/esm/types/describe-slow-logs-request.d.ts.map +1 -0
  153. package/dist/esm/types/describe-slow-logs-response.d.ts +41 -0
  154. package/dist/esm/types/describe-slow-logs-response.d.ts.map +1 -0
  155. package/dist/esm/types/disassociate-allow-list-request.d.ts +30 -0
  156. package/dist/esm/types/disassociate-allow-list-request.d.ts.map +1 -0
  157. package/dist/esm/types/disassociate-allow-list-response.d.ts +20 -0
  158. package/dist/esm/types/disassociate-allow-list-response.d.ts.map +1 -0
  159. package/dist/esm/types/filter-by-tag-for-describe-dbinstances-input.d.ts +30 -0
  160. package/dist/esm/types/filter-by-tag-for-describe-dbinstances-input.d.ts.map +1 -0
  161. package/dist/esm/types/index.d.ts +132 -0
  162. package/dist/esm/types/index.d.ts.map +1 -0
  163. package/dist/esm/types/instance-parameter-for-describe-dbinstance-parameters-output.d.ts +88 -0
  164. package/dist/esm/types/instance-parameter-for-describe-dbinstance-parameters-output.d.ts.map +1 -0
  165. package/dist/esm/types/modify-allow-list-request.d.ts +72 -0
  166. package/dist/esm/types/modify-allow-list-request.d.ts.map +1 -0
  167. package/dist/esm/types/modify-allow-list-response.d.ts +20 -0
  168. package/dist/esm/types/modify-allow-list-response.d.ts.map +1 -0
  169. package/dist/esm/types/modify-dbendpoint-port-request.d.ts +30 -0
  170. package/dist/esm/types/modify-dbendpoint-port-request.d.ts.map +1 -0
  171. package/dist/esm/types/modify-dbendpoint-port-response.d.ts +20 -0
  172. package/dist/esm/types/modify-dbendpoint-port-response.d.ts.map +1 -0
  173. package/dist/esm/types/modify-dbendpoint-private-dnsvisibility-request.d.ts +30 -0
  174. package/dist/esm/types/modify-dbendpoint-private-dnsvisibility-request.d.ts.map +1 -0
  175. package/dist/esm/types/modify-dbendpoint-private-dnsvisibility-response.d.ts +20 -0
  176. package/dist/esm/types/modify-dbendpoint-private-dnsvisibility-response.d.ts.map +1 -0
  177. package/dist/esm/types/modify-dbinstance-backup-policy-request.d.ts +40 -0
  178. package/dist/esm/types/modify-dbinstance-backup-policy-request.d.ts.map +1 -0
  179. package/dist/esm/types/modify-dbinstance-backup-policy-response.d.ts +20 -0
  180. package/dist/esm/types/modify-dbinstance-backup-policy-response.d.ts.map +1 -0
  181. package/dist/esm/types/modify-dbinstance-backup-urlrequest.d.ts +30 -0
  182. package/dist/esm/types/modify-dbinstance-backup-urlrequest.d.ts.map +1 -0
  183. package/dist/esm/types/modify-dbinstance-backup-urlresponse.d.ts +20 -0
  184. package/dist/esm/types/modify-dbinstance-backup-urlresponse.d.ts.map +1 -0
  185. package/dist/esm/types/modify-dbinstance-charge-type-request.d.ts +62 -0
  186. package/dist/esm/types/modify-dbinstance-charge-type-request.d.ts.map +1 -0
  187. package/dist/esm/types/modify-dbinstance-charge-type-response.d.ts +30 -0
  188. package/dist/esm/types/modify-dbinstance-charge-type-response.d.ts.map +1 -0
  189. package/dist/esm/types/modify-dbinstance-name-request.d.ts +30 -0
  190. package/dist/esm/types/modify-dbinstance-name-request.d.ts.map +1 -0
  191. package/dist/esm/types/modify-dbinstance-name-response.d.ts +20 -0
  192. package/dist/esm/types/modify-dbinstance-name-response.d.ts.map +1 -0
  193. package/dist/esm/types/modify-dbinstance-parameters-request.d.ts +31 -0
  194. package/dist/esm/types/modify-dbinstance-parameters-request.d.ts.map +1 -0
  195. package/dist/esm/types/modify-dbinstance-parameters-response.d.ts +25 -0
  196. package/dist/esm/types/modify-dbinstance-parameters-response.d.ts.map +1 -0
  197. package/dist/esm/types/modify-dbinstance-spec-request.d.ts +63 -0
  198. package/dist/esm/types/modify-dbinstance-spec-request.d.ts.map +1 -0
  199. package/dist/esm/types/modify-dbinstance-spec-response.d.ts +30 -0
  200. package/dist/esm/types/modify-dbinstance-spec-response.d.ts.map +1 -0
  201. package/dist/esm/types/modify-dbinstance-sslrequest.d.ts +39 -0
  202. package/dist/esm/types/modify-dbinstance-sslrequest.d.ts.map +1 -0
  203. package/dist/esm/types/modify-dbinstance-sslresponse.d.ts +20 -0
  204. package/dist/esm/types/modify-dbinstance-sslresponse.d.ts.map +1 -0
  205. package/dist/esm/types/modify-multi-dbinstance-parameters-request.d.ts +31 -0
  206. package/dist/esm/types/modify-multi-dbinstance-parameters-request.d.ts.map +1 -0
  207. package/dist/esm/types/modify-multi-dbinstance-parameters-response.d.ts +20 -0
  208. package/dist/esm/types/modify-multi-dbinstance-parameters-response.d.ts.map +1 -0
  209. package/dist/esm/types/mongo-for-describe-dbinstance-detail-output.d.ts +68 -0
  210. package/dist/esm/types/mongo-for-describe-dbinstance-detail-output.d.ts.map +1 -0
  211. package/dist/esm/types/mongos-node-spec-for-describe-node-specs-output.d.ts +40 -0
  212. package/dist/esm/types/mongos-node-spec-for-describe-node-specs-output.d.ts.map +1 -0
  213. package/dist/esm/types/node-availability-zone-for-create-dbinstance-input.d.ts +30 -0
  214. package/dist/esm/types/node-availability-zone-for-create-dbinstance-input.d.ts.map +1 -0
  215. package/dist/esm/types/node-availability-zone-for-restore-to-new-instance-input.d.ts +30 -0
  216. package/dist/esm/types/node-availability-zone-for-restore-to-new-instance-input.d.ts.map +1 -0
  217. package/dist/esm/types/node-for-describe-dbinstance-detail-output.d.ts +98 -0
  218. package/dist/esm/types/node-for-describe-dbinstance-detail-output.d.ts.map +1 -0
  219. package/dist/esm/types/node-spec-for-describe-node-specs-output.d.ts +50 -0
  220. package/dist/esm/types/node-spec-for-describe-node-specs-output.d.ts.map +1 -0
  221. package/dist/esm/types/parameter-change-log-for-describe-dbinstance-parameters-log-output.d.ts +70 -0
  222. package/dist/esm/types/parameter-change-log-for-describe-dbinstance-parameters-log-output.d.ts.map +1 -0
  223. package/dist/esm/types/parameter-object-for-modify-multi-dbinstance-parameters-input.d.ts +46 -0
  224. package/dist/esm/types/parameter-object-for-modify-multi-dbinstance-parameters-input.d.ts.map +1 -0
  225. package/dist/esm/types/parameters-object-for-modify-dbinstance-parameters-input.d.ts +46 -0
  226. package/dist/esm/types/parameters-object-for-modify-dbinstance-parameters-input.d.ts.map +1 -0
  227. package/dist/esm/types/recoverable-time-info-for-describe-recoverable-time-output.d.ts +30 -0
  228. package/dist/esm/types/recoverable-time-info-for-describe-recoverable-time-output.d.ts.map +1 -0
  229. package/dist/esm/types/region-for-describe-regions-output.d.ts +30 -0
  230. package/dist/esm/types/region-for-describe-regions-output.d.ts.map +1 -0
  231. package/dist/esm/types/remove-tags-from-resource-request.d.ts +35 -0
  232. package/dist/esm/types/remove-tags-from-resource-request.d.ts.map +1 -0
  233. package/dist/esm/types/remove-tags-from-resource-response.d.ts +20 -0
  234. package/dist/esm/types/remove-tags-from-resource-response.d.ts.map +1 -0
  235. package/dist/esm/types/reset-dbaccount-request.d.ts +45 -0
  236. package/dist/esm/types/reset-dbaccount-request.d.ts.map +1 -0
  237. package/dist/esm/types/reset-dbaccount-response.d.ts +20 -0
  238. package/dist/esm/types/reset-dbaccount-response.d.ts.map +1 -0
  239. package/dist/esm/types/restart-dbinstance-request.d.ts +25 -0
  240. package/dist/esm/types/restart-dbinstance-request.d.ts.map +1 -0
  241. package/dist/esm/types/restart-dbinstance-response.d.ts +20 -0
  242. package/dist/esm/types/restart-dbinstance-response.d.ts.map +1 -0
  243. package/dist/esm/types/restore-to-new-instance-request.d.ts +206 -0
  244. package/dist/esm/types/restore-to-new-instance-request.d.ts.map +1 -0
  245. package/dist/esm/types/restore-to-new-instance-response.d.ts +30 -0
  246. package/dist/esm/types/restore-to-new-instance-response.d.ts.map +1 -0
  247. package/dist/esm/types/shard-for-describe-dbinstance-detail-output.d.ts +31 -0
  248. package/dist/esm/types/shard-for-describe-dbinstance-detail-output.d.ts.map +1 -0
  249. package/dist/esm/types/shard-node-spec-for-describe-node-specs-output.d.ts +50 -0
  250. package/dist/esm/types/shard-node-spec-for-describe-node-specs-output.d.ts.map +1 -0
  251. package/dist/esm/types/switch-dbmaster-request.d.ts +30 -0
  252. package/dist/esm/types/switch-dbmaster-request.d.ts.map +1 -0
  253. package/dist/esm/types/switch-dbmaster-response.d.ts +20 -0
  254. package/dist/esm/types/switch-dbmaster-response.d.ts.map +1 -0
  255. package/dist/esm/types/tag-filter-for-describe-dbinstances-input.d.ts +30 -0
  256. package/dist/esm/types/tag-filter-for-describe-dbinstances-input.d.ts.map +1 -0
  257. package/dist/esm/types/tag-for-add-tags-to-resource-input.d.ts +30 -0
  258. package/dist/esm/types/tag-for-add-tags-to-resource-input.d.ts.map +1 -0
  259. package/dist/esm/types/tag-for-create-dbinstance-input.d.ts +30 -0
  260. package/dist/esm/types/tag-for-create-dbinstance-input.d.ts.map +1 -0
  261. package/dist/esm/types/tag-for-describe-dbinstance-detail-output.d.ts +30 -0
  262. package/dist/esm/types/tag-for-describe-dbinstance-detail-output.d.ts.map +1 -0
  263. package/dist/esm/types/tag-for-describe-dbinstances-output.d.ts +30 -0
  264. package/dist/esm/types/tag-for-describe-dbinstances-output.d.ts.map +1 -0
  265. package/dist/esm/types/tag-for-restore-to-new-instance-input.d.ts +30 -0
  266. package/dist/esm/types/tag-for-restore-to-new-instance-input.d.ts.map +1 -0
  267. package/dist/esm/types/update-dbaccount-privilege-request.d.ts +46 -0
  268. package/dist/esm/types/update-dbaccount-privilege-request.d.ts.map +1 -0
  269. package/dist/esm/types/update-dbaccount-privilege-response.d.ts +20 -0
  270. package/dist/esm/types/update-dbaccount-privilege-response.d.ts.map +1 -0
  271. package/dist/esm/types/zone-for-describe-availability-zones-output.d.ts +30 -0
  272. package/dist/esm/types/zone-for-describe-availability-zones-output.d.ts.map +1 -0
  273. package/dist/tsconfig.tsbuildinfo +1 -0
  274. package/package.json +37 -0
  275. package/rslib.config.ts +26 -0
  276. package/src/api.ts +932 -0
  277. package/src/index.ts +14 -0
  278. package/src/types/account-dbprivilege-for-create-dbaccount-input.ts +34 -0
  279. package/src/types/account-dbprivilege-for-update-dbaccount-privilege-input.ts +34 -0
  280. package/src/types/account-for-describe-dbaccounts-output.ts +76 -0
  281. package/src/types/account-privilege-for-describe-dbaccounts-output.ts +34 -0
  282. package/src/types/add-tags-to-resource-request.ts +35 -0
  283. package/src/types/add-tags-to-resource-response.ts +22 -0
  284. package/src/types/allow-list-for-describe-allow-lists-output.ts +86 -0
  285. package/src/types/associate-allow-list-request.ts +34 -0
  286. package/src/types/associate-allow-list-response.ts +22 -0
  287. package/src/types/associated-instance-for-describe-allow-list-detail-output.ts +46 -0
  288. package/src/types/backup-for-describe-backups-output.ts +126 -0
  289. package/src/types/config-server-for-describe-dbinstance-detail-output.ts +90 -0
  290. package/src/types/config-server-node-spec-for-describe-node-specs-output.ts +58 -0
  291. package/src/types/create-allow-list-request.ts +68 -0
  292. package/src/types/create-allow-list-response.ts +28 -0
  293. package/src/types/create-backup-request.ts +44 -0
  294. package/src/types/create-backup-response.ts +22 -0
  295. package/src/types/create-dbaccount-request.ts +59 -0
  296. package/src/types/create-dbaccount-response.ts +22 -0
  297. package/src/types/create-dbendpoint-request.ts +76 -0
  298. package/src/types/create-dbendpoint-response.ts +22 -0
  299. package/src/types/create-dbinstance-request.ts +232 -0
  300. package/src/types/create-dbinstance-response.ts +34 -0
  301. package/src/types/data-for-describe-normal-logs-output.ts +46 -0
  302. package/src/types/data-for-describe-slow-logs-output.ts +76 -0
  303. package/src/types/dbaddress-for-describe-dbendpoint-output.ts +76 -0
  304. package/src/types/dbendpoint-for-describe-dbendpoint-output.ts +93 -0
  305. package/src/types/dbinstance-for-describe-dbinstance-detail-output.ts +308 -0
  306. package/src/types/dbinstance-for-describe-dbinstances-output.ts +267 -0
  307. package/src/types/delete-allow-list-request.ts +28 -0
  308. package/src/types/delete-allow-list-response.ts +22 -0
  309. package/src/types/delete-dbaccount-request.ts +40 -0
  310. package/src/types/delete-dbaccount-response.ts +22 -0
  311. package/src/types/delete-dbendpoint-request.ts +40 -0
  312. package/src/types/delete-dbendpoint-response.ts +22 -0
  313. package/src/types/delete-dbinstance-request.ts +28 -0
  314. package/src/types/delete-dbinstance-response.ts +22 -0
  315. package/src/types/describe-allow-list-detail-request.ts +28 -0
  316. package/src/types/describe-allow-list-detail-response.ts +71 -0
  317. package/src/types/describe-allow-lists-request.ts +68 -0
  318. package/src/types/describe-allow-lists-response.ts +35 -0
  319. package/src/types/describe-availability-zones-request.ts +28 -0
  320. package/src/types/describe-availability-zones-response.ts +35 -0
  321. package/src/types/describe-backups-request.ts +97 -0
  322. package/src/types/describe-backups-response.ts +35 -0
  323. package/src/types/describe-dbaccounts-request.ts +52 -0
  324. package/src/types/describe-dbaccounts-response.ts +35 -0
  325. package/src/types/describe-dbendpoint-request.ts +28 -0
  326. package/src/types/describe-dbendpoint-response.ts +29 -0
  327. package/src/types/describe-dbinstance-backup-policy-request.ts +28 -0
  328. package/src/types/describe-dbinstance-backup-policy-response.ts +52 -0
  329. package/src/types/describe-dbinstance-backup-urlrequest.ts +34 -0
  330. package/src/types/describe-dbinstance-backup-urlresponse.ts +58 -0
  331. package/src/types/describe-dbinstance-detail-request.ts +28 -0
  332. package/src/types/describe-dbinstance-detail-response.ts +29 -0
  333. package/src/types/describe-dbinstance-parameters-log-request.ts +52 -0
  334. package/src/types/describe-dbinstance-parameters-log-response.ts +35 -0
  335. package/src/types/describe-dbinstance-parameters-request.ts +53 -0
  336. package/src/types/describe-dbinstance-parameters-response.ts +53 -0
  337. package/src/types/describe-dbinstance-sslrequest.ts +28 -0
  338. package/src/types/describe-dbinstance-sslresponse.ts +46 -0
  339. package/src/types/describe-dbinstances-request.ts +198 -0
  340. package/src/types/describe-dbinstances-response.ts +35 -0
  341. package/src/types/describe-node-specs-request.ts +28 -0
  342. package/src/types/describe-node-specs-response.ts +50 -0
  343. package/src/types/describe-normal-logs-request.ts +94 -0
  344. package/src/types/describe-normal-logs-response.ts +47 -0
  345. package/src/types/describe-recoverable-time-request.ts +28 -0
  346. package/src/types/describe-recoverable-time-response.ts +29 -0
  347. package/src/types/describe-regions-request.ts +22 -0
  348. package/src/types/describe-regions-response.ts +35 -0
  349. package/src/types/describe-slow-logs-request.ts +86 -0
  350. package/src/types/describe-slow-logs-response.ts +47 -0
  351. package/src/types/disassociate-allow-list-request.ts +34 -0
  352. package/src/types/disassociate-allow-list-response.ts +22 -0
  353. package/src/types/filter-by-tag-for-describe-dbinstances-input.ts +34 -0
  354. package/src/types/index.ts +131 -0
  355. package/src/types/instance-parameter-for-describe-dbinstance-parameters-output.ts +101 -0
  356. package/src/types/modify-allow-list-request.ts +83 -0
  357. package/src/types/modify-allow-list-response.ts +22 -0
  358. package/src/types/modify-dbendpoint-port-request.ts +34 -0
  359. package/src/types/modify-dbendpoint-port-response.ts +22 -0
  360. package/src/types/modify-dbendpoint-private-dnsvisibility-request.ts +34 -0
  361. package/src/types/modify-dbendpoint-private-dnsvisibility-response.ts +22 -0
  362. package/src/types/modify-dbinstance-backup-policy-request.ts +46 -0
  363. package/src/types/modify-dbinstance-backup-policy-response.ts +22 -0
  364. package/src/types/modify-dbinstance-backup-urlrequest.ts +34 -0
  365. package/src/types/modify-dbinstance-backup-urlresponse.ts +22 -0
  366. package/src/types/modify-dbinstance-charge-type-request.ts +71 -0
  367. package/src/types/modify-dbinstance-charge-type-response.ts +34 -0
  368. package/src/types/modify-dbinstance-name-request.ts +34 -0
  369. package/src/types/modify-dbinstance-name-response.ts +22 -0
  370. package/src/types/modify-dbinstance-parameters-request.ts +35 -0
  371. package/src/types/modify-dbinstance-parameters-response.ts +28 -0
  372. package/src/types/modify-dbinstance-spec-request.ts +74 -0
  373. package/src/types/modify-dbinstance-spec-response.ts +34 -0
  374. package/src/types/modify-dbinstance-sslrequest.ts +45 -0
  375. package/src/types/modify-dbinstance-sslresponse.ts +22 -0
  376. package/src/types/modify-multi-dbinstance-parameters-request.ts +35 -0
  377. package/src/types/modify-multi-dbinstance-parameters-response.ts +22 -0
  378. package/src/types/mongo-for-describe-dbinstance-detail-output.ts +80 -0
  379. package/src/types/mongos-node-spec-for-describe-node-specs-output.ts +46 -0
  380. package/src/types/node-availability-zone-for-create-dbinstance-input.ts +34 -0
  381. package/src/types/node-availability-zone-for-restore-to-new-instance-input.ts +34 -0
  382. package/src/types/node-for-describe-dbinstance-detail-output.ts +114 -0
  383. package/src/types/node-spec-for-describe-node-specs-output.ts +58 -0
  384. package/src/types/parameter-change-log-for-describe-dbinstance-parameters-log-output.ts +80 -0
  385. package/src/types/parameter-object-for-modify-multi-dbinstance-parameters-input.ts +53 -0
  386. package/src/types/parameters-object-for-modify-dbinstance-parameters-input.ts +53 -0
  387. package/src/types/recoverable-time-info-for-describe-recoverable-time-output.ts +34 -0
  388. package/src/types/region-for-describe-regions-output.ts +34 -0
  389. package/src/types/remove-tags-from-resource-request.ts +40 -0
  390. package/src/types/remove-tags-from-resource-response.ts +22 -0
  391. package/src/types/reset-dbaccount-request.ts +52 -0
  392. package/src/types/reset-dbaccount-response.ts +22 -0
  393. package/src/types/restart-dbinstance-request.ts +28 -0
  394. package/src/types/restart-dbinstance-response.ts +22 -0
  395. package/src/types/restore-to-new-instance-request.ts +238 -0
  396. package/src/types/restore-to-new-instance-response.ts +34 -0
  397. package/src/types/shard-for-describe-dbinstance-detail-output.ts +35 -0
  398. package/src/types/shard-node-spec-for-describe-node-specs-output.ts +58 -0
  399. package/src/types/switch-dbmaster-request.ts +34 -0
  400. package/src/types/switch-dbmaster-response.ts +22 -0
  401. package/src/types/tag-filter-for-describe-dbinstances-input.ts +34 -0
  402. package/src/types/tag-for-add-tags-to-resource-input.ts +34 -0
  403. package/src/types/tag-for-create-dbinstance-input.ts +34 -0
  404. package/src/types/tag-for-describe-dbinstance-detail-output.ts +34 -0
  405. package/src/types/tag-for-describe-dbinstances-output.ts +34 -0
  406. package/src/types/tag-for-restore-to-new-instance-input.ts +34 -0
  407. package/src/types/update-dbaccount-privilege-request.ts +53 -0
  408. package/src/types/update-dbaccount-privilege-response.ts +22 -0
  409. package/src/types/zone-for-describe-availability-zones-output.ts +34 -0
  410. package/tsconfig.json +12 -0
@@ -0,0 +1,525 @@
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ ModifyMultiDBInstanceParametersCommand: ()=>ModifyMultiDBInstanceParametersCommand,
28
+ CreateAllowListCommand: ()=>CreateAllowListCommand,
29
+ DescribeRegionsCommand: ()=>DescribeRegionsCommand,
30
+ DeleteDBInstanceCommand: ()=>DeleteDBInstanceCommand,
31
+ MONGODBClient: ()=>MONGODBClient,
32
+ ModifyAllowListCommand: ()=>ModifyAllowListCommand,
33
+ DescribeDBInstanceBackupPolicyCommand: ()=>DescribeDBInstanceBackupPolicyCommand,
34
+ DescribeDBInstanceDetailCommand: ()=>DescribeDBInstanceDetailCommand,
35
+ RemoveTagsFromResourceCommand: ()=>RemoveTagsFromResourceCommand,
36
+ AddTagsToResourceCommand: ()=>AddTagsToResourceCommand,
37
+ DescribeBackupsCommand: ()=>DescribeBackupsCommand,
38
+ ModifyDBInstanceParametersCommand: ()=>ModifyDBInstanceParametersCommand,
39
+ DescribeSlowLogsCommand: ()=>DescribeSlowLogsCommand,
40
+ ModifyDBInstanceChargeTypeCommand: ()=>ModifyDBInstanceChargeTypeCommand,
41
+ DescribeAllowListDetailCommand: ()=>DescribeAllowListDetailCommand,
42
+ DescribeDBInstanceParametersCommand: ()=>DescribeDBInstanceParametersCommand,
43
+ ResetDBAccountCommand: ()=>ResetDBAccountCommand,
44
+ UpdateDBAccountPrivilegeCommand: ()=>UpdateDBAccountPrivilegeCommand,
45
+ DescribeRecoverableTimeCommand: ()=>DescribeRecoverableTimeCommand,
46
+ DescribeNodeSpecsCommand: ()=>DescribeNodeSpecsCommand,
47
+ AssociateAllowListCommand: ()=>AssociateAllowListCommand,
48
+ ModifyDBInstanceSSLCommand: ()=>ModifyDBInstanceSSLCommand,
49
+ ModifyDBInstanceSpecCommand: ()=>ModifyDBInstanceSpecCommand,
50
+ SwitchDBMasterCommand: ()=>SwitchDBMasterCommand,
51
+ ModifyDBInstanceBackupURLCommand: ()=>ModifyDBInstanceBackupURLCommand,
52
+ DeleteAllowListCommand: ()=>DeleteAllowListCommand,
53
+ DescribeDBAccountsCommand: ()=>DescribeDBAccountsCommand,
54
+ DescribeDBInstanceParametersLogCommand: ()=>DescribeDBInstanceParametersLogCommand,
55
+ DeleteDBAccountCommand: ()=>DeleteDBAccountCommand,
56
+ DescribeAvailabilityZonesCommand: ()=>DescribeAvailabilityZonesCommand,
57
+ DescribeDBInstancesCommand: ()=>DescribeDBInstancesCommand,
58
+ RestartDBInstanceCommand: ()=>RestartDBInstanceCommand,
59
+ DescribeDBInstanceBackupURLCommand: ()=>DescribeDBInstanceBackupURLCommand,
60
+ DescribeDBInstanceSSLCommand: ()=>DescribeDBInstanceSSLCommand,
61
+ DisassociateAllowListCommand: ()=>DisassociateAllowListCommand,
62
+ CreateDBAccountCommand: ()=>CreateDBAccountCommand,
63
+ DeleteDBEndpointCommand: ()=>DeleteDBEndpointCommand,
64
+ DescribeAllowListsCommand: ()=>DescribeAllowListsCommand,
65
+ CreateBackupCommand: ()=>CreateBackupCommand,
66
+ DescribeNormalLogsCommand: ()=>DescribeNormalLogsCommand,
67
+ CreateDBEndpointCommand: ()=>CreateDBEndpointCommand,
68
+ CreateDBInstanceCommand: ()=>CreateDBInstanceCommand,
69
+ ModifyDBInstanceBackupPolicyCommand: ()=>ModifyDBInstanceBackupPolicyCommand,
70
+ DescribeDBEndpointCommand: ()=>DescribeDBEndpointCommand,
71
+ ModifyDBEndpointPrivateDNSVisibilityCommand: ()=>ModifyDBEndpointPrivateDNSVisibilityCommand,
72
+ ModifyDBInstanceNameCommand: ()=>ModifyDBInstanceNameCommand,
73
+ RestoreToNewInstanceCommand: ()=>RestoreToNewInstanceCommand,
74
+ ModifyDBEndpointPortCommand: ()=>ModifyDBEndpointPortCommand
75
+ });
76
+ const sdk_core_namespaceObject = require("@volcengine/sdk-core");
77
+ function _define_property(obj, key, value) {
78
+ if (key in obj) Object.defineProperty(obj, key, {
79
+ value: value,
80
+ enumerable: true,
81
+ configurable: true,
82
+ writable: true
83
+ });
84
+ else obj[key] = value;
85
+ return obj;
86
+ }
87
+ class MONGODBClient extends sdk_core_namespaceObject.Client {
88
+ constructor(config = {}){
89
+ super({
90
+ protocol: 'https',
91
+ region: 'cn-beijing',
92
+ ...config
93
+ });
94
+ }
95
+ }
96
+ class AddTagsToResourceCommand extends sdk_core_namespaceObject.Command {
97
+ constructor(input){
98
+ super(input);
99
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AddTagsToResourceCommand.metaPath);
100
+ }
101
+ }
102
+ _define_property(AddTagsToResourceCommand, "metaPath", '/AddTagsToResource/2022-01-01/mongodb/post/application_json/');
103
+ class AssociateAllowListCommand extends sdk_core_namespaceObject.Command {
104
+ constructor(input){
105
+ super(input);
106
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AssociateAllowListCommand.metaPath);
107
+ }
108
+ }
109
+ _define_property(AssociateAllowListCommand, "metaPath", '/AssociateAllowList/2022-01-01/mongodb/post/application_json/');
110
+ class CreateAllowListCommand extends sdk_core_namespaceObject.Command {
111
+ constructor(input){
112
+ super(input);
113
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateAllowListCommand.metaPath);
114
+ }
115
+ }
116
+ _define_property(CreateAllowListCommand, "metaPath", '/CreateAllowList/2022-01-01/mongodb/post/application_json/');
117
+ class CreateBackupCommand extends sdk_core_namespaceObject.Command {
118
+ constructor(input){
119
+ super(input);
120
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateBackupCommand.metaPath);
121
+ }
122
+ }
123
+ _define_property(CreateBackupCommand, "metaPath", '/CreateBackup/2022-01-01/mongodb/post/application_json/');
124
+ class CreateDBAccountCommand extends sdk_core_namespaceObject.Command {
125
+ constructor(input){
126
+ super(input);
127
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateDBAccountCommand.metaPath);
128
+ }
129
+ }
130
+ _define_property(CreateDBAccountCommand, "metaPath", '/CreateDBAccount/2022-01-01/mongodb/post/application_json/');
131
+ class CreateDBEndpointCommand extends sdk_core_namespaceObject.Command {
132
+ constructor(input){
133
+ super(input);
134
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateDBEndpointCommand.metaPath);
135
+ }
136
+ }
137
+ _define_property(CreateDBEndpointCommand, "metaPath", '/CreateDBEndpoint/2022-01-01/mongodb/post/application_json/');
138
+ class CreateDBInstanceCommand extends sdk_core_namespaceObject.Command {
139
+ constructor(input){
140
+ super(input);
141
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateDBInstanceCommand.metaPath);
142
+ }
143
+ }
144
+ _define_property(CreateDBInstanceCommand, "metaPath", '/CreateDBInstance/2022-01-01/mongodb/post/application_json/');
145
+ class DeleteAllowListCommand extends sdk_core_namespaceObject.Command {
146
+ constructor(input){
147
+ super(input);
148
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAllowListCommand.metaPath);
149
+ }
150
+ }
151
+ _define_property(DeleteAllowListCommand, "metaPath", '/DeleteAllowList/2022-01-01/mongodb/post/application_json/');
152
+ class DeleteDBAccountCommand extends sdk_core_namespaceObject.Command {
153
+ constructor(input){
154
+ super(input);
155
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteDBAccountCommand.metaPath);
156
+ }
157
+ }
158
+ _define_property(DeleteDBAccountCommand, "metaPath", '/DeleteDBAccount/2022-01-01/mongodb/post/application_json/');
159
+ class DeleteDBEndpointCommand extends sdk_core_namespaceObject.Command {
160
+ constructor(input){
161
+ super(input);
162
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteDBEndpointCommand.metaPath);
163
+ }
164
+ }
165
+ _define_property(DeleteDBEndpointCommand, "metaPath", '/DeleteDBEndpoint/2022-01-01/mongodb/post/application_json/');
166
+ class DeleteDBInstanceCommand extends sdk_core_namespaceObject.Command {
167
+ constructor(input){
168
+ super(input);
169
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteDBInstanceCommand.metaPath);
170
+ }
171
+ }
172
+ _define_property(DeleteDBInstanceCommand, "metaPath", '/DeleteDBInstance/2022-01-01/mongodb/post/application_json/');
173
+ class DescribeAllowListDetailCommand extends sdk_core_namespaceObject.Command {
174
+ constructor(input){
175
+ super(input);
176
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAllowListDetailCommand.metaPath);
177
+ }
178
+ }
179
+ _define_property(DescribeAllowListDetailCommand, "metaPath", '/DescribeAllowListDetail/2022-01-01/mongodb/post/application_json/');
180
+ class DescribeAllowListsCommand extends sdk_core_namespaceObject.Command {
181
+ constructor(input){
182
+ super(input);
183
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAllowListsCommand.metaPath);
184
+ }
185
+ }
186
+ _define_property(DescribeAllowListsCommand, "metaPath", '/DescribeAllowLists/2022-01-01/mongodb/post/application_json/');
187
+ class DescribeAvailabilityZonesCommand extends sdk_core_namespaceObject.Command {
188
+ constructor(input){
189
+ super(input);
190
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAvailabilityZonesCommand.metaPath);
191
+ }
192
+ }
193
+ _define_property(DescribeAvailabilityZonesCommand, "metaPath", '/DescribeAvailabilityZones/2022-01-01/mongodb/post/application_json/');
194
+ class DescribeBackupsCommand extends sdk_core_namespaceObject.Command {
195
+ constructor(input){
196
+ super(input);
197
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeBackupsCommand.metaPath);
198
+ }
199
+ }
200
+ _define_property(DescribeBackupsCommand, "metaPath", '/DescribeBackups/2022-01-01/mongodb/post/application_json/');
201
+ class DescribeDBAccountsCommand extends sdk_core_namespaceObject.Command {
202
+ constructor(input){
203
+ super(input);
204
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBAccountsCommand.metaPath);
205
+ }
206
+ }
207
+ _define_property(DescribeDBAccountsCommand, "metaPath", '/DescribeDBAccounts/2022-01-01/mongodb/post/application_json/');
208
+ class DescribeDBEndpointCommand extends sdk_core_namespaceObject.Command {
209
+ constructor(input){
210
+ super(input);
211
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBEndpointCommand.metaPath);
212
+ }
213
+ }
214
+ _define_property(DescribeDBEndpointCommand, "metaPath", '/DescribeDBEndpoint/2022-01-01/mongodb/post/application_json/');
215
+ class DescribeDBInstanceBackupPolicyCommand extends sdk_core_namespaceObject.Command {
216
+ constructor(input){
217
+ super(input);
218
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBInstanceBackupPolicyCommand.metaPath);
219
+ }
220
+ }
221
+ _define_property(DescribeDBInstanceBackupPolicyCommand, "metaPath", '/DescribeDBInstanceBackupPolicy/2022-01-01/mongodb/post/application_json/');
222
+ class DescribeDBInstanceBackupURLCommand extends sdk_core_namespaceObject.Command {
223
+ constructor(input){
224
+ super(input);
225
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBInstanceBackupURLCommand.metaPath);
226
+ }
227
+ }
228
+ _define_property(DescribeDBInstanceBackupURLCommand, "metaPath", '/DescribeDBInstanceBackupURL/2022-01-01/mongodb/post/application_json/');
229
+ class DescribeDBInstanceDetailCommand extends sdk_core_namespaceObject.Command {
230
+ constructor(input){
231
+ super(input);
232
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBInstanceDetailCommand.metaPath);
233
+ }
234
+ }
235
+ _define_property(DescribeDBInstanceDetailCommand, "metaPath", '/DescribeDBInstanceDetail/2022-01-01/mongodb/post/application_json/');
236
+ class DescribeDBInstanceParametersCommand extends sdk_core_namespaceObject.Command {
237
+ constructor(input){
238
+ super(input);
239
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBInstanceParametersCommand.metaPath);
240
+ }
241
+ }
242
+ _define_property(DescribeDBInstanceParametersCommand, "metaPath", '/DescribeDBInstanceParameters/2022-01-01/mongodb/post/application_json/');
243
+ class DescribeDBInstanceParametersLogCommand extends sdk_core_namespaceObject.Command {
244
+ constructor(input){
245
+ super(input);
246
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBInstanceParametersLogCommand.metaPath);
247
+ }
248
+ }
249
+ _define_property(DescribeDBInstanceParametersLogCommand, "metaPath", '/DescribeDBInstanceParametersLog/2022-01-01/mongodb/post/application_json/');
250
+ class DescribeDBInstanceSSLCommand extends sdk_core_namespaceObject.Command {
251
+ constructor(input){
252
+ super(input);
253
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBInstanceSSLCommand.metaPath);
254
+ }
255
+ }
256
+ _define_property(DescribeDBInstanceSSLCommand, "metaPath", '/DescribeDBInstanceSSL/2022-01-01/mongodb/post/application_json/');
257
+ class DescribeDBInstancesCommand extends sdk_core_namespaceObject.Command {
258
+ constructor(input){
259
+ super(input);
260
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBInstancesCommand.metaPath);
261
+ }
262
+ }
263
+ _define_property(DescribeDBInstancesCommand, "metaPath", '/DescribeDBInstances/2022-01-01/mongodb/post/application_json/');
264
+ class DescribeNodeSpecsCommand extends sdk_core_namespaceObject.Command {
265
+ constructor(input){
266
+ super(input);
267
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeNodeSpecsCommand.metaPath);
268
+ }
269
+ }
270
+ _define_property(DescribeNodeSpecsCommand, "metaPath", '/DescribeNodeSpecs/2022-01-01/mongodb/post/application_json/');
271
+ class DescribeNormalLogsCommand extends sdk_core_namespaceObject.Command {
272
+ constructor(input){
273
+ super(input);
274
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeNormalLogsCommand.metaPath);
275
+ }
276
+ }
277
+ _define_property(DescribeNormalLogsCommand, "metaPath", '/DescribeNormalLogs/2022-01-01/mongodb/post/application_json/');
278
+ class DescribeRecoverableTimeCommand extends sdk_core_namespaceObject.Command {
279
+ constructor(input){
280
+ super(input);
281
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeRecoverableTimeCommand.metaPath);
282
+ }
283
+ }
284
+ _define_property(DescribeRecoverableTimeCommand, "metaPath", '/DescribeRecoverableTime/2022-01-01/mongodb/post/application_json/');
285
+ class DescribeRegionsCommand extends sdk_core_namespaceObject.Command {
286
+ constructor(input){
287
+ super(input);
288
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeRegionsCommand.metaPath);
289
+ }
290
+ }
291
+ _define_property(DescribeRegionsCommand, "metaPath", '/DescribeRegions/2022-01-01/mongodb/post/application_json/');
292
+ class DescribeSlowLogsCommand extends sdk_core_namespaceObject.Command {
293
+ constructor(input){
294
+ super(input);
295
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeSlowLogsCommand.metaPath);
296
+ }
297
+ }
298
+ _define_property(DescribeSlowLogsCommand, "metaPath", '/DescribeSlowLogs/2022-01-01/mongodb/post/application_json/');
299
+ class DisassociateAllowListCommand extends sdk_core_namespaceObject.Command {
300
+ constructor(input){
301
+ super(input);
302
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisassociateAllowListCommand.metaPath);
303
+ }
304
+ }
305
+ _define_property(DisassociateAllowListCommand, "metaPath", '/DisassociateAllowList/2022-01-01/mongodb/post/application_json/');
306
+ class ModifyAllowListCommand extends sdk_core_namespaceObject.Command {
307
+ constructor(input){
308
+ super(input);
309
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyAllowListCommand.metaPath);
310
+ }
311
+ }
312
+ _define_property(ModifyAllowListCommand, "metaPath", '/ModifyAllowList/2022-01-01/mongodb/post/application_json/');
313
+ class ModifyDBEndpointPortCommand extends sdk_core_namespaceObject.Command {
314
+ constructor(input){
315
+ super(input);
316
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBEndpointPortCommand.metaPath);
317
+ }
318
+ }
319
+ _define_property(ModifyDBEndpointPortCommand, "metaPath", '/ModifyDBEndpointPort/2022-01-01/mongodb/post/application_json/');
320
+ class ModifyDBEndpointPrivateDNSVisibilityCommand extends sdk_core_namespaceObject.Command {
321
+ constructor(input){
322
+ super(input);
323
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBEndpointPrivateDNSVisibilityCommand.metaPath);
324
+ }
325
+ }
326
+ _define_property(ModifyDBEndpointPrivateDNSVisibilityCommand, "metaPath", '/ModifyDBEndpointPrivateDNSVisibility/2022-01-01/mongodb/post/application_json/');
327
+ class ModifyDBInstanceBackupPolicyCommand extends sdk_core_namespaceObject.Command {
328
+ constructor(input){
329
+ super(input);
330
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBInstanceBackupPolicyCommand.metaPath);
331
+ }
332
+ }
333
+ _define_property(ModifyDBInstanceBackupPolicyCommand, "metaPath", '/ModifyDBInstanceBackupPolicy/2022-01-01/mongodb/post/application_json/');
334
+ class ModifyDBInstanceBackupURLCommand extends sdk_core_namespaceObject.Command {
335
+ constructor(input){
336
+ super(input);
337
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBInstanceBackupURLCommand.metaPath);
338
+ }
339
+ }
340
+ _define_property(ModifyDBInstanceBackupURLCommand, "metaPath", '/ModifyDBInstanceBackupURL/2022-01-01/mongodb/post/application_json/');
341
+ class ModifyDBInstanceChargeTypeCommand extends sdk_core_namespaceObject.Command {
342
+ constructor(input){
343
+ super(input);
344
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBInstanceChargeTypeCommand.metaPath);
345
+ }
346
+ }
347
+ _define_property(ModifyDBInstanceChargeTypeCommand, "metaPath", '/ModifyDBInstanceChargeType/2022-01-01/mongodb/post/application_json/');
348
+ class ModifyDBInstanceNameCommand extends sdk_core_namespaceObject.Command {
349
+ constructor(input){
350
+ super(input);
351
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBInstanceNameCommand.metaPath);
352
+ }
353
+ }
354
+ _define_property(ModifyDBInstanceNameCommand, "metaPath", '/ModifyDBInstanceName/2022-01-01/mongodb/post/application_json/');
355
+ class ModifyDBInstanceParametersCommand extends sdk_core_namespaceObject.Command {
356
+ constructor(input){
357
+ super(input);
358
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBInstanceParametersCommand.metaPath);
359
+ }
360
+ }
361
+ _define_property(ModifyDBInstanceParametersCommand, "metaPath", '/ModifyDBInstanceParameters/2022-01-01/mongodb/post/application_json/');
362
+ class ModifyDBInstanceSSLCommand extends sdk_core_namespaceObject.Command {
363
+ constructor(input){
364
+ super(input);
365
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBInstanceSSLCommand.metaPath);
366
+ }
367
+ }
368
+ _define_property(ModifyDBInstanceSSLCommand, "metaPath", '/ModifyDBInstanceSSL/2022-01-01/mongodb/post/application_json/');
369
+ class ModifyDBInstanceSpecCommand extends sdk_core_namespaceObject.Command {
370
+ constructor(input){
371
+ super(input);
372
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBInstanceSpecCommand.metaPath);
373
+ }
374
+ }
375
+ _define_property(ModifyDBInstanceSpecCommand, "metaPath", '/ModifyDBInstanceSpec/2022-01-01/mongodb/post/application_json/');
376
+ class ModifyMultiDBInstanceParametersCommand extends sdk_core_namespaceObject.Command {
377
+ constructor(input){
378
+ super(input);
379
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyMultiDBInstanceParametersCommand.metaPath);
380
+ }
381
+ }
382
+ _define_property(ModifyMultiDBInstanceParametersCommand, "metaPath", '/ModifyMultiDBInstanceParameters/2022-01-01/mongodb/post/application_json/');
383
+ class RemoveTagsFromResourceCommand extends sdk_core_namespaceObject.Command {
384
+ constructor(input){
385
+ super(input);
386
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RemoveTagsFromResourceCommand.metaPath);
387
+ }
388
+ }
389
+ _define_property(RemoveTagsFromResourceCommand, "metaPath", '/RemoveTagsFromResource/2022-01-01/mongodb/post/application_json/');
390
+ class ResetDBAccountCommand extends sdk_core_namespaceObject.Command {
391
+ constructor(input){
392
+ super(input);
393
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ResetDBAccountCommand.metaPath);
394
+ }
395
+ }
396
+ _define_property(ResetDBAccountCommand, "metaPath", '/ResetDBAccount/2022-01-01/mongodb/post/application_json/');
397
+ class RestartDBInstanceCommand extends sdk_core_namespaceObject.Command {
398
+ constructor(input){
399
+ super(input);
400
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RestartDBInstanceCommand.metaPath);
401
+ }
402
+ }
403
+ _define_property(RestartDBInstanceCommand, "metaPath", '/RestartDBInstance/2022-01-01/mongodb/post/application_json/');
404
+ class RestoreToNewInstanceCommand extends sdk_core_namespaceObject.Command {
405
+ constructor(input){
406
+ super(input);
407
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RestoreToNewInstanceCommand.metaPath);
408
+ }
409
+ }
410
+ _define_property(RestoreToNewInstanceCommand, "metaPath", '/RestoreToNewInstance/2022-01-01/mongodb/post/application_json/');
411
+ class SwitchDBMasterCommand extends sdk_core_namespaceObject.Command {
412
+ constructor(input){
413
+ super(input);
414
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SwitchDBMasterCommand.metaPath);
415
+ }
416
+ }
417
+ _define_property(SwitchDBMasterCommand, "metaPath", '/SwitchDBMaster/2022-01-01/mongodb/post/application_json/');
418
+ class UpdateDBAccountPrivilegeCommand extends sdk_core_namespaceObject.Command {
419
+ constructor(input){
420
+ super(input);
421
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateDBAccountPrivilegeCommand.metaPath);
422
+ }
423
+ }
424
+ _define_property(UpdateDBAccountPrivilegeCommand, "metaPath", '/UpdateDBAccountPrivilege/2022-01-01/mongodb/post/application_json/');
425
+ exports.AddTagsToResourceCommand = __webpack_exports__.AddTagsToResourceCommand;
426
+ exports.AssociateAllowListCommand = __webpack_exports__.AssociateAllowListCommand;
427
+ exports.CreateAllowListCommand = __webpack_exports__.CreateAllowListCommand;
428
+ exports.CreateBackupCommand = __webpack_exports__.CreateBackupCommand;
429
+ exports.CreateDBAccountCommand = __webpack_exports__.CreateDBAccountCommand;
430
+ exports.CreateDBEndpointCommand = __webpack_exports__.CreateDBEndpointCommand;
431
+ exports.CreateDBInstanceCommand = __webpack_exports__.CreateDBInstanceCommand;
432
+ exports.DeleteAllowListCommand = __webpack_exports__.DeleteAllowListCommand;
433
+ exports.DeleteDBAccountCommand = __webpack_exports__.DeleteDBAccountCommand;
434
+ exports.DeleteDBEndpointCommand = __webpack_exports__.DeleteDBEndpointCommand;
435
+ exports.DeleteDBInstanceCommand = __webpack_exports__.DeleteDBInstanceCommand;
436
+ exports.DescribeAllowListDetailCommand = __webpack_exports__.DescribeAllowListDetailCommand;
437
+ exports.DescribeAllowListsCommand = __webpack_exports__.DescribeAllowListsCommand;
438
+ exports.DescribeAvailabilityZonesCommand = __webpack_exports__.DescribeAvailabilityZonesCommand;
439
+ exports.DescribeBackupsCommand = __webpack_exports__.DescribeBackupsCommand;
440
+ exports.DescribeDBAccountsCommand = __webpack_exports__.DescribeDBAccountsCommand;
441
+ exports.DescribeDBEndpointCommand = __webpack_exports__.DescribeDBEndpointCommand;
442
+ exports.DescribeDBInstanceBackupPolicyCommand = __webpack_exports__.DescribeDBInstanceBackupPolicyCommand;
443
+ exports.DescribeDBInstanceBackupURLCommand = __webpack_exports__.DescribeDBInstanceBackupURLCommand;
444
+ exports.DescribeDBInstanceDetailCommand = __webpack_exports__.DescribeDBInstanceDetailCommand;
445
+ exports.DescribeDBInstanceParametersCommand = __webpack_exports__.DescribeDBInstanceParametersCommand;
446
+ exports.DescribeDBInstanceParametersLogCommand = __webpack_exports__.DescribeDBInstanceParametersLogCommand;
447
+ exports.DescribeDBInstanceSSLCommand = __webpack_exports__.DescribeDBInstanceSSLCommand;
448
+ exports.DescribeDBInstancesCommand = __webpack_exports__.DescribeDBInstancesCommand;
449
+ exports.DescribeNodeSpecsCommand = __webpack_exports__.DescribeNodeSpecsCommand;
450
+ exports.DescribeNormalLogsCommand = __webpack_exports__.DescribeNormalLogsCommand;
451
+ exports.DescribeRecoverableTimeCommand = __webpack_exports__.DescribeRecoverableTimeCommand;
452
+ exports.DescribeRegionsCommand = __webpack_exports__.DescribeRegionsCommand;
453
+ exports.DescribeSlowLogsCommand = __webpack_exports__.DescribeSlowLogsCommand;
454
+ exports.DisassociateAllowListCommand = __webpack_exports__.DisassociateAllowListCommand;
455
+ exports.MONGODBClient = __webpack_exports__.MONGODBClient;
456
+ exports.ModifyAllowListCommand = __webpack_exports__.ModifyAllowListCommand;
457
+ exports.ModifyDBEndpointPortCommand = __webpack_exports__.ModifyDBEndpointPortCommand;
458
+ exports.ModifyDBEndpointPrivateDNSVisibilityCommand = __webpack_exports__.ModifyDBEndpointPrivateDNSVisibilityCommand;
459
+ exports.ModifyDBInstanceBackupPolicyCommand = __webpack_exports__.ModifyDBInstanceBackupPolicyCommand;
460
+ exports.ModifyDBInstanceBackupURLCommand = __webpack_exports__.ModifyDBInstanceBackupURLCommand;
461
+ exports.ModifyDBInstanceChargeTypeCommand = __webpack_exports__.ModifyDBInstanceChargeTypeCommand;
462
+ exports.ModifyDBInstanceNameCommand = __webpack_exports__.ModifyDBInstanceNameCommand;
463
+ exports.ModifyDBInstanceParametersCommand = __webpack_exports__.ModifyDBInstanceParametersCommand;
464
+ exports.ModifyDBInstanceSSLCommand = __webpack_exports__.ModifyDBInstanceSSLCommand;
465
+ exports.ModifyDBInstanceSpecCommand = __webpack_exports__.ModifyDBInstanceSpecCommand;
466
+ exports.ModifyMultiDBInstanceParametersCommand = __webpack_exports__.ModifyMultiDBInstanceParametersCommand;
467
+ exports.RemoveTagsFromResourceCommand = __webpack_exports__.RemoveTagsFromResourceCommand;
468
+ exports.ResetDBAccountCommand = __webpack_exports__.ResetDBAccountCommand;
469
+ exports.RestartDBInstanceCommand = __webpack_exports__.RestartDBInstanceCommand;
470
+ exports.RestoreToNewInstanceCommand = __webpack_exports__.RestoreToNewInstanceCommand;
471
+ exports.SwitchDBMasterCommand = __webpack_exports__.SwitchDBMasterCommand;
472
+ exports.UpdateDBAccountPrivilegeCommand = __webpack_exports__.UpdateDBAccountPrivilegeCommand;
473
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
474
+ "AddTagsToResourceCommand",
475
+ "AssociateAllowListCommand",
476
+ "CreateAllowListCommand",
477
+ "CreateBackupCommand",
478
+ "CreateDBAccountCommand",
479
+ "CreateDBEndpointCommand",
480
+ "CreateDBInstanceCommand",
481
+ "DeleteAllowListCommand",
482
+ "DeleteDBAccountCommand",
483
+ "DeleteDBEndpointCommand",
484
+ "DeleteDBInstanceCommand",
485
+ "DescribeAllowListDetailCommand",
486
+ "DescribeAllowListsCommand",
487
+ "DescribeAvailabilityZonesCommand",
488
+ "DescribeBackupsCommand",
489
+ "DescribeDBAccountsCommand",
490
+ "DescribeDBEndpointCommand",
491
+ "DescribeDBInstanceBackupPolicyCommand",
492
+ "DescribeDBInstanceBackupURLCommand",
493
+ "DescribeDBInstanceDetailCommand",
494
+ "DescribeDBInstanceParametersCommand",
495
+ "DescribeDBInstanceParametersLogCommand",
496
+ "DescribeDBInstanceSSLCommand",
497
+ "DescribeDBInstancesCommand",
498
+ "DescribeNodeSpecsCommand",
499
+ "DescribeNormalLogsCommand",
500
+ "DescribeRecoverableTimeCommand",
501
+ "DescribeRegionsCommand",
502
+ "DescribeSlowLogsCommand",
503
+ "DisassociateAllowListCommand",
504
+ "MONGODBClient",
505
+ "ModifyAllowListCommand",
506
+ "ModifyDBEndpointPortCommand",
507
+ "ModifyDBEndpointPrivateDNSVisibilityCommand",
508
+ "ModifyDBInstanceBackupPolicyCommand",
509
+ "ModifyDBInstanceBackupURLCommand",
510
+ "ModifyDBInstanceChargeTypeCommand",
511
+ "ModifyDBInstanceNameCommand",
512
+ "ModifyDBInstanceParametersCommand",
513
+ "ModifyDBInstanceSSLCommand",
514
+ "ModifyDBInstanceSpecCommand",
515
+ "ModifyMultiDBInstanceParametersCommand",
516
+ "RemoveTagsFromResourceCommand",
517
+ "ResetDBAccountCommand",
518
+ "RestartDBInstanceCommand",
519
+ "RestoreToNewInstanceCommand",
520
+ "SwitchDBMasterCommand",
521
+ "UpdateDBAccountPrivilegeCommand"
522
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
523
+ Object.defineProperty(exports, '__esModule', {
524
+ value: true
525
+ });