@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,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 DeleteDBEndpointResponse
17
+ */
18
+ export interface DeleteDBEndpointResponse {
19
+ }
20
+ //# sourceMappingURL=delete-dbendpoint-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-dbendpoint-response.d.ts","sourceRoot":"","sources":["../../../src/types/delete-dbendpoint-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;CACxC"}
@@ -0,0 +1,25 @@
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 DeleteDBInstanceRequest
17
+ */
18
+ export interface DeleteDBInstanceRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DeleteDBInstanceRequest
22
+ */
23
+ InstanceId: string;
24
+ }
25
+ //# sourceMappingURL=delete-dbinstance-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-dbinstance-request.d.ts","sourceRoot":"","sources":["../../../src/types/delete-dbinstance-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uBAAuB;IAEpC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB"}
@@ -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 DeleteDBInstanceResponse
17
+ */
18
+ export interface DeleteDBInstanceResponse {
19
+ }
20
+ //# sourceMappingURL=delete-dbinstance-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-dbinstance-response.d.ts","sourceRoot":"","sources":["../../../src/types/delete-dbinstance-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;CACxC"}
@@ -0,0 +1,25 @@
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 DescribeAllowListDetailRequest
17
+ */
18
+ export interface DescribeAllowListDetailRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DescribeAllowListDetailRequest
22
+ */
23
+ AllowListId: string;
24
+ }
25
+ //# sourceMappingURL=describe-allow-list-detail-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-allow-list-detail-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-allow-list-detail-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,61 @@
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 { AssociatedInstanceForDescribeAllowListDetailOutput } from './associated-instance-for-describe-allow-list-detail-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DescribeAllowListDetailResponse
18
+ */
19
+ export interface DescribeAllowListDetailResponse {
20
+ /**
21
+ * @type {string}
22
+ * @memberof DescribeAllowListDetailResponse
23
+ */
24
+ AllowList?: string;
25
+ /**
26
+ * @type {string}
27
+ * @memberof DescribeAllowListDetailResponse
28
+ */
29
+ AllowListCategory?: string;
30
+ /**
31
+ * @type {string}
32
+ * @memberof DescribeAllowListDetailResponse
33
+ */
34
+ AllowListDesc?: string;
35
+ /**
36
+ * @type {string}
37
+ * @memberof DescribeAllowListDetailResponse
38
+ */
39
+ AllowListId?: string;
40
+ /**
41
+ * @type {string}
42
+ * @memberof DescribeAllowListDetailResponse
43
+ */
44
+ AllowListName?: string;
45
+ /**
46
+ * @type {string}
47
+ * @memberof DescribeAllowListDetailResponse
48
+ */
49
+ AllowListType?: string;
50
+ /**
51
+ * @type {Array<AssociatedInstanceForDescribeAllowListDetailOutput>}
52
+ * @memberof DescribeAllowListDetailResponse
53
+ */
54
+ AssociatedInstances?: Array<AssociatedInstanceForDescribeAllowListDetailOutput>;
55
+ /**
56
+ * @type {string}
57
+ * @memberof DescribeAllowListDetailResponse
58
+ */
59
+ ProjectName?: string;
60
+ }
61
+ //# sourceMappingURL=describe-allow-list-detail-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-allow-list-detail-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-allow-list-detail-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,kDAAkD,EAAE,MAAM,6DAA6D,CAAC;AAChI;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;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,mBAAmB,CAAC,EAAE,KAAK,CAAC,kDAAkD,CAAC,CAAC;IAEhF;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
@@ -0,0 +1,58 @@
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 DescribeAllowListsRequest
17
+ */
18
+ export interface DescribeAllowListsRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DescribeAllowListsRequest
22
+ */
23
+ AllowListCategory?: DescribeAllowListsRequestAllowListCategoryEnum;
24
+ /**
25
+ * @type {string}
26
+ * @memberof DescribeAllowListsRequest
27
+ */
28
+ InstanceId?: string;
29
+ /**
30
+ * @type {number}
31
+ * @memberof DescribeAllowListsRequest
32
+ */
33
+ PageNumber?: number;
34
+ /**
35
+ * @type {number}
36
+ * @memberof DescribeAllowListsRequest
37
+ */
38
+ PageSize?: number;
39
+ /**
40
+ * @type {string}
41
+ * @memberof DescribeAllowListsRequest
42
+ */
43
+ ProjectName?: string;
44
+ /**
45
+ * @type {string}
46
+ * @memberof DescribeAllowListsRequest
47
+ */
48
+ RegionId: string;
49
+ }
50
+ /**
51
+ * @export
52
+ * @enum {string}
53
+ */
54
+ export declare enum DescribeAllowListsRequestAllowListCategoryEnum {
55
+ Ordinary = "Ordinary",
56
+ Default = "Default"
57
+ }
58
+ //# sourceMappingURL=describe-allow-lists-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-allow-lists-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-allow-lists-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,8CAA8C,CAAC;IAEnE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED;;;GAGG;AACH,oBAAY,8CAA8C;IACtD,QAAQ,aAAa;IACrB,OAAO,YAAY;CACtB"}
@@ -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 { AllowListForDescribeAllowListsOutput } from './allow-list-for-describe-allow-lists-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DescribeAllowListsResponse
18
+ */
19
+ export interface DescribeAllowListsResponse {
20
+ /**
21
+ * @type {Array<AllowListForDescribeAllowListsOutput>}
22
+ * @memberof DescribeAllowListsResponse
23
+ */
24
+ AllowLists?: Array<AllowListForDescribeAllowListsOutput>;
25
+ /**
26
+ * @type {number}
27
+ * @memberof DescribeAllowListsResponse
28
+ */
29
+ Total?: number;
30
+ }
31
+ //# sourceMappingURL=describe-allow-lists-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-allow-lists-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-allow-lists-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,oCAAoC,EAAE,MAAM,8CAA8C,CAAC;AACnG;;;;;EAKE;AACH,MAAM,WAAW,0BAA0B;IAEvC;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,CAAC;IAEzD;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1,25 @@
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 DescribeAvailabilityZonesRequest
17
+ */
18
+ export interface DescribeAvailabilityZonesRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DescribeAvailabilityZonesRequest
22
+ */
23
+ RegionId: string;
24
+ }
25
+ //# sourceMappingURL=describe-availability-zones-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-availability-zones-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-availability-zones-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;CACpB"}
@@ -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 { ZoneForDescribeAvailabilityZonesOutput } from './zone-for-describe-availability-zones-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DescribeAvailabilityZonesResponse
18
+ */
19
+ export interface DescribeAvailabilityZonesResponse {
20
+ /**
21
+ * @type {string}
22
+ * @memberof DescribeAvailabilityZonesResponse
23
+ */
24
+ RegionId?: string;
25
+ /**
26
+ * @type {Array<ZoneForDescribeAvailabilityZonesOutput>}
27
+ * @memberof DescribeAvailabilityZonesResponse
28
+ */
29
+ Zones?: Array<ZoneForDescribeAvailabilityZonesOutput>;
30
+ }
31
+ //# sourceMappingURL=describe-availability-zones-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-availability-zones-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-availability-zones-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sCAAsC,EAAE,MAAM,+CAA+C,CAAC;AACtG;;;;;EAKE;AACH,MAAM,WAAW,iCAAiC;IAE9C;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,CAAC;CACzD"}
@@ -0,0 +1,85 @@
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 DescribeBackupsRequest
17
+ */
18
+ export interface DescribeBackupsRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DescribeBackupsRequest
22
+ */
23
+ BackupObject?: DescribeBackupsRequestBackupObjectEnum;
24
+ /**
25
+ * @type {string}
26
+ * @memberof DescribeBackupsRequest
27
+ */
28
+ BackupStatus?: DescribeBackupsRequestBackupStatusEnum;
29
+ /**
30
+ * @type {string}
31
+ * @memberof DescribeBackupsRequest
32
+ */
33
+ BackupType?: DescribeBackupsRequestBackupTypeEnum;
34
+ /**
35
+ * @type {string}
36
+ * @memberof DescribeBackupsRequest
37
+ */
38
+ EndTime?: string;
39
+ /**
40
+ * @type {string}
41
+ * @memberof DescribeBackupsRequest
42
+ */
43
+ InstanceId: string;
44
+ /**
45
+ * @type {number}
46
+ * @memberof DescribeBackupsRequest
47
+ */
48
+ PageNumber?: number;
49
+ /**
50
+ * @type {number}
51
+ * @memberof DescribeBackupsRequest
52
+ */
53
+ PageSize?: number;
54
+ /**
55
+ * @type {string}
56
+ * @memberof DescribeBackupsRequest
57
+ */
58
+ StartTime?: string;
59
+ }
60
+ /**
61
+ * @export
62
+ * @enum {string}
63
+ */
64
+ export declare enum DescribeBackupsRequestBackupObjectEnum {
65
+ Data = "Data",
66
+ Log = "Log"
67
+ }
68
+ /**
69
+ * @export
70
+ * @enum {string}
71
+ */
72
+ export declare enum DescribeBackupsRequestBackupStatusEnum {
73
+ Success = "Success",
74
+ Failed = "Failed",
75
+ Running = "Running"
76
+ }
77
+ /**
78
+ * @export
79
+ * @enum {string}
80
+ */
81
+ export declare enum DescribeBackupsRequestBackupTypeEnum {
82
+ Logical = "Logical",
83
+ Physical = "Physical"
84
+ }
85
+ //# sourceMappingURL=describe-backups-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-backups-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-backups-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sBAAsB;IAEnC;;;OAGG;IACH,YAAY,CAAC,EAAE,sCAAsC,CAAC;IAEtD;;;OAGG;IACH,YAAY,CAAC,EAAE,sCAAsC,CAAC;IAEtD;;;OAGG;IACH,UAAU,CAAC,EAAE,oCAAoC,CAAC;IAElD;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;GAGG;AACH,oBAAY,sCAAsC;IAC9C,IAAI,SAAS;IACb,GAAG,QAAQ;CACd;AACD;;;GAGG;AACH,oBAAY,sCAAsC;IAC9C,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,OAAO,YAAY;CACtB;AACD;;;GAGG;AACH,oBAAY,oCAAoC;IAC5C,OAAO,YAAY;IACnB,QAAQ,aAAa;CACxB"}
@@ -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 { BackupForDescribeBackupsOutput } from './backup-for-describe-backups-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DescribeBackupsResponse
18
+ */
19
+ export interface DescribeBackupsResponse {
20
+ /**
21
+ * @type {Array<BackupForDescribeBackupsOutput>}
22
+ * @memberof DescribeBackupsResponse
23
+ */
24
+ Backups?: Array<BackupForDescribeBackupsOutput>;
25
+ /**
26
+ * @type {number}
27
+ * @memberof DescribeBackupsResponse
28
+ */
29
+ Total?: number;
30
+ }
31
+ //# sourceMappingURL=describe-backups-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-backups-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-backups-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACrF;;;;;EAKE;AACH,MAAM,WAAW,uBAAuB;IAEpC;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,CAAC;IAEhD;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1,45 @@
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 DescribeDBAccountsRequest
17
+ */
18
+ export interface DescribeDBAccountsRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DescribeDBAccountsRequest
22
+ */
23
+ AccountName?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof DescribeDBAccountsRequest
27
+ */
28
+ AuthDB?: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof DescribeDBAccountsRequest
32
+ */
33
+ InstanceId: string;
34
+ /**
35
+ * @type {number}
36
+ * @memberof DescribeDBAccountsRequest
37
+ */
38
+ PageNumber?: number;
39
+ /**
40
+ * @type {number}
41
+ * @memberof DescribeDBAccountsRequest
42
+ */
43
+ PageSize?: number;
44
+ }
45
+ //# sourceMappingURL=describe-dbaccounts-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-dbaccounts-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-dbaccounts-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;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 { AccountForDescribeDBAccountsOutput } from './account-for-describe-dbaccounts-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DescribeDBAccountsResponse
18
+ */
19
+ export interface DescribeDBAccountsResponse {
20
+ /**
21
+ * @type {Array<AccountForDescribeDBAccountsOutput>}
22
+ * @memberof DescribeDBAccountsResponse
23
+ */
24
+ Accounts?: Array<AccountForDescribeDBAccountsOutput>;
25
+ /**
26
+ * @type {number}
27
+ * @memberof DescribeDBAccountsResponse
28
+ */
29
+ Total?: number;
30
+ }
31
+ //# sourceMappingURL=describe-dbaccounts-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-dbaccounts-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-dbaccounts-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAC7F;;;;;EAKE;AACH,MAAM,WAAW,0BAA0B;IAEvC;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;IAErD;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1,25 @@
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 DescribeDBEndpointRequest
17
+ */
18
+ export interface DescribeDBEndpointRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DescribeDBEndpointRequest
22
+ */
23
+ InstanceId: string;
24
+ }
25
+ //# sourceMappingURL=describe-dbendpoint-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-dbendpoint-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-dbendpoint-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB"}
@@ -0,0 +1,26 @@
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 { DBEndpointForDescribeDBEndpointOutput } from './dbendpoint-for-describe-dbendpoint-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DescribeDBEndpointResponse
18
+ */
19
+ export interface DescribeDBEndpointResponse {
20
+ /**
21
+ * @type {Array<DBEndpointForDescribeDBEndpointOutput>}
22
+ * @memberof DescribeDBEndpointResponse
23
+ */
24
+ DBEndpoints?: Array<DBEndpointForDescribeDBEndpointOutput>;
25
+ }
26
+ //# sourceMappingURL=describe-dbendpoint-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-dbendpoint-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-dbendpoint-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,qCAAqC,EAAE,MAAM,6CAA6C,CAAC;AACnG;;;;;EAKE;AACH,MAAM,WAAW,0BAA0B;IAEvC;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,qCAAqC,CAAC,CAAC;CAC9D"}
@@ -0,0 +1,25 @@
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 DescribeDBInstanceBackupPolicyRequest
17
+ */
18
+ export interface DescribeDBInstanceBackupPolicyRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DescribeDBInstanceBackupPolicyRequest
22
+ */
23
+ InstanceId: string;
24
+ }
25
+ //# sourceMappingURL=describe-dbinstance-backup-policy-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-dbinstance-backup-policy-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-dbinstance-backup-policy-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;IAElD;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB"}