@azure/arm-storagemover 2.1.1-alpha.20250908.1 → 3.0.0-alpha.20250909.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 (829) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +12 -15
  3. package/dist/browser/api/agents/index.d.ts +3 -0
  4. package/dist/browser/api/agents/index.js +4 -0
  5. package/dist/browser/api/agents/index.js.map +1 -0
  6. package/dist/browser/api/agents/operations.d.ts +32 -0
  7. package/dist/browser/api/agents/operations.js +173 -0
  8. package/dist/browser/api/agents/operations.js.map +1 -0
  9. package/dist/browser/api/agents/options.d.ts +19 -0
  10. package/dist/browser/api/agents/options.js +4 -0
  11. package/dist/browser/api/agents/options.js.map +1 -0
  12. package/dist/browser/api/endpoints/index.d.ts +3 -0
  13. package/dist/browser/api/endpoints/index.js +4 -0
  14. package/dist/browser/api/endpoints/index.js.map +1 -0
  15. package/dist/browser/api/endpoints/operations.d.ts +32 -0
  16. package/dist/browser/api/endpoints/operations.js +173 -0
  17. package/dist/browser/api/endpoints/operations.js.map +1 -0
  18. package/dist/browser/api/endpoints/options.d.ts +19 -0
  19. package/dist/browser/api/endpoints/options.js +4 -0
  20. package/dist/browser/api/endpoints/options.js.map +1 -0
  21. package/dist/browser/api/index.d.ts +2 -0
  22. package/dist/browser/api/index.js +4 -0
  23. package/dist/browser/api/index.js.map +1 -0
  24. package/dist/browser/api/jobDefinitions/index.d.ts +3 -0
  25. package/dist/browser/api/jobDefinitions/index.js +4 -0
  26. package/dist/browser/api/jobDefinitions/index.js.map +1 -0
  27. package/dist/browser/api/jobDefinitions/operations.d.ts +40 -0
  28. package/dist/browser/api/jobDefinitions/operations.js +244 -0
  29. package/dist/browser/api/jobDefinitions/operations.js.map +1 -0
  30. package/dist/browser/api/jobDefinitions/options.d.ts +25 -0
  31. package/dist/browser/api/jobDefinitions/options.js +4 -0
  32. package/dist/browser/api/jobDefinitions/options.js.map +1 -0
  33. package/dist/browser/api/jobRuns/index.d.ts +3 -0
  34. package/dist/browser/api/jobRuns/index.js +4 -0
  35. package/dist/browser/api/jobRuns/index.js.map +1 -0
  36. package/dist/browser/api/jobRuns/operations.d.ts +14 -0
  37. package/dist/browser/api/jobRuns/operations.js +73 -0
  38. package/dist/browser/api/jobRuns/operations.js.map +1 -0
  39. package/dist/browser/api/jobRuns/options.d.ts +8 -0
  40. package/dist/browser/api/jobRuns/options.js +4 -0
  41. package/dist/browser/api/jobRuns/options.js.map +1 -0
  42. package/dist/browser/api/operations/index.d.ts +3 -0
  43. package/dist/browser/api/operations/index.js +4 -0
  44. package/dist/browser/api/operations/index.js.map +1 -0
  45. package/dist/browser/api/operations/operations.d.ts +10 -0
  46. package/dist/browser/api/operations/operations.js +34 -0
  47. package/dist/browser/api/operations/operations.js.map +1 -0
  48. package/dist/browser/api/operations/options.d.ts +5 -0
  49. package/dist/browser/api/operations/options.js +4 -0
  50. package/dist/browser/api/operations/options.js.map +1 -0
  51. package/dist/browser/api/projects/index.d.ts +3 -0
  52. package/dist/browser/api/projects/index.js +4 -0
  53. package/dist/browser/api/projects/index.js.map +1 -0
  54. package/dist/browser/api/projects/operations.d.ts +32 -0
  55. package/dist/browser/api/projects/operations.js +173 -0
  56. package/dist/browser/api/projects/operations.js.map +1 -0
  57. package/dist/browser/api/projects/options.d.ts +19 -0
  58. package/dist/browser/api/projects/options.js +4 -0
  59. package/dist/browser/api/projects/options.js.map +1 -0
  60. package/dist/browser/api/storageMoverContext.d.ts +22 -0
  61. package/dist/browser/api/storageMoverContext.js +43 -0
  62. package/dist/browser/api/storageMoverContext.js.map +1 -0
  63. package/dist/browser/api/storageMovers/index.d.ts +3 -0
  64. package/dist/browser/api/storageMovers/index.js +4 -0
  65. package/dist/browser/api/storageMovers/index.js.map +1 -0
  66. package/dist/browser/api/storageMovers/operations.d.ts +36 -0
  67. package/dist/browser/api/storageMovers/operations.js +200 -0
  68. package/dist/browser/api/storageMovers/operations.js.map +1 -0
  69. package/dist/browser/api/storageMovers/options.d.ts +22 -0
  70. package/dist/browser/api/storageMovers/options.js +4 -0
  71. package/dist/browser/api/storageMovers/options.js.map +1 -0
  72. package/dist/browser/classic/agents/index.d.ts +25 -0
  73. package/dist/browser/classic/agents/index.js +18 -0
  74. package/dist/browser/classic/agents/index.js.map +1 -0
  75. package/dist/browser/classic/endpoints/index.d.ts +25 -0
  76. package/dist/browser/classic/endpoints/index.js +18 -0
  77. package/dist/browser/classic/endpoints/index.js.map +1 -0
  78. package/dist/browser/classic/index.d.ts +8 -0
  79. package/dist/browser/classic/index.js +4 -0
  80. package/dist/browser/classic/index.js.map +1 -0
  81. package/dist/browser/classic/jobDefinitions/index.d.ts +29 -0
  82. package/dist/browser/classic/jobDefinitions/index.js +20 -0
  83. package/dist/browser/classic/jobDefinitions/index.js.map +1 -0
  84. package/dist/browser/classic/jobRuns/index.d.ts +13 -0
  85. package/dist/browser/classic/jobRuns/index.js +15 -0
  86. package/dist/browser/classic/jobRuns/index.js.map +1 -0
  87. package/dist/browser/classic/operations/index.d.ts +11 -0
  88. package/dist/browser/classic/operations/index.js +14 -0
  89. package/dist/browser/classic/operations/index.js.map +1 -0
  90. package/dist/browser/classic/projects/index.d.ts +25 -0
  91. package/dist/browser/classic/projects/index.js +18 -0
  92. package/dist/browser/classic/projects/index.js.map +1 -0
  93. package/dist/browser/classic/storageMovers/index.d.ts +27 -0
  94. package/dist/browser/classic/storageMovers/index.js +19 -0
  95. package/dist/browser/classic/storageMovers/index.js.map +1 -0
  96. package/dist/browser/index.d.ts +15 -3
  97. package/dist/browser/index.js +6 -11
  98. package/dist/browser/index.js.map +1 -1
  99. package/dist/browser/logger.d.ts +2 -0
  100. package/dist/browser/logger.js +5 -0
  101. package/dist/browser/logger.js.map +1 -0
  102. package/dist/browser/models/index.d.ts +1 -1144
  103. package/dist/browser/models/index.js +3 -139
  104. package/dist/browser/models/index.js.map +1 -1
  105. package/dist/browser/models/models.d.ts +978 -0
  106. package/dist/browser/models/models.js +1077 -0
  107. package/dist/browser/models/models.js.map +1 -0
  108. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  109. package/dist/browser/restorePollerHelpers.js +111 -0
  110. package/dist/browser/restorePollerHelpers.js.map +1 -0
  111. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +13 -0
  112. package/dist/browser/static-helpers/cloudSettingHelpers.js +29 -0
  113. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  114. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  115. package/dist/browser/static-helpers/pagingHelpers.js +118 -0
  116. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  117. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  118. package/dist/browser/static-helpers/pollingHelpers.js +79 -0
  119. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  120. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  121. package/dist/browser/static-helpers/urlTemplate.js +170 -0
  122. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  123. package/dist/browser/storageMoverClient.d.ts +31 -24
  124. package/dist/browser/storageMoverClient.js +44 -113
  125. package/dist/browser/storageMoverClient.js.map +1 -1
  126. package/dist/commonjs/api/agents/index.d.ts +3 -0
  127. package/dist/commonjs/api/agents/index.js +12 -0
  128. package/dist/commonjs/api/agents/index.js.map +1 -0
  129. package/dist/commonjs/api/agents/operations.d.ts +32 -0
  130. package/dist/commonjs/api/agents/operations.js +190 -0
  131. package/dist/commonjs/api/agents/operations.js.map +1 -0
  132. package/dist/commonjs/api/agents/options.d.ts +19 -0
  133. package/dist/commonjs/api/agents/options.js +5 -0
  134. package/dist/commonjs/api/agents/options.js.map +1 -0
  135. package/dist/commonjs/api/endpoints/index.d.ts +3 -0
  136. package/dist/commonjs/api/endpoints/index.js +12 -0
  137. package/dist/commonjs/api/endpoints/index.js.map +1 -0
  138. package/dist/commonjs/api/endpoints/operations.d.ts +32 -0
  139. package/dist/commonjs/api/endpoints/operations.js +190 -0
  140. package/dist/commonjs/api/endpoints/operations.js.map +1 -0
  141. package/dist/commonjs/api/endpoints/options.d.ts +19 -0
  142. package/dist/commonjs/api/endpoints/options.js +5 -0
  143. package/dist/commonjs/api/endpoints/options.js.map +1 -0
  144. package/dist/commonjs/api/index.d.ts +2 -0
  145. package/dist/commonjs/api/index.js +8 -0
  146. package/dist/commonjs/api/index.js.map +1 -0
  147. package/dist/commonjs/api/jobDefinitions/index.d.ts +3 -0
  148. package/dist/commonjs/api/jobDefinitions/index.js +14 -0
  149. package/dist/commonjs/api/jobDefinitions/index.js.map +1 -0
  150. package/dist/commonjs/api/jobDefinitions/operations.d.ts +40 -0
  151. package/dist/commonjs/api/jobDefinitions/operations.js +267 -0
  152. package/dist/commonjs/api/jobDefinitions/operations.js.map +1 -0
  153. package/dist/commonjs/api/jobDefinitions/options.d.ts +25 -0
  154. package/dist/commonjs/api/jobDefinitions/options.js +5 -0
  155. package/dist/commonjs/api/jobDefinitions/options.js.map +1 -0
  156. package/dist/commonjs/api/jobRuns/index.d.ts +3 -0
  157. package/dist/commonjs/api/jobRuns/index.js +9 -0
  158. package/dist/commonjs/api/jobRuns/index.js.map +1 -0
  159. package/dist/commonjs/api/jobRuns/operations.d.ts +14 -0
  160. package/dist/commonjs/api/jobRuns/operations.js +81 -0
  161. package/dist/commonjs/api/jobRuns/operations.js.map +1 -0
  162. package/dist/commonjs/api/jobRuns/options.d.ts +8 -0
  163. package/dist/commonjs/api/jobRuns/options.js +5 -0
  164. package/dist/commonjs/api/jobRuns/options.js.map +1 -0
  165. package/dist/commonjs/api/operations/index.d.ts +3 -0
  166. package/dist/commonjs/api/operations/index.js +8 -0
  167. package/dist/commonjs/api/operations/index.js.map +1 -0
  168. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  169. package/dist/commonjs/api/operations/operations.js +39 -0
  170. package/dist/commonjs/api/operations/operations.js.map +1 -0
  171. package/dist/commonjs/api/operations/options.d.ts +5 -0
  172. package/dist/commonjs/api/operations/options.js +5 -0
  173. package/dist/commonjs/api/operations/options.js.map +1 -0
  174. package/dist/commonjs/api/projects/index.d.ts +3 -0
  175. package/dist/commonjs/api/projects/index.js +12 -0
  176. package/dist/commonjs/api/projects/index.js.map +1 -0
  177. package/dist/commonjs/api/projects/operations.d.ts +32 -0
  178. package/dist/commonjs/api/projects/operations.js +190 -0
  179. package/dist/commonjs/api/projects/operations.js.map +1 -0
  180. package/dist/commonjs/api/projects/options.d.ts +19 -0
  181. package/dist/commonjs/api/projects/options.js +5 -0
  182. package/dist/commonjs/api/projects/options.js.map +1 -0
  183. package/dist/commonjs/api/storageMoverContext.d.ts +22 -0
  184. package/dist/commonjs/api/storageMoverContext.js +46 -0
  185. package/dist/commonjs/api/storageMoverContext.js.map +1 -0
  186. package/dist/commonjs/api/storageMovers/index.d.ts +3 -0
  187. package/dist/commonjs/api/storageMovers/index.js +13 -0
  188. package/dist/commonjs/api/storageMovers/index.js.map +1 -0
  189. package/dist/commonjs/api/storageMovers/operations.d.ts +36 -0
  190. package/dist/commonjs/api/storageMovers/operations.js +220 -0
  191. package/dist/commonjs/api/storageMovers/operations.js.map +1 -0
  192. package/dist/commonjs/api/storageMovers/options.d.ts +22 -0
  193. package/dist/commonjs/api/storageMovers/options.js +5 -0
  194. package/dist/commonjs/api/storageMovers/options.js.map +1 -0
  195. package/dist/commonjs/classic/agents/index.d.ts +25 -0
  196. package/dist/commonjs/classic/agents/index.js +21 -0
  197. package/dist/commonjs/classic/agents/index.js.map +1 -0
  198. package/dist/commonjs/classic/endpoints/index.d.ts +25 -0
  199. package/dist/commonjs/classic/endpoints/index.js +21 -0
  200. package/dist/commonjs/classic/endpoints/index.js.map +1 -0
  201. package/dist/commonjs/classic/index.d.ts +8 -0
  202. package/dist/commonjs/classic/index.js +5 -0
  203. package/dist/commonjs/classic/index.js.map +1 -0
  204. package/dist/commonjs/classic/jobDefinitions/index.d.ts +29 -0
  205. package/dist/commonjs/classic/jobDefinitions/index.js +23 -0
  206. package/dist/commonjs/classic/jobDefinitions/index.js.map +1 -0
  207. package/dist/commonjs/classic/jobRuns/index.d.ts +13 -0
  208. package/dist/commonjs/classic/jobRuns/index.js +18 -0
  209. package/dist/commonjs/classic/jobRuns/index.js.map +1 -0
  210. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  211. package/dist/commonjs/classic/operations/index.js +17 -0
  212. package/dist/commonjs/classic/operations/index.js.map +1 -0
  213. package/dist/commonjs/classic/projects/index.d.ts +25 -0
  214. package/dist/commonjs/classic/projects/index.js +21 -0
  215. package/dist/commonjs/classic/projects/index.js.map +1 -0
  216. package/dist/commonjs/classic/storageMovers/index.d.ts +27 -0
  217. package/dist/commonjs/classic/storageMovers/index.js +22 -0
  218. package/dist/commonjs/classic/storageMovers/index.js.map +1 -0
  219. package/dist/commonjs/index.d.ts +15 -3
  220. package/dist/commonjs/index.js +23 -14
  221. package/dist/commonjs/index.js.map +1 -1
  222. package/dist/commonjs/logger.d.ts +2 -0
  223. package/dist/commonjs/logger.js +8 -0
  224. package/dist/commonjs/logger.js.map +1 -0
  225. package/dist/commonjs/models/index.d.ts +1 -1144
  226. package/dist/commonjs/models/index.js +19 -140
  227. package/dist/commonjs/models/index.js.map +1 -1
  228. package/dist/commonjs/models/models.d.ts +978 -0
  229. package/dist/commonjs/models/models.js +1201 -0
  230. package/dist/commonjs/models/models.js.map +1 -0
  231. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  232. package/dist/commonjs/restorePollerHelpers.js +114 -0
  233. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  234. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +13 -0
  235. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +33 -0
  236. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
  237. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  238. package/dist/commonjs/static-helpers/pagingHelpers.js +121 -0
  239. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  240. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  241. package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
  242. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  243. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  244. package/dist/commonjs/static-helpers/urlTemplate.js +173 -0
  245. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  246. package/dist/commonjs/storageMoverClient.d.ts +31 -24
  247. package/dist/commonjs/storageMoverClient.js +44 -114
  248. package/dist/commonjs/storageMoverClient.js.map +1 -1
  249. package/dist/esm/api/agents/index.d.ts +3 -0
  250. package/dist/esm/api/agents/index.js +4 -0
  251. package/dist/esm/api/agents/index.js.map +1 -0
  252. package/dist/esm/api/agents/operations.d.ts +32 -0
  253. package/dist/esm/api/agents/operations.js +173 -0
  254. package/dist/esm/api/agents/operations.js.map +1 -0
  255. package/dist/esm/api/agents/options.d.ts +19 -0
  256. package/dist/esm/api/agents/options.js +4 -0
  257. package/dist/esm/api/agents/options.js.map +1 -0
  258. package/dist/esm/api/endpoints/index.d.ts +3 -0
  259. package/dist/esm/api/endpoints/index.js +4 -0
  260. package/dist/esm/api/endpoints/index.js.map +1 -0
  261. package/dist/esm/api/endpoints/operations.d.ts +32 -0
  262. package/dist/esm/api/endpoints/operations.js +173 -0
  263. package/dist/esm/api/endpoints/operations.js.map +1 -0
  264. package/dist/esm/api/endpoints/options.d.ts +19 -0
  265. package/dist/esm/api/endpoints/options.js +4 -0
  266. package/dist/esm/api/endpoints/options.js.map +1 -0
  267. package/dist/esm/api/index.d.ts +2 -0
  268. package/dist/esm/api/index.js +4 -0
  269. package/dist/esm/api/index.js.map +1 -0
  270. package/dist/esm/api/jobDefinitions/index.d.ts +3 -0
  271. package/dist/esm/api/jobDefinitions/index.js +4 -0
  272. package/dist/esm/api/jobDefinitions/index.js.map +1 -0
  273. package/dist/esm/api/jobDefinitions/operations.d.ts +40 -0
  274. package/dist/esm/api/jobDefinitions/operations.js +244 -0
  275. package/dist/esm/api/jobDefinitions/operations.js.map +1 -0
  276. package/dist/esm/api/jobDefinitions/options.d.ts +25 -0
  277. package/dist/esm/api/jobDefinitions/options.js +4 -0
  278. package/dist/esm/api/jobDefinitions/options.js.map +1 -0
  279. package/dist/esm/api/jobRuns/index.d.ts +3 -0
  280. package/dist/esm/api/jobRuns/index.js +4 -0
  281. package/dist/esm/api/jobRuns/index.js.map +1 -0
  282. package/dist/esm/api/jobRuns/operations.d.ts +14 -0
  283. package/dist/esm/api/jobRuns/operations.js +73 -0
  284. package/dist/esm/api/jobRuns/operations.js.map +1 -0
  285. package/dist/esm/api/jobRuns/options.d.ts +8 -0
  286. package/dist/esm/api/jobRuns/options.js +4 -0
  287. package/dist/esm/api/jobRuns/options.js.map +1 -0
  288. package/dist/esm/api/operations/index.d.ts +3 -0
  289. package/dist/esm/api/operations/index.js +4 -0
  290. package/dist/esm/api/operations/index.js.map +1 -0
  291. package/dist/esm/api/operations/operations.d.ts +10 -0
  292. package/dist/esm/api/operations/operations.js +34 -0
  293. package/dist/esm/api/operations/operations.js.map +1 -0
  294. package/dist/esm/api/operations/options.d.ts +5 -0
  295. package/dist/esm/api/operations/options.js +4 -0
  296. package/dist/esm/api/operations/options.js.map +1 -0
  297. package/dist/esm/api/projects/index.d.ts +3 -0
  298. package/dist/esm/api/projects/index.js +4 -0
  299. package/dist/esm/api/projects/index.js.map +1 -0
  300. package/dist/esm/api/projects/operations.d.ts +32 -0
  301. package/dist/esm/api/projects/operations.js +173 -0
  302. package/dist/esm/api/projects/operations.js.map +1 -0
  303. package/dist/esm/api/projects/options.d.ts +19 -0
  304. package/dist/esm/api/projects/options.js +4 -0
  305. package/dist/esm/api/projects/options.js.map +1 -0
  306. package/dist/esm/api/storageMoverContext.d.ts +22 -0
  307. package/dist/esm/api/storageMoverContext.js +43 -0
  308. package/dist/esm/api/storageMoverContext.js.map +1 -0
  309. package/dist/esm/api/storageMovers/index.d.ts +3 -0
  310. package/dist/esm/api/storageMovers/index.js +4 -0
  311. package/dist/esm/api/storageMovers/index.js.map +1 -0
  312. package/dist/esm/api/storageMovers/operations.d.ts +36 -0
  313. package/dist/esm/api/storageMovers/operations.js +200 -0
  314. package/dist/esm/api/storageMovers/operations.js.map +1 -0
  315. package/dist/esm/api/storageMovers/options.d.ts +22 -0
  316. package/dist/esm/api/storageMovers/options.js +4 -0
  317. package/dist/esm/api/storageMovers/options.js.map +1 -0
  318. package/dist/esm/classic/agents/index.d.ts +25 -0
  319. package/dist/esm/classic/agents/index.js +18 -0
  320. package/dist/esm/classic/agents/index.js.map +1 -0
  321. package/dist/esm/classic/endpoints/index.d.ts +25 -0
  322. package/dist/esm/classic/endpoints/index.js +18 -0
  323. package/dist/esm/classic/endpoints/index.js.map +1 -0
  324. package/dist/esm/classic/index.d.ts +8 -0
  325. package/dist/esm/classic/index.js +4 -0
  326. package/dist/esm/classic/index.js.map +1 -0
  327. package/dist/esm/classic/jobDefinitions/index.d.ts +29 -0
  328. package/dist/esm/classic/jobDefinitions/index.js +20 -0
  329. package/dist/esm/classic/jobDefinitions/index.js.map +1 -0
  330. package/dist/esm/classic/jobRuns/index.d.ts +13 -0
  331. package/dist/esm/classic/jobRuns/index.js +15 -0
  332. package/dist/esm/classic/jobRuns/index.js.map +1 -0
  333. package/dist/esm/classic/operations/index.d.ts +11 -0
  334. package/dist/esm/classic/operations/index.js +14 -0
  335. package/dist/esm/classic/operations/index.js.map +1 -0
  336. package/dist/esm/classic/projects/index.d.ts +25 -0
  337. package/dist/esm/classic/projects/index.js +18 -0
  338. package/dist/esm/classic/projects/index.js.map +1 -0
  339. package/dist/esm/classic/storageMovers/index.d.ts +27 -0
  340. package/dist/esm/classic/storageMovers/index.js +19 -0
  341. package/dist/esm/classic/storageMovers/index.js.map +1 -0
  342. package/dist/esm/index.d.ts +15 -3
  343. package/dist/esm/index.js +6 -11
  344. package/dist/esm/index.js.map +1 -1
  345. package/dist/esm/logger.d.ts +2 -0
  346. package/dist/esm/logger.js +5 -0
  347. package/dist/esm/logger.js.map +1 -0
  348. package/dist/esm/models/index.d.ts +1 -1144
  349. package/dist/esm/models/index.js +3 -139
  350. package/dist/esm/models/index.js.map +1 -1
  351. package/dist/esm/models/models.d.ts +978 -0
  352. package/dist/esm/models/models.js +1077 -0
  353. package/dist/esm/models/models.js.map +1 -0
  354. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  355. package/dist/esm/restorePollerHelpers.js +111 -0
  356. package/dist/esm/restorePollerHelpers.js.map +1 -0
  357. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +13 -0
  358. package/dist/esm/static-helpers/cloudSettingHelpers.js +29 -0
  359. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  360. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  361. package/dist/esm/static-helpers/pagingHelpers.js +118 -0
  362. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  363. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  364. package/dist/esm/static-helpers/pollingHelpers.js +79 -0
  365. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  366. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  367. package/dist/esm/static-helpers/urlTemplate.js +170 -0
  368. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  369. package/dist/esm/storageMoverClient.d.ts +31 -24
  370. package/dist/esm/storageMoverClient.js +44 -113
  371. package/dist/esm/storageMoverClient.js.map +1 -1
  372. package/dist/react-native/api/agents/index.d.ts +3 -0
  373. package/dist/react-native/api/agents/index.js +4 -0
  374. package/dist/react-native/api/agents/index.js.map +1 -0
  375. package/dist/react-native/api/agents/operations.d.ts +32 -0
  376. package/dist/react-native/api/agents/operations.js +173 -0
  377. package/dist/react-native/api/agents/operations.js.map +1 -0
  378. package/dist/react-native/api/agents/options.d.ts +19 -0
  379. package/dist/react-native/api/agents/options.js +4 -0
  380. package/dist/react-native/api/agents/options.js.map +1 -0
  381. package/dist/react-native/api/endpoints/index.d.ts +3 -0
  382. package/dist/react-native/api/endpoints/index.js +4 -0
  383. package/dist/react-native/api/endpoints/index.js.map +1 -0
  384. package/dist/react-native/api/endpoints/operations.d.ts +32 -0
  385. package/dist/react-native/api/endpoints/operations.js +173 -0
  386. package/dist/react-native/api/endpoints/operations.js.map +1 -0
  387. package/dist/react-native/api/endpoints/options.d.ts +19 -0
  388. package/dist/react-native/api/endpoints/options.js +4 -0
  389. package/dist/react-native/api/endpoints/options.js.map +1 -0
  390. package/dist/react-native/api/index.d.ts +2 -0
  391. package/dist/react-native/api/index.js +4 -0
  392. package/dist/react-native/api/index.js.map +1 -0
  393. package/dist/react-native/api/jobDefinitions/index.d.ts +3 -0
  394. package/dist/react-native/api/jobDefinitions/index.js +4 -0
  395. package/dist/react-native/api/jobDefinitions/index.js.map +1 -0
  396. package/dist/react-native/api/jobDefinitions/operations.d.ts +40 -0
  397. package/dist/react-native/api/jobDefinitions/operations.js +244 -0
  398. package/dist/react-native/api/jobDefinitions/operations.js.map +1 -0
  399. package/dist/react-native/api/jobDefinitions/options.d.ts +25 -0
  400. package/dist/react-native/api/jobDefinitions/options.js +4 -0
  401. package/dist/react-native/api/jobDefinitions/options.js.map +1 -0
  402. package/dist/react-native/api/jobRuns/index.d.ts +3 -0
  403. package/dist/react-native/api/jobRuns/index.js +4 -0
  404. package/dist/react-native/api/jobRuns/index.js.map +1 -0
  405. package/dist/react-native/api/jobRuns/operations.d.ts +14 -0
  406. package/dist/react-native/api/jobRuns/operations.js +73 -0
  407. package/dist/react-native/api/jobRuns/operations.js.map +1 -0
  408. package/dist/react-native/api/jobRuns/options.d.ts +8 -0
  409. package/dist/react-native/api/jobRuns/options.js +4 -0
  410. package/dist/react-native/api/jobRuns/options.js.map +1 -0
  411. package/dist/react-native/api/operations/index.d.ts +3 -0
  412. package/dist/react-native/api/operations/index.js +4 -0
  413. package/dist/react-native/api/operations/index.js.map +1 -0
  414. package/dist/react-native/api/operations/operations.d.ts +10 -0
  415. package/dist/react-native/api/operations/operations.js +34 -0
  416. package/dist/react-native/api/operations/operations.js.map +1 -0
  417. package/dist/react-native/api/operations/options.d.ts +5 -0
  418. package/dist/react-native/api/operations/options.js +4 -0
  419. package/dist/react-native/api/operations/options.js.map +1 -0
  420. package/dist/react-native/api/projects/index.d.ts +3 -0
  421. package/dist/react-native/api/projects/index.js +4 -0
  422. package/dist/react-native/api/projects/index.js.map +1 -0
  423. package/dist/react-native/api/projects/operations.d.ts +32 -0
  424. package/dist/react-native/api/projects/operations.js +173 -0
  425. package/dist/react-native/api/projects/operations.js.map +1 -0
  426. package/dist/react-native/api/projects/options.d.ts +19 -0
  427. package/dist/react-native/api/projects/options.js +4 -0
  428. package/dist/react-native/api/projects/options.js.map +1 -0
  429. package/dist/react-native/api/storageMoverContext.d.ts +22 -0
  430. package/dist/react-native/api/storageMoverContext.js +43 -0
  431. package/dist/react-native/api/storageMoverContext.js.map +1 -0
  432. package/dist/react-native/api/storageMovers/index.d.ts +3 -0
  433. package/dist/react-native/api/storageMovers/index.js +4 -0
  434. package/dist/react-native/api/storageMovers/index.js.map +1 -0
  435. package/dist/react-native/api/storageMovers/operations.d.ts +36 -0
  436. package/dist/react-native/api/storageMovers/operations.js +200 -0
  437. package/dist/react-native/api/storageMovers/operations.js.map +1 -0
  438. package/dist/react-native/api/storageMovers/options.d.ts +22 -0
  439. package/dist/react-native/api/storageMovers/options.js +4 -0
  440. package/dist/react-native/api/storageMovers/options.js.map +1 -0
  441. package/dist/react-native/classic/agents/index.d.ts +25 -0
  442. package/dist/react-native/classic/agents/index.js +18 -0
  443. package/dist/react-native/classic/agents/index.js.map +1 -0
  444. package/dist/react-native/classic/endpoints/index.d.ts +25 -0
  445. package/dist/react-native/classic/endpoints/index.js +18 -0
  446. package/dist/react-native/classic/endpoints/index.js.map +1 -0
  447. package/dist/react-native/classic/index.d.ts +8 -0
  448. package/dist/react-native/classic/index.js +4 -0
  449. package/dist/react-native/classic/index.js.map +1 -0
  450. package/dist/react-native/classic/jobDefinitions/index.d.ts +29 -0
  451. package/dist/react-native/classic/jobDefinitions/index.js +20 -0
  452. package/dist/react-native/classic/jobDefinitions/index.js.map +1 -0
  453. package/dist/react-native/classic/jobRuns/index.d.ts +13 -0
  454. package/dist/react-native/classic/jobRuns/index.js +15 -0
  455. package/dist/react-native/classic/jobRuns/index.js.map +1 -0
  456. package/dist/react-native/classic/operations/index.d.ts +11 -0
  457. package/dist/react-native/classic/operations/index.js +14 -0
  458. package/dist/react-native/classic/operations/index.js.map +1 -0
  459. package/dist/react-native/classic/projects/index.d.ts +25 -0
  460. package/dist/react-native/classic/projects/index.js +18 -0
  461. package/dist/react-native/classic/projects/index.js.map +1 -0
  462. package/dist/react-native/classic/storageMovers/index.d.ts +27 -0
  463. package/dist/react-native/classic/storageMovers/index.js +19 -0
  464. package/dist/react-native/classic/storageMovers/index.js.map +1 -0
  465. package/dist/react-native/index.d.ts +15 -3
  466. package/dist/react-native/index.js +6 -11
  467. package/dist/react-native/index.js.map +1 -1
  468. package/dist/react-native/logger.d.ts +2 -0
  469. package/dist/react-native/logger.js +5 -0
  470. package/dist/react-native/logger.js.map +1 -0
  471. package/dist/react-native/models/index.d.ts +1 -1144
  472. package/dist/react-native/models/index.js +3 -139
  473. package/dist/react-native/models/index.js.map +1 -1
  474. package/dist/react-native/models/models.d.ts +978 -0
  475. package/dist/react-native/models/models.js +1077 -0
  476. package/dist/react-native/models/models.js.map +1 -0
  477. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  478. package/dist/react-native/restorePollerHelpers.js +111 -0
  479. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  480. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +13 -0
  481. package/dist/react-native/static-helpers/cloudSettingHelpers.js +29 -0
  482. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  483. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  484. package/dist/react-native/static-helpers/pagingHelpers.js +118 -0
  485. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  486. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  487. package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
  488. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  489. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  490. package/dist/react-native/static-helpers/urlTemplate.js +170 -0
  491. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  492. package/dist/react-native/storageMoverClient.d.ts +31 -24
  493. package/dist/react-native/storageMoverClient.js +44 -113
  494. package/dist/react-native/storageMoverClient.js.map +1 -1
  495. package/package.json +254 -80
  496. package/CHANGELOG.md +0 -103
  497. package/dist/browser/index.d.ts.map +0 -1
  498. package/dist/browser/lroImpl.d.ts +0 -11
  499. package/dist/browser/lroImpl.d.ts.map +0 -1
  500. package/dist/browser/lroImpl.js +0 -18
  501. package/dist/browser/lroImpl.js.map +0 -1
  502. package/dist/browser/models/index.d.ts.map +0 -1
  503. package/dist/browser/models/mappers.d.ts +0 -64
  504. package/dist/browser/models/mappers.d.ts.map +0 -1
  505. package/dist/browser/models/mappers.js +0 -1539
  506. package/dist/browser/models/mappers.js.map +0 -1
  507. package/dist/browser/models/parameters.d.ts +0 -25
  508. package/dist/browser/models/parameters.d.ts.map +0 -1
  509. package/dist/browser/models/parameters.js +0 -191
  510. package/dist/browser/models/parameters.js.map +0 -1
  511. package/dist/browser/operations/agents.d.ts +0 -81
  512. package/dist/browser/operations/agents.d.ts.map +0 -1
  513. package/dist/browser/operations/agents.js +0 -319
  514. package/dist/browser/operations/agents.js.map +0 -1
  515. package/dist/browser/operations/endpoints.d.ts +0 -82
  516. package/dist/browser/operations/endpoints.d.ts.map +0 -1
  517. package/dist/browser/operations/endpoints.js +0 -320
  518. package/dist/browser/operations/endpoints.js.map +0 -1
  519. package/dist/browser/operations/index.d.ts +0 -8
  520. package/dist/browser/operations/index.d.ts.map +0 -1
  521. package/dist/browser/operations/index.js +0 -15
  522. package/dist/browser/operations/index.js.map +0 -1
  523. package/dist/browser/operations/jobDefinitions.d.ts +0 -110
  524. package/dist/browser/operations/jobDefinitions.d.ts.map +0 -1
  525. package/dist/browser/operations/jobDefinitions.js +0 -442
  526. package/dist/browser/operations/jobDefinitions.js.map +0 -1
  527. package/dist/browser/operations/jobRuns.d.ts +0 -54
  528. package/dist/browser/operations/jobRuns.d.ts.map +0 -1
  529. package/dist/browser/operations/jobRuns.js +0 -199
  530. package/dist/browser/operations/jobRuns.js.map +0 -1
  531. package/dist/browser/operations/operations.d.ts +0 -32
  532. package/dist/browser/operations/operations.d.ts.map +0 -1
  533. package/dist/browser/operations/operations.js +0 -116
  534. package/dist/browser/operations/operations.js.map +0 -1
  535. package/dist/browser/operations/projects.d.ts +0 -82
  536. package/dist/browser/operations/projects.d.ts.map +0 -1
  537. package/dist/browser/operations/projects.js +0 -320
  538. package/dist/browser/operations/projects.js.map +0 -1
  539. package/dist/browser/operations/storageMovers.d.ts +0 -93
  540. package/dist/browser/operations/storageMovers.d.ts.map +0 -1
  541. package/dist/browser/operations/storageMovers.js +0 -401
  542. package/dist/browser/operations/storageMovers.js.map +0 -1
  543. package/dist/browser/operationsInterfaces/agents.d.ts +0 -56
  544. package/dist/browser/operationsInterfaces/agents.d.ts.map +0 -1
  545. package/dist/browser/operationsInterfaces/agents.js +0 -9
  546. package/dist/browser/operationsInterfaces/agents.js.map +0 -1
  547. package/dist/browser/operationsInterfaces/endpoints.d.ts +0 -57
  548. package/dist/browser/operationsInterfaces/endpoints.d.ts.map +0 -1
  549. package/dist/browser/operationsInterfaces/endpoints.js +0 -9
  550. package/dist/browser/operationsInterfaces/endpoints.js.map +0 -1
  551. package/dist/browser/operationsInterfaces/index.d.ts +0 -8
  552. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  553. package/dist/browser/operationsInterfaces/index.js +0 -15
  554. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  555. package/dist/browser/operationsInterfaces/jobDefinitions.d.ts +0 -83
  556. package/dist/browser/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
  557. package/dist/browser/operationsInterfaces/jobDefinitions.js +0 -9
  558. package/dist/browser/operationsInterfaces/jobDefinitions.js.map +0 -1
  559. package/dist/browser/operationsInterfaces/jobRuns.d.ts +0 -25
  560. package/dist/browser/operationsInterfaces/jobRuns.d.ts.map +0 -1
  561. package/dist/browser/operationsInterfaces/jobRuns.js +0 -9
  562. package/dist/browser/operationsInterfaces/jobRuns.js.map +0 -1
  563. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  564. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  565. package/dist/browser/operationsInterfaces/operations.js +0 -9
  566. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  567. package/dist/browser/operationsInterfaces/projects.d.ts +0 -57
  568. package/dist/browser/operationsInterfaces/projects.d.ts.map +0 -1
  569. package/dist/browser/operationsInterfaces/projects.js +0 -9
  570. package/dist/browser/operationsInterfaces/projects.js.map +0 -1
  571. package/dist/browser/operationsInterfaces/storageMovers.d.ts +0 -57
  572. package/dist/browser/operationsInterfaces/storageMovers.d.ts.map +0 -1
  573. package/dist/browser/operationsInterfaces/storageMovers.js +0 -9
  574. package/dist/browser/operationsInterfaces/storageMovers.js.map +0 -1
  575. package/dist/browser/pagingHelper.d.ts +0 -13
  576. package/dist/browser/pagingHelper.d.ts.map +0 -1
  577. package/dist/browser/pagingHelper.js +0 -30
  578. package/dist/browser/pagingHelper.js.map +0 -1
  579. package/dist/browser/storageMoverClient.d.ts.map +0 -1
  580. package/dist/commonjs/index.d.ts.map +0 -1
  581. package/dist/commonjs/lroImpl.d.ts +0 -11
  582. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  583. package/dist/commonjs/lroImpl.js +0 -21
  584. package/dist/commonjs/lroImpl.js.map +0 -1
  585. package/dist/commonjs/models/index.d.ts.map +0 -1
  586. package/dist/commonjs/models/mappers.d.ts +0 -64
  587. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  588. package/dist/commonjs/models/mappers.js +0 -1542
  589. package/dist/commonjs/models/mappers.js.map +0 -1
  590. package/dist/commonjs/models/parameters.d.ts +0 -25
  591. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  592. package/dist/commonjs/models/parameters.js +0 -194
  593. package/dist/commonjs/models/parameters.js.map +0 -1
  594. package/dist/commonjs/operations/agents.d.ts +0 -81
  595. package/dist/commonjs/operations/agents.d.ts.map +0 -1
  596. package/dist/commonjs/operations/agents.js +0 -324
  597. package/dist/commonjs/operations/agents.js.map +0 -1
  598. package/dist/commonjs/operations/endpoints.d.ts +0 -82
  599. package/dist/commonjs/operations/endpoints.d.ts.map +0 -1
  600. package/dist/commonjs/operations/endpoints.js +0 -325
  601. package/dist/commonjs/operations/endpoints.js.map +0 -1
  602. package/dist/commonjs/operations/index.d.ts +0 -8
  603. package/dist/commonjs/operations/index.d.ts.map +0 -1
  604. package/dist/commonjs/operations/index.js +0 -18
  605. package/dist/commonjs/operations/index.js.map +0 -1
  606. package/dist/commonjs/operations/jobDefinitions.d.ts +0 -110
  607. package/dist/commonjs/operations/jobDefinitions.d.ts.map +0 -1
  608. package/dist/commonjs/operations/jobDefinitions.js +0 -447
  609. package/dist/commonjs/operations/jobDefinitions.js.map +0 -1
  610. package/dist/commonjs/operations/jobRuns.d.ts +0 -54
  611. package/dist/commonjs/operations/jobRuns.d.ts.map +0 -1
  612. package/dist/commonjs/operations/jobRuns.js +0 -204
  613. package/dist/commonjs/operations/jobRuns.js.map +0 -1
  614. package/dist/commonjs/operations/operations.d.ts +0 -32
  615. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  616. package/dist/commonjs/operations/operations.js +0 -121
  617. package/dist/commonjs/operations/operations.js.map +0 -1
  618. package/dist/commonjs/operations/projects.d.ts +0 -82
  619. package/dist/commonjs/operations/projects.d.ts.map +0 -1
  620. package/dist/commonjs/operations/projects.js +0 -325
  621. package/dist/commonjs/operations/projects.js.map +0 -1
  622. package/dist/commonjs/operations/storageMovers.d.ts +0 -93
  623. package/dist/commonjs/operations/storageMovers.d.ts.map +0 -1
  624. package/dist/commonjs/operations/storageMovers.js +0 -406
  625. package/dist/commonjs/operations/storageMovers.js.map +0 -1
  626. package/dist/commonjs/operationsInterfaces/agents.d.ts +0 -56
  627. package/dist/commonjs/operationsInterfaces/agents.d.ts.map +0 -1
  628. package/dist/commonjs/operationsInterfaces/agents.js +0 -10
  629. package/dist/commonjs/operationsInterfaces/agents.js.map +0 -1
  630. package/dist/commonjs/operationsInterfaces/endpoints.d.ts +0 -57
  631. package/dist/commonjs/operationsInterfaces/endpoints.d.ts.map +0 -1
  632. package/dist/commonjs/operationsInterfaces/endpoints.js +0 -10
  633. package/dist/commonjs/operationsInterfaces/endpoints.js.map +0 -1
  634. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -8
  635. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  636. package/dist/commonjs/operationsInterfaces/index.js +0 -18
  637. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  638. package/dist/commonjs/operationsInterfaces/jobDefinitions.d.ts +0 -83
  639. package/dist/commonjs/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
  640. package/dist/commonjs/operationsInterfaces/jobDefinitions.js +0 -10
  641. package/dist/commonjs/operationsInterfaces/jobDefinitions.js.map +0 -1
  642. package/dist/commonjs/operationsInterfaces/jobRuns.d.ts +0 -25
  643. package/dist/commonjs/operationsInterfaces/jobRuns.d.ts.map +0 -1
  644. package/dist/commonjs/operationsInterfaces/jobRuns.js +0 -10
  645. package/dist/commonjs/operationsInterfaces/jobRuns.js.map +0 -1
  646. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  647. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  648. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  649. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  650. package/dist/commonjs/operationsInterfaces/projects.d.ts +0 -57
  651. package/dist/commonjs/operationsInterfaces/projects.d.ts.map +0 -1
  652. package/dist/commonjs/operationsInterfaces/projects.js +0 -10
  653. package/dist/commonjs/operationsInterfaces/projects.js.map +0 -1
  654. package/dist/commonjs/operationsInterfaces/storageMovers.d.ts +0 -57
  655. package/dist/commonjs/operationsInterfaces/storageMovers.d.ts.map +0 -1
  656. package/dist/commonjs/operationsInterfaces/storageMovers.js +0 -10
  657. package/dist/commonjs/operationsInterfaces/storageMovers.js.map +0 -1
  658. package/dist/commonjs/pagingHelper.d.ts +0 -13
  659. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  660. package/dist/commonjs/pagingHelper.js +0 -34
  661. package/dist/commonjs/pagingHelper.js.map +0 -1
  662. package/dist/commonjs/storageMoverClient.d.ts.map +0 -1
  663. package/dist/esm/index.d.ts.map +0 -1
  664. package/dist/esm/lroImpl.d.ts +0 -11
  665. package/dist/esm/lroImpl.d.ts.map +0 -1
  666. package/dist/esm/lroImpl.js +0 -18
  667. package/dist/esm/lroImpl.js.map +0 -1
  668. package/dist/esm/models/index.d.ts.map +0 -1
  669. package/dist/esm/models/mappers.d.ts +0 -64
  670. package/dist/esm/models/mappers.d.ts.map +0 -1
  671. package/dist/esm/models/mappers.js +0 -1539
  672. package/dist/esm/models/mappers.js.map +0 -1
  673. package/dist/esm/models/parameters.d.ts +0 -25
  674. package/dist/esm/models/parameters.d.ts.map +0 -1
  675. package/dist/esm/models/parameters.js +0 -191
  676. package/dist/esm/models/parameters.js.map +0 -1
  677. package/dist/esm/operations/agents.d.ts +0 -81
  678. package/dist/esm/operations/agents.d.ts.map +0 -1
  679. package/dist/esm/operations/agents.js +0 -319
  680. package/dist/esm/operations/agents.js.map +0 -1
  681. package/dist/esm/operations/endpoints.d.ts +0 -82
  682. package/dist/esm/operations/endpoints.d.ts.map +0 -1
  683. package/dist/esm/operations/endpoints.js +0 -320
  684. package/dist/esm/operations/endpoints.js.map +0 -1
  685. package/dist/esm/operations/index.d.ts +0 -8
  686. package/dist/esm/operations/index.d.ts.map +0 -1
  687. package/dist/esm/operations/index.js +0 -15
  688. package/dist/esm/operations/index.js.map +0 -1
  689. package/dist/esm/operations/jobDefinitions.d.ts +0 -110
  690. package/dist/esm/operations/jobDefinitions.d.ts.map +0 -1
  691. package/dist/esm/operations/jobDefinitions.js +0 -442
  692. package/dist/esm/operations/jobDefinitions.js.map +0 -1
  693. package/dist/esm/operations/jobRuns.d.ts +0 -54
  694. package/dist/esm/operations/jobRuns.d.ts.map +0 -1
  695. package/dist/esm/operations/jobRuns.js +0 -199
  696. package/dist/esm/operations/jobRuns.js.map +0 -1
  697. package/dist/esm/operations/operations.d.ts +0 -32
  698. package/dist/esm/operations/operations.d.ts.map +0 -1
  699. package/dist/esm/operations/operations.js +0 -116
  700. package/dist/esm/operations/operations.js.map +0 -1
  701. package/dist/esm/operations/projects.d.ts +0 -82
  702. package/dist/esm/operations/projects.d.ts.map +0 -1
  703. package/dist/esm/operations/projects.js +0 -320
  704. package/dist/esm/operations/projects.js.map +0 -1
  705. package/dist/esm/operations/storageMovers.d.ts +0 -93
  706. package/dist/esm/operations/storageMovers.d.ts.map +0 -1
  707. package/dist/esm/operations/storageMovers.js +0 -401
  708. package/dist/esm/operations/storageMovers.js.map +0 -1
  709. package/dist/esm/operationsInterfaces/agents.d.ts +0 -56
  710. package/dist/esm/operationsInterfaces/agents.d.ts.map +0 -1
  711. package/dist/esm/operationsInterfaces/agents.js +0 -9
  712. package/dist/esm/operationsInterfaces/agents.js.map +0 -1
  713. package/dist/esm/operationsInterfaces/endpoints.d.ts +0 -57
  714. package/dist/esm/operationsInterfaces/endpoints.d.ts.map +0 -1
  715. package/dist/esm/operationsInterfaces/endpoints.js +0 -9
  716. package/dist/esm/operationsInterfaces/endpoints.js.map +0 -1
  717. package/dist/esm/operationsInterfaces/index.d.ts +0 -8
  718. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  719. package/dist/esm/operationsInterfaces/index.js +0 -15
  720. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  721. package/dist/esm/operationsInterfaces/jobDefinitions.d.ts +0 -83
  722. package/dist/esm/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
  723. package/dist/esm/operationsInterfaces/jobDefinitions.js +0 -9
  724. package/dist/esm/operationsInterfaces/jobDefinitions.js.map +0 -1
  725. package/dist/esm/operationsInterfaces/jobRuns.d.ts +0 -25
  726. package/dist/esm/operationsInterfaces/jobRuns.d.ts.map +0 -1
  727. package/dist/esm/operationsInterfaces/jobRuns.js +0 -9
  728. package/dist/esm/operationsInterfaces/jobRuns.js.map +0 -1
  729. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  730. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  731. package/dist/esm/operationsInterfaces/operations.js +0 -9
  732. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  733. package/dist/esm/operationsInterfaces/projects.d.ts +0 -57
  734. package/dist/esm/operationsInterfaces/projects.d.ts.map +0 -1
  735. package/dist/esm/operationsInterfaces/projects.js +0 -9
  736. package/dist/esm/operationsInterfaces/projects.js.map +0 -1
  737. package/dist/esm/operationsInterfaces/storageMovers.d.ts +0 -57
  738. package/dist/esm/operationsInterfaces/storageMovers.d.ts.map +0 -1
  739. package/dist/esm/operationsInterfaces/storageMovers.js +0 -9
  740. package/dist/esm/operationsInterfaces/storageMovers.js.map +0 -1
  741. package/dist/esm/pagingHelper.d.ts +0 -13
  742. package/dist/esm/pagingHelper.d.ts.map +0 -1
  743. package/dist/esm/pagingHelper.js +0 -30
  744. package/dist/esm/pagingHelper.js.map +0 -1
  745. package/dist/esm/storageMoverClient.d.ts.map +0 -1
  746. package/dist/react-native/index.d.ts.map +0 -1
  747. package/dist/react-native/lroImpl.d.ts +0 -11
  748. package/dist/react-native/lroImpl.d.ts.map +0 -1
  749. package/dist/react-native/lroImpl.js +0 -18
  750. package/dist/react-native/lroImpl.js.map +0 -1
  751. package/dist/react-native/models/index.d.ts.map +0 -1
  752. package/dist/react-native/models/mappers.d.ts +0 -64
  753. package/dist/react-native/models/mappers.d.ts.map +0 -1
  754. package/dist/react-native/models/mappers.js +0 -1539
  755. package/dist/react-native/models/mappers.js.map +0 -1
  756. package/dist/react-native/models/parameters.d.ts +0 -25
  757. package/dist/react-native/models/parameters.d.ts.map +0 -1
  758. package/dist/react-native/models/parameters.js +0 -191
  759. package/dist/react-native/models/parameters.js.map +0 -1
  760. package/dist/react-native/operations/agents.d.ts +0 -81
  761. package/dist/react-native/operations/agents.d.ts.map +0 -1
  762. package/dist/react-native/operations/agents.js +0 -319
  763. package/dist/react-native/operations/agents.js.map +0 -1
  764. package/dist/react-native/operations/endpoints.d.ts +0 -82
  765. package/dist/react-native/operations/endpoints.d.ts.map +0 -1
  766. package/dist/react-native/operations/endpoints.js +0 -320
  767. package/dist/react-native/operations/endpoints.js.map +0 -1
  768. package/dist/react-native/operations/index.d.ts +0 -8
  769. package/dist/react-native/operations/index.d.ts.map +0 -1
  770. package/dist/react-native/operations/index.js +0 -15
  771. package/dist/react-native/operations/index.js.map +0 -1
  772. package/dist/react-native/operations/jobDefinitions.d.ts +0 -110
  773. package/dist/react-native/operations/jobDefinitions.d.ts.map +0 -1
  774. package/dist/react-native/operations/jobDefinitions.js +0 -442
  775. package/dist/react-native/operations/jobDefinitions.js.map +0 -1
  776. package/dist/react-native/operations/jobRuns.d.ts +0 -54
  777. package/dist/react-native/operations/jobRuns.d.ts.map +0 -1
  778. package/dist/react-native/operations/jobRuns.js +0 -199
  779. package/dist/react-native/operations/jobRuns.js.map +0 -1
  780. package/dist/react-native/operations/operations.d.ts +0 -32
  781. package/dist/react-native/operations/operations.d.ts.map +0 -1
  782. package/dist/react-native/operations/operations.js +0 -116
  783. package/dist/react-native/operations/operations.js.map +0 -1
  784. package/dist/react-native/operations/projects.d.ts +0 -82
  785. package/dist/react-native/operations/projects.d.ts.map +0 -1
  786. package/dist/react-native/operations/projects.js +0 -320
  787. package/dist/react-native/operations/projects.js.map +0 -1
  788. package/dist/react-native/operations/storageMovers.d.ts +0 -93
  789. package/dist/react-native/operations/storageMovers.d.ts.map +0 -1
  790. package/dist/react-native/operations/storageMovers.js +0 -401
  791. package/dist/react-native/operations/storageMovers.js.map +0 -1
  792. package/dist/react-native/operationsInterfaces/agents.d.ts +0 -56
  793. package/dist/react-native/operationsInterfaces/agents.d.ts.map +0 -1
  794. package/dist/react-native/operationsInterfaces/agents.js +0 -9
  795. package/dist/react-native/operationsInterfaces/agents.js.map +0 -1
  796. package/dist/react-native/operationsInterfaces/endpoints.d.ts +0 -57
  797. package/dist/react-native/operationsInterfaces/endpoints.d.ts.map +0 -1
  798. package/dist/react-native/operationsInterfaces/endpoints.js +0 -9
  799. package/dist/react-native/operationsInterfaces/endpoints.js.map +0 -1
  800. package/dist/react-native/operationsInterfaces/index.d.ts +0 -8
  801. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  802. package/dist/react-native/operationsInterfaces/index.js +0 -15
  803. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  804. package/dist/react-native/operationsInterfaces/jobDefinitions.d.ts +0 -83
  805. package/dist/react-native/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
  806. package/dist/react-native/operationsInterfaces/jobDefinitions.js +0 -9
  807. package/dist/react-native/operationsInterfaces/jobDefinitions.js.map +0 -1
  808. package/dist/react-native/operationsInterfaces/jobRuns.d.ts +0 -25
  809. package/dist/react-native/operationsInterfaces/jobRuns.d.ts.map +0 -1
  810. package/dist/react-native/operationsInterfaces/jobRuns.js +0 -9
  811. package/dist/react-native/operationsInterfaces/jobRuns.js.map +0 -1
  812. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  813. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  814. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  815. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  816. package/dist/react-native/operationsInterfaces/projects.d.ts +0 -57
  817. package/dist/react-native/operationsInterfaces/projects.d.ts.map +0 -1
  818. package/dist/react-native/operationsInterfaces/projects.js +0 -9
  819. package/dist/react-native/operationsInterfaces/projects.js.map +0 -1
  820. package/dist/react-native/operationsInterfaces/storageMovers.d.ts +0 -57
  821. package/dist/react-native/operationsInterfaces/storageMovers.d.ts.map +0 -1
  822. package/dist/react-native/operationsInterfaces/storageMovers.js +0 -9
  823. package/dist/react-native/operationsInterfaces/storageMovers.js.map +0 -1
  824. package/dist/react-native/pagingHelper.d.ts +0 -13
  825. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  826. package/dist/react-native/pagingHelper.js +0 -30
  827. package/dist/react-native/pagingHelper.js.map +0 -1
  828. package/dist/react-native/storageMoverClient.d.ts.map +0 -1
  829. package/review/arm-storagemover-node.api.md +0 -870
