@azure/arm-mongocluster 1.0.0-beta.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 (555) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +109 -0
  3. package/dist/browser/api/firewallRules/index.d.ts +23 -0
  4. package/dist/browser/api/firewallRules/index.d.ts.map +1 -0
  5. package/dist/browser/api/firewallRules/index.js +170 -0
  6. package/dist/browser/api/firewallRules/index.js.map +1 -0
  7. package/dist/browser/api/index.d.ts +7 -0
  8. package/dist/browser/api/index.d.ts.map +1 -0
  9. package/dist/browser/api/index.js +9 -0
  10. package/dist/browser/api/index.js.map +1 -0
  11. package/dist/browser/api/mongoClusterManagementContext.d.ts +12 -0
  12. package/dist/browser/api/mongoClusterManagementContext.d.ts.map +1 -0
  13. package/dist/browser/api/mongoClusterManagementContext.js +14 -0
  14. package/dist/browser/api/mongoClusterManagementContext.js.map +1 -0
  15. package/dist/browser/api/mongoClusters/index.d.ts +39 -0
  16. package/dist/browser/api/mongoClusters/index.d.ts.map +1 -0
  17. package/dist/browser/api/mongoClusters/index.js +642 -0
  18. package/dist/browser/api/mongoClusters/index.js.map +1 -0
  19. package/dist/browser/api/operations/index.d.ts +10 -0
  20. package/dist/browser/api/operations/index.d.ts.map +1 -0
  21. package/dist/browser/api/operations/index.js +40 -0
  22. package/dist/browser/api/operations/index.js.map +1 -0
  23. package/dist/browser/api/pagingHelpers.d.ts +7 -0
  24. package/dist/browser/api/pagingHelpers.d.ts.map +1 -0
  25. package/dist/browser/api/pagingHelpers.js +140 -0
  26. package/dist/browser/api/pagingHelpers.js.map +1 -0
  27. package/dist/browser/api/pollingHelpers.d.ts +30 -0
  28. package/dist/browser/api/pollingHelpers.d.ts.map +1 -0
  29. package/dist/browser/api/pollingHelpers.js +81 -0
  30. package/dist/browser/api/pollingHelpers.js.map +1 -0
  31. package/dist/browser/api/privateEndpointConnections/index.d.ts +23 -0
  32. package/dist/browser/api/privateEndpointConnections/index.d.ts.map +1 -0
  33. package/dist/browser/api/privateEndpointConnections/index.js +199 -0
  34. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  35. package/dist/browser/api/privateLinks/index.d.ts +10 -0
  36. package/dist/browser/api/privateLinks/index.d.ts.map +1 -0
  37. package/dist/browser/api/privateLinks/index.js +56 -0
  38. package/dist/browser/api/privateLinks/index.js.map +1 -0
  39. package/dist/browser/classic/firewallRules/index.d.ts +24 -0
  40. package/dist/browser/classic/firewallRules/index.d.ts.map +1 -0
  41. package/dist/browser/classic/firewallRules/index.js +15 -0
  42. package/dist/browser/classic/firewallRules/index.js.map +1 -0
  43. package/dist/browser/classic/index.d.ts +6 -0
  44. package/dist/browser/classic/index.d.ts.map +1 -0
  45. package/dist/browser/classic/index.js +4 -0
  46. package/dist/browser/classic/index.js.map +1 -0
  47. package/dist/browser/classic/mongoClusters/index.d.ts +36 -0
  48. package/dist/browser/classic/mongoClusters/index.d.ts.map +1 -0
  49. package/dist/browser/classic/mongoClusters/index.js +19 -0
  50. package/dist/browser/classic/mongoClusters/index.js.map +1 -0
  51. package/dist/browser/classic/operations/index.d.ts +14 -0
  52. package/dist/browser/classic/operations/index.d.ts.map +1 -0
  53. package/dist/browser/classic/operations/index.js +12 -0
  54. package/dist/browser/classic/operations/index.js.map +1 -0
  55. package/dist/browser/classic/privateEndpointConnections/index.d.ts +24 -0
  56. package/dist/browser/classic/privateEndpointConnections/index.d.ts.map +1 -0
  57. package/dist/browser/classic/privateEndpointConnections/index.js +15 -0
  58. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  59. package/dist/browser/classic/privateLinks/index.d.ts +14 -0
  60. package/dist/browser/classic/privateLinks/index.d.ts.map +1 -0
  61. package/dist/browser/classic/privateLinks/index.js +12 -0
  62. package/dist/browser/classic/privateLinks/index.js.map +1 -0
  63. package/dist/browser/helpers/serializerHelpers.d.ts +3 -0
  64. package/dist/browser/helpers/serializerHelpers.d.ts.map +1 -0
  65. package/dist/browser/helpers/serializerHelpers.js +25 -0
  66. package/dist/browser/helpers/serializerHelpers.js.map +1 -0
  67. package/dist/browser/index.d.ts +5 -0
  68. package/dist/browser/index.d.ts.map +1 -0
  69. package/dist/browser/index.js +6 -0
  70. package/dist/browser/index.js.map +1 -0
  71. package/dist/browser/logger.d.ts +2 -0
  72. package/dist/browser/logger.d.ts.map +1 -0
  73. package/dist/browser/logger.js +5 -0
  74. package/dist/browser/logger.js.map +1 -0
  75. package/dist/browser/models/index.d.ts +4 -0
  76. package/dist/browser/models/index.d.ts.map +1 -0
  77. package/dist/browser/models/index.js +4 -0
  78. package/dist/browser/models/index.js.map +1 -0
  79. package/dist/browser/models/models.d.ts +510 -0
  80. package/dist/browser/models/models.d.ts.map +1 -0
  81. package/dist/browser/models/models.js +227 -0
  82. package/dist/browser/models/models.js.map +1 -0
  83. package/dist/browser/models/options.d.ts +70 -0
  84. package/dist/browser/models/options.d.ts.map +1 -0
  85. package/dist/browser/models/options.js +4 -0
  86. package/dist/browser/models/options.js.map +1 -0
  87. package/dist/browser/models/pagingTypes.d.ts +67 -0
  88. package/dist/browser/models/pagingTypes.d.ts.map +1 -0
  89. package/dist/browser/models/pagingTypes.js +4 -0
  90. package/dist/browser/models/pagingTypes.js.map +1 -0
  91. package/dist/browser/mongoClusterManagementClient.d.ts +27 -0
  92. package/dist/browser/mongoClusterManagementClient.d.ts.map +1 -0
  93. package/dist/browser/mongoClusterManagementClient.js +26 -0
  94. package/dist/browser/mongoClusterManagementClient.js.map +1 -0
  95. package/dist/browser/package.json +3 -0
  96. package/dist/browser/rest/clientDefinitions.d.ts +89 -0
  97. package/dist/browser/rest/clientDefinitions.d.ts.map +1 -0
  98. package/dist/browser/rest/clientDefinitions.js +4 -0
  99. package/dist/browser/rest/clientDefinitions.js.map +1 -0
  100. package/dist/browser/rest/documentDBClient.d.ts +15 -0
  101. package/dist/browser/rest/documentDBClient.d.ts.map +1 -0
  102. package/dist/browser/rest/documentDBClient.js +42 -0
  103. package/dist/browser/rest/documentDBClient.js.map +1 -0
  104. package/dist/browser/rest/index.d.ts +12 -0
  105. package/dist/browser/rest/index.d.ts.map +1 -0
  106. package/dist/browser/rest/index.js +14 -0
  107. package/dist/browser/rest/index.js.map +1 -0
  108. package/dist/browser/rest/isUnexpected.d.ts +20 -0
  109. package/dist/browser/rest/isUnexpected.d.ts.map +1 -0
  110. package/dist/browser/rest/isUnexpected.js +88 -0
  111. package/dist/browser/rest/isUnexpected.js.map +1 -0
  112. package/dist/browser/rest/models.d.ts +234 -0
  113. package/dist/browser/rest/models.d.ts.map +1 -0
  114. package/dist/browser/rest/models.js +4 -0
  115. package/dist/browser/rest/models.js.map +1 -0
  116. package/dist/browser/rest/outputModels.d.ts +331 -0
  117. package/dist/browser/rest/outputModels.d.ts.map +1 -0
  118. package/dist/browser/rest/outputModels.js +4 -0
  119. package/dist/browser/rest/outputModels.js.map +1 -0
  120. package/dist/browser/rest/paginateHelper.d.ts +43 -0
  121. package/dist/browser/rest/paginateHelper.d.ts.map +1 -0
  122. package/dist/browser/rest/paginateHelper.js +83 -0
  123. package/dist/browser/rest/paginateHelper.js.map +1 -0
  124. package/dist/browser/rest/parameters.d.ts +41 -0
  125. package/dist/browser/rest/parameters.d.ts.map +1 -0
  126. package/dist/browser/rest/parameters.js +4 -0
  127. package/dist/browser/rest/parameters.js.map +1 -0
  128. package/dist/browser/rest/pollingHelper.d.ts +83 -0
  129. package/dist/browser/rest/pollingHelper.d.ts.map +1 -0
  130. package/dist/browser/rest/pollingHelper.js +98 -0
  131. package/dist/browser/rest/pollingHelper.js.map +1 -0
  132. package/dist/browser/rest/responses.d.ts +281 -0
  133. package/dist/browser/rest/responses.d.ts.map +1 -0
  134. package/dist/browser/rest/responses.js +4 -0
  135. package/dist/browser/rest/responses.js.map +1 -0
  136. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  137. package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
  138. package/dist/browser/restorePollerHelpers.js +98 -0
  139. package/dist/browser/restorePollerHelpers.js.map +1 -0
  140. package/dist/commonjs/api/firewallRules/index.d.ts +23 -0
  141. package/dist/commonjs/api/firewallRules/index.d.ts.map +1 -0
  142. package/dist/commonjs/api/firewallRules/index.js +184 -0
  143. package/dist/commonjs/api/firewallRules/index.js.map +1 -0
  144. package/dist/commonjs/api/index.d.ts +7 -0
  145. package/dist/commonjs/api/index.d.ts.map +1 -0
  146. package/dist/commonjs/api/index.js +31 -0
  147. package/dist/commonjs/api/index.js.map +1 -0
  148. package/dist/commonjs/api/mongoClusterManagementContext.d.ts +12 -0
  149. package/dist/commonjs/api/mongoClusterManagementContext.d.ts.map +1 -0
  150. package/dist/commonjs/api/mongoClusterManagementContext.js +18 -0
  151. package/dist/commonjs/api/mongoClusterManagementContext.js.map +1 -0
  152. package/dist/commonjs/api/mongoClusters/index.d.ts +39 -0
  153. package/dist/commonjs/api/mongoClusters/index.d.ts.map +1 -0
  154. package/dist/commonjs/api/mongoClusters/index.js +668 -0
  155. package/dist/commonjs/api/mongoClusters/index.js.map +1 -0
  156. package/dist/commonjs/api/operations/index.d.ts +10 -0
  157. package/dist/commonjs/api/operations/index.d.ts.map +1 -0
  158. package/dist/commonjs/api/operations/index.js +45 -0
  159. package/dist/commonjs/api/operations/index.js.map +1 -0
  160. package/dist/commonjs/api/pagingHelpers.d.ts +7 -0
  161. package/dist/commonjs/api/pagingHelpers.d.ts.map +1 -0
  162. package/dist/commonjs/api/pagingHelpers.js +143 -0
  163. package/dist/commonjs/api/pagingHelpers.js.map +1 -0
  164. package/dist/commonjs/api/pollingHelpers.d.ts +30 -0
  165. package/dist/commonjs/api/pollingHelpers.d.ts.map +1 -0
  166. package/dist/commonjs/api/pollingHelpers.js +84 -0
  167. package/dist/commonjs/api/pollingHelpers.js.map +1 -0
  168. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +23 -0
  169. package/dist/commonjs/api/privateEndpointConnections/index.d.ts.map +1 -0
  170. package/dist/commonjs/api/privateEndpointConnections/index.js +213 -0
  171. package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -0
  172. package/dist/commonjs/api/privateLinks/index.d.ts +10 -0
  173. package/dist/commonjs/api/privateLinks/index.d.ts.map +1 -0
  174. package/dist/commonjs/api/privateLinks/index.js +61 -0
  175. package/dist/commonjs/api/privateLinks/index.js.map +1 -0
  176. package/dist/commonjs/classic/firewallRules/index.d.ts +24 -0
  177. package/dist/commonjs/classic/firewallRules/index.d.ts.map +1 -0
  178. package/dist/commonjs/classic/firewallRules/index.js +19 -0
  179. package/dist/commonjs/classic/firewallRules/index.js.map +1 -0
  180. package/dist/commonjs/classic/index.d.ts +6 -0
  181. package/dist/commonjs/classic/index.d.ts.map +1 -0
  182. package/dist/commonjs/classic/index.js +5 -0
  183. package/dist/commonjs/classic/index.js.map +1 -0
  184. package/dist/commonjs/classic/mongoClusters/index.d.ts +36 -0
  185. package/dist/commonjs/classic/mongoClusters/index.d.ts.map +1 -0
  186. package/dist/commonjs/classic/mongoClusters/index.js +23 -0
  187. package/dist/commonjs/classic/mongoClusters/index.js.map +1 -0
  188. package/dist/commonjs/classic/operations/index.d.ts +14 -0
  189. package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
  190. package/dist/commonjs/classic/operations/index.js +16 -0
  191. package/dist/commonjs/classic/operations/index.js.map +1 -0
  192. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +24 -0
  193. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts.map +1 -0
  194. package/dist/commonjs/classic/privateEndpointConnections/index.js +19 -0
  195. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -0
  196. package/dist/commonjs/classic/privateLinks/index.d.ts +14 -0
  197. package/dist/commonjs/classic/privateLinks/index.d.ts.map +1 -0
  198. package/dist/commonjs/classic/privateLinks/index.js +16 -0
  199. package/dist/commonjs/classic/privateLinks/index.js.map +1 -0
  200. package/dist/commonjs/helpers/serializerHelpers.d.ts +3 -0
  201. package/dist/commonjs/helpers/serializerHelpers.d.ts.map +1 -0
  202. package/dist/commonjs/helpers/serializerHelpers.js +28 -0
  203. package/dist/commonjs/helpers/serializerHelpers.js.map +1 -0
  204. package/dist/commonjs/index.d.ts +5 -0
  205. package/dist/commonjs/index.d.ts.map +1 -0
  206. package/dist/commonjs/index.js +22 -0
  207. package/dist/commonjs/index.js.map +1 -0
  208. package/dist/commonjs/logger.d.ts +2 -0
  209. package/dist/commonjs/logger.d.ts.map +1 -0
  210. package/dist/commonjs/logger.js +8 -0
  211. package/dist/commonjs/logger.js.map +1 -0
  212. package/dist/commonjs/models/index.d.ts +4 -0
  213. package/dist/commonjs/models/index.d.ts.map +1 -0
  214. package/dist/commonjs/models/index.js +18 -0
  215. package/dist/commonjs/models/index.js.map +1 -0
  216. package/dist/commonjs/models/models.d.ts +510 -0
  217. package/dist/commonjs/models/models.d.ts.map +1 -0
  218. package/dist/commonjs/models/models.js +246 -0
  219. package/dist/commonjs/models/models.js.map +1 -0
  220. package/dist/commonjs/models/options.d.ts +70 -0
  221. package/dist/commonjs/models/options.d.ts.map +1 -0
  222. package/dist/commonjs/models/options.js +5 -0
  223. package/dist/commonjs/models/options.js.map +1 -0
  224. package/dist/commonjs/models/pagingTypes.d.ts +67 -0
  225. package/dist/commonjs/models/pagingTypes.d.ts.map +1 -0
  226. package/dist/commonjs/models/pagingTypes.js +5 -0
  227. package/dist/commonjs/models/pagingTypes.js.map +1 -0
  228. package/dist/commonjs/mongoClusterManagementClient.d.ts +27 -0
  229. package/dist/commonjs/mongoClusterManagementClient.d.ts.map +1 -0
  230. package/dist/commonjs/mongoClusterManagementClient.js +30 -0
  231. package/dist/commonjs/mongoClusterManagementClient.js.map +1 -0
  232. package/dist/commonjs/package.json +3 -0
  233. package/dist/commonjs/rest/clientDefinitions.d.ts +89 -0
  234. package/dist/commonjs/rest/clientDefinitions.d.ts.map +1 -0
  235. package/dist/commonjs/rest/clientDefinitions.js +5 -0
  236. package/dist/commonjs/rest/clientDefinitions.js.map +1 -0
  237. package/dist/commonjs/rest/documentDBClient.d.ts +15 -0
  238. package/dist/commonjs/rest/documentDBClient.d.ts.map +1 -0
  239. package/dist/commonjs/rest/documentDBClient.js +45 -0
  240. package/dist/commonjs/rest/documentDBClient.js.map +1 -0
  241. package/dist/commonjs/rest/index.d.ts +12 -0
  242. package/dist/commonjs/rest/index.d.ts.map +1 -0
  243. package/dist/commonjs/rest/index.js +17 -0
  244. package/dist/commonjs/rest/index.js.map +1 -0
  245. package/dist/commonjs/rest/isUnexpected.d.ts +20 -0
  246. package/dist/commonjs/rest/isUnexpected.d.ts.map +1 -0
  247. package/dist/commonjs/rest/isUnexpected.js +91 -0
  248. package/dist/commonjs/rest/isUnexpected.js.map +1 -0
  249. package/dist/commonjs/rest/models.d.ts +234 -0
  250. package/dist/commonjs/rest/models.d.ts.map +1 -0
  251. package/dist/commonjs/rest/models.js +5 -0
  252. package/dist/commonjs/rest/models.js.map +1 -0
  253. package/dist/commonjs/rest/outputModels.d.ts +331 -0
  254. package/dist/commonjs/rest/outputModels.d.ts.map +1 -0
  255. package/dist/commonjs/rest/outputModels.js +5 -0
  256. package/dist/commonjs/rest/outputModels.js.map +1 -0
  257. package/dist/commonjs/rest/paginateHelper.d.ts +43 -0
  258. package/dist/commonjs/rest/paginateHelper.d.ts.map +1 -0
  259. package/dist/commonjs/rest/paginateHelper.js +86 -0
  260. package/dist/commonjs/rest/paginateHelper.js.map +1 -0
  261. package/dist/commonjs/rest/parameters.d.ts +41 -0
  262. package/dist/commonjs/rest/parameters.d.ts.map +1 -0
  263. package/dist/commonjs/rest/parameters.js +5 -0
  264. package/dist/commonjs/rest/parameters.js.map +1 -0
  265. package/dist/commonjs/rest/pollingHelper.d.ts +83 -0
  266. package/dist/commonjs/rest/pollingHelper.d.ts.map +1 -0
  267. package/dist/commonjs/rest/pollingHelper.js +101 -0
  268. package/dist/commonjs/rest/pollingHelper.js.map +1 -0
  269. package/dist/commonjs/rest/responses.d.ts +281 -0
  270. package/dist/commonjs/rest/responses.d.ts.map +1 -0
  271. package/dist/commonjs/rest/responses.js +5 -0
  272. package/dist/commonjs/rest/responses.js.map +1 -0
  273. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  274. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
  275. package/dist/commonjs/restorePollerHelpers.js +101 -0
  276. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  277. package/dist/commonjs/tsdoc-metadata.json +11 -0
  278. package/dist/esm/api/firewallRules/index.d.ts +23 -0
  279. package/dist/esm/api/firewallRules/index.d.ts.map +1 -0
  280. package/dist/esm/api/firewallRules/index.js +170 -0
  281. package/dist/esm/api/firewallRules/index.js.map +1 -0
  282. package/dist/esm/api/index.d.ts +7 -0
  283. package/dist/esm/api/index.d.ts.map +1 -0
  284. package/dist/esm/api/index.js +9 -0
  285. package/dist/esm/api/index.js.map +1 -0
  286. package/dist/esm/api/mongoClusterManagementContext.d.ts +12 -0
  287. package/dist/esm/api/mongoClusterManagementContext.d.ts.map +1 -0
  288. package/dist/esm/api/mongoClusterManagementContext.js +14 -0
  289. package/dist/esm/api/mongoClusterManagementContext.js.map +1 -0
  290. package/dist/esm/api/mongoClusters/index.d.ts +39 -0
  291. package/dist/esm/api/mongoClusters/index.d.ts.map +1 -0
  292. package/dist/esm/api/mongoClusters/index.js +642 -0
  293. package/dist/esm/api/mongoClusters/index.js.map +1 -0
  294. package/dist/esm/api/operations/index.d.ts +10 -0
  295. package/dist/esm/api/operations/index.d.ts.map +1 -0
  296. package/dist/esm/api/operations/index.js +40 -0
  297. package/dist/esm/api/operations/index.js.map +1 -0
  298. package/dist/esm/api/pagingHelpers.d.ts +7 -0
  299. package/dist/esm/api/pagingHelpers.d.ts.map +1 -0
  300. package/dist/esm/api/pagingHelpers.js +140 -0
  301. package/dist/esm/api/pagingHelpers.js.map +1 -0
  302. package/dist/esm/api/pollingHelpers.d.ts +30 -0
  303. package/dist/esm/api/pollingHelpers.d.ts.map +1 -0
  304. package/dist/esm/api/pollingHelpers.js +81 -0
  305. package/dist/esm/api/pollingHelpers.js.map +1 -0
  306. package/dist/esm/api/privateEndpointConnections/index.d.ts +23 -0
  307. package/dist/esm/api/privateEndpointConnections/index.d.ts.map +1 -0
  308. package/dist/esm/api/privateEndpointConnections/index.js +199 -0
  309. package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
  310. package/dist/esm/api/privateLinks/index.d.ts +10 -0
  311. package/dist/esm/api/privateLinks/index.d.ts.map +1 -0
  312. package/dist/esm/api/privateLinks/index.js +56 -0
  313. package/dist/esm/api/privateLinks/index.js.map +1 -0
  314. package/dist/esm/classic/firewallRules/index.d.ts +24 -0
  315. package/dist/esm/classic/firewallRules/index.d.ts.map +1 -0
  316. package/dist/esm/classic/firewallRules/index.js +15 -0
  317. package/dist/esm/classic/firewallRules/index.js.map +1 -0
  318. package/dist/esm/classic/index.d.ts +6 -0
  319. package/dist/esm/classic/index.d.ts.map +1 -0
  320. package/dist/esm/classic/index.js +4 -0
  321. package/dist/esm/classic/index.js.map +1 -0
  322. package/dist/esm/classic/mongoClusters/index.d.ts +36 -0
  323. package/dist/esm/classic/mongoClusters/index.d.ts.map +1 -0
  324. package/dist/esm/classic/mongoClusters/index.js +19 -0
  325. package/dist/esm/classic/mongoClusters/index.js.map +1 -0
  326. package/dist/esm/classic/operations/index.d.ts +14 -0
  327. package/dist/esm/classic/operations/index.d.ts.map +1 -0
  328. package/dist/esm/classic/operations/index.js +12 -0
  329. package/dist/esm/classic/operations/index.js.map +1 -0
  330. package/dist/esm/classic/privateEndpointConnections/index.d.ts +24 -0
  331. package/dist/esm/classic/privateEndpointConnections/index.d.ts.map +1 -0
  332. package/dist/esm/classic/privateEndpointConnections/index.js +15 -0
  333. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
  334. package/dist/esm/classic/privateLinks/index.d.ts +14 -0
  335. package/dist/esm/classic/privateLinks/index.d.ts.map +1 -0
  336. package/dist/esm/classic/privateLinks/index.js +12 -0
  337. package/dist/esm/classic/privateLinks/index.js.map +1 -0
  338. package/dist/esm/helpers/serializerHelpers.d.ts +3 -0
  339. package/dist/esm/helpers/serializerHelpers.d.ts.map +1 -0
  340. package/dist/esm/helpers/serializerHelpers.js +25 -0
  341. package/dist/esm/helpers/serializerHelpers.js.map +1 -0
  342. package/dist/esm/index.d.ts +5 -0
  343. package/dist/esm/index.d.ts.map +1 -0
  344. package/dist/esm/index.js +6 -0
  345. package/dist/esm/index.js.map +1 -0
  346. package/dist/esm/logger.d.ts +2 -0
  347. package/dist/esm/logger.d.ts.map +1 -0
  348. package/dist/esm/logger.js +5 -0
  349. package/dist/esm/logger.js.map +1 -0
  350. package/dist/esm/models/index.d.ts +4 -0
  351. package/dist/esm/models/index.d.ts.map +1 -0
  352. package/dist/esm/models/index.js +4 -0
  353. package/dist/esm/models/index.js.map +1 -0
  354. package/dist/esm/models/models.d.ts +510 -0
  355. package/dist/esm/models/models.d.ts.map +1 -0
  356. package/dist/esm/models/models.js +227 -0
  357. package/dist/esm/models/models.js.map +1 -0
  358. package/dist/esm/models/options.d.ts +70 -0
  359. package/dist/esm/models/options.d.ts.map +1 -0
  360. package/dist/esm/models/options.js +4 -0
  361. package/dist/esm/models/options.js.map +1 -0
  362. package/dist/esm/models/pagingTypes.d.ts +67 -0
  363. package/dist/esm/models/pagingTypes.d.ts.map +1 -0
  364. package/dist/esm/models/pagingTypes.js +4 -0
  365. package/dist/esm/models/pagingTypes.js.map +1 -0
  366. package/dist/esm/mongoClusterManagementClient.d.ts +27 -0
  367. package/dist/esm/mongoClusterManagementClient.d.ts.map +1 -0
  368. package/dist/esm/mongoClusterManagementClient.js +26 -0
  369. package/dist/esm/mongoClusterManagementClient.js.map +1 -0
  370. package/dist/esm/package.json +3 -0
  371. package/dist/esm/rest/clientDefinitions.d.ts +89 -0
  372. package/dist/esm/rest/clientDefinitions.d.ts.map +1 -0
  373. package/dist/esm/rest/clientDefinitions.js +4 -0
  374. package/dist/esm/rest/clientDefinitions.js.map +1 -0
  375. package/dist/esm/rest/documentDBClient.d.ts +15 -0
  376. package/dist/esm/rest/documentDBClient.d.ts.map +1 -0
  377. package/dist/esm/rest/documentDBClient.js +42 -0
  378. package/dist/esm/rest/documentDBClient.js.map +1 -0
  379. package/dist/esm/rest/index.d.ts +12 -0
  380. package/dist/esm/rest/index.d.ts.map +1 -0
  381. package/dist/esm/rest/index.js +14 -0
  382. package/dist/esm/rest/index.js.map +1 -0
  383. package/dist/esm/rest/isUnexpected.d.ts +20 -0
  384. package/dist/esm/rest/isUnexpected.d.ts.map +1 -0
  385. package/dist/esm/rest/isUnexpected.js +88 -0
  386. package/dist/esm/rest/isUnexpected.js.map +1 -0
  387. package/dist/esm/rest/models.d.ts +234 -0
  388. package/dist/esm/rest/models.d.ts.map +1 -0
  389. package/dist/esm/rest/models.js +4 -0
  390. package/dist/esm/rest/models.js.map +1 -0
  391. package/dist/esm/rest/outputModels.d.ts +331 -0
  392. package/dist/esm/rest/outputModels.d.ts.map +1 -0
  393. package/dist/esm/rest/outputModels.js +4 -0
  394. package/dist/esm/rest/outputModels.js.map +1 -0
  395. package/dist/esm/rest/paginateHelper.d.ts +43 -0
  396. package/dist/esm/rest/paginateHelper.d.ts.map +1 -0
  397. package/dist/esm/rest/paginateHelper.js +83 -0
  398. package/dist/esm/rest/paginateHelper.js.map +1 -0
  399. package/dist/esm/rest/parameters.d.ts +41 -0
  400. package/dist/esm/rest/parameters.d.ts.map +1 -0
  401. package/dist/esm/rest/parameters.js +4 -0
  402. package/dist/esm/rest/parameters.js.map +1 -0
  403. package/dist/esm/rest/pollingHelper.d.ts +83 -0
  404. package/dist/esm/rest/pollingHelper.d.ts.map +1 -0
  405. package/dist/esm/rest/pollingHelper.js +98 -0
  406. package/dist/esm/rest/pollingHelper.js.map +1 -0
  407. package/dist/esm/rest/responses.d.ts +281 -0
  408. package/dist/esm/rest/responses.d.ts.map +1 -0
  409. package/dist/esm/rest/responses.js +4 -0
  410. package/dist/esm/rest/responses.js.map +1 -0
  411. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  412. package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
  413. package/dist/esm/restorePollerHelpers.js +98 -0
  414. package/dist/esm/restorePollerHelpers.js.map +1 -0
  415. package/dist/react-native/api/firewallRules/index.d.ts +23 -0
  416. package/dist/react-native/api/firewallRules/index.d.ts.map +1 -0
  417. package/dist/react-native/api/firewallRules/index.js +170 -0
  418. package/dist/react-native/api/firewallRules/index.js.map +1 -0
  419. package/dist/react-native/api/index.d.ts +7 -0
  420. package/dist/react-native/api/index.d.ts.map +1 -0
  421. package/dist/react-native/api/index.js +9 -0
  422. package/dist/react-native/api/index.js.map +1 -0
  423. package/dist/react-native/api/mongoClusterManagementContext.d.ts +12 -0
  424. package/dist/react-native/api/mongoClusterManagementContext.d.ts.map +1 -0
  425. package/dist/react-native/api/mongoClusterManagementContext.js +14 -0
  426. package/dist/react-native/api/mongoClusterManagementContext.js.map +1 -0
  427. package/dist/react-native/api/mongoClusters/index.d.ts +39 -0
  428. package/dist/react-native/api/mongoClusters/index.d.ts.map +1 -0
  429. package/dist/react-native/api/mongoClusters/index.js +642 -0
  430. package/dist/react-native/api/mongoClusters/index.js.map +1 -0
  431. package/dist/react-native/api/operations/index.d.ts +10 -0
  432. package/dist/react-native/api/operations/index.d.ts.map +1 -0
  433. package/dist/react-native/api/operations/index.js +40 -0
  434. package/dist/react-native/api/operations/index.js.map +1 -0
  435. package/dist/react-native/api/pagingHelpers.d.ts +7 -0
  436. package/dist/react-native/api/pagingHelpers.d.ts.map +1 -0
  437. package/dist/react-native/api/pagingHelpers.js +140 -0
  438. package/dist/react-native/api/pagingHelpers.js.map +1 -0
  439. package/dist/react-native/api/pollingHelpers.d.ts +30 -0
  440. package/dist/react-native/api/pollingHelpers.d.ts.map +1 -0
  441. package/dist/react-native/api/pollingHelpers.js +81 -0
  442. package/dist/react-native/api/pollingHelpers.js.map +1 -0
  443. package/dist/react-native/api/privateEndpointConnections/index.d.ts +23 -0
  444. package/dist/react-native/api/privateEndpointConnections/index.d.ts.map +1 -0
  445. package/dist/react-native/api/privateEndpointConnections/index.js +199 -0
  446. package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
  447. package/dist/react-native/api/privateLinks/index.d.ts +10 -0
  448. package/dist/react-native/api/privateLinks/index.d.ts.map +1 -0
  449. package/dist/react-native/api/privateLinks/index.js +56 -0
  450. package/dist/react-native/api/privateLinks/index.js.map +1 -0
  451. package/dist/react-native/classic/firewallRules/index.d.ts +24 -0
  452. package/dist/react-native/classic/firewallRules/index.d.ts.map +1 -0
  453. package/dist/react-native/classic/firewallRules/index.js +15 -0
  454. package/dist/react-native/classic/firewallRules/index.js.map +1 -0
  455. package/dist/react-native/classic/index.d.ts +6 -0
  456. package/dist/react-native/classic/index.d.ts.map +1 -0
  457. package/dist/react-native/classic/index.js +4 -0
  458. package/dist/react-native/classic/index.js.map +1 -0
  459. package/dist/react-native/classic/mongoClusters/index.d.ts +36 -0
  460. package/dist/react-native/classic/mongoClusters/index.d.ts.map +1 -0
  461. package/dist/react-native/classic/mongoClusters/index.js +19 -0
  462. package/dist/react-native/classic/mongoClusters/index.js.map +1 -0
  463. package/dist/react-native/classic/operations/index.d.ts +14 -0
  464. package/dist/react-native/classic/operations/index.d.ts.map +1 -0
  465. package/dist/react-native/classic/operations/index.js +12 -0
  466. package/dist/react-native/classic/operations/index.js.map +1 -0
  467. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +24 -0
  468. package/dist/react-native/classic/privateEndpointConnections/index.d.ts.map +1 -0
  469. package/dist/react-native/classic/privateEndpointConnections/index.js +15 -0
  470. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
  471. package/dist/react-native/classic/privateLinks/index.d.ts +14 -0
  472. package/dist/react-native/classic/privateLinks/index.d.ts.map +1 -0
  473. package/dist/react-native/classic/privateLinks/index.js +12 -0
  474. package/dist/react-native/classic/privateLinks/index.js.map +1 -0
  475. package/dist/react-native/helpers/serializerHelpers.d.ts +3 -0
  476. package/dist/react-native/helpers/serializerHelpers.d.ts.map +1 -0
  477. package/dist/react-native/helpers/serializerHelpers.js +25 -0
  478. package/dist/react-native/helpers/serializerHelpers.js.map +1 -0
  479. package/dist/react-native/index.d.ts +5 -0
  480. package/dist/react-native/index.d.ts.map +1 -0
  481. package/dist/react-native/index.js +6 -0
  482. package/dist/react-native/index.js.map +1 -0
  483. package/dist/react-native/logger.d.ts +2 -0
  484. package/dist/react-native/logger.d.ts.map +1 -0
  485. package/dist/react-native/logger.js +5 -0
  486. package/dist/react-native/logger.js.map +1 -0
  487. package/dist/react-native/models/index.d.ts +4 -0
  488. package/dist/react-native/models/index.d.ts.map +1 -0
  489. package/dist/react-native/models/index.js +4 -0
  490. package/dist/react-native/models/index.js.map +1 -0
  491. package/dist/react-native/models/models.d.ts +510 -0
  492. package/dist/react-native/models/models.d.ts.map +1 -0
  493. package/dist/react-native/models/models.js +227 -0
  494. package/dist/react-native/models/models.js.map +1 -0
  495. package/dist/react-native/models/options.d.ts +70 -0
  496. package/dist/react-native/models/options.d.ts.map +1 -0
  497. package/dist/react-native/models/options.js +4 -0
  498. package/dist/react-native/models/options.js.map +1 -0
  499. package/dist/react-native/models/pagingTypes.d.ts +67 -0
  500. package/dist/react-native/models/pagingTypes.d.ts.map +1 -0
  501. package/dist/react-native/models/pagingTypes.js +4 -0
  502. package/dist/react-native/models/pagingTypes.js.map +1 -0
  503. package/dist/react-native/mongoClusterManagementClient.d.ts +27 -0
  504. package/dist/react-native/mongoClusterManagementClient.d.ts.map +1 -0
  505. package/dist/react-native/mongoClusterManagementClient.js +26 -0
  506. package/dist/react-native/mongoClusterManagementClient.js.map +1 -0
  507. package/dist/react-native/package.json +3 -0
  508. package/dist/react-native/rest/clientDefinitions.d.ts +89 -0
  509. package/dist/react-native/rest/clientDefinitions.d.ts.map +1 -0
  510. package/dist/react-native/rest/clientDefinitions.js +4 -0
  511. package/dist/react-native/rest/clientDefinitions.js.map +1 -0
  512. package/dist/react-native/rest/documentDBClient.d.ts +15 -0
  513. package/dist/react-native/rest/documentDBClient.d.ts.map +1 -0
  514. package/dist/react-native/rest/documentDBClient.js +42 -0
  515. package/dist/react-native/rest/documentDBClient.js.map +1 -0
  516. package/dist/react-native/rest/index.d.ts +12 -0
  517. package/dist/react-native/rest/index.d.ts.map +1 -0
  518. package/dist/react-native/rest/index.js +14 -0
  519. package/dist/react-native/rest/index.js.map +1 -0
  520. package/dist/react-native/rest/isUnexpected.d.ts +20 -0
  521. package/dist/react-native/rest/isUnexpected.d.ts.map +1 -0
  522. package/dist/react-native/rest/isUnexpected.js +88 -0
  523. package/dist/react-native/rest/isUnexpected.js.map +1 -0
  524. package/dist/react-native/rest/models.d.ts +234 -0
  525. package/dist/react-native/rest/models.d.ts.map +1 -0
  526. package/dist/react-native/rest/models.js +4 -0
  527. package/dist/react-native/rest/models.js.map +1 -0
  528. package/dist/react-native/rest/outputModels.d.ts +331 -0
  529. package/dist/react-native/rest/outputModels.d.ts.map +1 -0
  530. package/dist/react-native/rest/outputModels.js +4 -0
  531. package/dist/react-native/rest/outputModels.js.map +1 -0
  532. package/dist/react-native/rest/paginateHelper.d.ts +43 -0
  533. package/dist/react-native/rest/paginateHelper.d.ts.map +1 -0
  534. package/dist/react-native/rest/paginateHelper.js +83 -0
  535. package/dist/react-native/rest/paginateHelper.js.map +1 -0
  536. package/dist/react-native/rest/parameters.d.ts +41 -0
  537. package/dist/react-native/rest/parameters.d.ts.map +1 -0
  538. package/dist/react-native/rest/parameters.js +4 -0
  539. package/dist/react-native/rest/parameters.js.map +1 -0
  540. package/dist/react-native/rest/pollingHelper.d.ts +83 -0
  541. package/dist/react-native/rest/pollingHelper.d.ts.map +1 -0
  542. package/dist/react-native/rest/pollingHelper.js +98 -0
  543. package/dist/react-native/rest/pollingHelper.js.map +1 -0
  544. package/dist/react-native/rest/responses.d.ts +281 -0
  545. package/dist/react-native/rest/responses.d.ts.map +1 -0
  546. package/dist/react-native/rest/responses.js +4 -0
  547. package/dist/react-native/rest/responses.js.map +1 -0
  548. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  549. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
  550. package/dist/react-native/restorePollerHelpers.js +98 -0
  551. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  552. package/package.json +187 -0
  553. package/review/arm-mongocluster-api.api.md +88 -0
  554. package/review/arm-mongocluster-models.api.md +417 -0
  555. package/review/arm-mongocluster.api.md +488 -0
