@azure/arm-datamigration 3.0.0-beta.4 → 4.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 (1276) hide show
  1. package/README.md +11 -11
  2. package/dist/browser/api/dataMigrationManagementContext.d.ts +22 -0
  3. package/dist/browser/api/dataMigrationManagementContext.js +26 -0
  4. package/dist/browser/api/dataMigrationManagementContext.js.map +1 -0
  5. package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +3 -0
  6. package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js +4 -0
  7. package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +1 -0
  8. package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.d.ts +23 -0
  9. package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js +148 -0
  10. package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js.map +1 -0
  11. package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/options.d.ts +20 -0
  12. package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js +4 -0
  13. package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js.map +1 -0
  14. package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +3 -0
  15. package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +4 -0
  16. package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +1 -0
  17. package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.d.ts +23 -0
  18. package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js +148 -0
  19. package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js.map +1 -0
  20. package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.d.ts +20 -0
  21. package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js +4 -0
  22. package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js.map +1 -0
  23. package/dist/browser/api/databaseMigrationsSqlDb/index.d.ts +3 -0
  24. package/dist/browser/api/databaseMigrationsSqlDb/index.js +4 -0
  25. package/dist/browser/api/databaseMigrationsSqlDb/index.js.map +1 -0
  26. package/dist/browser/api/databaseMigrationsSqlDb/operations.d.ts +26 -0
  27. package/dist/browser/api/databaseMigrationsSqlDb/operations.js +187 -0
  28. package/dist/browser/api/databaseMigrationsSqlDb/operations.js.map +1 -0
  29. package/dist/browser/api/databaseMigrationsSqlDb/options.d.ts +31 -0
  30. package/dist/browser/api/databaseMigrationsSqlDb/options.js +4 -0
  31. package/dist/browser/api/databaseMigrationsSqlDb/options.js.map +1 -0
  32. package/dist/browser/api/databaseMigrationsSqlMi/index.d.ts +3 -0
  33. package/dist/browser/api/databaseMigrationsSqlMi/index.js +4 -0
  34. package/dist/browser/api/databaseMigrationsSqlMi/index.js.map +1 -0
  35. package/dist/browser/api/databaseMigrationsSqlMi/operations.d.ts +26 -0
  36. package/dist/browser/api/databaseMigrationsSqlMi/operations.js +189 -0
  37. package/dist/browser/api/databaseMigrationsSqlMi/operations.js.map +1 -0
  38. package/dist/browser/api/databaseMigrationsSqlMi/options.d.ts +31 -0
  39. package/dist/browser/api/databaseMigrationsSqlMi/options.js +4 -0
  40. package/dist/browser/api/databaseMigrationsSqlMi/options.js.map +1 -0
  41. package/dist/browser/api/databaseMigrationsSqlVm/index.d.ts +3 -0
  42. package/dist/browser/api/databaseMigrationsSqlVm/index.js +4 -0
  43. package/dist/browser/api/databaseMigrationsSqlVm/index.js.map +1 -0
  44. package/dist/browser/api/databaseMigrationsSqlVm/operations.d.ts +26 -0
  45. package/dist/browser/api/databaseMigrationsSqlVm/operations.js +189 -0
  46. package/dist/browser/api/databaseMigrationsSqlVm/operations.js.map +1 -0
  47. package/dist/browser/api/databaseMigrationsSqlVm/options.d.ts +31 -0
  48. package/dist/browser/api/databaseMigrationsSqlVm/options.js +4 -0
  49. package/dist/browser/api/databaseMigrationsSqlVm/options.js.map +1 -0
  50. package/dist/browser/api/files/index.d.ts +3 -0
  51. package/dist/browser/api/files/index.js +4 -0
  52. package/dist/browser/api/files/index.js.map +1 -0
  53. package/dist/browser/api/files/operations.d.ts +34 -0
  54. package/dist/browser/api/files/operations.js +234 -0
  55. package/dist/browser/api/files/operations.js.map +1 -0
  56. package/dist/browser/api/files/options.d.ts +23 -0
  57. package/dist/browser/api/files/options.js +4 -0
  58. package/dist/browser/api/files/options.js.map +1 -0
  59. package/dist/browser/api/index.d.ts +3 -0
  60. package/dist/browser/api/index.js +4 -0
  61. package/dist/browser/api/index.js.map +1 -0
  62. package/dist/browser/api/migrationServices/index.d.ts +3 -0
  63. package/dist/browser/api/migrationServices/index.js +4 -0
  64. package/dist/browser/api/migrationServices/index.js.map +1 -0
  65. package/dist/browser/api/migrationServices/operations.d.ts +35 -0
  66. package/dist/browser/api/migrationServices/operations.js +240 -0
  67. package/dist/browser/api/migrationServices/operations.js.map +1 -0
  68. package/dist/browser/api/migrationServices/options.d.ts +29 -0
  69. package/dist/browser/api/migrationServices/options.js +4 -0
  70. package/dist/browser/api/migrationServices/options.js.map +1 -0
  71. package/dist/browser/api/operations/index.d.ts +3 -0
  72. package/dist/browser/api/operations/index.js +4 -0
  73. package/dist/browser/api/operations/index.js.map +1 -0
  74. package/dist/browser/api/operations/operations.d.ts +10 -0
  75. package/dist/browser/api/operations/operations.js +37 -0
  76. package/dist/browser/api/operations/operations.js.map +1 -0
  77. package/dist/browser/api/operations/options.d.ts +5 -0
  78. package/dist/browser/api/operations/options.js +4 -0
  79. package/dist/browser/api/operations/options.js.map +1 -0
  80. package/dist/browser/api/projects/index.d.ts +3 -0
  81. package/dist/browser/api/projects/index.js +4 -0
  82. package/dist/browser/api/projects/index.js.map +1 -0
  83. package/dist/browser/api/projects/operations.d.ts +26 -0
  84. package/dist/browser/api/projects/operations.js +166 -0
  85. package/dist/browser/api/projects/operations.js.map +1 -0
  86. package/dist/browser/api/projects/options.d.ts +19 -0
  87. package/dist/browser/api/projects/options.js +4 -0
  88. package/dist/browser/api/projects/options.js.map +1 -0
  89. package/dist/browser/api/resourceSkus/index.d.ts +3 -0
  90. package/dist/browser/api/resourceSkus/index.js +4 -0
  91. package/dist/browser/api/resourceSkus/index.js.map +1 -0
  92. package/dist/browser/api/resourceSkus/operations.d.ts +10 -0
  93. package/dist/browser/api/resourceSkus/operations.js +38 -0
  94. package/dist/browser/api/resourceSkus/operations.js.map +1 -0
  95. package/dist/browser/api/resourceSkus/options.d.ts +5 -0
  96. package/dist/browser/api/resourceSkus/options.js +4 -0
  97. package/dist/browser/api/resourceSkus/options.js.map +1 -0
  98. package/dist/browser/api/serviceTasks/index.d.ts +3 -0
  99. package/dist/browser/api/serviceTasks/index.js +4 -0
  100. package/dist/browser/api/serviceTasks/index.js.map +1 -0
  101. package/dist/browser/api/serviceTasks/operations.d.ts +30 -0
  102. package/dist/browser/api/serviceTasks/operations.js +199 -0
  103. package/dist/browser/api/serviceTasks/operations.js.map +1 -0
  104. package/dist/browser/api/serviceTasks/options.d.ts +26 -0
  105. package/dist/browser/api/serviceTasks/options.js +4 -0
  106. package/dist/browser/api/serviceTasks/options.js.map +1 -0
  107. package/dist/browser/api/services/index.d.ts +3 -0
  108. package/dist/browser/api/services/index.js +4 -0
  109. package/dist/browser/api/services/index.js.map +1 -0
  110. package/dist/browser/api/services/operations.d.ts +55 -0
  111. package/dist/browser/api/services/operations.js +398 -0
  112. package/dist/browser/api/services/operations.js.map +1 -0
  113. package/dist/browser/api/services/options.d.ts +50 -0
  114. package/dist/browser/api/services/options.js +4 -0
  115. package/dist/browser/api/services/options.js.map +1 -0
  116. package/dist/browser/api/sqlMigrationServices/index.d.ts +3 -0
  117. package/dist/browser/api/sqlMigrationServices/index.js +4 -0
  118. package/dist/browser/api/sqlMigrationServices/index.js.map +1 -0
  119. package/dist/browser/api/sqlMigrationServices/operations.d.ts +51 -0
  120. package/dist/browser/api/sqlMigrationServices/operations.js +364 -0
  121. package/dist/browser/api/sqlMigrationServices/operations.js.map +1 -0
  122. package/dist/browser/api/sqlMigrationServices/options.d.ts +41 -0
  123. package/dist/browser/api/sqlMigrationServices/options.js +4 -0
  124. package/dist/browser/api/sqlMigrationServices/options.js.map +1 -0
  125. package/dist/browser/api/tasks/index.d.ts +3 -0
  126. package/dist/browser/api/tasks/index.js +4 -0
  127. package/dist/browser/api/tasks/index.js.map +1 -0
  128. package/dist/browser/api/tasks/operations.d.ts +34 -0
  129. package/dist/browser/api/tasks/operations.js +239 -0
  130. package/dist/browser/api/tasks/operations.js.map +1 -0
  131. package/dist/browser/api/tasks/options.d.ts +29 -0
  132. package/dist/browser/api/tasks/options.js +4 -0
  133. package/dist/browser/api/tasks/options.js.map +1 -0
  134. package/dist/browser/api/usages/index.d.ts +3 -0
  135. package/dist/browser/api/usages/index.js +4 -0
  136. package/dist/browser/api/usages/index.js.map +1 -0
  137. package/dist/browser/api/usages/operations.d.ts +10 -0
  138. package/dist/browser/api/usages/operations.js +39 -0
  139. package/dist/browser/api/usages/operations.js.map +1 -0
  140. package/dist/browser/api/usages/options.d.ts +5 -0
  141. package/dist/browser/api/usages/options.js +4 -0
  142. package/dist/browser/api/usages/options.js.map +1 -0
  143. package/dist/browser/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +27 -0
  144. package/dist/browser/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js +34 -0
  145. package/dist/browser/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +1 -0
  146. package/dist/browser/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +27 -0
  147. package/dist/browser/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +34 -0
  148. package/dist/browser/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +1 -0
  149. package/dist/browser/classic/databaseMigrationsSqlDb/index.d.ts +36 -0
  150. package/dist/browser/classic/databaseMigrationsSqlDb/index.js +51 -0
  151. package/dist/browser/classic/databaseMigrationsSqlDb/index.js.map +1 -0
  152. package/dist/browser/classic/databaseMigrationsSqlMi/index.d.ts +36 -0
  153. package/dist/browser/classic/databaseMigrationsSqlMi/index.js +51 -0
  154. package/dist/browser/classic/databaseMigrationsSqlMi/index.js.map +1 -0
  155. package/dist/browser/classic/databaseMigrationsSqlVm/index.d.ts +36 -0
  156. package/dist/browser/classic/databaseMigrationsSqlVm/index.js +51 -0
  157. package/dist/browser/classic/databaseMigrationsSqlVm/index.js.map +1 -0
  158. package/dist/browser/classic/files/index.d.ts +23 -0
  159. package/dist/browser/classic/files/index.js +20 -0
  160. package/dist/browser/classic/files/index.js.map +1 -0
  161. package/dist/browser/classic/index.d.ts +16 -0
  162. package/dist/browser/classic/index.js +4 -0
  163. package/dist/browser/classic/index.js.map +1 -0
  164. package/dist/browser/classic/migrationServices/index.d.ts +37 -0
  165. package/dist/browser/classic/migrationServices/index.js +45 -0
  166. package/dist/browser/classic/migrationServices/index.js.map +1 -0
  167. package/dist/browser/classic/operations/index.d.ts +11 -0
  168. package/dist/browser/classic/operations/index.js +14 -0
  169. package/dist/browser/classic/operations/index.js.map +1 -0
  170. package/dist/browser/classic/projects/index.d.ts +19 -0
  171. package/dist/browser/classic/projects/index.js +18 -0
  172. package/dist/browser/classic/projects/index.js.map +1 -0
  173. package/dist/browser/classic/resourceSkus/index.d.ts +11 -0
  174. package/dist/browser/classic/resourceSkus/index.js +14 -0
  175. package/dist/browser/classic/resourceSkus/index.js.map +1 -0
  176. package/dist/browser/classic/serviceTasks/index.d.ts +21 -0
  177. package/dist/browser/classic/serviceTasks/index.js +19 -0
  178. package/dist/browser/classic/serviceTasks/index.js.map +1 -0
  179. package/dist/browser/classic/services/index.d.ts +55 -0
  180. package/dist/browser/classic/services/index.js +66 -0
  181. package/dist/browser/classic/services/index.js.map +1 -0
  182. package/dist/browser/classic/sqlMigrationServices/index.d.ts +45 -0
  183. package/dist/browser/classic/sqlMigrationServices/index.js +49 -0
  184. package/dist/browser/classic/sqlMigrationServices/index.js.map +1 -0
  185. package/dist/browser/classic/tasks/index.d.ts +23 -0
  186. package/dist/browser/classic/tasks/index.js +20 -0
  187. package/dist/browser/classic/tasks/index.js.map +1 -0
  188. package/dist/browser/classic/usages/index.d.ts +11 -0
  189. package/dist/browser/classic/usages/index.js +14 -0
  190. package/dist/browser/classic/usages/index.js.map +1 -0
  191. package/dist/browser/dataMigrationManagementClient.d.ts +55 -32
  192. package/dist/browser/dataMigrationManagementClient.js +84 -106
  193. package/dist/browser/dataMigrationManagementClient.js.map +1 -1
  194. package/dist/browser/index.d.ts +29 -3
  195. package/dist/browser/index.js +7 -11
  196. package/dist/browser/index.js.map +1 -1
  197. package/dist/browser/logger.d.ts +2 -0
  198. package/dist/browser/logger.js +5 -0
  199. package/dist/browser/logger.js.map +1 -0
  200. package/dist/browser/models/index.d.ts +2 -8305
  201. package/dist/browser/models/index.js +3 -891
  202. package/dist/browser/models/index.js.map +1 -1
  203. package/dist/browser/models/models.d.ts +5936 -0
  204. package/dist/browser/models/models.js +7222 -0
  205. package/dist/browser/models/models.js.map +1 -0
  206. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  207. package/dist/browser/restorePollerHelpers.js +175 -0
  208. package/dist/browser/restorePollerHelpers.js.map +1 -0
  209. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  210. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  211. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  212. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  213. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  214. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  215. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  216. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  217. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  218. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  219. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  220. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  221. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  222. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  223. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  224. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  225. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  226. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  227. package/dist/commonjs/api/dataMigrationManagementContext.d.ts +22 -0
  228. package/dist/commonjs/api/dataMigrationManagementContext.js +47 -0
  229. package/dist/commonjs/api/dataMigrationManagementContext.js.map +7 -0
  230. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +3 -0
  231. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js +34 -0
  232. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +7 -0
  233. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.d.ts +23 -0
  234. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js +225 -0
  235. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js.map +7 -0
  236. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/options.d.ts +20 -0
  237. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js +16 -0
  238. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js.map +7 -0
  239. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +3 -0
  240. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +34 -0
  241. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +7 -0
  242. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.d.ts +23 -0
  243. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js +225 -0
  244. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js.map +7 -0
  245. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.d.ts +20 -0
  246. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js +16 -0
  247. package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js.map +7 -0
  248. package/dist/commonjs/api/databaseMigrationsSqlDb/index.d.ts +3 -0
  249. package/dist/commonjs/api/databaseMigrationsSqlDb/index.js +36 -0
  250. package/dist/commonjs/api/databaseMigrationsSqlDb/index.js.map +7 -0
  251. package/dist/commonjs/api/databaseMigrationsSqlDb/operations.d.ts +26 -0
  252. package/dist/commonjs/api/databaseMigrationsSqlDb/operations.js +274 -0
  253. package/dist/commonjs/api/databaseMigrationsSqlDb/operations.js.map +7 -0
  254. package/dist/commonjs/api/databaseMigrationsSqlDb/options.d.ts +31 -0
  255. package/dist/commonjs/api/databaseMigrationsSqlDb/options.js +16 -0
  256. package/dist/commonjs/api/databaseMigrationsSqlDb/options.js.map +7 -0
  257. package/dist/commonjs/api/databaseMigrationsSqlMi/index.d.ts +3 -0
  258. package/dist/commonjs/api/databaseMigrationsSqlMi/index.js +36 -0
  259. package/dist/commonjs/api/databaseMigrationsSqlMi/index.js.map +7 -0
  260. package/dist/commonjs/api/databaseMigrationsSqlMi/operations.d.ts +26 -0
  261. package/dist/commonjs/api/databaseMigrationsSqlMi/operations.js +283 -0
  262. package/dist/commonjs/api/databaseMigrationsSqlMi/operations.js.map +7 -0
  263. package/dist/commonjs/api/databaseMigrationsSqlMi/options.d.ts +31 -0
  264. package/dist/commonjs/api/databaseMigrationsSqlMi/options.js +16 -0
  265. package/dist/commonjs/api/databaseMigrationsSqlMi/options.js.map +7 -0
  266. package/dist/commonjs/api/databaseMigrationsSqlVm/index.d.ts +3 -0
  267. package/dist/commonjs/api/databaseMigrationsSqlVm/index.js +36 -0
  268. package/dist/commonjs/api/databaseMigrationsSqlVm/index.js.map +7 -0
  269. package/dist/commonjs/api/databaseMigrationsSqlVm/operations.d.ts +26 -0
  270. package/dist/commonjs/api/databaseMigrationsSqlVm/operations.js +283 -0
  271. package/dist/commonjs/api/databaseMigrationsSqlVm/operations.js.map +7 -0
  272. package/dist/commonjs/api/databaseMigrationsSqlVm/options.d.ts +31 -0
  273. package/dist/commonjs/api/databaseMigrationsSqlVm/options.js +16 -0
  274. package/dist/commonjs/api/databaseMigrationsSqlVm/options.js.map +7 -0
  275. package/dist/commonjs/api/files/index.d.ts +3 -0
  276. package/dist/commonjs/api/files/index.js +40 -0
  277. package/dist/commonjs/api/files/index.js.map +7 -0
  278. package/dist/commonjs/api/files/operations.d.ts +34 -0
  279. package/dist/commonjs/api/files/operations.js +355 -0
  280. package/dist/commonjs/api/files/operations.js.map +7 -0
  281. package/dist/commonjs/api/files/options.d.ts +23 -0
  282. package/dist/commonjs/api/files/options.js +16 -0
  283. package/dist/commonjs/api/files/options.js.map +7 -0
  284. package/dist/commonjs/api/index.d.ts +3 -0
  285. package/dist/commonjs/api/index.js +28 -0
  286. package/dist/commonjs/api/index.js.map +7 -0
  287. package/dist/commonjs/api/migrationServices/index.d.ts +3 -0
  288. package/dist/commonjs/api/migrationServices/index.js +40 -0
  289. package/dist/commonjs/api/migrationServices/index.js.map +7 -0
  290. package/dist/commonjs/api/migrationServices/operations.d.ts +35 -0
  291. package/dist/commonjs/api/migrationServices/operations.js +343 -0
  292. package/dist/commonjs/api/migrationServices/operations.js.map +7 -0
  293. package/dist/commonjs/api/migrationServices/options.d.ts +29 -0
  294. package/dist/commonjs/api/migrationServices/options.js +16 -0
  295. package/dist/commonjs/api/migrationServices/options.js.map +7 -0
  296. package/dist/commonjs/api/operations/index.d.ts +3 -0
  297. package/dist/commonjs/api/operations/index.js +28 -0
  298. package/dist/commonjs/api/operations/index.js.map +7 -0
  299. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  300. package/dist/commonjs/api/operations/operations.js +74 -0
  301. package/dist/commonjs/api/operations/operations.js.map +7 -0
  302. package/dist/commonjs/api/operations/options.d.ts +5 -0
  303. package/dist/commonjs/api/operations/options.js +16 -0
  304. package/dist/commonjs/api/operations/options.js.map +7 -0
  305. package/dist/commonjs/api/projects/index.d.ts +3 -0
  306. package/dist/commonjs/api/projects/index.js +36 -0
  307. package/dist/commonjs/api/projects/index.js.map +7 -0
  308. package/dist/commonjs/api/projects/operations.d.ts +26 -0
  309. package/dist/commonjs/api/projects/operations.js +253 -0
  310. package/dist/commonjs/api/projects/operations.js.map +7 -0
  311. package/dist/commonjs/api/projects/options.d.ts +19 -0
  312. package/dist/commonjs/api/projects/options.js +16 -0
  313. package/dist/commonjs/api/projects/options.js.map +7 -0
  314. package/dist/commonjs/api/resourceSkus/index.d.ts +3 -0
  315. package/dist/commonjs/api/resourceSkus/index.js +28 -0
  316. package/dist/commonjs/api/resourceSkus/index.js.map +7 -0
  317. package/dist/commonjs/api/resourceSkus/operations.d.ts +10 -0
  318. package/dist/commonjs/api/resourceSkus/operations.js +75 -0
  319. package/dist/commonjs/api/resourceSkus/operations.js.map +7 -0
  320. package/dist/commonjs/api/resourceSkus/options.d.ts +5 -0
  321. package/dist/commonjs/api/resourceSkus/options.js +16 -0
  322. package/dist/commonjs/api/resourceSkus/options.js.map +7 -0
  323. package/dist/commonjs/api/serviceTasks/index.d.ts +3 -0
  324. package/dist/commonjs/api/serviceTasks/index.js +38 -0
  325. package/dist/commonjs/api/serviceTasks/index.js.map +7 -0
  326. package/dist/commonjs/api/serviceTasks/operations.d.ts +30 -0
  327. package/dist/commonjs/api/serviceTasks/operations.js +288 -0
  328. package/dist/commonjs/api/serviceTasks/operations.js.map +7 -0
  329. package/dist/commonjs/api/serviceTasks/options.d.ts +26 -0
  330. package/dist/commonjs/api/serviceTasks/options.js +16 -0
  331. package/dist/commonjs/api/serviceTasks/options.js.map +7 -0
  332. package/dist/commonjs/api/services/index.d.ts +3 -0
  333. package/dist/commonjs/api/services/index.js +50 -0
  334. package/dist/commonjs/api/services/index.js.map +7 -0
  335. package/dist/commonjs/api/services/operations.d.ts +55 -0
  336. package/dist/commonjs/api/services/operations.js +552 -0
  337. package/dist/commonjs/api/services/operations.js.map +7 -0
  338. package/dist/commonjs/api/services/options.d.ts +50 -0
  339. package/dist/commonjs/api/services/options.js +16 -0
  340. package/dist/commonjs/api/services/options.js.map +7 -0
  341. package/dist/commonjs/api/sqlMigrationServices/index.d.ts +3 -0
  342. package/dist/commonjs/api/sqlMigrationServices/index.js +48 -0
  343. package/dist/commonjs/api/sqlMigrationServices/index.js.map +7 -0
  344. package/dist/commonjs/api/sqlMigrationServices/operations.d.ts +51 -0
  345. package/dist/commonjs/api/sqlMigrationServices/operations.js +525 -0
  346. package/dist/commonjs/api/sqlMigrationServices/operations.js.map +7 -0
  347. package/dist/commonjs/api/sqlMigrationServices/options.d.ts +41 -0
  348. package/dist/commonjs/api/sqlMigrationServices/options.js +16 -0
  349. package/dist/commonjs/api/sqlMigrationServices/options.js.map +7 -0
  350. package/dist/commonjs/api/tasks/index.d.ts +3 -0
  351. package/dist/commonjs/api/tasks/index.js +40 -0
  352. package/dist/commonjs/api/tasks/index.js.map +7 -0
  353. package/dist/commonjs/api/tasks/operations.d.ts +34 -0
  354. package/dist/commonjs/api/tasks/operations.js +361 -0
  355. package/dist/commonjs/api/tasks/operations.js.map +7 -0
  356. package/dist/commonjs/api/tasks/options.d.ts +29 -0
  357. package/dist/commonjs/api/tasks/options.js +16 -0
  358. package/dist/commonjs/api/tasks/options.js.map +7 -0
  359. package/dist/commonjs/api/usages/index.d.ts +3 -0
  360. package/dist/commonjs/api/usages/index.js +28 -0
  361. package/dist/commonjs/api/usages/index.js.map +7 -0
  362. package/dist/commonjs/api/usages/operations.d.ts +10 -0
  363. package/dist/commonjs/api/usages/operations.js +76 -0
  364. package/dist/commonjs/api/usages/operations.js.map +7 -0
  365. package/dist/commonjs/api/usages/options.d.ts +5 -0
  366. package/dist/commonjs/api/usages/options.js +16 -0
  367. package/dist/commonjs/api/usages/options.js.map +7 -0
  368. package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +27 -0
  369. package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js +78 -0
  370. package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +7 -0
  371. package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +27 -0
  372. package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +78 -0
  373. package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +7 -0
  374. package/dist/commonjs/classic/databaseMigrationsSqlDb/index.d.ts +36 -0
  375. package/dist/commonjs/classic/databaseMigrationsSqlDb/index.js +131 -0
  376. package/dist/commonjs/classic/databaseMigrationsSqlDb/index.js.map +7 -0
  377. package/dist/commonjs/classic/databaseMigrationsSqlMi/index.d.ts +36 -0
  378. package/dist/commonjs/classic/databaseMigrationsSqlMi/index.js +130 -0
  379. package/dist/commonjs/classic/databaseMigrationsSqlMi/index.js.map +7 -0
  380. package/dist/commonjs/classic/databaseMigrationsSqlVm/index.d.ts +36 -0
  381. package/dist/commonjs/classic/databaseMigrationsSqlVm/index.js +136 -0
  382. package/dist/commonjs/classic/databaseMigrationsSqlVm/index.js.map +7 -0
  383. package/dist/commonjs/classic/files/index.d.ts +23 -0
  384. package/dist/commonjs/classic/files/index.js +44 -0
  385. package/dist/commonjs/classic/files/index.js.map +7 -0
  386. package/dist/commonjs/classic/index.d.ts +16 -0
  387. package/dist/commonjs/classic/index.js +16 -0
  388. package/dist/commonjs/classic/index.js.map +7 -0
  389. package/dist/commonjs/classic/migrationServices/index.d.ts +37 -0
  390. package/dist/commonjs/classic/migrationServices/index.js +81 -0
  391. package/dist/commonjs/classic/migrationServices/index.js.map +7 -0
  392. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  393. package/dist/commonjs/classic/operations/index.js +38 -0
  394. package/dist/commonjs/classic/operations/index.js.map +7 -0
  395. package/dist/commonjs/classic/projects/index.d.ts +19 -0
  396. package/dist/commonjs/classic/projects/index.js +42 -0
  397. package/dist/commonjs/classic/projects/index.js.map +7 -0
  398. package/dist/commonjs/classic/resourceSkus/index.d.ts +11 -0
  399. package/dist/commonjs/classic/resourceSkus/index.js +38 -0
  400. package/dist/commonjs/classic/resourceSkus/index.js.map +7 -0
  401. package/dist/commonjs/classic/serviceTasks/index.d.ts +21 -0
  402. package/dist/commonjs/classic/serviceTasks/index.js +43 -0
  403. package/dist/commonjs/classic/serviceTasks/index.js.map +7 -0
  404. package/dist/commonjs/classic/services/index.d.ts +55 -0
  405. package/dist/commonjs/classic/services/index.js +90 -0
  406. package/dist/commonjs/classic/services/index.js.map +7 -0
  407. package/dist/commonjs/classic/sqlMigrationServices/index.d.ts +45 -0
  408. package/dist/commonjs/classic/sqlMigrationServices/index.js +91 -0
  409. package/dist/commonjs/classic/sqlMigrationServices/index.js.map +7 -0
  410. package/dist/commonjs/classic/tasks/index.d.ts +23 -0
  411. package/dist/commonjs/classic/tasks/index.js +44 -0
  412. package/dist/commonjs/classic/tasks/index.js.map +7 -0
  413. package/dist/commonjs/classic/usages/index.d.ts +11 -0
  414. package/dist/commonjs/classic/usages/index.js +38 -0
  415. package/dist/commonjs/classic/usages/index.js.map +7 -0
  416. package/dist/commonjs/dataMigrationManagementClient.d.ts +55 -32
  417. package/dist/commonjs/dataMigrationManagementClient.js +108 -116
  418. package/dist/commonjs/dataMigrationManagementClient.js.map +7 -1
  419. package/dist/commonjs/index.d.ts +29 -3
  420. package/dist/commonjs/index.js +150 -19
  421. package/dist/commonjs/index.js.map +7 -1
  422. package/dist/commonjs/logger.d.ts +2 -0
  423. package/dist/commonjs/logger.js +29 -0
  424. package/dist/commonjs/logger.js.map +7 -0
  425. package/dist/commonjs/models/index.d.ts +2 -8305
  426. package/dist/commonjs/models/index.js +136 -896
  427. package/dist/commonjs/models/index.js.map +7 -1
  428. package/dist/commonjs/models/models.d.ts +5936 -0
  429. package/dist/commonjs/models/models.js +7636 -0
  430. package/dist/commonjs/models/models.js.map +7 -0
  431. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  432. package/dist/commonjs/restorePollerHelpers.js +188 -0
  433. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  434. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  435. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  436. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  437. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  438. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  439. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  440. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  441. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  442. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  443. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  444. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  445. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  446. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  447. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  448. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  449. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  450. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  451. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  452. package/dist/commonjs/tsdoc-metadata.json +1 -1
  453. package/dist/esm/api/dataMigrationManagementContext.d.ts +22 -0
  454. package/dist/esm/api/dataMigrationManagementContext.js +26 -0
  455. package/dist/esm/api/dataMigrationManagementContext.js.map +1 -0
  456. package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +3 -0
  457. package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js +4 -0
  458. package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +1 -0
  459. package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.d.ts +23 -0
  460. package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js +148 -0
  461. package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js.map +1 -0
  462. package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/options.d.ts +20 -0
  463. package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js +4 -0
  464. package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js.map +1 -0
  465. package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +3 -0
  466. package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +4 -0
  467. package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +1 -0
  468. package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.d.ts +23 -0
  469. package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js +148 -0
  470. package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js.map +1 -0
  471. package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.d.ts +20 -0
  472. package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js +4 -0
  473. package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js.map +1 -0
  474. package/dist/esm/api/databaseMigrationsSqlDb/index.d.ts +3 -0
  475. package/dist/esm/api/databaseMigrationsSqlDb/index.js +4 -0
  476. package/dist/esm/api/databaseMigrationsSqlDb/index.js.map +1 -0
  477. package/dist/esm/api/databaseMigrationsSqlDb/operations.d.ts +26 -0
  478. package/dist/esm/api/databaseMigrationsSqlDb/operations.js +187 -0
  479. package/dist/esm/api/databaseMigrationsSqlDb/operations.js.map +1 -0
  480. package/dist/esm/api/databaseMigrationsSqlDb/options.d.ts +31 -0
  481. package/dist/esm/api/databaseMigrationsSqlDb/options.js +4 -0
  482. package/dist/esm/api/databaseMigrationsSqlDb/options.js.map +1 -0
  483. package/dist/esm/api/databaseMigrationsSqlMi/index.d.ts +3 -0
  484. package/dist/esm/api/databaseMigrationsSqlMi/index.js +4 -0
  485. package/dist/esm/api/databaseMigrationsSqlMi/index.js.map +1 -0
  486. package/dist/esm/api/databaseMigrationsSqlMi/operations.d.ts +26 -0
  487. package/dist/esm/api/databaseMigrationsSqlMi/operations.js +189 -0
  488. package/dist/esm/api/databaseMigrationsSqlMi/operations.js.map +1 -0
  489. package/dist/esm/api/databaseMigrationsSqlMi/options.d.ts +31 -0
  490. package/dist/esm/api/databaseMigrationsSqlMi/options.js +4 -0
  491. package/dist/esm/api/databaseMigrationsSqlMi/options.js.map +1 -0
  492. package/dist/esm/api/databaseMigrationsSqlVm/index.d.ts +3 -0
  493. package/dist/esm/api/databaseMigrationsSqlVm/index.js +4 -0
  494. package/dist/esm/api/databaseMigrationsSqlVm/index.js.map +1 -0
  495. package/dist/esm/api/databaseMigrationsSqlVm/operations.d.ts +26 -0
  496. package/dist/esm/api/databaseMigrationsSqlVm/operations.js +189 -0
  497. package/dist/esm/api/databaseMigrationsSqlVm/operations.js.map +1 -0
  498. package/dist/esm/api/databaseMigrationsSqlVm/options.d.ts +31 -0
  499. package/dist/esm/api/databaseMigrationsSqlVm/options.js +4 -0
  500. package/dist/esm/api/databaseMigrationsSqlVm/options.js.map +1 -0
  501. package/dist/esm/api/files/index.d.ts +3 -0
  502. package/dist/esm/api/files/index.js +4 -0
  503. package/dist/esm/api/files/index.js.map +1 -0
  504. package/dist/esm/api/files/operations.d.ts +34 -0
  505. package/dist/esm/api/files/operations.js +234 -0
  506. package/dist/esm/api/files/operations.js.map +1 -0
  507. package/dist/esm/api/files/options.d.ts +23 -0
  508. package/dist/esm/api/files/options.js +4 -0
  509. package/dist/esm/api/files/options.js.map +1 -0
  510. package/dist/esm/api/index.d.ts +3 -0
  511. package/dist/esm/api/index.js +4 -0
  512. package/dist/esm/api/index.js.map +1 -0
  513. package/dist/esm/api/migrationServices/index.d.ts +3 -0
  514. package/dist/esm/api/migrationServices/index.js +4 -0
  515. package/dist/esm/api/migrationServices/index.js.map +1 -0
  516. package/dist/esm/api/migrationServices/operations.d.ts +35 -0
  517. package/dist/esm/api/migrationServices/operations.js +240 -0
  518. package/dist/esm/api/migrationServices/operations.js.map +1 -0
  519. package/dist/esm/api/migrationServices/options.d.ts +29 -0
  520. package/dist/esm/api/migrationServices/options.js +4 -0
  521. package/dist/esm/api/migrationServices/options.js.map +1 -0
  522. package/dist/esm/api/operations/index.d.ts +3 -0
  523. package/dist/esm/api/operations/index.js +4 -0
  524. package/dist/esm/api/operations/index.js.map +1 -0
  525. package/dist/esm/api/operations/operations.d.ts +10 -0
  526. package/dist/esm/api/operations/operations.js +37 -0
  527. package/dist/esm/api/operations/operations.js.map +1 -0
  528. package/dist/esm/api/operations/options.d.ts +5 -0
  529. package/dist/esm/api/operations/options.js +4 -0
  530. package/dist/esm/api/operations/options.js.map +1 -0
  531. package/dist/esm/api/projects/index.d.ts +3 -0
  532. package/dist/esm/api/projects/index.js +4 -0
  533. package/dist/esm/api/projects/index.js.map +1 -0
  534. package/dist/esm/api/projects/operations.d.ts +26 -0
  535. package/dist/esm/api/projects/operations.js +166 -0
  536. package/dist/esm/api/projects/operations.js.map +1 -0
  537. package/dist/esm/api/projects/options.d.ts +19 -0
  538. package/dist/esm/api/projects/options.js +4 -0
  539. package/dist/esm/api/projects/options.js.map +1 -0
  540. package/dist/esm/api/resourceSkus/index.d.ts +3 -0
  541. package/dist/esm/api/resourceSkus/index.js +4 -0
  542. package/dist/esm/api/resourceSkus/index.js.map +1 -0
  543. package/dist/esm/api/resourceSkus/operations.d.ts +10 -0
  544. package/dist/esm/api/resourceSkus/operations.js +38 -0
  545. package/dist/esm/api/resourceSkus/operations.js.map +1 -0
  546. package/dist/esm/api/resourceSkus/options.d.ts +5 -0
  547. package/dist/esm/api/resourceSkus/options.js +4 -0
  548. package/dist/esm/api/resourceSkus/options.js.map +1 -0
  549. package/dist/esm/api/serviceTasks/index.d.ts +3 -0
  550. package/dist/esm/api/serviceTasks/index.js +4 -0
  551. package/dist/esm/api/serviceTasks/index.js.map +1 -0
  552. package/dist/esm/api/serviceTasks/operations.d.ts +30 -0
  553. package/dist/esm/api/serviceTasks/operations.js +199 -0
  554. package/dist/esm/api/serviceTasks/operations.js.map +1 -0
  555. package/dist/esm/api/serviceTasks/options.d.ts +26 -0
  556. package/dist/esm/api/serviceTasks/options.js +4 -0
  557. package/dist/esm/api/serviceTasks/options.js.map +1 -0
  558. package/dist/esm/api/services/index.d.ts +3 -0
  559. package/dist/esm/api/services/index.js +4 -0
  560. package/dist/esm/api/services/index.js.map +1 -0
  561. package/dist/esm/api/services/operations.d.ts +55 -0
  562. package/dist/esm/api/services/operations.js +398 -0
  563. package/dist/esm/api/services/operations.js.map +1 -0
  564. package/dist/esm/api/services/options.d.ts +50 -0
  565. package/dist/esm/api/services/options.js +4 -0
  566. package/dist/esm/api/services/options.js.map +1 -0
  567. package/dist/esm/api/sqlMigrationServices/index.d.ts +3 -0
  568. package/dist/esm/api/sqlMigrationServices/index.js +4 -0
  569. package/dist/esm/api/sqlMigrationServices/index.js.map +1 -0
  570. package/dist/esm/api/sqlMigrationServices/operations.d.ts +51 -0
  571. package/dist/esm/api/sqlMigrationServices/operations.js +364 -0
  572. package/dist/esm/api/sqlMigrationServices/operations.js.map +1 -0
  573. package/dist/esm/api/sqlMigrationServices/options.d.ts +41 -0
  574. package/dist/esm/api/sqlMigrationServices/options.js +4 -0
  575. package/dist/esm/api/sqlMigrationServices/options.js.map +1 -0
  576. package/dist/esm/api/tasks/index.d.ts +3 -0
  577. package/dist/esm/api/tasks/index.js +4 -0
  578. package/dist/esm/api/tasks/index.js.map +1 -0
  579. package/dist/esm/api/tasks/operations.d.ts +34 -0
  580. package/dist/esm/api/tasks/operations.js +239 -0
  581. package/dist/esm/api/tasks/operations.js.map +1 -0
  582. package/dist/esm/api/tasks/options.d.ts +29 -0
  583. package/dist/esm/api/tasks/options.js +4 -0
  584. package/dist/esm/api/tasks/options.js.map +1 -0
  585. package/dist/esm/api/usages/index.d.ts +3 -0
  586. package/dist/esm/api/usages/index.js +4 -0
  587. package/dist/esm/api/usages/index.js.map +1 -0
  588. package/dist/esm/api/usages/operations.d.ts +10 -0
  589. package/dist/esm/api/usages/operations.js +39 -0
  590. package/dist/esm/api/usages/operations.js.map +1 -0
  591. package/dist/esm/api/usages/options.d.ts +5 -0
  592. package/dist/esm/api/usages/options.js +4 -0
  593. package/dist/esm/api/usages/options.js.map +1 -0
  594. package/dist/esm/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +27 -0
  595. package/dist/esm/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js +34 -0
  596. package/dist/esm/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +1 -0
  597. package/dist/esm/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +27 -0
  598. package/dist/esm/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +34 -0
  599. package/dist/esm/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +1 -0
  600. package/dist/esm/classic/databaseMigrationsSqlDb/index.d.ts +36 -0
  601. package/dist/esm/classic/databaseMigrationsSqlDb/index.js +51 -0
  602. package/dist/esm/classic/databaseMigrationsSqlDb/index.js.map +1 -0
  603. package/dist/esm/classic/databaseMigrationsSqlMi/index.d.ts +36 -0
  604. package/dist/esm/classic/databaseMigrationsSqlMi/index.js +51 -0
  605. package/dist/esm/classic/databaseMigrationsSqlMi/index.js.map +1 -0
  606. package/dist/esm/classic/databaseMigrationsSqlVm/index.d.ts +36 -0
  607. package/dist/esm/classic/databaseMigrationsSqlVm/index.js +51 -0
  608. package/dist/esm/classic/databaseMigrationsSqlVm/index.js.map +1 -0
  609. package/dist/esm/classic/files/index.d.ts +23 -0
  610. package/dist/esm/classic/files/index.js +20 -0
  611. package/dist/esm/classic/files/index.js.map +1 -0
  612. package/dist/esm/classic/index.d.ts +16 -0
  613. package/dist/esm/classic/index.js +4 -0
  614. package/dist/esm/classic/index.js.map +1 -0
  615. package/dist/esm/classic/migrationServices/index.d.ts +37 -0
  616. package/dist/esm/classic/migrationServices/index.js +45 -0
  617. package/dist/esm/classic/migrationServices/index.js.map +1 -0
  618. package/dist/esm/classic/operations/index.d.ts +11 -0
  619. package/dist/esm/classic/operations/index.js +14 -0
  620. package/dist/esm/classic/operations/index.js.map +1 -0
  621. package/dist/esm/classic/projects/index.d.ts +19 -0
  622. package/dist/esm/classic/projects/index.js +18 -0
  623. package/dist/esm/classic/projects/index.js.map +1 -0
  624. package/dist/esm/classic/resourceSkus/index.d.ts +11 -0
  625. package/dist/esm/classic/resourceSkus/index.js +14 -0
  626. package/dist/esm/classic/resourceSkus/index.js.map +1 -0
  627. package/dist/esm/classic/serviceTasks/index.d.ts +21 -0
  628. package/dist/esm/classic/serviceTasks/index.js +19 -0
  629. package/dist/esm/classic/serviceTasks/index.js.map +1 -0
  630. package/dist/esm/classic/services/index.d.ts +55 -0
  631. package/dist/esm/classic/services/index.js +66 -0
  632. package/dist/esm/classic/services/index.js.map +1 -0
  633. package/dist/esm/classic/sqlMigrationServices/index.d.ts +45 -0
  634. package/dist/esm/classic/sqlMigrationServices/index.js +49 -0
  635. package/dist/esm/classic/sqlMigrationServices/index.js.map +1 -0
  636. package/dist/esm/classic/tasks/index.d.ts +23 -0
  637. package/dist/esm/classic/tasks/index.js +20 -0
  638. package/dist/esm/classic/tasks/index.js.map +1 -0
  639. package/dist/esm/classic/usages/index.d.ts +11 -0
  640. package/dist/esm/classic/usages/index.js +14 -0
  641. package/dist/esm/classic/usages/index.js.map +1 -0
  642. package/dist/esm/dataMigrationManagementClient.d.ts +55 -32
  643. package/dist/esm/dataMigrationManagementClient.js +84 -106
  644. package/dist/esm/dataMigrationManagementClient.js.map +1 -1
  645. package/dist/esm/index.d.ts +29 -3
  646. package/dist/esm/index.js +7 -11
  647. package/dist/esm/index.js.map +1 -1
  648. package/dist/esm/logger.d.ts +2 -0
  649. package/dist/esm/logger.js +5 -0
  650. package/dist/esm/logger.js.map +1 -0
  651. package/dist/esm/models/index.d.ts +2 -8305
  652. package/dist/esm/models/index.js +3 -891
  653. package/dist/esm/models/index.js.map +1 -1
  654. package/dist/esm/models/models.d.ts +5936 -0
  655. package/dist/esm/models/models.js +7222 -0
  656. package/dist/esm/models/models.js.map +1 -0
  657. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  658. package/dist/esm/restorePollerHelpers.js +175 -0
  659. package/dist/esm/restorePollerHelpers.js.map +1 -0
  660. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  661. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  662. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  663. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  664. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  665. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  666. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  667. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  668. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  669. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  670. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  671. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  672. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  673. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  674. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  675. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  676. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  677. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  678. package/package.json +330 -96
  679. package/dist/browser/dataMigrationManagementClient.d.ts.map +0 -1
  680. package/dist/browser/index.d.ts.map +0 -1
  681. package/dist/browser/lroImpl.d.ts +0 -11
  682. package/dist/browser/lroImpl.d.ts.map +0 -1
  683. package/dist/browser/lroImpl.js +0 -21
  684. package/dist/browser/lroImpl.js.map +0 -1
  685. package/dist/browser/models/index.d.ts.map +0 -1
  686. package/dist/browser/models/mappers.d.ts +0 -467
  687. package/dist/browser/models/mappers.d.ts.map +0 -1
  688. package/dist/browser/models/mappers.js +0 -12924
  689. package/dist/browser/models/mappers.js.map +0 -1
  690. package/dist/browser/models/parameters.d.ts +0 -45
  691. package/dist/browser/models/parameters.d.ts.map +0 -1
  692. package/dist/browser/models/parameters.js +0 -346
  693. package/dist/browser/models/parameters.js.map +0 -1
  694. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -89
  695. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
  696. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -370
  697. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
  698. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -89
  699. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
  700. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -370
  701. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
  702. package/dist/browser/operations/databaseMigrationsSqlDb.d.ts +0 -81
  703. package/dist/browser/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
  704. package/dist/browser/operations/databaseMigrationsSqlDb.js +0 -303
  705. package/dist/browser/operations/databaseMigrationsSqlDb.js.map +0 -1
  706. package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +0 -83
  707. package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
  708. package/dist/browser/operations/databaseMigrationsSqlMi.js +0 -314
  709. package/dist/browser/operations/databaseMigrationsSqlMi.js.map +0 -1
  710. package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +0 -83
  711. package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
  712. package/dist/browser/operations/databaseMigrationsSqlVm.js +0 -314
  713. package/dist/browser/operations/databaseMigrationsSqlVm.js.map +0 -1
  714. package/dist/browser/operations/files.d.ts +0 -101
  715. package/dist/browser/operations/files.d.ts.map +0 -1
  716. package/dist/browser/operations/files.js +0 -371
  717. package/dist/browser/operations/files.js.map +0 -1
  718. package/dist/browser/operations/index.d.ts +0 -16
  719. package/dist/browser/operations/index.d.ts.map +0 -1
  720. package/dist/browser/operations/index.js +0 -23
  721. package/dist/browser/operations/index.js.map +0 -1
  722. package/dist/browser/operations/migrationServices.d.ts +0 -144
  723. package/dist/browser/operations/migrationServices.d.ts.map +0 -1
  724. package/dist/browser/operations/migrationServices.js +0 -676
  725. package/dist/browser/operations/migrationServices.js.map +0 -1
  726. package/dist/browser/operations/operations.d.ts +0 -32
  727. package/dist/browser/operations/operations.d.ts.map +0 -1
  728. package/dist/browser/operations/operations.js +0 -129
  729. package/dist/browser/operations/operations.js.map +0 -1
  730. package/dist/browser/operations/projects.d.ts +0 -78
  731. package/dist/browser/operations/projects.d.ts.map +0 -1
  732. package/dist/browser/operations/projects.js +0 -292
  733. package/dist/browser/operations/projects.js.map +0 -1
  734. package/dist/browser/operations/resourceSkus.d.ts +0 -32
  735. package/dist/browser/operations/resourceSkus.d.ts.map +0 -1
  736. package/dist/browser/operations/resourceSkus.js +0 -137
  737. package/dist/browser/operations/resourceSkus.js.map +0 -1
  738. package/dist/browser/operations/serviceTasks.d.ts +0 -94
  739. package/dist/browser/operations/serviceTasks.d.ts.map +0 -1
  740. package/dist/browser/operations/serviceTasks.js +0 -332
  741. package/dist/browser/operations/serviceTasks.js.map +0 -1
  742. package/dist/browser/operations/services.d.ts +0 -218
  743. package/dist/browser/operations/services.d.ts.map +0 -1
  744. package/dist/browser/operations/services.js +0 -932
  745. package/dist/browser/operations/services.js.map +0 -1
  746. package/dist/browser/operations/sqlMigrationServices.d.ts +0 -179
  747. package/dist/browser/operations/sqlMigrationServices.d.ts.map +0 -1
  748. package/dist/browser/operations/sqlMigrationServices.js +0 -764
  749. package/dist/browser/operations/sqlMigrationServices.js.map +0 -1
  750. package/dist/browser/operations/tasks.d.ts +0 -110
  751. package/dist/browser/operations/tasks.d.ts.map +0 -1
  752. package/dist/browser/operations/tasks.js +0 -382
  753. package/dist/browser/operations/tasks.js.map +0 -1
  754. package/dist/browser/operations/usages.d.ts +0 -37
  755. package/dist/browser/operations/usages.d.ts.map +0 -1
  756. package/dist/browser/operations/usages.js +0 -147
  757. package/dist/browser/operations/usages.js.map +0 -1
  758. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -62
  759. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
  760. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -9
  761. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
  762. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -62
  763. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
  764. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -9
  765. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
  766. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -73
  767. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
  768. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js +0 -9
  769. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
  770. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
  771. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
  772. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js +0 -9
  773. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
  774. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
  775. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
  776. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js +0 -9
  777. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
  778. package/dist/browser/operationsInterfaces/files.d.ts +0 -73
  779. package/dist/browser/operationsInterfaces/files.d.ts.map +0 -1
  780. package/dist/browser/operationsInterfaces/files.js +0 -9
  781. package/dist/browser/operationsInterfaces/files.js.map +0 -1
  782. package/dist/browser/operationsInterfaces/index.d.ts +0 -16
  783. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  784. package/dist/browser/operationsInterfaces/index.js +0 -23
  785. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  786. package/dist/browser/operationsInterfaces/migrationServices.d.ts +0 -87
  787. package/dist/browser/operationsInterfaces/migrationServices.d.ts.map +0 -1
  788. package/dist/browser/operationsInterfaces/migrationServices.js +0 -9
  789. package/dist/browser/operationsInterfaces/migrationServices.js.map +0 -1
  790. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  791. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  792. package/dist/browser/operationsInterfaces/operations.js +0 -9
  793. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  794. package/dist/browser/operationsInterfaces/projects.d.ts +0 -52
  795. package/dist/browser/operationsInterfaces/projects.d.ts.map +0 -1
  796. package/dist/browser/operationsInterfaces/projects.js +0 -9
  797. package/dist/browser/operationsInterfaces/projects.js.map +0 -1
  798. package/dist/browser/operationsInterfaces/resourceSkus.d.ts +0 -11
  799. package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +0 -1
  800. package/dist/browser/operationsInterfaces/resourceSkus.js +0 -9
  801. package/dist/browser/operationsInterfaces/resourceSkus.js.map +0 -1
  802. package/dist/browser/operationsInterfaces/serviceTasks.d.ts +0 -66
  803. package/dist/browser/operationsInterfaces/serviceTasks.d.ts.map +0 -1
  804. package/dist/browser/operationsInterfaces/serviceTasks.js +0 -9
  805. package/dist/browser/operationsInterfaces/serviceTasks.js.map +0 -1
  806. package/dist/browser/operationsInterfaces/services.d.ts +0 -162
  807. package/dist/browser/operationsInterfaces/services.d.ts.map +0 -1
  808. package/dist/browser/operationsInterfaces/services.js +0 -9
  809. package/dist/browser/operationsInterfaces/services.js.map +0 -1
  810. package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts +0 -122
  811. package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
  812. package/dist/browser/operationsInterfaces/sqlMigrationServices.js +0 -9
  813. package/dist/browser/operationsInterfaces/sqlMigrationServices.js.map +0 -1
  814. package/dist/browser/operationsInterfaces/tasks.d.ts +0 -81
  815. package/dist/browser/operationsInterfaces/tasks.d.ts.map +0 -1
  816. package/dist/browser/operationsInterfaces/tasks.js +0 -9
  817. package/dist/browser/operationsInterfaces/tasks.js.map +0 -1
  818. package/dist/browser/operationsInterfaces/usages.d.ts +0 -13
  819. package/dist/browser/operationsInterfaces/usages.d.ts.map +0 -1
  820. package/dist/browser/operationsInterfaces/usages.js +0 -9
  821. package/dist/browser/operationsInterfaces/usages.js.map +0 -1
  822. package/dist/browser/pagingHelper.d.ts +0 -13
  823. package/dist/browser/pagingHelper.d.ts.map +0 -1
  824. package/dist/browser/pagingHelper.js +0 -32
  825. package/dist/browser/pagingHelper.js.map +0 -1
  826. package/dist/commonjs/dataMigrationManagementClient.d.ts.map +0 -1
  827. package/dist/commonjs/index.d.ts.map +0 -1
  828. package/dist/commonjs/lroImpl.d.ts +0 -11
  829. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  830. package/dist/commonjs/lroImpl.js +0 -24
  831. package/dist/commonjs/lroImpl.js.map +0 -1
  832. package/dist/commonjs/models/index.d.ts.map +0 -1
  833. package/dist/commonjs/models/mappers.d.ts +0 -467
  834. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  835. package/dist/commonjs/models/mappers.js +0 -12933
  836. package/dist/commonjs/models/mappers.js.map +0 -1
  837. package/dist/commonjs/models/parameters.d.ts +0 -45
  838. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  839. package/dist/commonjs/models/parameters.js +0 -349
  840. package/dist/commonjs/models/parameters.js.map +0 -1
  841. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -89
  842. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
  843. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -374
  844. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
  845. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -89
  846. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
  847. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -374
  848. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
  849. package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts +0 -81
  850. package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
  851. package/dist/commonjs/operations/databaseMigrationsSqlDb.js +0 -308
  852. package/dist/commonjs/operations/databaseMigrationsSqlDb.js.map +0 -1
  853. package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +0 -83
  854. package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
  855. package/dist/commonjs/operations/databaseMigrationsSqlMi.js +0 -319
  856. package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +0 -1
  857. package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +0 -83
  858. package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
  859. package/dist/commonjs/operations/databaseMigrationsSqlVm.js +0 -319
  860. package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +0 -1
  861. package/dist/commonjs/operations/files.d.ts +0 -101
  862. package/dist/commonjs/operations/files.d.ts.map +0 -1
  863. package/dist/commonjs/operations/files.js +0 -375
  864. package/dist/commonjs/operations/files.js.map +0 -1
  865. package/dist/commonjs/operations/index.d.ts +0 -16
  866. package/dist/commonjs/operations/index.d.ts.map +0 -1
  867. package/dist/commonjs/operations/index.js +0 -26
  868. package/dist/commonjs/operations/index.js.map +0 -1
  869. package/dist/commonjs/operations/migrationServices.d.ts +0 -144
  870. package/dist/commonjs/operations/migrationServices.d.ts.map +0 -1
  871. package/dist/commonjs/operations/migrationServices.js +0 -680
  872. package/dist/commonjs/operations/migrationServices.js.map +0 -1
  873. package/dist/commonjs/operations/operations.d.ts +0 -32
  874. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  875. package/dist/commonjs/operations/operations.js +0 -133
  876. package/dist/commonjs/operations/operations.js.map +0 -1
  877. package/dist/commonjs/operations/projects.d.ts +0 -78
  878. package/dist/commonjs/operations/projects.d.ts.map +0 -1
  879. package/dist/commonjs/operations/projects.js +0 -296
  880. package/dist/commonjs/operations/projects.js.map +0 -1
  881. package/dist/commonjs/operations/resourceSkus.d.ts +0 -32
  882. package/dist/commonjs/operations/resourceSkus.d.ts.map +0 -1
  883. package/dist/commonjs/operations/resourceSkus.js +0 -141
  884. package/dist/commonjs/operations/resourceSkus.js.map +0 -1
  885. package/dist/commonjs/operations/serviceTasks.d.ts +0 -94
  886. package/dist/commonjs/operations/serviceTasks.d.ts.map +0 -1
  887. package/dist/commonjs/operations/serviceTasks.js +0 -336
  888. package/dist/commonjs/operations/serviceTasks.js.map +0 -1
  889. package/dist/commonjs/operations/services.d.ts +0 -218
  890. package/dist/commonjs/operations/services.d.ts.map +0 -1
  891. package/dist/commonjs/operations/services.js +0 -936
  892. package/dist/commonjs/operations/services.js.map +0 -1
  893. package/dist/commonjs/operations/sqlMigrationServices.d.ts +0 -179
  894. package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +0 -1
  895. package/dist/commonjs/operations/sqlMigrationServices.js +0 -768
  896. package/dist/commonjs/operations/sqlMigrationServices.js.map +0 -1
  897. package/dist/commonjs/operations/tasks.d.ts +0 -110
  898. package/dist/commonjs/operations/tasks.d.ts.map +0 -1
  899. package/dist/commonjs/operations/tasks.js +0 -386
  900. package/dist/commonjs/operations/tasks.js.map +0 -1
  901. package/dist/commonjs/operations/usages.d.ts +0 -37
  902. package/dist/commonjs/operations/usages.d.ts.map +0 -1
  903. package/dist/commonjs/operations/usages.js +0 -151
  904. package/dist/commonjs/operations/usages.js.map +0 -1
  905. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -62
  906. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
  907. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -10
  908. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
  909. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -62
  910. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
  911. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -10
  912. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
  913. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -73
  914. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
  915. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js +0 -10
  916. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
  917. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
  918. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
  919. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js +0 -10
  920. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
  921. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
  922. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
  923. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js +0 -10
  924. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
  925. package/dist/commonjs/operationsInterfaces/files.d.ts +0 -73
  926. package/dist/commonjs/operationsInterfaces/files.d.ts.map +0 -1
  927. package/dist/commonjs/operationsInterfaces/files.js +0 -10
  928. package/dist/commonjs/operationsInterfaces/files.js.map +0 -1
  929. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -16
  930. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  931. package/dist/commonjs/operationsInterfaces/index.js +0 -26
  932. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  933. package/dist/commonjs/operationsInterfaces/migrationServices.d.ts +0 -87
  934. package/dist/commonjs/operationsInterfaces/migrationServices.d.ts.map +0 -1
  935. package/dist/commonjs/operationsInterfaces/migrationServices.js +0 -10
  936. package/dist/commonjs/operationsInterfaces/migrationServices.js.map +0 -1
  937. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  938. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  939. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  940. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  941. package/dist/commonjs/operationsInterfaces/projects.d.ts +0 -52
  942. package/dist/commonjs/operationsInterfaces/projects.d.ts.map +0 -1
  943. package/dist/commonjs/operationsInterfaces/projects.js +0 -10
  944. package/dist/commonjs/operationsInterfaces/projects.js.map +0 -1
  945. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +0 -11
  946. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +0 -1
  947. package/dist/commonjs/operationsInterfaces/resourceSkus.js +0 -10
  948. package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +0 -1
  949. package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts +0 -66
  950. package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts.map +0 -1
  951. package/dist/commonjs/operationsInterfaces/serviceTasks.js +0 -10
  952. package/dist/commonjs/operationsInterfaces/serviceTasks.js.map +0 -1
  953. package/dist/commonjs/operationsInterfaces/services.d.ts +0 -162
  954. package/dist/commonjs/operationsInterfaces/services.d.ts.map +0 -1
  955. package/dist/commonjs/operationsInterfaces/services.js +0 -10
  956. package/dist/commonjs/operationsInterfaces/services.js.map +0 -1
  957. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts +0 -122
  958. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
  959. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js +0 -10
  960. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js.map +0 -1
  961. package/dist/commonjs/operationsInterfaces/tasks.d.ts +0 -81
  962. package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +0 -1
  963. package/dist/commonjs/operationsInterfaces/tasks.js +0 -10
  964. package/dist/commonjs/operationsInterfaces/tasks.js.map +0 -1
  965. package/dist/commonjs/operationsInterfaces/usages.d.ts +0 -13
  966. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +0 -1
  967. package/dist/commonjs/operationsInterfaces/usages.js +0 -10
  968. package/dist/commonjs/operationsInterfaces/usages.js.map +0 -1
  969. package/dist/commonjs/pagingHelper.d.ts +0 -13
  970. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  971. package/dist/commonjs/pagingHelper.js +0 -36
  972. package/dist/commonjs/pagingHelper.js.map +0 -1
  973. package/dist/esm/dataMigrationManagementClient.d.ts.map +0 -1
  974. package/dist/esm/index.d.ts.map +0 -1
  975. package/dist/esm/lroImpl.d.ts +0 -11
  976. package/dist/esm/lroImpl.d.ts.map +0 -1
  977. package/dist/esm/lroImpl.js +0 -21
  978. package/dist/esm/lroImpl.js.map +0 -1
  979. package/dist/esm/models/index.d.ts.map +0 -1
  980. package/dist/esm/models/mappers.d.ts +0 -467
  981. package/dist/esm/models/mappers.d.ts.map +0 -1
  982. package/dist/esm/models/mappers.js +0 -12924
  983. package/dist/esm/models/mappers.js.map +0 -1
  984. package/dist/esm/models/parameters.d.ts +0 -45
  985. package/dist/esm/models/parameters.d.ts.map +0 -1
  986. package/dist/esm/models/parameters.js +0 -346
  987. package/dist/esm/models/parameters.js.map +0 -1
  988. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -89
  989. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
  990. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -370
  991. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
  992. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -89
  993. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
  994. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -370
  995. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
  996. package/dist/esm/operations/databaseMigrationsSqlDb.d.ts +0 -81
  997. package/dist/esm/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
  998. package/dist/esm/operations/databaseMigrationsSqlDb.js +0 -303
  999. package/dist/esm/operations/databaseMigrationsSqlDb.js.map +0 -1
  1000. package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +0 -83
  1001. package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
  1002. package/dist/esm/operations/databaseMigrationsSqlMi.js +0 -314
  1003. package/dist/esm/operations/databaseMigrationsSqlMi.js.map +0 -1
  1004. package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +0 -83
  1005. package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
  1006. package/dist/esm/operations/databaseMigrationsSqlVm.js +0 -314
  1007. package/dist/esm/operations/databaseMigrationsSqlVm.js.map +0 -1
  1008. package/dist/esm/operations/files.d.ts +0 -101
  1009. package/dist/esm/operations/files.d.ts.map +0 -1
  1010. package/dist/esm/operations/files.js +0 -371
  1011. package/dist/esm/operations/files.js.map +0 -1
  1012. package/dist/esm/operations/index.d.ts +0 -16
  1013. package/dist/esm/operations/index.d.ts.map +0 -1
  1014. package/dist/esm/operations/index.js +0 -23
  1015. package/dist/esm/operations/index.js.map +0 -1
  1016. package/dist/esm/operations/migrationServices.d.ts +0 -144
  1017. package/dist/esm/operations/migrationServices.d.ts.map +0 -1
  1018. package/dist/esm/operations/migrationServices.js +0 -676
  1019. package/dist/esm/operations/migrationServices.js.map +0 -1
  1020. package/dist/esm/operations/operations.d.ts +0 -32
  1021. package/dist/esm/operations/operations.d.ts.map +0 -1
  1022. package/dist/esm/operations/operations.js +0 -129
  1023. package/dist/esm/operations/operations.js.map +0 -1
  1024. package/dist/esm/operations/projects.d.ts +0 -78
  1025. package/dist/esm/operations/projects.d.ts.map +0 -1
  1026. package/dist/esm/operations/projects.js +0 -292
  1027. package/dist/esm/operations/projects.js.map +0 -1
  1028. package/dist/esm/operations/resourceSkus.d.ts +0 -32
  1029. package/dist/esm/operations/resourceSkus.d.ts.map +0 -1
  1030. package/dist/esm/operations/resourceSkus.js +0 -137
  1031. package/dist/esm/operations/resourceSkus.js.map +0 -1
  1032. package/dist/esm/operations/serviceTasks.d.ts +0 -94
  1033. package/dist/esm/operations/serviceTasks.d.ts.map +0 -1
  1034. package/dist/esm/operations/serviceTasks.js +0 -332
  1035. package/dist/esm/operations/serviceTasks.js.map +0 -1
  1036. package/dist/esm/operations/services.d.ts +0 -218
  1037. package/dist/esm/operations/services.d.ts.map +0 -1
  1038. package/dist/esm/operations/services.js +0 -932
  1039. package/dist/esm/operations/services.js.map +0 -1
  1040. package/dist/esm/operations/sqlMigrationServices.d.ts +0 -179
  1041. package/dist/esm/operations/sqlMigrationServices.d.ts.map +0 -1
  1042. package/dist/esm/operations/sqlMigrationServices.js +0 -764
  1043. package/dist/esm/operations/sqlMigrationServices.js.map +0 -1
  1044. package/dist/esm/operations/tasks.d.ts +0 -110
  1045. package/dist/esm/operations/tasks.d.ts.map +0 -1
  1046. package/dist/esm/operations/tasks.js +0 -382
  1047. package/dist/esm/operations/tasks.js.map +0 -1
  1048. package/dist/esm/operations/usages.d.ts +0 -37
  1049. package/dist/esm/operations/usages.d.ts.map +0 -1
  1050. package/dist/esm/operations/usages.js +0 -147
  1051. package/dist/esm/operations/usages.js.map +0 -1
  1052. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -62
  1053. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
  1054. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -9
  1055. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
  1056. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -62
  1057. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
  1058. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -9
  1059. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
  1060. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -73
  1061. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
  1062. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js +0 -9
  1063. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
  1064. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
  1065. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
  1066. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js +0 -9
  1067. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
  1068. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
  1069. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
  1070. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js +0 -9
  1071. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
  1072. package/dist/esm/operationsInterfaces/files.d.ts +0 -73
  1073. package/dist/esm/operationsInterfaces/files.d.ts.map +0 -1
  1074. package/dist/esm/operationsInterfaces/files.js +0 -9
  1075. package/dist/esm/operationsInterfaces/files.js.map +0 -1
  1076. package/dist/esm/operationsInterfaces/index.d.ts +0 -16
  1077. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  1078. package/dist/esm/operationsInterfaces/index.js +0 -23
  1079. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  1080. package/dist/esm/operationsInterfaces/migrationServices.d.ts +0 -87
  1081. package/dist/esm/operationsInterfaces/migrationServices.d.ts.map +0 -1
  1082. package/dist/esm/operationsInterfaces/migrationServices.js +0 -9
  1083. package/dist/esm/operationsInterfaces/migrationServices.js.map +0 -1
  1084. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  1085. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  1086. package/dist/esm/operationsInterfaces/operations.js +0 -9
  1087. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  1088. package/dist/esm/operationsInterfaces/projects.d.ts +0 -52
  1089. package/dist/esm/operationsInterfaces/projects.d.ts.map +0 -1
  1090. package/dist/esm/operationsInterfaces/projects.js +0 -9
  1091. package/dist/esm/operationsInterfaces/projects.js.map +0 -1
  1092. package/dist/esm/operationsInterfaces/resourceSkus.d.ts +0 -11
  1093. package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +0 -1
  1094. package/dist/esm/operationsInterfaces/resourceSkus.js +0 -9
  1095. package/dist/esm/operationsInterfaces/resourceSkus.js.map +0 -1
  1096. package/dist/esm/operationsInterfaces/serviceTasks.d.ts +0 -66
  1097. package/dist/esm/operationsInterfaces/serviceTasks.d.ts.map +0 -1
  1098. package/dist/esm/operationsInterfaces/serviceTasks.js +0 -9
  1099. package/dist/esm/operationsInterfaces/serviceTasks.js.map +0 -1
  1100. package/dist/esm/operationsInterfaces/services.d.ts +0 -162
  1101. package/dist/esm/operationsInterfaces/services.d.ts.map +0 -1
  1102. package/dist/esm/operationsInterfaces/services.js +0 -9
  1103. package/dist/esm/operationsInterfaces/services.js.map +0 -1
  1104. package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts +0 -122
  1105. package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
  1106. package/dist/esm/operationsInterfaces/sqlMigrationServices.js +0 -9
  1107. package/dist/esm/operationsInterfaces/sqlMigrationServices.js.map +0 -1
  1108. package/dist/esm/operationsInterfaces/tasks.d.ts +0 -81
  1109. package/dist/esm/operationsInterfaces/tasks.d.ts.map +0 -1
  1110. package/dist/esm/operationsInterfaces/tasks.js +0 -9
  1111. package/dist/esm/operationsInterfaces/tasks.js.map +0 -1
  1112. package/dist/esm/operationsInterfaces/usages.d.ts +0 -13
  1113. package/dist/esm/operationsInterfaces/usages.d.ts.map +0 -1
  1114. package/dist/esm/operationsInterfaces/usages.js +0 -9
  1115. package/dist/esm/operationsInterfaces/usages.js.map +0 -1
  1116. package/dist/esm/pagingHelper.d.ts +0 -13
  1117. package/dist/esm/pagingHelper.d.ts.map +0 -1
  1118. package/dist/esm/pagingHelper.js +0 -32
  1119. package/dist/esm/pagingHelper.js.map +0 -1
  1120. package/dist/react-native/dataMigrationManagementClient.d.ts +0 -34
  1121. package/dist/react-native/dataMigrationManagementClient.d.ts.map +0 -1
  1122. package/dist/react-native/dataMigrationManagementClient.js +0 -113
  1123. package/dist/react-native/dataMigrationManagementClient.js.map +0 -1
  1124. package/dist/react-native/index.d.ts +0 -5
  1125. package/dist/react-native/index.d.ts.map +0 -1
  1126. package/dist/react-native/index.js +0 -13
  1127. package/dist/react-native/index.js.map +0 -1
  1128. package/dist/react-native/lroImpl.d.ts +0 -11
  1129. package/dist/react-native/lroImpl.d.ts.map +0 -1
  1130. package/dist/react-native/lroImpl.js +0 -21
  1131. package/dist/react-native/lroImpl.js.map +0 -1
  1132. package/dist/react-native/models/index.d.ts +0 -8306
  1133. package/dist/react-native/models/index.d.ts.map +0 -1
  1134. package/dist/react-native/models/index.js +0 -892
  1135. package/dist/react-native/models/index.js.map +0 -1
  1136. package/dist/react-native/models/mappers.d.ts +0 -467
  1137. package/dist/react-native/models/mappers.d.ts.map +0 -1
  1138. package/dist/react-native/models/mappers.js +0 -12924
  1139. package/dist/react-native/models/mappers.js.map +0 -1
  1140. package/dist/react-native/models/parameters.d.ts +0 -45
  1141. package/dist/react-native/models/parameters.d.ts.map +0 -1
  1142. package/dist/react-native/models/parameters.js +0 -346
  1143. package/dist/react-native/models/parameters.js.map +0 -1
  1144. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -89
  1145. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
  1146. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -370
  1147. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
  1148. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -89
  1149. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
  1150. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -370
  1151. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
  1152. package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts +0 -81
  1153. package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
  1154. package/dist/react-native/operations/databaseMigrationsSqlDb.js +0 -303
  1155. package/dist/react-native/operations/databaseMigrationsSqlDb.js.map +0 -1
  1156. package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +0 -83
  1157. package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
  1158. package/dist/react-native/operations/databaseMigrationsSqlMi.js +0 -314
  1159. package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +0 -1
  1160. package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +0 -83
  1161. package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
  1162. package/dist/react-native/operations/databaseMigrationsSqlVm.js +0 -314
  1163. package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +0 -1
  1164. package/dist/react-native/operations/files.d.ts +0 -101
  1165. package/dist/react-native/operations/files.d.ts.map +0 -1
  1166. package/dist/react-native/operations/files.js +0 -371
  1167. package/dist/react-native/operations/files.js.map +0 -1
  1168. package/dist/react-native/operations/index.d.ts +0 -16
  1169. package/dist/react-native/operations/index.d.ts.map +0 -1
  1170. package/dist/react-native/operations/index.js +0 -23
  1171. package/dist/react-native/operations/index.js.map +0 -1
  1172. package/dist/react-native/operations/migrationServices.d.ts +0 -144
  1173. package/dist/react-native/operations/migrationServices.d.ts.map +0 -1
  1174. package/dist/react-native/operations/migrationServices.js +0 -676
  1175. package/dist/react-native/operations/migrationServices.js.map +0 -1
  1176. package/dist/react-native/operations/operations.d.ts +0 -32
  1177. package/dist/react-native/operations/operations.d.ts.map +0 -1
  1178. package/dist/react-native/operations/operations.js +0 -129
  1179. package/dist/react-native/operations/operations.js.map +0 -1
  1180. package/dist/react-native/operations/projects.d.ts +0 -78
  1181. package/dist/react-native/operations/projects.d.ts.map +0 -1
  1182. package/dist/react-native/operations/projects.js +0 -292
  1183. package/dist/react-native/operations/projects.js.map +0 -1
  1184. package/dist/react-native/operations/resourceSkus.d.ts +0 -32
  1185. package/dist/react-native/operations/resourceSkus.d.ts.map +0 -1
  1186. package/dist/react-native/operations/resourceSkus.js +0 -137
  1187. package/dist/react-native/operations/resourceSkus.js.map +0 -1
  1188. package/dist/react-native/operations/serviceTasks.d.ts +0 -94
  1189. package/dist/react-native/operations/serviceTasks.d.ts.map +0 -1
  1190. package/dist/react-native/operations/serviceTasks.js +0 -332
  1191. package/dist/react-native/operations/serviceTasks.js.map +0 -1
  1192. package/dist/react-native/operations/services.d.ts +0 -218
  1193. package/dist/react-native/operations/services.d.ts.map +0 -1
  1194. package/dist/react-native/operations/services.js +0 -932
  1195. package/dist/react-native/operations/services.js.map +0 -1
  1196. package/dist/react-native/operations/sqlMigrationServices.d.ts +0 -179
  1197. package/dist/react-native/operations/sqlMigrationServices.d.ts.map +0 -1
  1198. package/dist/react-native/operations/sqlMigrationServices.js +0 -764
  1199. package/dist/react-native/operations/sqlMigrationServices.js.map +0 -1
  1200. package/dist/react-native/operations/tasks.d.ts +0 -110
  1201. package/dist/react-native/operations/tasks.d.ts.map +0 -1
  1202. package/dist/react-native/operations/tasks.js +0 -382
  1203. package/dist/react-native/operations/tasks.js.map +0 -1
  1204. package/dist/react-native/operations/usages.d.ts +0 -37
  1205. package/dist/react-native/operations/usages.d.ts.map +0 -1
  1206. package/dist/react-native/operations/usages.js +0 -147
  1207. package/dist/react-native/operations/usages.js.map +0 -1
  1208. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -62
  1209. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
  1210. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -9
  1211. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
  1212. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -62
  1213. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
  1214. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -9
  1215. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
  1216. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -73
  1217. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
  1218. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js +0 -9
  1219. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
  1220. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
  1221. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
  1222. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js +0 -9
  1223. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
  1224. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
  1225. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
  1226. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js +0 -9
  1227. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
  1228. package/dist/react-native/operationsInterfaces/files.d.ts +0 -73
  1229. package/dist/react-native/operationsInterfaces/files.d.ts.map +0 -1
  1230. package/dist/react-native/operationsInterfaces/files.js +0 -9
  1231. package/dist/react-native/operationsInterfaces/files.js.map +0 -1
  1232. package/dist/react-native/operationsInterfaces/index.d.ts +0 -16
  1233. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  1234. package/dist/react-native/operationsInterfaces/index.js +0 -23
  1235. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  1236. package/dist/react-native/operationsInterfaces/migrationServices.d.ts +0 -87
  1237. package/dist/react-native/operationsInterfaces/migrationServices.d.ts.map +0 -1
  1238. package/dist/react-native/operationsInterfaces/migrationServices.js +0 -9
  1239. package/dist/react-native/operationsInterfaces/migrationServices.js.map +0 -1
  1240. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  1241. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  1242. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  1243. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  1244. package/dist/react-native/operationsInterfaces/projects.d.ts +0 -52
  1245. package/dist/react-native/operationsInterfaces/projects.d.ts.map +0 -1
  1246. package/dist/react-native/operationsInterfaces/projects.js +0 -9
  1247. package/dist/react-native/operationsInterfaces/projects.js.map +0 -1
  1248. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +0 -11
  1249. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +0 -1
  1250. package/dist/react-native/operationsInterfaces/resourceSkus.js +0 -9
  1251. package/dist/react-native/operationsInterfaces/resourceSkus.js.map +0 -1
  1252. package/dist/react-native/operationsInterfaces/serviceTasks.d.ts +0 -66
  1253. package/dist/react-native/operationsInterfaces/serviceTasks.d.ts.map +0 -1
  1254. package/dist/react-native/operationsInterfaces/serviceTasks.js +0 -9
  1255. package/dist/react-native/operationsInterfaces/serviceTasks.js.map +0 -1
  1256. package/dist/react-native/operationsInterfaces/services.d.ts +0 -162
  1257. package/dist/react-native/operationsInterfaces/services.d.ts.map +0 -1
  1258. package/dist/react-native/operationsInterfaces/services.js +0 -9
  1259. package/dist/react-native/operationsInterfaces/services.js.map +0 -1
  1260. package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts +0 -122
  1261. package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
  1262. package/dist/react-native/operationsInterfaces/sqlMigrationServices.js +0 -9
  1263. package/dist/react-native/operationsInterfaces/sqlMigrationServices.js.map +0 -1
  1264. package/dist/react-native/operationsInterfaces/tasks.d.ts +0 -81
  1265. package/dist/react-native/operationsInterfaces/tasks.d.ts.map +0 -1
  1266. package/dist/react-native/operationsInterfaces/tasks.js +0 -9
  1267. package/dist/react-native/operationsInterfaces/tasks.js.map +0 -1
  1268. package/dist/react-native/operationsInterfaces/usages.d.ts +0 -13
  1269. package/dist/react-native/operationsInterfaces/usages.d.ts.map +0 -1
  1270. package/dist/react-native/operationsInterfaces/usages.js +0 -9
  1271. package/dist/react-native/operationsInterfaces/usages.js.map +0 -1
  1272. package/dist/react-native/package.json +0 -3
  1273. package/dist/react-native/pagingHelper.d.ts +0 -13
  1274. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  1275. package/dist/react-native/pagingHelper.js +0 -32
  1276. package/dist/react-native/pagingHelper.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"tasks.js","sourceRoot":"","sources":["../../../src/operations/tasks.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAsBtD,4CAA4C;AAC5C,yCAAyC;AACzC,MAAM,OAAO,SAAS;IAGpB;;;OAGG;IACH,YAAY,MAAqC;QAC/C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;;OAQG;IACI,IAAI,CACT,SAAiB,EACjB,WAAmB,EACnB,WAAmB,EACnB,OAAiC;QAEjC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAC7B,SAAS,EACT,WAAW,EACX,WAAW,EACX,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,cAAc,CACxB,SAAS,EACT,WAAW,EACX,WAAW,EACX,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,cAAc,CAC3B,SAAiB,EACjB,WAAmB,EACnB,WAAmB,EACnB,OAAiC,EACjC,QAAuB;;YAEvB,IAAI,MAAyB,CAAC;YAC9B,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,cAAM,IAAI,CAAC,KAAK,CAAC,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,OAAO,CAAC,CAAA,CAAC;gBACxE,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,oBAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,cAAM,IAAI,CAAC,SAAS,CAC3B,SAAS,EACT,WAAW,EACX,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,oBAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,aAAa,CAC1B,SAAiB,EACjB,WAAmB,EACnB,WAAmB,EACnB,OAAiC;;;;gBAEjC,KAAyB,eAAA,KAAA,cAAA,IAAI,CAAC,cAAc,CAC1C,SAAS,EACT,WAAW,EACX,WAAW,EACX,OAAO,CACR,CAAA,IAAA,+DAAE,CAAC;oBALqB,cAKxB;oBALwB,WAKxB;oBALU,MAAM,IAAI,KAAA,CAAA;oBAMnB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;;;;OAQG;IACK,KAAK,CACX,SAAiB,EACjB,WAAmB,EACnB,WAAmB,EACnB,OAAiC;QAEjC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,EAChD,iBAAiB,CAClB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACH,cAAc,CACZ,SAAiB,EACjB,WAAmB,EACnB,WAAmB,EACnB,QAAgB,EAChB,UAAuB,EACvB,OAA2C;QAE3C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,EACtE,2BAA2B,CAC5B,CAAC;IACJ,CAAC;IAED;;;;;;;;OAQG;IACH,GAAG,CACD,SAAiB,EACjB,WAAmB,EACnB,WAAmB,EACnB,QAAgB,EAChB,OAAgC;QAEhC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC1D,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;;OAQG;IACH,MAAM,CACJ,SAAiB,EACjB,WAAmB,EACnB,WAAmB,EACnB,QAAgB,EAChB,OAAmC;QAEnC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC1D,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CACJ,SAAiB,EACjB,WAAmB,EACnB,WAAmB,EACnB,QAAgB,EAChB,UAAuB,EACvB,OAAmC;QAEnC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,EACtE,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;;;;OAQG;IACH,MAAM,CACJ,SAAiB,EACjB,WAAmB,EACnB,WAAmB,EACnB,QAAgB,EAChB,OAAmC;QAEnC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC1D,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACH,OAAO,CACL,SAAiB,EACjB,WAAmB,EACnB,WAAmB,EACnB,QAAgB,EAChB,UAAkC,EAClC,OAAoC;QAEpC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,EACtE,oBAAoB,CACrB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACK,SAAS,CACf,SAAiB,EACjB,WAAmB,EACnB,WAAmB,EACnB,QAAgB,EAChB,OAAqC;QAErC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC1D,qBAAqB,CACtB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,kJAAkJ;IACxJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,QAAQ;SAC7B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,QAAQ;SAC7B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,QAAQ,CAAC;IAC7D,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EAAE,6JAA6J;IACnK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,QAAQ;SAC7B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,YAAY;IACpC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,6JAA6J;IACnK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,QAAQ;SAC7B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,6JAA6J;IACnK,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,QAAQ;SAC7B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACvE,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,6JAA6J;IACnK,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,QAAQ;SAC7B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,YAAY;IACpC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,oKAAoK;IAC1K,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,QAAQ;SAC7B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,oBAAoB,GAA6B;IACrD,IAAI,EAAE,qKAAqK;IAC3K,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,QAAQ;SAC7B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,YAAY;IACpC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,QAAQ;SAC7B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,QAAQ;SAC7B;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Tasks } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { DataMigrationManagementClient } from \"../dataMigrationManagementClient.js\";\nimport {\n ProjectTask,\n TasksListNextOptionalParams,\n TasksListOptionalParams,\n TasksListResponse,\n TasksCreateOrUpdateOptionalParams,\n TasksCreateOrUpdateResponse,\n TasksGetOptionalParams,\n TasksGetResponse,\n TasksDeleteOptionalParams,\n TasksUpdateOptionalParams,\n TasksUpdateResponse,\n TasksCancelOptionalParams,\n TasksCancelResponse,\n CommandPropertiesUnion,\n TasksCommandOptionalParams,\n TasksCommandResponse,\n TasksListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Tasks operations. */\nexport class TasksImpl implements Tasks {\n private readonly client: DataMigrationManagementClient;\n\n /**\n * Initialize a new instance of the class Tasks class.\n * @param client Reference to the service client\n */\n constructor(client: DataMigrationManagementClient) {\n this.client = client;\n }\n\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). This method returns a list of tasks owned by a service resource. Some tasks may have a\n * status of Unknown, which indicates that an error occurred while querying the status of that task.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param options The options parameters.\n */\n public list(\n groupName: string,\n serviceName: string,\n projectName: string,\n options?: TasksListOptionalParams,\n ): PagedAsyncIterableIterator<ProjectTask> {\n const iter = this.listPagingAll(\n groupName,\n serviceName,\n projectName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n groupName,\n serviceName,\n projectName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listPagingPage(\n groupName: string,\n serviceName: string,\n projectName: string,\n options?: TasksListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ProjectTask[]> {\n let result: TasksListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(groupName, serviceName, projectName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n groupName,\n serviceName,\n projectName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n groupName: string,\n serviceName: string,\n projectName: string,\n options?: TasksListOptionalParams,\n ): AsyncIterableIterator<ProjectTask> {\n for await (const page of this.listPagingPage(\n groupName,\n serviceName,\n projectName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). This method returns a list of tasks owned by a service resource. Some tasks may have a\n * status of Unknown, which indicates that an error occurred while querying the status of that task.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param options The options parameters.\n */\n private _list(\n groupName: string,\n serviceName: string,\n projectName: string,\n options?: TasksListOptionalParams,\n ): Promise<TasksListResponse> {\n return this.client.sendOperationRequest(\n { groupName, serviceName, projectName, options },\n listOperationSpec,\n );\n }\n\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)\n * instance. The PUT method creates a new task or updates an existing one, although since tasks have no\n * mutable custom properties, there is little reason to update an existing one.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param parameters Information about the task\n * @param options The options parameters.\n */\n createOrUpdate(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n parameters: ProjectTask,\n options?: TasksCreateOrUpdateOptionalParams,\n ): Promise<TasksCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { groupName, serviceName, projectName, taskName, parameters, options },\n createOrUpdateOperationSpec,\n );\n }\n\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)\n * instance. The GET method retrieves information about a task.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param options The options parameters.\n */\n get(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n options?: TasksGetOptionalParams,\n ): Promise<TasksGetResponse> {\n return this.client.sendOperationRequest(\n { groupName, serviceName, projectName, taskName, options },\n getOperationSpec,\n );\n }\n\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)\n * instance. The DELETE method deletes a task, canceling it first if it's running.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param options The options parameters.\n */\n delete(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n options?: TasksDeleteOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { groupName, serviceName, projectName, taskName, options },\n deleteOperationSpec,\n );\n }\n\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)\n * instance. The PATCH method updates an existing task, but since tasks have no mutable custom\n * properties, there is little reason to do so.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param parameters Information about the task\n * @param options The options parameters.\n */\n update(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n parameters: ProjectTask,\n options?: TasksUpdateOptionalParams,\n ): Promise<TasksUpdateResponse> {\n return this.client.sendOperationRequest(\n { groupName, serviceName, projectName, taskName, parameters, options },\n updateOperationSpec,\n );\n }\n\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)\n * instance. This method cancels a task if it's currently queued or running.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param options The options parameters.\n */\n cancel(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n options?: TasksCancelOptionalParams,\n ): Promise<TasksCancelResponse> {\n return this.client.sendOperationRequest(\n { groupName, serviceName, projectName, taskName, options },\n cancelOperationSpec,\n );\n }\n\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)\n * instance. This method executes a command on a running task.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param parameters Command to execute\n * @param options The options parameters.\n */\n command(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n parameters: CommandPropertiesUnion,\n options?: TasksCommandOptionalParams,\n ): Promise<TasksCommandResponse> {\n return this.client.sendOperationRequest(\n { groupName, serviceName, projectName, taskName, parameters, options },\n commandOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n groupName: string,\n serviceName: string,\n projectName: string,\n nextLink: string,\n options?: TasksListNextOptionalParams,\n ): Promise<TasksListNextResponse> {\n return this.client.sendOperationRequest(\n { groupName, serviceName, projectName, nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/tasks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TaskList,\n },\n default: {\n bodyMapper: Mappers.ApiError,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.taskType],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.groupName,\n Parameters.serviceName,\n Parameters.projectName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/tasks/{taskName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProjectTask,\n },\n 201: {\n bodyMapper: Mappers.ProjectTask,\n },\n default: {\n bodyMapper: Mappers.ApiError,\n },\n },\n requestBody: Parameters.parameters13,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.groupName,\n Parameters.serviceName,\n Parameters.projectName,\n Parameters.taskName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/tasks/{taskName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProjectTask,\n },\n default: {\n bodyMapper: Mappers.ApiError,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.groupName,\n Parameters.serviceName,\n Parameters.projectName,\n Parameters.taskName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/tasks/{taskName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ApiError,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.deleteRunningTasks],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.groupName,\n Parameters.serviceName,\n Parameters.projectName,\n Parameters.taskName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/tasks/{taskName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProjectTask,\n },\n default: {\n bodyMapper: Mappers.ApiError,\n },\n },\n requestBody: Parameters.parameters13,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.groupName,\n Parameters.serviceName,\n Parameters.projectName,\n Parameters.taskName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst cancelOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/tasks/{taskName}/cancel\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProjectTask,\n },\n default: {\n bodyMapper: Mappers.ApiError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.groupName,\n Parameters.serviceName,\n Parameters.projectName,\n Parameters.taskName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst commandOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/tasks/{taskName}/command\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CommandProperties,\n },\n default: {\n bodyMapper: Mappers.ApiError,\n },\n },\n requestBody: Parameters.parameters14,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.groupName,\n Parameters.serviceName,\n Parameters.projectName,\n Parameters.taskName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TaskList,\n },\n default: {\n bodyMapper: Mappers.ApiError,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.groupName,\n Parameters.serviceName,\n Parameters.projectName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,37 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Usages } from "../operationsInterfaces/index.js";
3
- import { DataMigrationManagementClient } from "../dataMigrationManagementClient.js";
4
- import { Quota, UsagesListOptionalParams } from "../models/index.js";
5
- /** Class containing Usages operations. */
6
- export declare class UsagesImpl implements Usages {
7
- private readonly client;
8
- /**
9
- * Initialize a new instance of the class Usages class.
10
- * @param client Reference to the service client
11
- */
12
- constructor(client: DataMigrationManagementClient);
13
- /**
14
- * This method returns region-specific quotas and resource usage information for the Azure Database
15
- * Migration Service (classic).
16
- * @param location The Azure region of the operation
17
- * @param options The options parameters.
18
- */
19
- list(location: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<Quota>;
20
- private listPagingPage;
21
- private listPagingAll;
22
- /**
23
- * This method returns region-specific quotas and resource usage information for the Azure Database
24
- * Migration Service (classic).
25
- * @param location The Azure region of the operation
26
- * @param options The options parameters.
27
- */
28
- private _list;
29
- /**
30
- * ListNext
31
- * @param location The Azure region of the operation
32
- * @param nextLink The nextLink from the previous successful call to the List method.
33
- * @param options The options parameters.
34
- */
35
- private _listNext;
36
- }
37
- //# sourceMappingURL=usages.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"usages.d.ts","sourceRoot":"","sources":["../../../src/operations/usages.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAC;AAI1D,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EACL,KAAK,EAEL,wBAAwB,EAGzB,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,qBAAa,UAAW,YAAW,MAAM;IACvC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;;OAKG;IACI,IAAI,CACT,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wBAAwB,GACjC,0BAA0B,CAAC,KAAK,CAAC;YAkBrB,cAAc;YAuBd,aAAa;IAS5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAUb;;;;;OAKG;IACH,OAAO,CAAC,SAAS;CAUlB"}
@@ -1,147 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
9
- import { setContinuationToken } from "../pagingHelper.js";
10
- import * as coreClient from "@azure/core-client";
11
- import * as Mappers from "../models/mappers.js";
12
- import * as Parameters from "../models/parameters.js";
13
- /// <reference lib="esnext.asynciterable" />
14
- /** Class containing Usages operations. */
15
- export class UsagesImpl {
16
- /**
17
- * Initialize a new instance of the class Usages class.
18
- * @param client Reference to the service client
19
- */
20
- constructor(client) {
21
- this.client = client;
22
- }
23
- /**
24
- * This method returns region-specific quotas and resource usage information for the Azure Database
25
- * Migration Service (classic).
26
- * @param location The Azure region of the operation
27
- * @param options The options parameters.
28
- */
29
- list(location, options) {
30
- const iter = this.listPagingAll(location, options);
31
- return {
32
- next() {
33
- return iter.next();
34
- },
35
- [Symbol.asyncIterator]() {
36
- return this;
37
- },
38
- byPage: (settings) => {
39
- if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
40
- throw new Error("maxPageSize is not supported by this operation.");
41
- }
42
- return this.listPagingPage(location, options, settings);
43
- },
44
- };
45
- }
46
- listPagingPage(location, options, settings) {
47
- return __asyncGenerator(this, arguments, function* listPagingPage_1() {
48
- let result;
49
- let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
50
- if (!continuationToken) {
51
- result = yield __await(this._list(location, options));
52
- let page = result.value || [];
53
- continuationToken = result.nextLink;
54
- setContinuationToken(page, continuationToken);
55
- yield yield __await(page);
56
- }
57
- while (continuationToken) {
58
- result = yield __await(this._listNext(location, continuationToken, options));
59
- continuationToken = result.nextLink;
60
- let page = result.value || [];
61
- setContinuationToken(page, continuationToken);
62
- yield yield __await(page);
63
- }
64
- });
65
- }
66
- listPagingAll(location, options) {
67
- return __asyncGenerator(this, arguments, function* listPagingAll_1() {
68
- var _a, e_1, _b, _c;
69
- try {
70
- for (var _d = true, _e = __asyncValues(this.listPagingPage(location, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
71
- _c = _f.value;
72
- _d = false;
73
- const page = _c;
74
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
75
- }
76
- }
77
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
78
- finally {
79
- try {
80
- if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
81
- }
82
- finally { if (e_1) throw e_1.error; }
83
- }
84
- });
85
- }
86
- /**
87
- * This method returns region-specific quotas and resource usage information for the Azure Database
88
- * Migration Service (classic).
89
- * @param location The Azure region of the operation
90
- * @param options The options parameters.
91
- */
92
- _list(location, options) {
93
- return this.client.sendOperationRequest({ location, options }, listOperationSpec);
94
- }
95
- /**
96
- * ListNext
97
- * @param location The Azure region of the operation
98
- * @param nextLink The nextLink from the previous successful call to the List method.
99
- * @param options The options parameters.
100
- */
101
- _listNext(location, nextLink, options) {
102
- return this.client.sendOperationRequest({ location, nextLink, options }, listNextOperationSpec);
103
- }
104
- }
105
- // Operation Specifications
106
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
107
- const listOperationSpec = {
108
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/usages",
109
- httpMethod: "GET",
110
- responses: {
111
- 200: {
112
- bodyMapper: Mappers.QuotaList,
113
- },
114
- default: {
115
- bodyMapper: Mappers.ApiError,
116
- },
117
- },
118
- queryParameters: [Parameters.apiVersion],
119
- urlParameters: [
120
- Parameters.$host,
121
- Parameters.subscriptionId,
122
- Parameters.location,
123
- ],
124
- headerParameters: [Parameters.accept],
125
- serializer,
126
- };
127
- const listNextOperationSpec = {
128
- path: "{nextLink}",
129
- httpMethod: "GET",
130
- responses: {
131
- 200: {
132
- bodyMapper: Mappers.QuotaList,
133
- },
134
- default: {
135
- bodyMapper: Mappers.ApiError,
136
- },
137
- },
138
- urlParameters: [
139
- Parameters.$host,
140
- Parameters.subscriptionId,
141
- Parameters.nextLink,
142
- Parameters.location,
143
- ],
144
- headerParameters: [Parameters.accept],
145
- serializer,
146
- };
147
- //# sourceMappingURL=usages.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operations/usages.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Usages } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { DataMigrationManagementClient } from \"../dataMigrationManagementClient.js\";\nimport {\n Quota,\n UsagesListNextOptionalParams,\n UsagesListOptionalParams,\n UsagesListResponse,\n UsagesListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Usages operations. */\nexport class UsagesImpl implements Usages {\n private readonly client: DataMigrationManagementClient;\n\n /**\n * Initialize a new instance of the class Usages class.\n * @param client Reference to the service client\n */\n constructor(client: DataMigrationManagementClient) {\n this.client = client;\n }\n\n /**\n * This method returns region-specific quotas and resource usage information for the Azure Database\n * Migration Service (classic).\n * @param location The Azure region of the operation\n * @param options The options parameters.\n */\n public list(\n location: string,\n options?: UsagesListOptionalParams,\n ): PagedAsyncIterableIterator<Quota> {\n const iter = this.listPagingAll(location, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(location, options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n location: string,\n options?: UsagesListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Quota[]> {\n let result: UsagesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(location, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(location, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n location: string,\n options?: UsagesListOptionalParams,\n ): AsyncIterableIterator<Quota> {\n for await (const page of this.listPagingPage(location, options)) {\n yield* page;\n }\n }\n\n /**\n * This method returns region-specific quotas and resource usage information for the Azure Database\n * Migration Service (classic).\n * @param location The Azure region of the operation\n * @param options The options parameters.\n */\n private _list(\n location: string,\n options?: UsagesListOptionalParams,\n ): Promise<UsagesListResponse> {\n return this.client.sendOperationRequest(\n { location, options },\n listOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param location The Azure region of the operation\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n location: string,\n nextLink: string,\n options?: UsagesListNextOptionalParams,\n ): Promise<UsagesListNextResponse> {\n return this.client.sendOperationRequest(\n { location, nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/usages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QuotaList,\n },\n default: {\n bodyMapper: Mappers.ApiError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QuotaList,\n },\n default: {\n bodyMapper: Mappers.ApiError,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,62 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { DatabaseMigrationCosmosDbMongo, DatabaseMigrationsMongoToCosmosDbRUMongoGetForScopeOptionalParams, DatabaseMigrationsMongoToCosmosDbRUMongoGetOptionalParams, DatabaseMigrationsMongoToCosmosDbRUMongoGetResponse, DatabaseMigrationsMongoToCosmosDbRUMongoCreateOptionalParams, DatabaseMigrationsMongoToCosmosDbRUMongoCreateResponse, DatabaseMigrationsMongoToCosmosDbRUMongoDeleteOptionalParams, DatabaseMigrationsMongoToCosmosDbRUMongoDeleteResponse } from "../models/index.js";
4
- /** Interface representing a DatabaseMigrationsMongoToCosmosDbRUMongo. */
5
- export interface DatabaseMigrationsMongoToCosmosDbRUMongo {
6
- /**
7
- * Get Database Migration resources for the scope.
8
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
9
- * value from the Azure Resource Manager API or the portal.
10
- * @param targetResourceName The name of the target resource/account.
11
- * @param options The options parameters.
12
- */
13
- listForScope(resourceGroupName: string, targetResourceName: string, options?: DatabaseMigrationsMongoToCosmosDbRUMongoGetForScopeOptionalParams): PagedAsyncIterableIterator<DatabaseMigrationCosmosDbMongo>;
14
- /**
15
- * Get Database Migration resource.
16
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
17
- * value from the Azure Resource Manager API or the portal.
18
- * @param targetResourceName The name of the target resource/account.
19
- * @param migrationName Name of the migration.
20
- * @param options The options parameters.
21
- */
22
- get(resourceGroupName: string, targetResourceName: string, migrationName: string, options?: DatabaseMigrationsMongoToCosmosDbRUMongoGetOptionalParams): Promise<DatabaseMigrationsMongoToCosmosDbRUMongoGetResponse>;
23
- /**
24
- * Create or Update Database Migration resource.
25
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
26
- * value from the Azure Resource Manager API or the portal.
27
- * @param targetResourceName The name of the target resource/account.
28
- * @param migrationName Name of the migration.
29
- * @param parameters Details of CosmosDB for Mongo API Migration resource.
30
- * @param options The options parameters.
31
- */
32
- beginCreate(resourceGroupName: string, targetResourceName: string, migrationName: string, parameters: DatabaseMigrationCosmosDbMongo, options?: DatabaseMigrationsMongoToCosmosDbRUMongoCreateOptionalParams): Promise<SimplePollerLike<OperationState<DatabaseMigrationsMongoToCosmosDbRUMongoCreateResponse>, DatabaseMigrationsMongoToCosmosDbRUMongoCreateResponse>>;
33
- /**
34
- * Create or Update Database Migration resource.
35
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
36
- * value from the Azure Resource Manager API or the portal.
37
- * @param targetResourceName The name of the target resource/account.
38
- * @param migrationName Name of the migration.
39
- * @param parameters Details of CosmosDB for Mongo API Migration resource.
40
- * @param options The options parameters.
41
- */
42
- beginCreateAndWait(resourceGroupName: string, targetResourceName: string, migrationName: string, parameters: DatabaseMigrationCosmosDbMongo, options?: DatabaseMigrationsMongoToCosmosDbRUMongoCreateOptionalParams): Promise<DatabaseMigrationsMongoToCosmosDbRUMongoCreateResponse>;
43
- /**
44
- * Delete Database Migration resource.
45
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
46
- * value from the Azure Resource Manager API or the portal.
47
- * @param targetResourceName The name of the target resource/account.
48
- * @param migrationName Name of the migration.
49
- * @param options The options parameters.
50
- */
51
- beginDelete(resourceGroupName: string, targetResourceName: string, migrationName: string, options?: DatabaseMigrationsMongoToCosmosDbRUMongoDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DatabaseMigrationsMongoToCosmosDbRUMongoDeleteResponse>, DatabaseMigrationsMongoToCosmosDbRUMongoDeleteResponse>>;
52
- /**
53
- * Delete Database Migration resource.
54
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
55
- * value from the Azure Resource Manager API or the portal.
56
- * @param targetResourceName The name of the target resource/account.
57
- * @param migrationName Name of the migration.
58
- * @param options The options parameters.
59
- */
60
- beginDeleteAndWait(resourceGroupName: string, targetResourceName: string, migrationName: string, options?: DatabaseMigrationsMongoToCosmosDbRUMongoDeleteOptionalParams): Promise<DatabaseMigrationsMongoToCosmosDbRUMongoDeleteResponse>;
61
- }
62
- //# sourceMappingURL=databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"databaseMigrationsMongoToCosmosDbRUMongo.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,8BAA8B,EAC9B,iEAAiE,EACjE,yDAAyD,EACzD,mDAAmD,EACnD,4DAA4D,EAC5D,sDAAsD,EACtD,4DAA4D,EAC5D,sDAAsD,EACvD,MAAM,oBAAoB,CAAC;AAG5B,yEAAyE;AACzE,MAAM,WAAW,wCAAwC;IACvD;;;;;;OAMG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,iEAAiE,GAC1E,0BAA0B,CAAC,8BAA8B,CAAC,CAAC;IAC9D;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,yDAAyD,GAClE,OAAO,CAAC,mDAAmD,CAAC,CAAC;IAChE;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,8BAA8B,EAC1C,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sDAAsD,CAAC,EACtE,sDAAsD,CACvD,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,8BAA8B,EAC1C,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CAAC,sDAAsD,CAAC,CAAC;IACnE;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sDAAsD,CAAC,EACtE,sDAAsD,CACvD,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CAAC,sDAAsD,CAAC,CAAC;CACpE"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export {};
9
- //# sourceMappingURL=databaseMigrationsMongoToCosmosDbRUMongo.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"databaseMigrationsMongoToCosmosDbRUMongo.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n DatabaseMigrationCosmosDbMongo,\n DatabaseMigrationsMongoToCosmosDbRUMongoGetForScopeOptionalParams,\n DatabaseMigrationsMongoToCosmosDbRUMongoGetOptionalParams,\n DatabaseMigrationsMongoToCosmosDbRUMongoGetResponse,\n DatabaseMigrationsMongoToCosmosDbRUMongoCreateOptionalParams,\n DatabaseMigrationsMongoToCosmosDbRUMongoCreateResponse,\n DatabaseMigrationsMongoToCosmosDbRUMongoDeleteOptionalParams,\n DatabaseMigrationsMongoToCosmosDbRUMongoDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a DatabaseMigrationsMongoToCosmosDbRUMongo. */\nexport interface DatabaseMigrationsMongoToCosmosDbRUMongo {\n /**\n * Get Database Migration resources for the scope.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param targetResourceName The name of the target resource/account.\n * @param options The options parameters.\n */\n listForScope(\n resourceGroupName: string,\n targetResourceName: string,\n options?: DatabaseMigrationsMongoToCosmosDbRUMongoGetForScopeOptionalParams,\n ): PagedAsyncIterableIterator<DatabaseMigrationCosmosDbMongo>;\n /**\n * Get Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n options?: DatabaseMigrationsMongoToCosmosDbRUMongoGetOptionalParams,\n ): Promise<DatabaseMigrationsMongoToCosmosDbRUMongoGetResponse>;\n /**\n * Create or Update Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param parameters Details of CosmosDB for Mongo API Migration resource.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n parameters: DatabaseMigrationCosmosDbMongo,\n options?: DatabaseMigrationsMongoToCosmosDbRUMongoCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabaseMigrationsMongoToCosmosDbRUMongoCreateResponse>,\n DatabaseMigrationsMongoToCosmosDbRUMongoCreateResponse\n >\n >;\n /**\n * Create or Update Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param parameters Details of CosmosDB for Mongo API Migration resource.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n parameters: DatabaseMigrationCosmosDbMongo,\n options?: DatabaseMigrationsMongoToCosmosDbRUMongoCreateOptionalParams,\n ): Promise<DatabaseMigrationsMongoToCosmosDbRUMongoCreateResponse>;\n /**\n * Delete Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n options?: DatabaseMigrationsMongoToCosmosDbRUMongoDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabaseMigrationsMongoToCosmosDbRUMongoDeleteResponse>,\n DatabaseMigrationsMongoToCosmosDbRUMongoDeleteResponse\n >\n >;\n /**\n * Delete Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n options?: DatabaseMigrationsMongoToCosmosDbRUMongoDeleteOptionalParams,\n ): Promise<DatabaseMigrationsMongoToCosmosDbRUMongoDeleteResponse>;\n}\n"]}
@@ -1,62 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { DatabaseMigrationCosmosDbMongo, DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeOptionalParams, DatabaseMigrationsMongoToCosmosDbvCoreMongoGetOptionalParams, DatabaseMigrationsMongoToCosmosDbvCoreMongoGetResponse, DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateOptionalParams, DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse, DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteOptionalParams, DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse } from "../models/index.js";
4
- /** Interface representing a DatabaseMigrationsMongoToCosmosDbvCoreMongo. */
5
- export interface DatabaseMigrationsMongoToCosmosDbvCoreMongo {
6
- /**
7
- * Get Database Migration resources for the scope.
8
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
9
- * value from the Azure Resource Manager API or the portal.
10
- * @param targetResourceName The name of the target resource/account.
11
- * @param options The options parameters.
12
- */
13
- listForScope(resourceGroupName: string, targetResourceName: string, options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeOptionalParams): PagedAsyncIterableIterator<DatabaseMigrationCosmosDbMongo>;
14
- /**
15
- * Get Database Migration resource.
16
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
17
- * value from the Azure Resource Manager API or the portal.
18
- * @param targetResourceName The name of the target resource/account.
19
- * @param migrationName Name of the migration.
20
- * @param options The options parameters.
21
- */
22
- get(resourceGroupName: string, targetResourceName: string, migrationName: string, options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoGetOptionalParams): Promise<DatabaseMigrationsMongoToCosmosDbvCoreMongoGetResponse>;
23
- /**
24
- * Create or Update Database Migration resource.
25
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
26
- * value from the Azure Resource Manager API or the portal.
27
- * @param targetResourceName The name of the target resource/account.
28
- * @param migrationName Name of the migration.
29
- * @param parameters Details of CosmosDB for Mongo API Migration resource.
30
- * @param options The options parameters.
31
- */
32
- beginCreate(resourceGroupName: string, targetResourceName: string, migrationName: string, parameters: DatabaseMigrationCosmosDbMongo, options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateOptionalParams): Promise<SimplePollerLike<OperationState<DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse>, DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse>>;
33
- /**
34
- * Create or Update Database Migration resource.
35
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
36
- * value from the Azure Resource Manager API or the portal.
37
- * @param targetResourceName The name of the target resource/account.
38
- * @param migrationName Name of the migration.
39
- * @param parameters Details of CosmosDB for Mongo API Migration resource.
40
- * @param options The options parameters.
41
- */
42
- beginCreateAndWait(resourceGroupName: string, targetResourceName: string, migrationName: string, parameters: DatabaseMigrationCosmosDbMongo, options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateOptionalParams): Promise<DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse>;
43
- /**
44
- * Delete Database Migration resource.
45
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
46
- * value from the Azure Resource Manager API or the portal.
47
- * @param targetResourceName The name of the target resource/account.
48
- * @param migrationName Name of the migration.
49
- * @param options The options parameters.
50
- */
51
- beginDelete(resourceGroupName: string, targetResourceName: string, migrationName: string, options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse>, DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse>>;
52
- /**
53
- * Delete Database Migration resource.
54
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
55
- * value from the Azure Resource Manager API or the portal.
56
- * @param targetResourceName The name of the target resource/account.
57
- * @param migrationName Name of the migration.
58
- * @param options The options parameters.
59
- */
60
- beginDeleteAndWait(resourceGroupName: string, targetResourceName: string, migrationName: string, options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteOptionalParams): Promise<DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse>;
61
- }
62
- //# sourceMappingURL=databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,8BAA8B,EAC9B,oEAAoE,EACpE,4DAA4D,EAC5D,sDAAsD,EACtD,+DAA+D,EAC/D,yDAAyD,EACzD,+DAA+D,EAC/D,yDAAyD,EAC1D,MAAM,oBAAoB,CAAC;AAG5B,4EAA4E;AAC5E,MAAM,WAAW,2CAA2C;IAC1D;;;;;;OAMG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,oEAAoE,GAC7E,0BAA0B,CAAC,8BAA8B,CAAC,CAAC;IAC9D;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CAAC,sDAAsD,CAAC,CAAC;IACnE;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,8BAA8B,EAC1C,OAAO,CAAC,EAAE,+DAA+D,GACxE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yDAAyD,CAAC,EACzE,yDAAyD,CAC1D,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,8BAA8B,EAC1C,OAAO,CAAC,EAAE,+DAA+D,GACxE,OAAO,CAAC,yDAAyD,CAAC,CAAC;IACtE;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,+DAA+D,GACxE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yDAAyD,CAAC,EACzE,yDAAyD,CAC1D,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,+DAA+D,GACxE,OAAO,CAAC,yDAAyD,CAAC,CAAC;CACvE"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export {};
9
- //# sourceMappingURL=databaseMigrationsMongoToCosmosDbvCoreMongo.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"databaseMigrationsMongoToCosmosDbvCoreMongo.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n DatabaseMigrationCosmosDbMongo,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeOptionalParams,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoGetOptionalParams,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoGetResponse,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateOptionalParams,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteOptionalParams,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a DatabaseMigrationsMongoToCosmosDbvCoreMongo. */\nexport interface DatabaseMigrationsMongoToCosmosDbvCoreMongo {\n /**\n * Get Database Migration resources for the scope.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param targetResourceName The name of the target resource/account.\n * @param options The options parameters.\n */\n listForScope(\n resourceGroupName: string,\n targetResourceName: string,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeOptionalParams,\n ): PagedAsyncIterableIterator<DatabaseMigrationCosmosDbMongo>;\n /**\n * Get Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoGetOptionalParams,\n ): Promise<DatabaseMigrationsMongoToCosmosDbvCoreMongoGetResponse>;\n /**\n * Create or Update Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param parameters Details of CosmosDB for Mongo API Migration resource.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n parameters: DatabaseMigrationCosmosDbMongo,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse>,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse\n >\n >;\n /**\n * Create or Update Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param parameters Details of CosmosDB for Mongo API Migration resource.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n parameters: DatabaseMigrationCosmosDbMongo,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateOptionalParams,\n ): Promise<DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse>;\n /**\n * Delete Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse>,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse\n >\n >;\n /**\n * Delete Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteOptionalParams,\n ): Promise<DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse>;\n}\n"]}
@@ -1,73 +0,0 @@
1
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
2
- import { DatabaseMigrationsSqlDbGetOptionalParams, DatabaseMigrationsSqlDbGetResponse, DatabaseMigrationSqlDb, DatabaseMigrationsSqlDbCreateOrUpdateOptionalParams, DatabaseMigrationsSqlDbCreateOrUpdateResponse, DatabaseMigrationsSqlDbDeleteOptionalParams, MigrationOperationInput, DatabaseMigrationsSqlDbCancelOptionalParams } from "../models/index.js";
3
- /** Interface representing a DatabaseMigrationsSqlDb. */
4
- export interface DatabaseMigrationsSqlDb {
5
- /**
6
- * Retrieve the Database Migration resource.
7
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
8
- * value from the Azure Resource Manager API or the portal.
9
- * @param sqlDbInstanceName
10
- * @param targetDbName The name of the target database.
11
- * @param options The options parameters.
12
- */
13
- get(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, options?: DatabaseMigrationsSqlDbGetOptionalParams): Promise<DatabaseMigrationsSqlDbGetResponse>;
14
- /**
15
- * Create or Update Database Migration resource.
16
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
17
- * value from the Azure Resource Manager API or the portal.
18
- * @param sqlDbInstanceName
19
- * @param targetDbName The name of the target database.
20
- * @param parameters Details of Sql Db migration resource.
21
- * @param options The options parameters.
22
- */
23
- beginCreateOrUpdate(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, parameters: DatabaseMigrationSqlDb, options?: DatabaseMigrationsSqlDbCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatabaseMigrationsSqlDbCreateOrUpdateResponse>, DatabaseMigrationsSqlDbCreateOrUpdateResponse>>;
24
- /**
25
- * Create or Update Database Migration resource.
26
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
27
- * value from the Azure Resource Manager API or the portal.
28
- * @param sqlDbInstanceName
29
- * @param targetDbName The name of the target database.
30
- * @param parameters Details of Sql Db migration resource.
31
- * @param options The options parameters.
32
- */
33
- beginCreateOrUpdateAndWait(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, parameters: DatabaseMigrationSqlDb, options?: DatabaseMigrationsSqlDbCreateOrUpdateOptionalParams): Promise<DatabaseMigrationsSqlDbCreateOrUpdateResponse>;
34
- /**
35
- * Delete Database Migration resource.
36
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
37
- * value from the Azure Resource Manager API or the portal.
38
- * @param sqlDbInstanceName
39
- * @param targetDbName The name of the target database.
40
- * @param options The options parameters.
41
- */
42
- beginDelete(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, options?: DatabaseMigrationsSqlDbDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
43
- /**
44
- * Delete Database Migration resource.
45
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
46
- * value from the Azure Resource Manager API or the portal.
47
- * @param sqlDbInstanceName
48
- * @param targetDbName The name of the target database.
49
- * @param options The options parameters.
50
- */
51
- beginDeleteAndWait(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, options?: DatabaseMigrationsSqlDbDeleteOptionalParams): Promise<void>;
52
- /**
53
- * Stop on going migration for the database.
54
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
55
- * value from the Azure Resource Manager API or the portal.
56
- * @param sqlDbInstanceName
57
- * @param targetDbName The name of the target database.
58
- * @param parameters Required migration operation ID for which cancel will be initiated.
59
- * @param options The options parameters.
60
- */
61
- beginCancel(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlDbCancelOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
62
- /**
63
- * Stop on going migration for the database.
64
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
65
- * value from the Azure Resource Manager API or the portal.
66
- * @param sqlDbInstanceName
67
- * @param targetDbName The name of the target database.
68
- * @param parameters Required migration operation ID for which cancel will be initiated.
69
- * @param options The options parameters.
70
- */
71
- beginCancelAndWait(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlDbCancelOptionalParams): Promise<void>;
72
- }
73
- //# sourceMappingURL=databaseMigrationsSqlDb.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"databaseMigrationsSqlDb.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/databaseMigrationsSqlDb.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,wCAAwC,EACxC,kCAAkC,EAClC,sBAAsB,EACtB,mDAAmD,EACnD,6CAA6C,EAC7C,2CAA2C,EAC3C,uBAAuB,EACvB,2CAA2C,EAC5C,MAAM,oBAAoB,CAAC;AAE5B,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,6CAA6C,CAAC,EAC7D,6CAA6C,CAC9C,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;IAC1D;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export {};
9
- //# sourceMappingURL=databaseMigrationsSqlDb.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"databaseMigrationsSqlDb.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/databaseMigrationsSqlDb.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n DatabaseMigrationsSqlDbGetOptionalParams,\n DatabaseMigrationsSqlDbGetResponse,\n DatabaseMigrationSqlDb,\n DatabaseMigrationsSqlDbCreateOrUpdateOptionalParams,\n DatabaseMigrationsSqlDbCreateOrUpdateResponse,\n DatabaseMigrationsSqlDbDeleteOptionalParams,\n MigrationOperationInput,\n DatabaseMigrationsSqlDbCancelOptionalParams,\n} from \"../models/index.js\";\n\n/** Interface representing a DatabaseMigrationsSqlDb. */\nexport interface DatabaseMigrationsSqlDb {\n /**\n * Retrieve the Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlDbInstanceName\n * @param targetDbName The name of the target database.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n sqlDbInstanceName: string,\n targetDbName: string,\n options?: DatabaseMigrationsSqlDbGetOptionalParams,\n ): Promise<DatabaseMigrationsSqlDbGetResponse>;\n /**\n * Create or Update Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlDbInstanceName\n * @param targetDbName The name of the target database.\n * @param parameters Details of Sql Db migration resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n sqlDbInstanceName: string,\n targetDbName: string,\n parameters: DatabaseMigrationSqlDb,\n options?: DatabaseMigrationsSqlDbCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabaseMigrationsSqlDbCreateOrUpdateResponse>,\n DatabaseMigrationsSqlDbCreateOrUpdateResponse\n >\n >;\n /**\n * Create or Update Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlDbInstanceName\n * @param targetDbName The name of the target database.\n * @param parameters Details of Sql Db migration resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n sqlDbInstanceName: string,\n targetDbName: string,\n parameters: DatabaseMigrationSqlDb,\n options?: DatabaseMigrationsSqlDbCreateOrUpdateOptionalParams,\n ): Promise<DatabaseMigrationsSqlDbCreateOrUpdateResponse>;\n /**\n * Delete Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlDbInstanceName\n * @param targetDbName The name of the target database.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n sqlDbInstanceName: string,\n targetDbName: string,\n options?: DatabaseMigrationsSqlDbDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete Database Migration resource.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlDbInstanceName\n * @param targetDbName The name of the target database.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n sqlDbInstanceName: string,\n targetDbName: string,\n options?: DatabaseMigrationsSqlDbDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Stop on going migration for the database.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlDbInstanceName\n * @param targetDbName The name of the target database.\n * @param parameters Required migration operation ID for which cancel will be initiated.\n * @param options The options parameters.\n */\n beginCancel(\n resourceGroupName: string,\n sqlDbInstanceName: string,\n targetDbName: string,\n parameters: MigrationOperationInput,\n options?: DatabaseMigrationsSqlDbCancelOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Stop on going migration for the database.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlDbInstanceName\n * @param targetDbName The name of the target database.\n * @param parameters Required migration operation ID for which cancel will be initiated.\n * @param options The options parameters.\n */\n beginCancelAndWait(\n resourceGroupName: string,\n sqlDbInstanceName: string,\n targetDbName: string,\n parameters: MigrationOperationInput,\n options?: DatabaseMigrationsSqlDbCancelOptionalParams,\n ): Promise<void>;\n}\n"]}