@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,350 @@
1
+ import { Client, Command, buildRequestConfigFromMetaPath } from "@volcengine/sdk-core";
2
+ function _define_property(obj, key, value) {
3
+ if (key in obj) Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ else obj[key] = value;
10
+ return obj;
11
+ }
12
+ class MONGODBClient extends Client {
13
+ constructor(config = {}){
14
+ super({
15
+ protocol: 'https',
16
+ region: 'cn-beijing',
17
+ ...config
18
+ });
19
+ }
20
+ }
21
+ class AddTagsToResourceCommand extends Command {
22
+ constructor(input){
23
+ super(input);
24
+ this.requestConfig = buildRequestConfigFromMetaPath(AddTagsToResourceCommand.metaPath);
25
+ }
26
+ }
27
+ _define_property(AddTagsToResourceCommand, "metaPath", '/AddTagsToResource/2022-01-01/mongodb/post/application_json/');
28
+ class AssociateAllowListCommand extends Command {
29
+ constructor(input){
30
+ super(input);
31
+ this.requestConfig = buildRequestConfigFromMetaPath(AssociateAllowListCommand.metaPath);
32
+ }
33
+ }
34
+ _define_property(AssociateAllowListCommand, "metaPath", '/AssociateAllowList/2022-01-01/mongodb/post/application_json/');
35
+ class CreateAllowListCommand extends Command {
36
+ constructor(input){
37
+ super(input);
38
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateAllowListCommand.metaPath);
39
+ }
40
+ }
41
+ _define_property(CreateAllowListCommand, "metaPath", '/CreateAllowList/2022-01-01/mongodb/post/application_json/');
42
+ class CreateBackupCommand extends Command {
43
+ constructor(input){
44
+ super(input);
45
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateBackupCommand.metaPath);
46
+ }
47
+ }
48
+ _define_property(CreateBackupCommand, "metaPath", '/CreateBackup/2022-01-01/mongodb/post/application_json/');
49
+ class CreateDBAccountCommand extends Command {
50
+ constructor(input){
51
+ super(input);
52
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateDBAccountCommand.metaPath);
53
+ }
54
+ }
55
+ _define_property(CreateDBAccountCommand, "metaPath", '/CreateDBAccount/2022-01-01/mongodb/post/application_json/');
56
+ class CreateDBEndpointCommand extends Command {
57
+ constructor(input){
58
+ super(input);
59
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateDBEndpointCommand.metaPath);
60
+ }
61
+ }
62
+ _define_property(CreateDBEndpointCommand, "metaPath", '/CreateDBEndpoint/2022-01-01/mongodb/post/application_json/');
63
+ class CreateDBInstanceCommand extends Command {
64
+ constructor(input){
65
+ super(input);
66
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateDBInstanceCommand.metaPath);
67
+ }
68
+ }
69
+ _define_property(CreateDBInstanceCommand, "metaPath", '/CreateDBInstance/2022-01-01/mongodb/post/application_json/');
70
+ class DeleteAllowListCommand extends Command {
71
+ constructor(input){
72
+ super(input);
73
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteAllowListCommand.metaPath);
74
+ }
75
+ }
76
+ _define_property(DeleteAllowListCommand, "metaPath", '/DeleteAllowList/2022-01-01/mongodb/post/application_json/');
77
+ class DeleteDBAccountCommand extends Command {
78
+ constructor(input){
79
+ super(input);
80
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteDBAccountCommand.metaPath);
81
+ }
82
+ }
83
+ _define_property(DeleteDBAccountCommand, "metaPath", '/DeleteDBAccount/2022-01-01/mongodb/post/application_json/');
84
+ class DeleteDBEndpointCommand extends Command {
85
+ constructor(input){
86
+ super(input);
87
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteDBEndpointCommand.metaPath);
88
+ }
89
+ }
90
+ _define_property(DeleteDBEndpointCommand, "metaPath", '/DeleteDBEndpoint/2022-01-01/mongodb/post/application_json/');
91
+ class DeleteDBInstanceCommand extends Command {
92
+ constructor(input){
93
+ super(input);
94
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteDBInstanceCommand.metaPath);
95
+ }
96
+ }
97
+ _define_property(DeleteDBInstanceCommand, "metaPath", '/DeleteDBInstance/2022-01-01/mongodb/post/application_json/');
98
+ class DescribeAllowListDetailCommand extends Command {
99
+ constructor(input){
100
+ super(input);
101
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeAllowListDetailCommand.metaPath);
102
+ }
103
+ }
104
+ _define_property(DescribeAllowListDetailCommand, "metaPath", '/DescribeAllowListDetail/2022-01-01/mongodb/post/application_json/');
105
+ class DescribeAllowListsCommand extends Command {
106
+ constructor(input){
107
+ super(input);
108
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeAllowListsCommand.metaPath);
109
+ }
110
+ }
111
+ _define_property(DescribeAllowListsCommand, "metaPath", '/DescribeAllowLists/2022-01-01/mongodb/post/application_json/');
112
+ class DescribeAvailabilityZonesCommand extends Command {
113
+ constructor(input){
114
+ super(input);
115
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeAvailabilityZonesCommand.metaPath);
116
+ }
117
+ }
118
+ _define_property(DescribeAvailabilityZonesCommand, "metaPath", '/DescribeAvailabilityZones/2022-01-01/mongodb/post/application_json/');
119
+ class DescribeBackupsCommand extends Command {
120
+ constructor(input){
121
+ super(input);
122
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeBackupsCommand.metaPath);
123
+ }
124
+ }
125
+ _define_property(DescribeBackupsCommand, "metaPath", '/DescribeBackups/2022-01-01/mongodb/post/application_json/');
126
+ class DescribeDBAccountsCommand extends Command {
127
+ constructor(input){
128
+ super(input);
129
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBAccountsCommand.metaPath);
130
+ }
131
+ }
132
+ _define_property(DescribeDBAccountsCommand, "metaPath", '/DescribeDBAccounts/2022-01-01/mongodb/post/application_json/');
133
+ class DescribeDBEndpointCommand extends Command {
134
+ constructor(input){
135
+ super(input);
136
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBEndpointCommand.metaPath);
137
+ }
138
+ }
139
+ _define_property(DescribeDBEndpointCommand, "metaPath", '/DescribeDBEndpoint/2022-01-01/mongodb/post/application_json/');
140
+ class DescribeDBInstanceBackupPolicyCommand extends Command {
141
+ constructor(input){
142
+ super(input);
143
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBInstanceBackupPolicyCommand.metaPath);
144
+ }
145
+ }
146
+ _define_property(DescribeDBInstanceBackupPolicyCommand, "metaPath", '/DescribeDBInstanceBackupPolicy/2022-01-01/mongodb/post/application_json/');
147
+ class DescribeDBInstanceBackupURLCommand extends Command {
148
+ constructor(input){
149
+ super(input);
150
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBInstanceBackupURLCommand.metaPath);
151
+ }
152
+ }
153
+ _define_property(DescribeDBInstanceBackupURLCommand, "metaPath", '/DescribeDBInstanceBackupURL/2022-01-01/mongodb/post/application_json/');
154
+ class DescribeDBInstanceDetailCommand extends Command {
155
+ constructor(input){
156
+ super(input);
157
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBInstanceDetailCommand.metaPath);
158
+ }
159
+ }
160
+ _define_property(DescribeDBInstanceDetailCommand, "metaPath", '/DescribeDBInstanceDetail/2022-01-01/mongodb/post/application_json/');
161
+ class DescribeDBInstanceParametersCommand extends Command {
162
+ constructor(input){
163
+ super(input);
164
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBInstanceParametersCommand.metaPath);
165
+ }
166
+ }
167
+ _define_property(DescribeDBInstanceParametersCommand, "metaPath", '/DescribeDBInstanceParameters/2022-01-01/mongodb/post/application_json/');
168
+ class DescribeDBInstanceParametersLogCommand extends Command {
169
+ constructor(input){
170
+ super(input);
171
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBInstanceParametersLogCommand.metaPath);
172
+ }
173
+ }
174
+ _define_property(DescribeDBInstanceParametersLogCommand, "metaPath", '/DescribeDBInstanceParametersLog/2022-01-01/mongodb/post/application_json/');
175
+ class DescribeDBInstanceSSLCommand extends Command {
176
+ constructor(input){
177
+ super(input);
178
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBInstanceSSLCommand.metaPath);
179
+ }
180
+ }
181
+ _define_property(DescribeDBInstanceSSLCommand, "metaPath", '/DescribeDBInstanceSSL/2022-01-01/mongodb/post/application_json/');
182
+ class DescribeDBInstancesCommand extends Command {
183
+ constructor(input){
184
+ super(input);
185
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBInstancesCommand.metaPath);
186
+ }
187
+ }
188
+ _define_property(DescribeDBInstancesCommand, "metaPath", '/DescribeDBInstances/2022-01-01/mongodb/post/application_json/');
189
+ class DescribeNodeSpecsCommand extends Command {
190
+ constructor(input){
191
+ super(input);
192
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeNodeSpecsCommand.metaPath);
193
+ }
194
+ }
195
+ _define_property(DescribeNodeSpecsCommand, "metaPath", '/DescribeNodeSpecs/2022-01-01/mongodb/post/application_json/');
196
+ class DescribeNormalLogsCommand extends Command {
197
+ constructor(input){
198
+ super(input);
199
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeNormalLogsCommand.metaPath);
200
+ }
201
+ }
202
+ _define_property(DescribeNormalLogsCommand, "metaPath", '/DescribeNormalLogs/2022-01-01/mongodb/post/application_json/');
203
+ class DescribeRecoverableTimeCommand extends Command {
204
+ constructor(input){
205
+ super(input);
206
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeRecoverableTimeCommand.metaPath);
207
+ }
208
+ }
209
+ _define_property(DescribeRecoverableTimeCommand, "metaPath", '/DescribeRecoverableTime/2022-01-01/mongodb/post/application_json/');
210
+ class DescribeRegionsCommand extends Command {
211
+ constructor(input){
212
+ super(input);
213
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeRegionsCommand.metaPath);
214
+ }
215
+ }
216
+ _define_property(DescribeRegionsCommand, "metaPath", '/DescribeRegions/2022-01-01/mongodb/post/application_json/');
217
+ class DescribeSlowLogsCommand extends Command {
218
+ constructor(input){
219
+ super(input);
220
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeSlowLogsCommand.metaPath);
221
+ }
222
+ }
223
+ _define_property(DescribeSlowLogsCommand, "metaPath", '/DescribeSlowLogs/2022-01-01/mongodb/post/application_json/');
224
+ class DisassociateAllowListCommand extends Command {
225
+ constructor(input){
226
+ super(input);
227
+ this.requestConfig = buildRequestConfigFromMetaPath(DisassociateAllowListCommand.metaPath);
228
+ }
229
+ }
230
+ _define_property(DisassociateAllowListCommand, "metaPath", '/DisassociateAllowList/2022-01-01/mongodb/post/application_json/');
231
+ class ModifyAllowListCommand extends Command {
232
+ constructor(input){
233
+ super(input);
234
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyAllowListCommand.metaPath);
235
+ }
236
+ }
237
+ _define_property(ModifyAllowListCommand, "metaPath", '/ModifyAllowList/2022-01-01/mongodb/post/application_json/');
238
+ class ModifyDBEndpointPortCommand extends Command {
239
+ constructor(input){
240
+ super(input);
241
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBEndpointPortCommand.metaPath);
242
+ }
243
+ }
244
+ _define_property(ModifyDBEndpointPortCommand, "metaPath", '/ModifyDBEndpointPort/2022-01-01/mongodb/post/application_json/');
245
+ class ModifyDBEndpointPrivateDNSVisibilityCommand extends Command {
246
+ constructor(input){
247
+ super(input);
248
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBEndpointPrivateDNSVisibilityCommand.metaPath);
249
+ }
250
+ }
251
+ _define_property(ModifyDBEndpointPrivateDNSVisibilityCommand, "metaPath", '/ModifyDBEndpointPrivateDNSVisibility/2022-01-01/mongodb/post/application_json/');
252
+ class ModifyDBInstanceBackupPolicyCommand extends Command {
253
+ constructor(input){
254
+ super(input);
255
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBInstanceBackupPolicyCommand.metaPath);
256
+ }
257
+ }
258
+ _define_property(ModifyDBInstanceBackupPolicyCommand, "metaPath", '/ModifyDBInstanceBackupPolicy/2022-01-01/mongodb/post/application_json/');
259
+ class ModifyDBInstanceBackupURLCommand extends Command {
260
+ constructor(input){
261
+ super(input);
262
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBInstanceBackupURLCommand.metaPath);
263
+ }
264
+ }
265
+ _define_property(ModifyDBInstanceBackupURLCommand, "metaPath", '/ModifyDBInstanceBackupURL/2022-01-01/mongodb/post/application_json/');
266
+ class ModifyDBInstanceChargeTypeCommand extends Command {
267
+ constructor(input){
268
+ super(input);
269
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBInstanceChargeTypeCommand.metaPath);
270
+ }
271
+ }
272
+ _define_property(ModifyDBInstanceChargeTypeCommand, "metaPath", '/ModifyDBInstanceChargeType/2022-01-01/mongodb/post/application_json/');
273
+ class ModifyDBInstanceNameCommand extends Command {
274
+ constructor(input){
275
+ super(input);
276
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBInstanceNameCommand.metaPath);
277
+ }
278
+ }
279
+ _define_property(ModifyDBInstanceNameCommand, "metaPath", '/ModifyDBInstanceName/2022-01-01/mongodb/post/application_json/');
280
+ class ModifyDBInstanceParametersCommand extends Command {
281
+ constructor(input){
282
+ super(input);
283
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBInstanceParametersCommand.metaPath);
284
+ }
285
+ }
286
+ _define_property(ModifyDBInstanceParametersCommand, "metaPath", '/ModifyDBInstanceParameters/2022-01-01/mongodb/post/application_json/');
287
+ class ModifyDBInstanceSSLCommand extends Command {
288
+ constructor(input){
289
+ super(input);
290
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBInstanceSSLCommand.metaPath);
291
+ }
292
+ }
293
+ _define_property(ModifyDBInstanceSSLCommand, "metaPath", '/ModifyDBInstanceSSL/2022-01-01/mongodb/post/application_json/');
294
+ class ModifyDBInstanceSpecCommand extends Command {
295
+ constructor(input){
296
+ super(input);
297
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBInstanceSpecCommand.metaPath);
298
+ }
299
+ }
300
+ _define_property(ModifyDBInstanceSpecCommand, "metaPath", '/ModifyDBInstanceSpec/2022-01-01/mongodb/post/application_json/');
301
+ class ModifyMultiDBInstanceParametersCommand extends Command {
302
+ constructor(input){
303
+ super(input);
304
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyMultiDBInstanceParametersCommand.metaPath);
305
+ }
306
+ }
307
+ _define_property(ModifyMultiDBInstanceParametersCommand, "metaPath", '/ModifyMultiDBInstanceParameters/2022-01-01/mongodb/post/application_json/');
308
+ class RemoveTagsFromResourceCommand extends Command {
309
+ constructor(input){
310
+ super(input);
311
+ this.requestConfig = buildRequestConfigFromMetaPath(RemoveTagsFromResourceCommand.metaPath);
312
+ }
313
+ }
314
+ _define_property(RemoveTagsFromResourceCommand, "metaPath", '/RemoveTagsFromResource/2022-01-01/mongodb/post/application_json/');
315
+ class ResetDBAccountCommand extends Command {
316
+ constructor(input){
317
+ super(input);
318
+ this.requestConfig = buildRequestConfigFromMetaPath(ResetDBAccountCommand.metaPath);
319
+ }
320
+ }
321
+ _define_property(ResetDBAccountCommand, "metaPath", '/ResetDBAccount/2022-01-01/mongodb/post/application_json/');
322
+ class RestartDBInstanceCommand extends Command {
323
+ constructor(input){
324
+ super(input);
325
+ this.requestConfig = buildRequestConfigFromMetaPath(RestartDBInstanceCommand.metaPath);
326
+ }
327
+ }
328
+ _define_property(RestartDBInstanceCommand, "metaPath", '/RestartDBInstance/2022-01-01/mongodb/post/application_json/');
329
+ class RestoreToNewInstanceCommand extends Command {
330
+ constructor(input){
331
+ super(input);
332
+ this.requestConfig = buildRequestConfigFromMetaPath(RestoreToNewInstanceCommand.metaPath);
333
+ }
334
+ }
335
+ _define_property(RestoreToNewInstanceCommand, "metaPath", '/RestoreToNewInstance/2022-01-01/mongodb/post/application_json/');
336
+ class SwitchDBMasterCommand extends Command {
337
+ constructor(input){
338
+ super(input);
339
+ this.requestConfig = buildRequestConfigFromMetaPath(SwitchDBMasterCommand.metaPath);
340
+ }
341
+ }
342
+ _define_property(SwitchDBMasterCommand, "metaPath", '/SwitchDBMaster/2022-01-01/mongodb/post/application_json/');
343
+ class UpdateDBAccountPrivilegeCommand extends Command {
344
+ constructor(input){
345
+ super(input);
346
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateDBAccountPrivilegeCommand.metaPath);
347
+ }
348
+ }
349
+ _define_property(UpdateDBAccountPrivilegeCommand, "metaPath", '/UpdateDBAccountPrivilege/2022-01-01/mongodb/post/application_json/');
350
+ export { AddTagsToResourceCommand, AssociateAllowListCommand, CreateAllowListCommand, CreateBackupCommand, CreateDBAccountCommand, CreateDBEndpointCommand, CreateDBInstanceCommand, DeleteAllowListCommand, DeleteDBAccountCommand, DeleteDBEndpointCommand, DeleteDBInstanceCommand, DescribeAllowListDetailCommand, DescribeAllowListsCommand, DescribeAvailabilityZonesCommand, DescribeBackupsCommand, DescribeDBAccountsCommand, DescribeDBEndpointCommand, DescribeDBInstanceBackupPolicyCommand, DescribeDBInstanceBackupURLCommand, DescribeDBInstanceDetailCommand, DescribeDBInstanceParametersCommand, DescribeDBInstanceParametersLogCommand, DescribeDBInstanceSSLCommand, DescribeDBInstancesCommand, DescribeNodeSpecsCommand, DescribeNormalLogsCommand, DescribeRecoverableTimeCommand, DescribeRegionsCommand, DescribeSlowLogsCommand, DisassociateAllowListCommand, MONGODBClient, ModifyAllowListCommand, ModifyDBEndpointPortCommand, ModifyDBEndpointPrivateDNSVisibilityCommand, ModifyDBInstanceBackupPolicyCommand, ModifyDBInstanceBackupURLCommand, ModifyDBInstanceChargeTypeCommand, ModifyDBInstanceNameCommand, ModifyDBInstanceParametersCommand, ModifyDBInstanceSSLCommand, ModifyDBInstanceSpecCommand, ModifyMultiDBInstanceParametersCommand, RemoveTagsFromResourceCommand, ResetDBAccountCommand, RestartDBInstanceCommand, RestoreToNewInstanceCommand, SwitchDBMasterCommand, UpdateDBAccountPrivilegeCommand };
@@ -0,0 +1,30 @@
1
+ /**
2
+ * mongodb
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface AccountDBPrivilegeForCreateDBAccountInput
17
+ */
18
+ export interface AccountDBPrivilegeForCreateDBAccountInput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof AccountDBPrivilegeForCreateDBAccountInput
22
+ */
23
+ DBName?: string;
24
+ /**
25
+ * @type {Array<string>}
26
+ * @memberof AccountDBPrivilegeForCreateDBAccountInput
27
+ */
28
+ RoleNames?: Array<string>;
29
+ }
30
+ //# sourceMappingURL=account-dbprivilege-for-create-dbaccount-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-dbprivilege-for-create-dbaccount-input.d.ts","sourceRoot":"","sources":["../../../src/types/account-dbprivilege-for-create-dbaccount-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC7B"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * mongodb
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface AccountDBPrivilegeForUpdateDBAccountPrivilegeInput
17
+ */
18
+ export interface AccountDBPrivilegeForUpdateDBAccountPrivilegeInput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof AccountDBPrivilegeForUpdateDBAccountPrivilegeInput
22
+ */
23
+ DBName?: string;
24
+ /**
25
+ * @type {Array<string>}
26
+ * @memberof AccountDBPrivilegeForUpdateDBAccountPrivilegeInput
27
+ */
28
+ RoleNames?: Array<string>;
29
+ }
30
+ //# sourceMappingURL=account-dbprivilege-for-update-dbaccount-privilege-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-dbprivilege-for-update-dbaccount-privilege-input.d.ts","sourceRoot":"","sources":["../../../src/types/account-dbprivilege-for-update-dbaccount-privilege-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kDAAkD;IAE/D;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC7B"}
@@ -0,0 +1,65 @@
1
+ /**
2
+ * mongodb
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { AccountPrivilegeForDescribeDBAccountsOutput } from './account-privilege-for-describe-dbaccounts-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface AccountForDescribeDBAccountsOutput
18
+ */
19
+ export interface AccountForDescribeDBAccountsOutput {
20
+ /**
21
+ * @type {string}
22
+ * @memberof AccountForDescribeDBAccountsOutput
23
+ */
24
+ AccountDesc?: string;
25
+ /**
26
+ * @type {string}
27
+ * @memberof AccountForDescribeDBAccountsOutput
28
+ */
29
+ AccountName?: string;
30
+ /**
31
+ * @type {Array<AccountPrivilegeForDescribeDBAccountsOutput>}
32
+ * @memberof AccountForDescribeDBAccountsOutput
33
+ */
34
+ AccountPrivileges?: Array<AccountPrivilegeForDescribeDBAccountsOutput>;
35
+ /**
36
+ * @type {string}
37
+ * @memberof AccountForDescribeDBAccountsOutput
38
+ */
39
+ AccountType?: AccountForDescribeDBAccountsOutputAccountTypeEnum;
40
+ /**
41
+ * @type {string}
42
+ * @memberof AccountForDescribeDBAccountsOutput
43
+ */
44
+ AuthDB?: string;
45
+ /**
46
+ * @type {string}
47
+ * @memberof AccountForDescribeDBAccountsOutput
48
+ */
49
+ CreateTime?: string;
50
+ /**
51
+ * @type {string}
52
+ * @memberof AccountForDescribeDBAccountsOutput
53
+ */
54
+ ModifyTime?: string;
55
+ }
56
+ /**
57
+ * @export
58
+ * @enum {string}
59
+ */
60
+ export declare enum AccountForDescribeDBAccountsOutputAccountTypeEnum {
61
+ Super = "Super",
62
+ UserAdmin = "UserAdmin",
63
+ Normal = "Normal"
64
+ }
65
+ //# sourceMappingURL=account-for-describe-dbaccounts-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-for-describe-dbaccounts-output.d.ts","sourceRoot":"","sources":["../../../src/types/account-for-describe-dbaccounts-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,2CAA2C,EAAE,MAAM,oDAAoD,CAAC;AAChH;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,2CAA2C,CAAC,CAAC;IAEvE;;;OAGG;IACH,WAAW,CAAC,EAAE,iDAAiD,CAAC;IAEhE;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;GAGG;AACH,oBAAY,iDAAiD;IACzD,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,MAAM,WAAW;CACpB"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * mongodb
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface AccountPrivilegeForDescribeDBAccountsOutput
17
+ */
18
+ export interface AccountPrivilegeForDescribeDBAccountsOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof AccountPrivilegeForDescribeDBAccountsOutput
22
+ */
23
+ DBName?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof AccountPrivilegeForDescribeDBAccountsOutput
27
+ */
28
+ RoleName?: string;
29
+ }
30
+ //# sourceMappingURL=account-privilege-for-describe-dbaccounts-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-privilege-for-describe-dbaccounts-output.d.ts","sourceRoot":"","sources":["../../../src/types/account-privilege-for-describe-dbaccounts-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,2CAA2C;IAExD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * mongodb
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { TagForAddTagsToResourceInput } from './tag-for-add-tags-to-resource-input';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface AddTagsToResourceRequest
18
+ */
19
+ export interface AddTagsToResourceRequest {
20
+ /**
21
+ * @type {Array<string>}
22
+ * @memberof AddTagsToResourceRequest
23
+ */
24
+ InstanceIds?: Array<string>;
25
+ /**
26
+ * @type {Array<TagForAddTagsToResourceInput>}
27
+ * @memberof AddTagsToResourceRequest
28
+ */
29
+ Tags?: Array<TagForAddTagsToResourceInput>;
30
+ }
31
+ //# sourceMappingURL=add-tags-to-resource-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-tags-to-resource-request.d.ts","sourceRoot":"","sources":["../../../src/types/add-tags-to-resource-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACnF;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;IAErC;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE5B;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAAC;CAC9C"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * mongodb
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface AddTagsToResourceResponse
17
+ */
18
+ export interface AddTagsToResourceResponse {
19
+ }
20
+ //# sourceMappingURL=add-tags-to-resource-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-tags-to-resource-response.d.ts","sourceRoot":"","sources":["../../../src/types/add-tags-to-resource-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;CACzC"}
@@ -0,0 +1,73 @@
1
+ /**
2
+ * mongodb
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface AllowListForDescribeAllowListsOutput
17
+ */
18
+ export interface AllowListForDescribeAllowListsOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof AllowListForDescribeAllowListsOutput
22
+ */
23
+ AllowListCategory?: AllowListForDescribeAllowListsOutputAllowListCategoryEnum;
24
+ /**
25
+ * @type {string}
26
+ * @memberof AllowListForDescribeAllowListsOutput
27
+ */
28
+ AllowListDesc?: string;
29
+ /**
30
+ * @type {number}
31
+ * @memberof AllowListForDescribeAllowListsOutput
32
+ */
33
+ AllowListIPNum?: number;
34
+ /**
35
+ * @type {string}
36
+ * @memberof AllowListForDescribeAllowListsOutput
37
+ */
38
+ AllowListId?: string;
39
+ /**
40
+ * @type {string}
41
+ * @memberof AllowListForDescribeAllowListsOutput
42
+ */
43
+ AllowListName?: string;
44
+ /**
45
+ * @type {string}
46
+ * @memberof AllowListForDescribeAllowListsOutput
47
+ */
48
+ AllowListType?: string;
49
+ /**
50
+ * @type {number}
51
+ * @memberof AllowListForDescribeAllowListsOutput
52
+ */
53
+ AssociatedInstanceNum?: number;
54
+ /**
55
+ * @type {string}
56
+ * @memberof AllowListForDescribeAllowListsOutput
57
+ */
58
+ CreateTime?: string;
59
+ /**
60
+ * @type {string}
61
+ * @memberof AllowListForDescribeAllowListsOutput
62
+ */
63
+ ProjectName?: string;
64
+ }
65
+ /**
66
+ * @export
67
+ * @enum {string}
68
+ */
69
+ export declare enum AllowListForDescribeAllowListsOutputAllowListCategoryEnum {
70
+ Ordinary = "Ordinary",
71
+ Default = "Default"
72
+ }
73
+ //# sourceMappingURL=allow-list-for-describe-allow-lists-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"allow-list-for-describe-allow-lists-output.d.ts","sourceRoot":"","sources":["../../../src/types/allow-list-for-describe-allow-lists-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,iBAAiB,CAAC,EAAE,yDAAyD,CAAC;IAE9E;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;GAGG;AACH,oBAAY,yDAAyD;IACjE,QAAQ,aAAa;IACrB,OAAO,YAAY;CACtB"}