@@ -0,0 +1,234 @@
1
+ /** Represents a mongo cluster resource. */
2
+ export interface MongoCluster extends TrackedResource {
3
+ /** The resource-specific properties for this resource. */
4
+ properties?: MongoClusterProperties;
5
+ }
6
+ /** The properties of a mongo cluster. */
7
+ export interface MongoClusterProperties {
8
+ /** The mode to create a mongo cluster. */
9
+ createMode?: CreateMode;
10
+ /** The parameters to create a point-in-time restore mongo cluster. */
11
+ restoreParameters?: MongoClusterRestoreParameters;
12
+ /** The administrator's login for the mongo cluster. */
13
+ administratorLogin?: string;
14
+ /** The password of the administrator login. */
15
+ administratorLoginPassword?: string;
16
+ /** The Mongo DB server version. Defaults to the latest available version if not specified. */
17
+ serverVersion?: string;
18
+ /** Whether or not public endpoint access is allowed for this mongo cluster. */
19
+ publicNetworkAccess?: PublicNetworkAccess;
20
+ /** The list of node group specs in the cluster. */
21
+ nodeGroupSpecs?: Array<NodeGroupSpec>;
22
+ }
23
+ /** Parameters used for restore operations */
24
+ export interface MongoClusterRestoreParameters {
25
+ /** UTC point in time to restore a mongo cluster */
26
+ pointInTimeUTC?: Date | string;
27
+ /** Resource ID to locate the source cluster to restore */
28
+ sourceResourceId?: string;
29
+ }
30
+ /** Specification for a node group. */
31
+ export interface NodeGroupSpec {
32
+ /** The resource sku for the node group. This defines the size of CPU and memory that is provisioned for each node. Example values: 'M30', 'M40'. */
33
+ sku?: string;
34
+ /** The disk storage size for the node group in GB. Example values: 128, 256, 512, 1024. */
35
+ diskSizeGB?: number;
36
+ /** Whether high availability is enabled on the node group. */
37
+ enableHa?: boolean;
38
+ /** The node type deployed in the node group. */
39
+ kind?: NodeKind;
40
+ /** The number of nodes in the node group. */
41
+ nodeCount?: number;
42
+ }
43
+ /** The private endpoint connection resource */
44
+ export interface PrivateEndpointConnection extends Resource {
45
+ /** The private endpoint connection properties */
46
+ properties?: PrivateEndpointConnectionProperties;
47
+ }
48
+ /** Properties of the private endpoint connection. */
49
+ export interface PrivateEndpointConnectionProperties {
50
+ /** The private endpoint resource. */
51
+ privateEndpoint?: PrivateEndpoint;
52
+ /** A collection of information about the state of the connection between service consumer and provider. */
53
+ privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
54
+ }
55
+ /** The Private Endpoint resource. */
56
+ export interface PrivateEndpoint {
57
+ }
58
+ /** A collection of information about the state of the connection between service consumer and provider. */
59
+ export interface PrivateLinkServiceConnectionState {
60
+ /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
61
+ status?: PrivateEndpointServiceConnectionStatus;
62
+ /** The reason for approval/rejection of the connection. */
63
+ description?: string;
64
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
65
+ actionsRequired?: string;
66
+ }
67
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
68
+ export interface Resource {
69
+ }
70
+ /** Metadata pertaining to creation and last modification of the resource. */
71
+ export interface SystemData {
72
+ /** The identity that created the resource. */
73
+ createdBy?: string;
74
+ /** The type of identity that created the resource. */
75
+ createdByType?: CreatedByType;
76
+ /** The timestamp of resource creation (UTC). */
77
+ createdAt?: Date | string;
78
+ /** The identity that last modified the resource. */
79
+ lastModifiedBy?: string;
80
+ /** The type of identity that last modified the resource. */
81
+ lastModifiedByType?: CreatedByType;
82
+ /** The timestamp of resource last modification (UTC) */
83
+ lastModifiedAt?: Date | string;
84
+ }
85
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
86
+ export interface TrackedResource extends Resource {
87
+ /** Resource tags. */
88
+ tags?: Record<string, string>;
89
+ /** The geo-location where the resource lives */
90
+ location: string;
91
+ }
92
+ /** The resource model definition containing the full set of allowed properties for a resource. Except properties bag, there cannot be a top level property outside of this set. */
93
+ export interface ResourceModelWithAllowedPropertySet extends TrackedResource {
94
+ /**
95
+ * The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource.
96
+ * If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
97
+ */
98
+ managedBy?: string;
99
+ /**
100
+ * Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type.
101
+ * If supported, the resource provider must validate and persist this value.
102
+ */
103
+ kind?: string;
104
+ /**
105
+ * The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention.
106
+ * Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),
107
+ * If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
108
+ */
109
+ eTag?: string;
110
+ identity?: Identity;
111
+ sku?: Sku;
112
+ plan?: Plan;
113
+ }
114
+ /** Identity for the resource. */
115
+ export interface Identity {
116
+ /** The identity type. */
117
+ type?: ResourceIdentityType;
118
+ }
119
+ /** The resource model definition representing SKU */
120
+ export interface Sku {
121
+ /** The name of the SKU. Ex - P3. It is typically a letter+number code */
122
+ name: string;
123
+ /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */
124
+ tier?: SkuTier;
125
+ /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
126
+ size?: string;
127
+ /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
128
+ family?: string;
129
+ /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */
130
+ capacity?: number;
131
+ }
132
+ /** Plan for the resource. */
133
+ export interface Plan {
134
+ /** A user defined name of the 3rd Party Artifact that is being procured. */
135
+ name: string;
136
+ /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */
137
+ publisher: string;
138
+ /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */
139
+ product: string;
140
+ /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */
141
+ promotionCode?: string;
142
+ /** The version of the desired product/artifact. */
143
+ version?: string;
144
+ }
145
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
146
+ export interface ProxyResource extends Resource {
147
+ }
148
+ /** Represents a mongo cluster firewall rule. */
149
+ export interface FirewallRule extends ProxyResource {
150
+ /** The resource-specific properties for this resource. */
151
+ properties?: FirewallRuleProperties;
152
+ }
153
+ /** The properties of a mongo cluster firewall rule. */
154
+ export interface FirewallRuleProperties {
155
+ /** The start IP address of the mongo cluster firewall rule. Must be IPv4 format. */
156
+ startIpAddress: string;
157
+ /** The end IP address of the mongo cluster firewall rule. Must be IPv4 format. */
158
+ endIpAddress: string;
159
+ }
160
+ /** Concrete proxy resource types can be created by aliasing this type using a specific property type. */
161
+ export interface PrivateEndpointConnectionResource extends ProxyResource {
162
+ /** The resource-specific properties for this resource. */
163
+ properties?: PrivateEndpointConnectionProperties;
164
+ }
165
+ /** Concrete proxy resource types can be created by aliasing this type using a specific property type. */
166
+ export interface PrivateLinkResource extends ProxyResource {
167
+ /** The resource-specific properties for this resource. */
168
+ properties?: PrivateLinkResourceProperties;
169
+ }
170
+ /** Properties of a private link resource. */
171
+ export interface PrivateLinkResourceProperties {
172
+ /** The private link resource private link DNS zone name. */
173
+ requiredZoneNames?: string[];
174
+ }
175
+ /** The base extension resource. */
176
+ export interface ExtensionResource extends Resource {
177
+ }
178
+ /** The resource model definition for an Azure Resource Manager resource with an etag. */
179
+ export interface AzureEntityResource extends Resource {
180
+ }
181
+ /** A private link resource. */
182
+ export interface PrivateLinkResource extends Resource {
183
+ /** Resource properties. */
184
+ properties?: PrivateLinkResourceProperties;
185
+ }
186
+ /** The type used for update operations of the MongoCluster. */
187
+ export interface MongoClusterUpdate {
188
+ /** Resource tags. */
189
+ tags?: Record<string, string>;
190
+ properties?: MongoClusterUpdateProperties;
191
+ }
192
+ /** The updatable properties of the MongoCluster. */
193
+ export interface MongoClusterUpdateProperties {
194
+ /** The administrator's login for the mongo cluster. */
195
+ administratorLogin?: string;
196
+ /** The password of the administrator login. */
197
+ administratorLoginPassword?: string;
198
+ /** The Mongo DB server version. Defaults to the latest available version if not specified. */
199
+ serverVersion?: string;
200
+ /** Whether or not public endpoint access is allowed for this mongo cluster. */
201
+ publicNetworkAccess?: PublicNetworkAccess;
202
+ /** The list of node group specs in the cluster. */
203
+ nodeGroupSpecs?: Array<NodeGroupSpec>;
204
+ }
205
+ /** The check availability request body. */
206
+ export interface CheckNameAvailabilityRequest {
207
+ /** The name of the resource for which availability needs to be checked. */
208
+ name?: string;
209
+ /** The resource type. */
210
+ type?: string;
211
+ }
212
+ /** Alias for CreateMode */
213
+ export type CreateMode = string;
214
+ /** Alias for ResourceProvisioningState */
215
+ export type ResourceProvisioningState = string;
216
+ /** Alias for ProvisioningState */
217
+ export type ProvisioningState = string;
218
+ /** Alias for MongoClusterStatus */
219
+ export type MongoClusterStatus = string;
220
+ /** Alias for PublicNetworkAccess */
221
+ export type PublicNetworkAccess = string;
222
+ /** Alias for NodeKind */
223
+ export type NodeKind = string;
224
+ /** Alias for PrivateEndpointServiceConnectionStatus */
225
+ export type PrivateEndpointServiceConnectionStatus = string;
226
+ /** Alias for PrivateEndpointConnectionProvisioningState */
227
+ export type PrivateEndpointConnectionProvisioningState = string;
228
+ /** Alias for CreatedByType */
229
+ export type CreatedByType = string;
230
+ /** Alias for ResourceIdentityType */
231
+ export type ResourceIdentityType = "SystemAssigned";
232
+ /** Alias for SkuTier */
233
+ export type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
234
+ //# sourceMappingURL=models.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/rest/models.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT license.
3
+ export {};
4
+ //# sourceMappingURL=models.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/rest/models.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\n/** Represents a mongo cluster resource. */\nexport interface MongoCluster extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: MongoClusterProperties;\n}\n\n/** The properties of a mongo cluster. */\nexport interface MongoClusterProperties {\n /** The mode to create a mongo cluster. */\n createMode?: CreateMode;\n /** The parameters to create a point-in-time restore mongo cluster. */\n restoreParameters?: MongoClusterRestoreParameters;\n /** The administrator's login for the mongo cluster. */\n administratorLogin?: string;\n /** The password of the administrator login. */\n administratorLoginPassword?: string;\n /** The Mongo DB server version. Defaults to the latest available version if not specified. */\n serverVersion?: string;\n /** Whether or not public endpoint access is allowed for this mongo cluster. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** The list of node group specs in the cluster. */\n nodeGroupSpecs?: Array<NodeGroupSpec>;\n}\n\n/** Parameters used for restore operations */\nexport interface MongoClusterRestoreParameters {\n /** UTC point in time to restore a mongo cluster */\n pointInTimeUTC?: Date | string;\n /** Resource ID to locate the source cluster to restore */\n sourceResourceId?: string;\n}\n\n/** Specification for a node group. */\nexport interface NodeGroupSpec {\n /** The resource sku for the node group. This defines the size of CPU and memory that is provisioned for each node. Example values: 'M30', 'M40'. */\n sku?: string;\n /** The disk storage size for the node group in GB. Example values: 128, 256, 512, 1024. */\n diskSizeGB?: number;\n /** Whether high availability is enabled on the node group. */\n enableHa?: boolean;\n /** The node type deployed in the node group. */\n kind?: NodeKind;\n /** The number of nodes in the node group. */\n nodeCount?: number;\n}\n\n/** The private endpoint connection resource */\nexport interface PrivateEndpointConnection extends Resource {\n /** The private endpoint connection properties */\n properties?: PrivateEndpointConnectionProperties;\n}\n\n/** Properties of the private endpoint connection. */\nexport interface PrivateEndpointConnectionProperties {\n /** The private endpoint resource. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpoint {}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date | string;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date | string;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition containing the full set of allowed properties for a resource. Except properties bag, there cannot be a top level property outside of this set. */\nexport interface ResourceModelWithAllowedPropertySet extends TrackedResource {\n /**\n * The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource.\n * If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.\n */\n managedBy?: string;\n /**\n * Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type.\n * If supported, the resource provider must validate and persist this value.\n */\n kind?: string;\n /**\n * The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention.\n * Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),\n * If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\n */\n eTag?: string;\n identity?: Identity;\n sku?: Sku;\n plan?: Plan;\n}\n\n/** Identity for the resource. */\nexport interface Identity {\n /** The identity type. */\n type?: ResourceIdentityType;\n}\n\n/** The resource model definition representing SKU */\nexport interface Sku {\n /** The name of the SKU. Ex - P3. It is typically a letter+number code */\n name: string;\n /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\n tier?: SkuTier;\n /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */\n size?: string;\n /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */\n family?: string;\n /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */\n capacity?: number;\n}\n\n/** Plan for the resource. */\nexport interface Plan {\n /** A user defined name of the 3rd Party Artifact that is being procured. */\n name: string;\n /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */\n publisher: string;\n /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */\n product: string;\n /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */\n promotionCode?: string;\n /** The version of the desired product/artifact. */\n version?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Represents a mongo cluster firewall rule. */\nexport interface FirewallRule extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: FirewallRuleProperties;\n}\n\n/** The properties of a mongo cluster firewall rule. */\nexport interface FirewallRuleProperties {\n /** The start IP address of the mongo cluster firewall rule. Must be IPv4 format. */\n startIpAddress: string;\n /** The end IP address of the mongo cluster firewall rule. Must be IPv4 format. */\n endIpAddress: string;\n}\n\n/** Concrete proxy resource types can be created by aliasing this type using a specific property type. */\nexport interface PrivateEndpointConnectionResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: PrivateEndpointConnectionProperties;\n}\n\n/** Concrete proxy resource types can be created by aliasing this type using a specific property type. */\nexport interface PrivateLinkResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: PrivateLinkResourceProperties;\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** The base extension resource. */\nexport interface ExtensionResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager resource with an etag. */\nexport interface AzureEntityResource extends Resource {}\n\n/** A private link resource. */\nexport interface PrivateLinkResource extends Resource {\n /** Resource properties. */\n properties?: PrivateLinkResourceProperties;\n}\n\n/** The type used for update operations of the MongoCluster. */\nexport interface MongoClusterUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n properties?: MongoClusterUpdateProperties;\n}\n\n/** The updatable properties of the MongoCluster. */\nexport interface MongoClusterUpdateProperties {\n /** The administrator's login for the mongo cluster. */\n administratorLogin?: string;\n /** The password of the administrator login. */\n administratorLoginPassword?: string;\n /** The Mongo DB server version. Defaults to the latest available version if not specified. */\n serverVersion?: string;\n /** Whether or not public endpoint access is allowed for this mongo cluster. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** The list of node group specs in the cluster. */\n nodeGroupSpecs?: Array<NodeGroupSpec>;\n}\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\n/** Alias for CreateMode */\nexport type CreateMode = string;\n/** Alias for ResourceProvisioningState */\nexport type ResourceProvisioningState = string;\n/** Alias for ProvisioningState */\nexport type ProvisioningState = string;\n/** Alias for MongoClusterStatus */\nexport type MongoClusterStatus = string;\n/** Alias for PublicNetworkAccess */\nexport type PublicNetworkAccess = string;\n/** Alias for NodeKind */\nexport type NodeKind = string;\n/** Alias for PrivateEndpointServiceConnectionStatus */\nexport type PrivateEndpointServiceConnectionStatus = string;\n/** Alias for PrivateEndpointConnectionProvisioningState */\nexport type PrivateEndpointConnectionProvisioningState = string;\n/** Alias for CreatedByType */\nexport type CreatedByType = string;\n/** Alias for ResourceIdentityType */\nexport type ResourceIdentityType = \"SystemAssigned\";\n/** Alias for SkuTier */\nexport type SkuTier = \"Free\" | \"Basic\" | \"Standard\" | \"Premium\";\n"]}
@@ -0,0 +1,331 @@
1
+ import { Paged } from "@azure/core-paging";
2
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
3
+ export interface OperationOutput {
4
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
5
+ readonly name?: string;
6
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
7
+ readonly isDataAction?: boolean;
8
+ /** Localized display information for this particular operation. */
9
+ display?: OperationDisplayOutput;
10
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
11
+ readonly origin?: OriginOutput;
12
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
13
+ actionType?: ActionTypeOutput;
14
+ }
15
+ /** Localized display information for and operation. */
16
+ export interface OperationDisplayOutput {
17
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
18
+ provider?: string;
19
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
20
+ resource?: string;
21
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
22
+ operation?: string;
23
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
24
+ description?: string;
25
+ }
26
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
27
+ export interface ErrorResponseOutput {
28
+ /** The error object. */
29
+ error?: ErrorDetailOutput;
30
+ }
31
+ /** The error detail. */
32
+ export interface ErrorDetailOutput {
33
+ /** The error code. */
34
+ readonly code?: string;
35
+ /** The error message. */
36
+ readonly message?: string;
37
+ /** The error target. */
38
+ readonly target?: string;
39
+ /** The error details. */
40
+ readonly details?: Array<ErrorDetailOutput>;
41
+ /** The error additional info. */
42
+ readonly additionalInfo?: Array<ErrorAdditionalInfoOutput>;
43
+ }
44
+ /** The resource management error additional info. */
45
+ export interface ErrorAdditionalInfoOutput {
46
+ /** The additional info type. */
47
+ readonly type?: string;
48
+ /** The additional info. */
49
+ readonly info?: Record<string, any>;
50
+ }
51
+ /** Represents a mongo cluster resource. */
52
+ export interface MongoClusterOutput extends TrackedResourceOutput {
53
+ /** The resource-specific properties for this resource. */
54
+ properties?: MongoClusterPropertiesOutput;
55
+ }
56
+ /** The properties of a mongo cluster. */
57
+ export interface MongoClusterPropertiesOutput {
58
+ /** The mode to create a mongo cluster. */
59
+ createMode?: CreateModeOutput;
60
+ /** The parameters to create a point-in-time restore mongo cluster. */
61
+ restoreParameters?: MongoClusterRestoreParametersOutput;
62
+ /** The administrator's login for the mongo cluster. */
63
+ administratorLogin?: string;
64
+ /** The password of the administrator login. */
65
+ administratorLoginPassword?: string;
66
+ /** The Mongo DB server version. Defaults to the latest available version if not specified. */
67
+ serverVersion?: string;
68
+ /** The default mongo connection string for the cluster. */
69
+ readonly connectionString?: string;
70
+ /** Earliest restore timestamp in UTC ISO8601 format. */
71
+ readonly earliestRestoreTime?: string;
72
+ /** The provisioning state of the mongo cluster. */
73
+ readonly provisioningState?: ProvisioningStateOutput;
74
+ /** The status of the mongo cluster. */
75
+ readonly clusterStatus?: MongoClusterStatusOutput;
76
+ /** Whether or not public endpoint access is allowed for this mongo cluster. */
77
+ publicNetworkAccess?: PublicNetworkAccessOutput;
78
+ /** The list of node group specs in the cluster. */
79
+ nodeGroupSpecs?: Array<NodeGroupSpecOutput>;
80
+ /** List of private endpoint connections. */
81
+ readonly privateEndpointConnections?: Array<PrivateEndpointConnectionOutput>;
82
+ }
83
+ /** Parameters used for restore operations */
84
+ export interface MongoClusterRestoreParametersOutput {
85
+ /** UTC point in time to restore a mongo cluster */
86
+ pointInTimeUTC?: string;
87
+ /** Resource ID to locate the source cluster to restore */
88
+ sourceResourceId?: string;
89
+ }
90
+ /** Specification for a node group. */
91
+ export interface NodeGroupSpecOutput {
92
+ /** The resource sku for the node group. This defines the size of CPU and memory that is provisioned for each node. Example values: 'M30', 'M40'. */
93
+ sku?: string;
94
+ /** The disk storage size for the node group in GB. Example values: 128, 256, 512, 1024. */
95
+ diskSizeGB?: number;
96
+ /** Whether high availability is enabled on the node group. */
97
+ enableHa?: boolean;
98
+ /** The node type deployed in the node group. */
99
+ kind?: NodeKindOutput;
100
+ /** The number of nodes in the node group. */
101
+ nodeCount?: number;
102
+ }
103
+ /** The private endpoint connection resource */
104
+ export interface PrivateEndpointConnectionOutput extends ResourceOutput {
105
+ /** The private endpoint connection properties */
106
+ properties?: PrivateEndpointConnectionPropertiesOutput;
107
+ }
108
+ /** Properties of the private endpoint connection. */
109
+ export interface PrivateEndpointConnectionPropertiesOutput {
110
+ /** The group ids for the private endpoint resource. */
111
+ readonly groupIds?: string[];
112
+ /** The private endpoint resource. */
113
+ privateEndpoint?: PrivateEndpointOutput;
114
+ /** A collection of information about the state of the connection between service consumer and provider. */
115
+ privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateOutput;
116
+ /** The provisioning state of the private endpoint connection resource. */
117
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningStateOutput;
118
+ }
119
+ /** The Private Endpoint resource. */
120
+ export interface PrivateEndpointOutput {
121
+ /** The resource identifier for private endpoint */
122
+ readonly id?: string;
123
+ }
124
+ /** A collection of information about the state of the connection between service consumer and provider. */
125
+ export interface PrivateLinkServiceConnectionStateOutput {
126
+ /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
127
+ status?: PrivateEndpointServiceConnectionStatusOutput;
128
+ /** The reason for approval/rejection of the connection. */
129
+ description?: string;
130
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
131
+ actionsRequired?: string;
132
+ }
133
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
134
+ export interface ResourceOutput {
135
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
136
+ readonly id?: string;
137
+ /** The name of the resource */
138
+ readonly name?: string;
139
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
140
+ readonly type?: string;
141
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
142
+ readonly systemData?: SystemDataOutput;
143
+ }
144
+ /** Metadata pertaining to creation and last modification of the resource. */
145
+ export interface SystemDataOutput {
146
+ /** The identity that created the resource. */
147
+ createdBy?: string;
148
+ /** The type of identity that created the resource. */
149
+ createdByType?: CreatedByTypeOutput;
150
+ /** The timestamp of resource creation (UTC). */
151
+ createdAt?: string;
152
+ /** The identity that last modified the resource. */
153
+ lastModifiedBy?: string;
154
+ /** The type of identity that last modified the resource. */
155
+ lastModifiedByType?: CreatedByTypeOutput;
156
+ /** The timestamp of resource last modification (UTC) */
157
+ lastModifiedAt?: string;
158
+ }
159
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
160
+ export interface TrackedResourceOutput extends ResourceOutput {
161
+ /** Resource tags. */
162
+ tags?: Record<string, string>;
163
+ /** The geo-location where the resource lives */
164
+ location: string;
165
+ }
166
+ /** The resource model definition containing the full set of allowed properties for a resource. Except properties bag, there cannot be a top level property outside of this set. */
167
+ export interface ResourceModelWithAllowedPropertySetOutput extends TrackedResourceOutput {
168
+ /**
169
+ * The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource.
170
+ * If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
171
+ */
172
+ managedBy?: string;
173
+ /**
174
+ * Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type.
175
+ * If supported, the resource provider must validate and persist this value.
176
+ */
177
+ kind?: string;
178
+ /**
179
+ * The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention.
180
+ * Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),
181
+ * If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
182
+ */
183
+ eTag?: string;
184
+ identity?: IdentityOutput;
185
+ sku?: SkuOutput;
186
+ plan?: PlanOutput;
187
+ }
188
+ /** Identity for the resource. */
189
+ export interface IdentityOutput {
190
+ /** The principal ID of resource identity. The value must be an UUID. */
191
+ readonly principalId?: string;
192
+ /** The tenant ID of resource. The value must be an UUID. */
193
+ readonly tenantId?: string;
194
+ /** The identity type. */
195
+ type?: ResourceIdentityTypeOutput;
196
+ }
197
+ /** The resource model definition representing SKU */
198
+ export interface SkuOutput {
199
+ /** The name of the SKU. Ex - P3. It is typically a letter+number code */
200
+ name: string;
201
+ /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */
202
+ tier?: SkuTierOutput;
203
+ /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
204
+ size?: string;
205
+ /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
206
+ family?: string;
207
+ /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */
208
+ capacity?: number;
209
+ }
210
+ /** Plan for the resource. */
211
+ export interface PlanOutput {
212
+ /** A user defined name of the 3rd Party Artifact that is being procured. */
213
+ name: string;
214
+ /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */
215
+ publisher: string;
216
+ /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */
217
+ product: string;
218
+ /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */
219
+ promotionCode?: string;
220
+ /** The version of the desired product/artifact. */
221
+ version?: string;
222
+ }
223
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
224
+ export interface ProxyResourceOutput extends ResourceOutput {
225
+ }
226
+ /** Represents a mongo cluster firewall rule. */
227
+ export interface FirewallRuleOutput extends ProxyResourceOutput {
228
+ /** The resource-specific properties for this resource. */
229
+ properties?: FirewallRulePropertiesOutput;
230
+ }
231
+ /** The properties of a mongo cluster firewall rule. */
232
+ export interface FirewallRulePropertiesOutput {
233
+ /** The provisioning state of the firewall rule. */
234
+ readonly provisioningState?: ProvisioningStateOutput;
235
+ /** The start IP address of the mongo cluster firewall rule. Must be IPv4 format. */
236
+ startIpAddress: string;
237
+ /** The end IP address of the mongo cluster firewall rule. Must be IPv4 format. */
238
+ endIpAddress: string;
239
+ }
240
+ /** Concrete proxy resource types can be created by aliasing this type using a specific property type. */
241
+ export interface PrivateEndpointConnectionResourceOutput extends ProxyResourceOutput {
242
+ /** The resource-specific properties for this resource. */
243
+ properties?: PrivateEndpointConnectionPropertiesOutput;
244
+ }
245
+ /** Concrete proxy resource types can be created by aliasing this type using a specific property type. */
246
+ export interface PrivateLinkResourceOutput extends ProxyResourceOutput {
247
+ /** The resource-specific properties for this resource. */
248
+ properties?: PrivateLinkResourcePropertiesOutput;
249
+ }
250
+ /** Properties of a private link resource. */
251
+ export interface PrivateLinkResourcePropertiesOutput {
252
+ /** The private link resource group id. */
253
+ readonly groupId?: string;
254
+ /** The private link resource required member names. */
255
+ readonly requiredMembers?: string[];
256
+ /** The private link resource private link DNS zone name. */
257
+ requiredZoneNames?: string[];
258
+ }
259
+ /** The base extension resource. */
260
+ export interface ExtensionResourceOutput extends ResourceOutput {
261
+ }
262
+ /** The resource model definition for an Azure Resource Manager resource with an etag. */
263
+ export interface AzureEntityResourceOutput extends ResourceOutput {
264
+ /** Resource Etag. */
265
+ readonly etag?: string;
266
+ }
267
+ /** A private link resource. */
268
+ export interface PrivateLinkResourceOutput extends ResourceOutput {
269
+ /** Resource properties. */
270
+ properties?: PrivateLinkResourcePropertiesOutput;
271
+ }
272
+ /** The connection strings for the given mongo cluster. */
273
+ export interface ListConnectionStringsResultOutput {
274
+ /** An array that contains the connection strings for a mongo cluster. */
275
+ readonly connectionStrings?: Array<ConnectionStringOutput>;
276
+ }
277
+ /** Connection string for the mongo cluster */
278
+ export interface ConnectionStringOutput {
279
+ /** Value of the connection string */
280
+ readonly connectionString?: string;
281
+ /** Description of the connection string */
282
+ readonly description?: string;
283
+ }
284
+ /** The check availability result. */
285
+ export interface CheckNameAvailabilityResponseOutput {
286
+ /** Indicates if the resource name is available. */
287
+ nameAvailable?: boolean;
288
+ /** The reason why the given name is not available. */
289
+ reason?: CheckNameAvailabilityReasonOutput;
290
+ /** Detailed reason why the given name is not available. */
291
+ message?: string;
292
+ }
293
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
294
+ export type OperationListResultOutput = Paged<OperationOutput>;
295
+ /** Alias for OriginOutput */
296
+ export type OriginOutput = string;
297
+ /** Alias for ActionTypeOutput */
298
+ export type ActionTypeOutput = string;
299
+ /** Alias for CreateModeOutput */
300
+ export type CreateModeOutput = string;
301
+ /** Alias for ResourceProvisioningStateOutput */
302
+ export type ResourceProvisioningStateOutput = string;
303
+ /** Alias for ProvisioningStateOutput */
304
+ export type ProvisioningStateOutput = string;
305
+ /** Alias for MongoClusterStatusOutput */
306
+ export type MongoClusterStatusOutput = string;
307
+ /** Alias for PublicNetworkAccessOutput */
308
+ export type PublicNetworkAccessOutput = string;
309
+ /** Alias for NodeKindOutput */
310
+ export type NodeKindOutput = string;
311
+ /** Alias for PrivateEndpointServiceConnectionStatusOutput */
312
+ export type PrivateEndpointServiceConnectionStatusOutput = string;
313
+ /** Alias for PrivateEndpointConnectionProvisioningStateOutput */
314
+ export type PrivateEndpointConnectionProvisioningStateOutput = string;
315
+ /** Alias for CreatedByTypeOutput */
316
+ export type CreatedByTypeOutput = string;
317
+ /** Alias for ResourceIdentityTypeOutput */
318
+ export type ResourceIdentityTypeOutput = "SystemAssigned";
319
+ /** Alias for SkuTierOutput */
320
+ export type SkuTierOutput = "Free" | "Basic" | "Standard" | "Premium";
321
+ /** The response of a MongoCluster list operation. */
322
+ export type MongoClusterListResultOutput = Paged<MongoClusterOutput>;
323
+ /** Alias for CheckNameAvailabilityReasonOutput */
324
+ export type CheckNameAvailabilityReasonOutput = string;
325
+ /** The response of a FirewallRule list operation. */
326
+ export type FirewallRuleListResultOutput = Paged<FirewallRuleOutput>;
327
+ /** The response of a PrivateEndpointConnectionResource list operation. */
328
+ export type PrivateEndpointConnectionResourceListResultOutput = Paged<PrivateEndpointConnectionResourceOutput>;
329
+ /** The response of a PrivateLinkResource list operation. */
330
+ export type PrivateLinkResourceListResultOutput = Paged<PrivateLinkResourceOutput>;
331
+ //# sourceMappingURL=outputModels.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"outputModels.d.ts","sourceRoot":"","sources":["../../../src/rest/outputModels.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT license.
3
+ export {};
4
+ //# sourceMappingURL=outputModels.js.map