@@ -0,0 +1,978 @@
1
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
2
+ export interface _OperationListResult {
3
+ /** The Operation items on this page */
4
+ value: Operation[];
5
+ /** The link to the next page of items */
6
+ nextLink?: string;
7
+ }
8
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
9
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
10
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
11
+ export interface Operation {
12
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
13
+ readonly name?: string;
14
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
15
+ readonly isDataAction?: boolean;
16
+ /** Localized display information for this particular operation. */
17
+ display?: OperationDisplay;
18
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
19
+ readonly origin?: Origin;
20
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
21
+ readonly actionType?: ActionType;
22
+ }
23
+ export declare function operationDeserializer(item: any): Operation;
24
+ /** Localized display information for and operation. */
25
+ export interface OperationDisplay {
26
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
27
+ readonly provider?: string;
28
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
29
+ readonly resource?: string;
30
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
31
+ readonly operation?: string;
32
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
33
+ readonly description?: string;
34
+ }
35
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
36
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
37
+ export declare enum KnownOrigin {
38
+ /** Indicates the operation is initiated by a user. */
39
+ User = "user",
40
+ /** Indicates the operation is initiated by a system. */
41
+ System = "system",
42
+ /** Indicates the operation is initiated by a user or system. */
43
+ UserSystem = "user,system"
44
+ }
45
+ /**
46
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
47
+ * {@link KnownOrigin} can be used interchangeably with Origin,
48
+ * this enum contains the known values that the service supports.
49
+ * ### Known values supported by the service
50
+ * **user**: Indicates the operation is initiated by a user. \
51
+ * **system**: Indicates the operation is initiated by a system. \
52
+ * **user,system**: Indicates the operation is initiated by a user or system.
53
+ */
54
+ export type Origin = string;
55
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
56
+ export declare enum KnownActionType {
57
+ /** Actions are for internal-only APIs. */
58
+ Internal = "Internal"
59
+ }
60
+ /**
61
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
62
+ * {@link KnownActionType} can be used interchangeably with ActionType,
63
+ * this enum contains the known values that the service supports.
64
+ * ### Known values supported by the service
65
+ * **Internal**: Actions are for internal-only APIs.
66
+ */
67
+ export type ActionType = string;
68
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
69
+ export interface ErrorResponse {
70
+ /** The error object. */
71
+ error?: ErrorDetail;
72
+ }
73
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
74
+ /** The error detail. */
75
+ export interface ErrorDetail {
76
+ /** The error code. */
77
+ readonly code?: string;
78
+ /** The error message. */
79
+ readonly message?: string;
80
+ /** The error target. */
81
+ readonly target?: string;
82
+ /** The error details. */
83
+ readonly details?: ErrorDetail[];
84
+ /** The error additional info. */
85
+ readonly additionalInfo?: ErrorAdditionalInfo[];
86
+ }
87
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
88
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
89
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
90
+ /** The resource management error additional info. */
91
+ export interface ErrorAdditionalInfo {
92
+ /** The additional info type. */
93
+ readonly type?: string;
94
+ /** The additional info. */
95
+ readonly info?: any;
96
+ }
97
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
98
+ /** The Storage Mover resource, which is a container for a group of Agents, Projects, and Endpoints. */
99
+ export interface StorageMover extends TrackedResource {
100
+ /** The resource specific properties for the Storage Mover resource. */
101
+ properties?: StorageMoverProperties;
102
+ }
103
+ export declare function storageMoverSerializer(item: StorageMover): any;
104
+ export declare function storageMoverDeserializer(item: any): StorageMover;
105
+ /** The resource specific properties for the Storage Mover resource. */
106
+ export interface StorageMoverProperties {
107
+ /** A description for the Storage Mover. */
108
+ description?: string;
109
+ /** The provisioning state of this resource. */
110
+ readonly provisioningState?: ProvisioningState;
111
+ }
112
+ export declare function storageMoverPropertiesSerializer(item: StorageMoverProperties): any;
113
+ export declare function storageMoverPropertiesDeserializer(item: any): StorageMoverProperties;
114
+ /** The provisioning state of a resource. */
115
+ export declare enum KnownProvisioningState {
116
+ Succeeded = "Succeeded",
117
+ Canceled = "Canceled",
118
+ Failed = "Failed",
119
+ Deleting = "Deleting"
120
+ }
121
+ /**
122
+ * The provisioning state of a resource. \
123
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
124
+ * this enum contains the known values that the service supports.
125
+ * ### Known values supported by the service
126
+ * **Succeeded** \
127
+ * **Canceled** \
128
+ * **Failed** \
129
+ * **Deleting**
130
+ */
131
+ export type ProvisioningState = string;
132
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
133
+ export interface TrackedResource extends Resource {
134
+ /** Resource tags. */
135
+ tags?: Record<string, string>;
136
+ /** The geo-location where the resource lives */
137
+ location: string;
138
+ }
139
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
140
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
141
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
142
+ export interface Resource {
143
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
144
+ readonly id?: string;
145
+ /** The name of the resource */
146
+ readonly name?: string;
147
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
148
+ readonly type?: string;
149
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
150
+ readonly systemData?: SystemData;
151
+ }
152
+ export declare function resourceSerializer(item: Resource): any;
153
+ export declare function resourceDeserializer(item: any): Resource;
154
+ /** Metadata pertaining to creation and last modification of the resource. */
155
+ export interface SystemData {
156
+ /** The identity that created the resource. */
157
+ createdBy?: string;
158
+ /** The type of identity that created the resource. */
159
+ createdByType?: CreatedByType;
160
+ /** The timestamp of resource creation (UTC). */
161
+ createdAt?: Date;
162
+ /** The identity that last modified the resource. */
163
+ lastModifiedBy?: string;
164
+ /** The type of identity that last modified the resource. */
165
+ lastModifiedByType?: CreatedByType;
166
+ /** The timestamp of resource last modification (UTC) */
167
+ lastModifiedAt?: Date;
168
+ }
169
+ export declare function systemDataDeserializer(item: any): SystemData;
170
+ /** The kind of entity that created the resource. */
171
+ export declare enum KnownCreatedByType {
172
+ /** The entity was created by a user. */
173
+ User = "User",
174
+ /** The entity was created by an application. */
175
+ Application = "Application",
176
+ /** The entity was created by a managed identity. */
177
+ ManagedIdentity = "ManagedIdentity",
178
+ /** The entity was created by a key. */
179
+ Key = "Key"
180
+ }
181
+ /**
182
+ * The kind of entity that created the resource. \
183
+ * {@link KnowncreatedByType} can be used interchangeably with createdByType,
184
+ * this enum contains the known values that the service supports.
185
+ * ### Known values supported by the service
186
+ * **User**: The entity was created by a user. \
187
+ * **Application**: The entity was created by an application. \
188
+ * **ManagedIdentity**: The entity was created by a managed identity. \
189
+ * **Key**: The entity was created by a key.
190
+ */
191
+ export type CreatedByType = string;
192
+ /** The Storage Mover resource. */
193
+ export interface StorageMoverUpdateParameters {
194
+ /** The resource specific properties for the Storage Mover resource. */
195
+ properties?: StorageMoverUpdateProperties;
196
+ /** Resource tags. */
197
+ tags?: Record<string, string>;
198
+ }
199
+ export declare function storageMoverUpdateParametersSerializer(item: StorageMoverUpdateParameters): any;
200
+ /** The resource specific properties for the Storage Mover resource. */
201
+ export interface StorageMoverUpdateProperties {
202
+ /** A description for the Storage Mover. */
203
+ description?: string;
204
+ }
205
+ export declare function storageMoverUpdatePropertiesSerializer(item: StorageMoverUpdateProperties): any;
206
+ /** List of Storage Movers. */
207
+ export interface _StorageMoverList {
208
+ /** The StorageMover items on this page */
209
+ readonly value: StorageMover[];
210
+ /** The link to the next page of items */
211
+ nextLink?: string;
212
+ }
213
+ export declare function _storageMoverListDeserializer(item: any): _StorageMoverList;
214
+ export declare function storageMoverArraySerializer(result: Array<StorageMover>): any[];
215
+ export declare function storageMoverArrayDeserializer(result: Array<StorageMover>): any[];
216
+ /** The Agent resource. */
217
+ export interface Agent extends ProxyResource {
218
+ properties: AgentProperties;
219
+ }
220
+ export declare function agentSerializer(item: Agent): any;
221
+ export declare function agentDeserializer(item: any): Agent;
222
+ /** model interface AgentProperties */
223
+ export interface AgentProperties {
224
+ /** A description for the Agent. */
225
+ description?: string;
226
+ /** The Agent version. */
227
+ readonly agentVersion?: string;
228
+ /** The fully qualified resource ID of the Hybrid Compute resource for the Agent. */
229
+ arcResourceId: string;
230
+ /** The VM UUID of the Hybrid Compute resource for the Agent. */
231
+ arcVmUuid: string;
232
+ /** The Agent status. */
233
+ readonly agentStatus?: AgentStatus;
234
+ /** The last updated time of the Agent status. */
235
+ readonly lastStatusUpdate?: Date;
236
+ /** Local IP address reported by the Agent. */
237
+ readonly localIPAddress?: string;
238
+ /** Available memory reported by the Agent, in MB. */
239
+ readonly memoryInMB?: number;
240
+ /** Available compute cores reported by the Agent. */
241
+ readonly numberOfCores?: number;
242
+ /** Uptime of the Agent in seconds. */
243
+ readonly uptimeInSeconds?: number;
244
+ /** The agent's local time zone represented in Windows format. */
245
+ readonly timeZone?: string;
246
+ /** The WAN-link upload limit schedule that applies to any Job Run the agent executes. Data plane operations (migrating files) are affected. Control plane operations ensure seamless migration functionality and are not limited by this schedule. The schedule is interpreted with the agent's local time. */
247
+ uploadLimitSchedule?: UploadLimitSchedule;
248
+ readonly errorDetails?: AgentPropertiesErrorDetails;
249
+ /** The provisioning state of this resource. */
250
+ readonly provisioningState?: ProvisioningState;
251
+ }
252
+ export declare function agentPropertiesSerializer(item: AgentProperties): any;
253
+ export declare function agentPropertiesDeserializer(item: any): AgentProperties;
254
+ /** The Agent status. */
255
+ export declare enum KnownAgentStatus {
256
+ Registering = "Registering",
257
+ Offline = "Offline",
258
+ Online = "Online",
259
+ Executing = "Executing",
260
+ RequiresAttention = "RequiresAttention",
261
+ Unregistering = "Unregistering"
262
+ }
263
+ /**
264
+ * The Agent status. \
265
+ * {@link KnownAgentStatus} can be used interchangeably with AgentStatus,
266
+ * this enum contains the known values that the service supports.
267
+ * ### Known values supported by the service
268
+ * **Registering** \
269
+ * **Offline** \
270
+ * **Online** \
271
+ * **Executing** \
272
+ * **RequiresAttention** \
273
+ * **Unregistering**
274
+ */
275
+ export type AgentStatus = string;
276
+ /** The WAN-link upload limit schedule. Overlapping recurrences are not allowed. */
277
+ export interface UploadLimitSchedule {
278
+ /** The set of weekly repeating recurrences of the WAN-link upload limit schedule. */
279
+ weeklyRecurrences?: UploadLimitWeeklyRecurrence[];
280
+ }
281
+ export declare function uploadLimitScheduleSerializer(item: UploadLimitSchedule): any;
282
+ export declare function uploadLimitScheduleDeserializer(item: any): UploadLimitSchedule;
283
+ export declare function uploadLimitWeeklyRecurrenceArraySerializer(result: Array<UploadLimitWeeklyRecurrence>): any[];
284
+ export declare function uploadLimitWeeklyRecurrenceArrayDeserializer(result: Array<UploadLimitWeeklyRecurrence>): any[];
285
+ /** The weekly recurrence of the WAN-link upload limit schedule. The start time must be earlier in the day than the end time. The recurrence must not span across multiple days. */
286
+ export interface UploadLimitWeeklyRecurrence extends WeeklyRecurrence {
287
+ /** The WAN-link upload bandwidth (maximum data transfer rate) in megabits per second. Value of 0 indicates no throughput is allowed and any running migration job is effectively paused for the duration of this recurrence. Only data plane operations are governed by this limit. Control plane operations ensure seamless functionality. The agent may exceed this limit with control messages, if necessary. */
288
+ limitInMbps: number;
289
+ }
290
+ export declare function uploadLimitWeeklyRecurrenceSerializer(item: UploadLimitWeeklyRecurrence): any;
291
+ export declare function uploadLimitWeeklyRecurrenceDeserializer(item: any): UploadLimitWeeklyRecurrence;
292
+ /** model interface AgentPropertiesErrorDetails */
293
+ export interface AgentPropertiesErrorDetails {
294
+ /** Error code reported by Agent */
295
+ code?: string;
296
+ /** Expanded description of reported error code */
297
+ message?: string;
298
+ }
299
+ export declare function agentPropertiesErrorDetailsDeserializer(item: any): AgentPropertiesErrorDetails;
300
+ /** The weekly recurrence of the schedule. */
301
+ export interface WeeklyRecurrence extends Recurrence {
302
+ /** The set of days of week for the schedule recurrence. A day must not be specified more than once in a recurrence. */
303
+ days: DayOfWeek[];
304
+ }
305
+ export declare function weeklyRecurrenceSerializer(item: WeeklyRecurrence): any;
306
+ export declare function weeklyRecurrenceDeserializer(item: any): WeeklyRecurrence;
307
+ /** The day of week. */
308
+ export type DayOfWeek = "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
309
+ /** The schedule recurrence. */
310
+ export interface Recurrence {
311
+ /** The start time of the schedule recurrence. Full hour and 30-minute intervals are supported. */
312
+ startTime: Time;
313
+ /** The end time of the schedule recurrence. Full hour and 30-minute intervals are supported. */
314
+ endTime: Time;
315
+ }
316
+ export declare function recurrenceSerializer(item: Recurrence): any;
317
+ export declare function recurrenceDeserializer(item: any): Recurrence;
318
+ /** The time of day. */
319
+ export interface Time {
320
+ /** The hour element of the time. Allowed values range from 0 (start of the selected day) to 24 (end of the selected day). Hour value 24 cannot be combined with any other minute value but 0. */
321
+ hour: number;
322
+ /** The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0. */
323
+ minute?: Minute;
324
+ }
325
+ export declare function timeSerializer(item: Time): any;
326
+ export declare function timeDeserializer(item: any): Time;
327
+ /** The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0. */
328
+ export declare enum KnownMinute {
329
+ Zero = 0,
330
+ Thirty = 30
331
+ }
332
+ /**
333
+ * The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0. \
334
+ * {@link KnownMinute} can be used interchangeably with Minute,
335
+ * this enum contains the known values that the service supports.
336
+ * ### Known values supported by the service
337
+ * **0** \
338
+ * **30**
339
+ */
340
+ export type Minute = number;
341
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
342
+ export interface ProxyResource extends Resource {
343
+ }
344
+ export declare function proxyResourceSerializer(item: ProxyResource): any;
345
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
346
+ /** The Agent resource. */
347
+ export interface AgentUpdateParameters {
348
+ properties?: AgentUpdateProperties;
349
+ }
350
+ export declare function agentUpdateParametersSerializer(item: AgentUpdateParameters): any;
351
+ /** model interface AgentUpdateProperties */
352
+ export interface AgentUpdateProperties {
353
+ /** A description for the Agent. */
354
+ description?: string;
355
+ /** The WAN-link upload limit schedule that applies to any Job Run the agent executes. Data plane operations (migrating files) are affected. Control plane operations ensure seamless migration functionality and are not limited by this schedule. The schedule is interpreted with the agent's local time. */
356
+ uploadLimitSchedule?: UploadLimitSchedule;
357
+ }
358
+ export declare function agentUpdatePropertiesSerializer(item: AgentUpdateProperties): any;
359
+ /** List of Agents. */
360
+ export interface _AgentList {
361
+ /** The Agent items on this page */
362
+ readonly value: Agent[];
363
+ /** The link to the next page of items */
364
+ nextLink?: string;
365
+ }
366
+ export declare function _agentListDeserializer(item: any): _AgentList;
367
+ export declare function agentArraySerializer(result: Array<Agent>): any[];
368
+ export declare function agentArrayDeserializer(result: Array<Agent>): any[];
369
+ /** The Endpoint resource, which contains information about file sources and targets. */
370
+ export interface Endpoint extends ProxyResource {
371
+ /** The resource specific properties for the Storage Mover resource. */
372
+ properties: EndpointBasePropertiesUnion;
373
+ /** The managed service identity of the resource. This property is only available on the latest version. */
374
+ identity?: ManagedServiceIdentity;
375
+ }
376
+ export declare function endpointSerializer(item: Endpoint): any;
377
+ export declare function endpointDeserializer(item: any): Endpoint;
378
+ /** The resource specific properties for the Storage Mover resource. */
379
+ export interface EndpointBaseProperties {
380
+ /** The Endpoint resource type. */
381
+ /** The discriminator possible values: AzureStorageBlobContainer, NfsMount, AzureStorageSmbFileShare, SmbMount, AzureStorageNfsFileShare, AzureMultiCloudConnector */
382
+ endpointType: EndpointType;
383
+ /** A description for the Endpoint. */
384
+ description?: string;
385
+ /** The provisioning state of this resource. */
386
+ readonly provisioningState?: ProvisioningState;
387
+ }
388
+ export declare function endpointBasePropertiesSerializer(item: EndpointBaseProperties): any;
389
+ export declare function endpointBasePropertiesDeserializer(item: any): EndpointBaseProperties;
390
+ /** Alias for EndpointBasePropertiesUnion */
391
+ export type EndpointBasePropertiesUnion = AzureStorageBlobContainerEndpointProperties | NfsMountEndpointProperties | AzureStorageSmbFileShareEndpointProperties | SmbMountEndpointProperties | AzureStorageNfsFileShareEndpointProperties | AzureMultiCloudConnectorEndpointProperties | EndpointBaseProperties;
392
+ export declare function endpointBasePropertiesUnionSerializer(item: EndpointBasePropertiesUnion): any;
393
+ export declare function endpointBasePropertiesUnionDeserializer(item: any): EndpointBasePropertiesUnion;
394
+ /** The Endpoint resource type. */
395
+ export declare enum KnownEndpointType {
396
+ AzureStorageBlobContainer = "AzureStorageBlobContainer",
397
+ NfsMount = "NfsMount",
398
+ AzureStorageSmbFileShare = "AzureStorageSmbFileShare",
399
+ SmbMount = "SmbMount",
400
+ AzureMultiCloudConnector = "AzureMultiCloudConnector",
401
+ AzureStorageNfsFileShare = "AzureStorageNfsFileShare"
402
+ }
403
+ /**
404
+ * The Endpoint resource type. \
405
+ * {@link KnownEndpointType} can be used interchangeably with EndpointType,
406
+ * this enum contains the known values that the service supports.
407
+ * ### Known values supported by the service
408
+ * **AzureStorageBlobContainer** \
409
+ * **NfsMount** \
410
+ * **AzureStorageSmbFileShare** \
411
+ * **SmbMount** \
412
+ * **AzureMultiCloudConnector** \
413
+ * **AzureStorageNfsFileShare**
414
+ */
415
+ export type EndpointType = string;
416
+ /** The properties of Azure Storage blob container endpoint. */
417
+ export interface AzureStorageBlobContainerEndpointProperties extends EndpointBaseProperties {
418
+ /** The Azure Resource ID of the storage account that is the target destination. */
419
+ storageAccountResourceId: string;
420
+ /** The name of the Storage blob container that is the target destination. */
421
+ blobContainerName: string;
422
+ /** The Endpoint resource type. */
423
+ endpointType: "AzureStorageBlobContainer";
424
+ }
425
+ export declare function azureStorageBlobContainerEndpointPropertiesSerializer(item: AzureStorageBlobContainerEndpointProperties): any;
426
+ export declare function azureStorageBlobContainerEndpointPropertiesDeserializer(item: any): AzureStorageBlobContainerEndpointProperties;
427
+ /** The properties of NFS share endpoint. */
428
+ export interface NfsMountEndpointProperties extends EndpointBaseProperties {
429
+ /** The host name or IP address of the server exporting the file system. */
430
+ host: string;
431
+ /** The NFS protocol version. */
432
+ nfsVersion?: NfsVersion;
433
+ /** The directory being exported from the server. */
434
+ export: string;
435
+ /** The Endpoint resource type. */
436
+ endpointType: "NfsMount";
437
+ }
438
+ export declare function nfsMountEndpointPropertiesSerializer(item: NfsMountEndpointProperties): any;
439
+ export declare function nfsMountEndpointPropertiesDeserializer(item: any): NfsMountEndpointProperties;
440
+ /** The NFS protocol version. */
441
+ export declare enum KnownNfsVersion {
442
+ NFSauto = "NFSauto",
443
+ NFSv3 = "NFSv3",
444
+ NFSv4 = "NFSv4"
445
+ }
446
+ /**
447
+ * The NFS protocol version. \
448
+ * {@link KnownNfsVersion} can be used interchangeably with NfsVersion,
449
+ * this enum contains the known values that the service supports.
450
+ * ### Known values supported by the service
451
+ * **NFSauto** \
452
+ * **NFSv3** \
453
+ * **NFSv4**
454
+ */
455
+ export type NfsVersion = string;
456
+ /** The properties of Azure Storage SMB file share endpoint. */
457
+ export interface AzureStorageSmbFileShareEndpointProperties extends EndpointBaseProperties {
458
+ /** The Azure Resource ID of the storage account. */
459
+ storageAccountResourceId: string;
460
+ /** The name of the Azure Storage file share. */
461
+ fileShareName: string;
462
+ /** The Endpoint resource type. */
463
+ endpointType: "AzureStorageSmbFileShare";
464
+ }
465
+ export declare function azureStorageSmbFileShareEndpointPropertiesSerializer(item: AzureStorageSmbFileShareEndpointProperties): any;
466
+ export declare function azureStorageSmbFileShareEndpointPropertiesDeserializer(item: any): AzureStorageSmbFileShareEndpointProperties;
467
+ /** The properties of SMB share endpoint. */
468
+ export interface SmbMountEndpointProperties extends EndpointBaseProperties {
469
+ /** The host name or IP address of the server exporting the file system. */
470
+ host: string;
471
+ /** The name of the SMB share being exported from the server. */
472
+ shareName: string;
473
+ /** The Azure Key Vault secret URIs which store the required credentials to access the SMB share. */
474
+ credentials?: AzureKeyVaultSmbCredentials;
475
+ /** The Endpoint resource type. */
476
+ endpointType: "SmbMount";
477
+ }
478
+ export declare function smbMountEndpointPropertiesSerializer(item: SmbMountEndpointProperties): any;
479
+ export declare function smbMountEndpointPropertiesDeserializer(item: any): SmbMountEndpointProperties;
480
+ /** The Azure Key Vault secret URIs which store the credentials. */
481
+ export interface AzureKeyVaultSmbCredentials extends Credentials {
482
+ /** The Azure Key Vault secret URI which stores the username. Use empty string to clean-up existing value. */
483
+ usernameUri?: string;
484
+ /** The Azure Key Vault secret URI which stores the password. Use empty string to clean-up existing value. */
485
+ passwordUri?: string;
486
+ /** The Credentials type. */
487
+ type: "AzureKeyVaultSmb";
488
+ }
489
+ export declare function azureKeyVaultSmbCredentialsSerializer(item: AzureKeyVaultSmbCredentials): any;
490
+ export declare function azureKeyVaultSmbCredentialsDeserializer(item: any): AzureKeyVaultSmbCredentials;
491
+ /** The properties of Azure Storage NFS file share endpoint. */
492
+ export interface AzureStorageNfsFileShareEndpointProperties extends EndpointBaseProperties {
493
+ /** The Azure Resource ID of the storage account. */
494
+ storageAccountResourceId: string;
495
+ /** The name of the Azure Storage NFS file share. */
496
+ fileShareName: string;
497
+ /** The Endpoint resource type. */
498
+ endpointType: "AzureStorageNfsFileShare";
499
+ }
500
+ export declare function azureStorageNfsFileShareEndpointPropertiesSerializer(item: AzureStorageNfsFileShareEndpointProperties): any;
501
+ export declare function azureStorageNfsFileShareEndpointPropertiesDeserializer(item: any): AzureStorageNfsFileShareEndpointProperties;
502
+ /** The properties of Azure MultiCloudConnector endpoint. */
503
+ export interface AzureMultiCloudConnectorEndpointProperties extends EndpointBaseProperties {
504
+ /** The Azure Resource ID of the MultiCloud Connector resource. */
505
+ multiCloudConnectorId: string;
506
+ /** The AWS S3 bucket ARM resource Id. */
507
+ awsS3BucketId: string;
508
+ /** The Endpoint resource type. */
509
+ endpointType: "AzureMultiCloudConnector";
510
+ }
511
+ export declare function azureMultiCloudConnectorEndpointPropertiesSerializer(item: AzureMultiCloudConnectorEndpointProperties): any;
512
+ export declare function azureMultiCloudConnectorEndpointPropertiesDeserializer(item: any): AzureMultiCloudConnectorEndpointProperties;
513
+ /** Managed service identity (system assigned and/or user assigned identities) */
514
+ export interface ManagedServiceIdentity {
515
+ /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
516
+ readonly principalId?: string;
517
+ /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
518
+ readonly tenantId?: string;
519
+ /** The type of managed identity assigned to this resource. */
520
+ type: ManagedServiceIdentityType;
521
+ /** The identities assigned to this resource by the user. */
522
+ userAssignedIdentities?: Record<string, UserAssignedIdentity>;
523
+ }
524
+ export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
525
+ export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
526
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
527
+ export declare enum KnownManagedServiceIdentityType {
528
+ /** No managed identity. */
529
+ None = "None",
530
+ /** System assigned managed identity. */
531
+ SystemAssigned = "SystemAssigned",
532
+ /** User assigned managed identity. */
533
+ UserAssigned = "UserAssigned",
534
+ /** System and user assigned managed identity. */
535
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
536
+ }
537
+ /**
538
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
539
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
540
+ * this enum contains the known values that the service supports.
541
+ * ### Known values supported by the service
542
+ * **None**: No managed identity. \
543
+ * **SystemAssigned**: System assigned managed identity. \
544
+ * **UserAssigned**: User assigned managed identity. \
545
+ * **SystemAssigned,UserAssigned**: System and user assigned managed identity.
546
+ */
547
+ export type ManagedServiceIdentityType = string;
548
+ export declare function userAssignedIdentityRecordSerializer(item: Record<string, UserAssignedIdentity>): Record<string, any>;
549
+ export declare function userAssignedIdentityRecordDeserializer(item: Record<string, any>): Record<string, UserAssignedIdentity>;
550
+ /** User assigned identity properties */
551
+ export interface UserAssignedIdentity {
552
+ /** The principal ID of the assigned identity. */
553
+ readonly principalId?: string;
554
+ /** The client ID of the assigned identity. */
555
+ readonly clientId?: string;
556
+ }
557
+ export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
558
+ export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
559
+ /** The Credentials. */
560
+ export interface Credentials {
561
+ /** The Credentials type. */
562
+ /** The discriminator possible values: AzureKeyVaultSmb */
563
+ type: CredentialType;
564
+ }
565
+ export declare function credentialsSerializer(item: Credentials): any;
566
+ export declare function credentialsDeserializer(item: any): Credentials;
567
+ /** Alias for CredentialsUnion */
568
+ export type CredentialsUnion = AzureKeyVaultSmbCredentials | Credentials;
569
+ export declare function credentialsUnionSerializer(item: CredentialsUnion): any;
570
+ export declare function credentialsUnionDeserializer(item: any): CredentialsUnion;
571
+ /** The Credentials type. */
572
+ export declare enum KnownCredentialType {
573
+ AzureKeyVaultSmb = "AzureKeyVaultSmb"
574
+ }
575
+ /**
576
+ * The Credentials type. \
577
+ * {@link KnownCredentialType} can be used interchangeably with CredentialType,
578
+ * this enum contains the known values that the service supports.
579
+ * ### Known values supported by the service
580
+ * **AzureKeyVaultSmb**
581
+ */
582
+ export type CredentialType = string;
583
+ /** The Endpoint resource. */
584
+ export interface EndpointBaseUpdateParameters {
585
+ /** The Endpoint resource, which contains information about file sources and targets. */
586
+ properties?: EndpointBaseUpdatePropertiesUnion;
587
+ /** The managed system identity assigned to this resource. */
588
+ identity?: ManagedServiceIdentity;
589
+ }
590
+ export declare function endpointBaseUpdateParametersSerializer(item: EndpointBaseUpdateParameters): any;
591
+ /** The Endpoint resource, which contains information about file sources and targets. */
592
+ export interface EndpointBaseUpdateProperties {
593
+ /** The Endpoint resource type. */
594
+ /** The discriminator possible values: AzureStorageBlobContainer, NfsMount, AzureStorageSmbFileShare, AzureStorageNfsFileShare, AzureMultiCloudConnector, SmbMount */
595
+ endpointType: EndpointType;
596
+ /** A description for the Endpoint. */
597
+ description?: string;
598
+ }
599
+ export declare function endpointBaseUpdatePropertiesSerializer(item: EndpointBaseUpdateProperties): any;
600
+ /** Alias for EndpointBaseUpdatePropertiesUnion */
601
+ export type EndpointBaseUpdatePropertiesUnion = AzureStorageBlobContainerEndpointUpdateProperties | NfsMountEndpointUpdateProperties | AzureStorageSmbFileShareEndpointUpdateProperties | AzureStorageNfsFileShareEndpointUpdateProperties | AzureMultiCloudConnectorEndpointUpdateProperties | SmbMountEndpointUpdateProperties | EndpointBaseUpdateProperties;
602
+ export declare function endpointBaseUpdatePropertiesUnionSerializer(item: EndpointBaseUpdatePropertiesUnion): any;
603
+ /** model interface AzureStorageBlobContainerEndpointUpdateProperties */
604
+ export interface AzureStorageBlobContainerEndpointUpdateProperties extends EndpointBaseUpdateProperties {
605
+ /** The Endpoint resource type. */
606
+ endpointType: "AzureStorageBlobContainer";
607
+ }
608
+ export declare function azureStorageBlobContainerEndpointUpdatePropertiesSerializer(item: AzureStorageBlobContainerEndpointUpdateProperties): any;
609
+ /** model interface NfsMountEndpointUpdateProperties */
610
+ export interface NfsMountEndpointUpdateProperties extends EndpointBaseUpdateProperties {
611
+ /** The Endpoint resource type. */
612
+ endpointType: "NfsMount";
613
+ }
614
+ export declare function nfsMountEndpointUpdatePropertiesSerializer(item: NfsMountEndpointUpdateProperties): any;
615
+ /** The properties of Azure Storage SMB file share endpoint to update. */
616
+ export interface AzureStorageSmbFileShareEndpointUpdateProperties extends EndpointBaseUpdateProperties {
617
+ /** The Endpoint resource type. */
618
+ endpointType: "AzureStorageSmbFileShare";
619
+ }
620
+ export declare function azureStorageSmbFileShareEndpointUpdatePropertiesSerializer(item: AzureStorageSmbFileShareEndpointUpdateProperties): any;
621
+ /** The properties of Azure Storage NFS file share endpoint to update. */
622
+ export interface AzureStorageNfsFileShareEndpointUpdateProperties extends EndpointBaseUpdateProperties {
623
+ /** The Endpoint resource type. */
624
+ endpointType: "AzureStorageNfsFileShare";
625
+ }
626
+ export declare function azureStorageNfsFileShareEndpointUpdatePropertiesSerializer(item: AzureStorageNfsFileShareEndpointUpdateProperties): any;
627
+ /** The properties of Azure Storage NFS file share endpoint to update. */
628
+ export interface AzureMultiCloudConnectorEndpointUpdateProperties extends EndpointBaseUpdateProperties {
629
+ /** The Endpoint resource type. */
630
+ endpointType: "AzureMultiCloudConnector";
631
+ }
632
+ export declare function azureMultiCloudConnectorEndpointUpdatePropertiesSerializer(item: AzureMultiCloudConnectorEndpointUpdateProperties): any;
633
+ /** The properties of SMB share endpoint to update. */
634
+ export interface SmbMountEndpointUpdateProperties extends EndpointBaseUpdateProperties {
635
+ /** The Azure Key Vault secret URIs which store the required credentials to access the SMB share. */
636
+ credentials?: AzureKeyVaultSmbCredentials;
637
+ /** The Endpoint resource type. */
638
+ endpointType: "SmbMount";
639
+ }
640
+ export declare function smbMountEndpointUpdatePropertiesSerializer(item: SmbMountEndpointUpdateProperties): any;
641
+ /** List of Endpoints. */
642
+ export interface _EndpointList {
643
+ /** The Endpoint items on this page */
644
+ readonly value: Endpoint[];
645
+ /** The link to the next page of items */
646
+ nextLink?: string;
647
+ }
648
+ export declare function _endpointListDeserializer(item: any): _EndpointList;
649
+ export declare function endpointArraySerializer(result: Array<Endpoint>): any[];
650
+ export declare function endpointArrayDeserializer(result: Array<Endpoint>): any[];
651
+ /** The Project resource. */
652
+ export interface Project extends ProxyResource {
653
+ /** Project properties. */
654
+ properties?: ProjectProperties;
655
+ }
656
+ export declare function projectSerializer(item: Project): any;
657
+ export declare function projectDeserializer(item: any): Project;
658
+ /** Project properties. */
659
+ export interface ProjectProperties {
660
+ /** A description for the Project. */
661
+ description?: string;
662
+ /** The provisioning state of this resource. */
663
+ readonly provisioningState?: ProvisioningState;
664
+ }
665
+ export declare function projectPropertiesSerializer(item: ProjectProperties): any;
666
+ export declare function projectPropertiesDeserializer(item: any): ProjectProperties;
667
+ /** The Project resource. */
668
+ export interface ProjectUpdateParameters {
669
+ /** Project properties. */
670
+ properties?: ProjectUpdateProperties;
671
+ }
672
+ export declare function projectUpdateParametersSerializer(item: ProjectUpdateParameters): any;
673
+ /** Project properties. */
674
+ export interface ProjectUpdateProperties {
675
+ /** A description for the Project. */
676
+ description?: string;
677
+ }
678
+ export declare function projectUpdatePropertiesSerializer(item: ProjectUpdateProperties): any;
679
+ /** List of Project resources. */
680
+ export interface _ProjectList {
681
+ /** The Project items on this page */
682
+ readonly value: Project[];
683
+ /** The link to the next page of items */
684
+ nextLink?: string;
685
+ }
686
+ export declare function _projectListDeserializer(item: any): _ProjectList;
687
+ export declare function projectArraySerializer(result: Array<Project>): any[];
688
+ export declare function projectArrayDeserializer(result: Array<Project>): any[];
689
+ /** The Job Definition resource. */
690
+ export interface JobDefinition extends ProxyResource {
691
+ /** Job definition properties. */
692
+ properties: JobDefinitionProperties;
693
+ }
694
+ export declare function jobDefinitionSerializer(item: JobDefinition): any;
695
+ export declare function jobDefinitionDeserializer(item: any): JobDefinition;
696
+ /** Job definition properties. */
697
+ export interface JobDefinitionProperties {
698
+ /** A description for the Job Definition. OnPremToCloud is for migrating data from on-premises to cloud. CloudToCloud is for migrating data between cloud to cloud. */
699
+ description?: string;
700
+ /** The type of the Job. */
701
+ jobType?: JobType;
702
+ /** Strategy to use for copy. */
703
+ copyMode: CopyMode;
704
+ /** The name of the source Endpoint. */
705
+ sourceName: string;
706
+ /** Fully qualified resource ID of the source Endpoint. */
707
+ readonly sourceResourceId?: string;
708
+ /** The subpath to use when reading from the source Endpoint. */
709
+ sourceSubpath?: string;
710
+ /** The name of the target Endpoint. */
711
+ targetName: string;
712
+ /** Fully qualified resource ID of the target Endpoint. */
713
+ readonly targetResourceId?: string;
714
+ /** The subpath to use when writing to the target Endpoint. */
715
+ targetSubpath?: string;
716
+ /** The name of the Job Run in a non-terminal state, if exists. */
717
+ readonly latestJobRunName?: string;
718
+ /** The fully qualified resource ID of the Job Run in a non-terminal state, if exists. */
719
+ readonly latestJobRunResourceId?: string;
720
+ /** The current status of the Job Run in a non-terminal state, if exists. */
721
+ readonly latestJobRunStatus?: JobRunStatus;
722
+ /** Name of the Agent to assign for new Job Runs of this Job Definition. */
723
+ agentName?: string;
724
+ /** Fully qualified resource id of the Agent to assign for new Job Runs of this Job Definition. */
725
+ readonly agentResourceId?: string;
726
+ /** The list of cloud endpoints to migrate. */
727
+ sourceTargetMap?: {
728
+ value?: SourceTargetMap[];
729
+ };
730
+ /** The provisioning state of this resource. */
731
+ readonly provisioningState?: ProvisioningState;
732
+ }
733
+ export declare function jobDefinitionPropertiesSerializer(item: JobDefinitionProperties): any;
734
+ export declare function jobDefinitionPropertiesDeserializer(item: any): JobDefinitionProperties;
735
+ /** The type of the Job. */
736
+ export declare enum KnownJobType {
737
+ OnPremToCloud = "OnPremToCloud",
738
+ CloudToCloud = "CloudToCloud"
739
+ }
740
+ /**
741
+ * The type of the Job. \
742
+ * {@link KnownJobType} can be used interchangeably with JobType,
743
+ * this enum contains the known values that the service supports.
744
+ * ### Known values supported by the service
745
+ * **OnPremToCloud** \
746
+ * **CloudToCloud**
747
+ */
748
+ export type JobType = string;
749
+ /** Strategy to use for copy. */
750
+ export declare enum KnownCopyMode {
751
+ Additive = "Additive",
752
+ Mirror = "Mirror"
753
+ }
754
+ /**
755
+ * Strategy to use for copy. \
756
+ * {@link KnownCopyMode} can be used interchangeably with CopyMode,
757
+ * this enum contains the known values that the service supports.
758
+ * ### Known values supported by the service
759
+ * **Additive** \
760
+ * **Mirror**
761
+ */
762
+ export type CopyMode = string;
763
+ /** The current status of the Job Run in a non-terminal state, if exists. */
764
+ export declare enum KnownJobRunStatus {
765
+ Queued = "Queued",
766
+ Started = "Started",
767
+ Running = "Running",
768
+ CancelRequested = "CancelRequested",
769
+ Canceling = "Canceling",
770
+ Canceled = "Canceled",
771
+ Failed = "Failed",
772
+ Succeeded = "Succeeded",
773
+ PausedByBandwidthManagement = "PausedByBandwidthManagement"
774
+ }
775
+ /**
776
+ * The current status of the Job Run in a non-terminal state, if exists. \
777
+ * {@link KnownJobRunStatus} can be used interchangeably with JobRunStatus,
778
+ * this enum contains the known values that the service supports.
779
+ * ### Known values supported by the service
780
+ * **Queued** \
781
+ * **Started** \
782
+ * **Running** \
783
+ * **CancelRequested** \
784
+ * **Canceling** \
785
+ * **Canceled** \
786
+ * **Failed** \
787
+ * **Succeeded** \
788
+ * **PausedByBandwidthManagement**
789
+ */
790
+ export type JobRunStatus = string;
791
+ /** model interface _JobDefinitionPropertiesSourceTargetMap */
792
+ export interface _JobDefinitionPropertiesSourceTargetMap {
793
+ readonly value?: SourceTargetMap[];
794
+ }
795
+ export declare function _jobDefinitionPropertiesSourceTargetMapSerializer(item: _JobDefinitionPropertiesSourceTargetMap): any;
796
+ export declare function _jobDefinitionPropertiesSourceTargetMapDeserializer(item: any): _JobDefinitionPropertiesSourceTargetMap;
797
+ export declare function sourceTargetMapArrayDeserializer(result: Array<SourceTargetMap>): any[];
798
+ /** The properties of cloud endpoints to migrate. */
799
+ export interface SourceTargetMap {
800
+ sourceEndpoint: SourceEndpoint;
801
+ targetEndpoint: TargetEndpoint;
802
+ }
803
+ export declare function sourceTargetMapDeserializer(item: any): SourceTargetMap;
804
+ /** The source endpoint resource for source and target mapping. */
805
+ export interface SourceEndpoint {
806
+ /** The properties of the cloud source endpoint to migrate. */
807
+ properties?: SourceEndpointProperties;
808
+ }
809
+ export declare function sourceEndpointDeserializer(item: any): SourceEndpoint;
810
+ /** The properties of the cloud source endpoint to migrate. */
811
+ export interface SourceEndpointProperties {
812
+ /** The name of the cloud source endpoint to migrate. */
813
+ name?: string;
814
+ /** The fully qualified ARM resource ID of the cloud source endpoint to migrate. */
815
+ sourceEndpointResourceId?: string;
816
+ /** The fully qualified ARM resource ID of the AWS S3 bucket to migrate. */
817
+ awsS3BucketId?: string;
818
+ }
819
+ export declare function sourceEndpointPropertiesDeserializer(item: any): SourceEndpointProperties;
820
+ /** The target endpoint resource for source and target mapping. */
821
+ export interface TargetEndpoint {
822
+ /** The properties of the cloud target endpoint to migrate. */
823
+ properties?: TargetEndpointProperties;
824
+ }
825
+ export declare function targetEndpointDeserializer(item: any): TargetEndpoint;
826
+ /** The properties of the cloud target endpoint to migrate. */
827
+ export interface TargetEndpointProperties {
828
+ /** The name of the cloud target endpoint to migrate. */
829
+ name?: string;
830
+ /** The fully qualified ARM resource ID of the cloud target endpoint to migrate. */
831
+ targetEndpointResourceId?: string;
832
+ /** The fully qualified ARM resource ID of the Azure Storage account. */
833
+ azureStorageAccountResourceId?: string;
834
+ /** The name of the Azure Storage blob container. */
835
+ azureStorageBlobContainerName?: string;
836
+ }
837
+ export declare function targetEndpointPropertiesDeserializer(item: any): TargetEndpointProperties;
838
+ /** The Job Definition resource. */
839
+ export interface JobDefinitionUpdateParameters {
840
+ /** Job definition properties. */
841
+ properties?: JobDefinitionUpdateProperties;
842
+ }
843
+ export declare function jobDefinitionUpdateParametersSerializer(item: JobDefinitionUpdateParameters): any;
844
+ /** Job definition properties. */
845
+ export interface JobDefinitionUpdateProperties {
846
+ /** A description for the Job Definition. */
847
+ description?: string;
848
+ /** Strategy to use for copy. */
849
+ copyMode?: CopyMode;
850
+ /** Name of the Agent to assign for new Job Runs of this Job Definition. */
851
+ agentName?: string;
852
+ }
853
+ export declare function jobDefinitionUpdatePropertiesSerializer(item: JobDefinitionUpdateProperties): any;
854
+ /** List of Job Definitions. */
855
+ export interface _JobDefinitionList {
856
+ /** The JobDefinition items on this page */
857
+ readonly value: JobDefinition[];
858
+ /** The link to the next page of items */
859
+ nextLink?: string;
860
+ }
861
+ export declare function _jobDefinitionListDeserializer(item: any): _JobDefinitionList;
862
+ export declare function jobDefinitionArraySerializer(result: Array<JobDefinition>): any[];
863
+ export declare function jobDefinitionArrayDeserializer(result: Array<JobDefinition>): any[];
864
+ /** Response that identifies a Job Run. */
865
+ export interface JobRunResourceId {
866
+ /** Fully qualified resource id of the Job Run. */
867
+ readonly jobRunResourceId?: string;
868
+ }
869
+ export declare function jobRunResourceIdDeserializer(item: any): JobRunResourceId;
870
+ /** The Job Run resource. */
871
+ export interface JobRun extends ProxyResource {
872
+ /** Job run properties. */
873
+ properties?: JobRunProperties;
874
+ }
875
+ export declare function jobRunDeserializer(item: any): JobRun;
876
+ /** Job run properties. */
877
+ export interface JobRunProperties {
878
+ /** The state of the job execution. */
879
+ readonly status?: JobRunStatus;
880
+ /** The status of Agent's scanning of source. */
881
+ readonly scanStatus?: JobRunScanStatus;
882
+ /** Name of the Agent assigned to this run. */
883
+ readonly agentName?: string;
884
+ /** Fully qualified resource id of the Agent assigned to this run. */
885
+ readonly agentResourceId?: string;
886
+ /** Start time of the run. Null if no Agent reported that the job has started. */
887
+ readonly executionStartTime?: Date;
888
+ /** End time of the run. Null if Agent has not reported that the job has ended. */
889
+ readonly executionEndTime?: Date;
890
+ /** The last updated time of the Job Run. */
891
+ readonly lastStatusUpdate?: Date;
892
+ /** Number of items scanned so far in source. */
893
+ readonly itemsScanned?: number;
894
+ /** Number of items that will not be transferred, as they are excluded by user configuration. */
895
+ readonly itemsExcluded?: number;
896
+ /** Number of items that will not be transferred, as they are unsupported on target. */
897
+ readonly itemsUnsupported?: number;
898
+ /** Number of items that will not be transferred, as they are already found on target (e.g. mirror mode). */
899
+ readonly itemsNoTransferNeeded?: number;
900
+ /** Number of items that were attempted to transfer and failed. */
901
+ readonly itemsFailed?: number;
902
+ /** Number of items successfully transferred to target. */
903
+ readonly itemsTransferred?: number;
904
+ /** Bytes of data scanned so far in source. */
905
+ readonly bytesScanned?: number;
906
+ /** Bytes of data that will not be transferred, as they are excluded by user configuration. */
907
+ readonly bytesExcluded?: number;
908
+ /** Bytes of data that will not be transferred, as they are unsupported on target. */
909
+ readonly bytesUnsupported?: number;
910
+ /** Bytes of data that will not be transferred, as they are already found on target (e.g. mirror mode). */
911
+ readonly bytesNoTransferNeeded?: number;
912
+ /** Bytes of data that were attempted to transfer and failed. */
913
+ readonly bytesFailed?: number;
914
+ /** Bytes of data successfully transferred to target. */
915
+ readonly bytesTransferred?: number;
916
+ /** Name of source Endpoint resource. This resource may no longer exist. */
917
+ readonly sourceName?: string;
918
+ /** Fully qualified resource id of source Endpoint. This id may no longer exist. */
919
+ readonly sourceResourceId?: string;
920
+ /** Copy of source Endpoint resource's properties at time of Job Run creation. */
921
+ readonly sourceProperties?: any;
922
+ /** Name of target Endpoint resource. This resource may no longer exist. */
923
+ readonly targetName?: string;
924
+ /** Fully qualified resource id of of Endpoint. This id may no longer exist. */
925
+ readonly targetResourceId?: string;
926
+ /** Copy of Endpoint resource's properties at time of Job Run creation. */
927
+ readonly targetProperties?: any;
928
+ /** Copy of parent Job Definition's properties at time of Job Run creation. */
929
+ readonly jobDefinitionProperties?: any;
930
+ /** Error details. */
931
+ readonly error?: JobRunError;
932
+ /** The provisioning state of this resource. */
933
+ readonly provisioningState?: ProvisioningState;
934
+ }
935
+ export declare function jobRunPropertiesDeserializer(item: any): JobRunProperties;
936
+ /** The status of Agent's scanning of source. */
937
+ export declare enum KnownJobRunScanStatus {
938
+ NotStarted = "NotStarted",
939
+ Scanning = "Scanning",
940
+ Completed = "Completed"
941
+ }
942
+ /**
943
+ * The status of Agent's scanning of source. \
944
+ * {@link KnownJobRunScanStatus} can be used interchangeably with JobRunScanStatus,
945
+ * this enum contains the known values that the service supports.
946
+ * ### Known values supported by the service
947
+ * **NotStarted** \
948
+ * **Scanning** \
949
+ * **Completed**
950
+ */
951
+ export type JobRunScanStatus = string;
952
+ /** Error type */
953
+ export interface JobRunError {
954
+ /** Error code of the given entry. */
955
+ code?: string;
956
+ /** Error message of the given entry. */
957
+ message?: string;
958
+ /** Target of the given error entry. */
959
+ target?: string;
960
+ }
961
+ export declare function jobRunErrorDeserializer(item: any): JobRunError;
962
+ /** List of Job Runs. */
963
+ export interface _JobRunList {
964
+ /** The JobRun items on this page */
965
+ readonly value: JobRun[];
966
+ /** The link to the next page of items */
967
+ nextLink?: string;
968
+ }
969
+ export declare function _jobRunListDeserializer(item: any): _JobRunList;
970
+ export declare function jobRunArrayDeserializer(result: Array<JobRun>): any[];
971
+ /** The available API versions. */
972
+ export declare enum KnownVersions {
973
+ /** The 2024-07-01 API version. */
974
+ V20240701 = "2024-07-01",
975
+ /** The 2025-07-01 API version. */
976
+ V20250701 = "2025-07-01"
977
+ }
978
+ //# sourceMappingURL=models.d.ts.map