@azure/arm-databox 5.0.1-alpha.20241230.1 → 5.0.1-alpha.20241231.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 (363) hide show
  1. package/{dist-esm/src → dist/browser}/dataBoxManagementClient.d.ts +2 -2
  2. package/dist/browser/dataBoxManagementClient.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/dataBoxManagementClient.js +17 -20
  4. package/dist/browser/dataBoxManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/dist/browser/models/index.js.map +1 -0
  11. package/dist/browser/models/mappers.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  13. package/dist/browser/models/parameters.js.map +1 -0
  14. package/dist/browser/operations/index.d.ts +4 -0
  15. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  16. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
  17. package/dist/browser/operations/index.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/jobs.d.ts +3 -3
  19. package/dist/browser/operations/jobs.d.ts.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/jobs.js +113 -125
  21. package/dist/browser/operations/jobs.js.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  23. package/dist/browser/operations/operations.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  25. package/dist/browser/operations/operations.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/service.d.ts +3 -3
  27. package/dist/browser/operations/service.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/service.js +3 -3
  29. package/dist/browser/operations/service.js.map +1 -0
  30. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  31. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  32. package/dist/browser/operationsInterfaces/index.js +11 -0
  33. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operationsInterfaces/jobs.d.ts +1 -1
  35. package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -0
  36. package/dist/browser/operationsInterfaces/jobs.js.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  39. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/service.d.ts +1 -1
  41. package/dist/browser/operationsInterfaces/service.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/service.js.map +1 -0
  43. package/dist/browser/package.json +3 -0
  44. package/dist/browser/pagingHelper.js.map +1 -0
  45. package/dist/commonjs/dataBoxManagementClient.d.ts +31 -0
  46. package/dist/commonjs/dataBoxManagementClient.d.ts.map +1 -0
  47. package/dist/commonjs/dataBoxManagementClient.js +140 -0
  48. package/dist/commonjs/dataBoxManagementClient.js.map +1 -0
  49. package/dist/commonjs/index.d.ts +5 -0
  50. package/dist/commonjs/index.d.ts.map +1 -0
  51. package/dist/commonjs/index.js +19 -0
  52. package/dist/commonjs/index.js.map +1 -0
  53. package/dist/commonjs/lroImpl.d.ts +11 -0
  54. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  55. package/dist/commonjs/lroImpl.js +24 -0
  56. package/dist/commonjs/lroImpl.js.map +1 -0
  57. package/{types/arm-databox.d.ts → dist/commonjs/models/index.d.ts} +2491 -2916
  58. package/dist/commonjs/models/index.d.ts.map +1 -0
  59. package/dist/commonjs/models/index.js +239 -0
  60. package/dist/commonjs/models/index.js.map +1 -0
  61. package/dist/commonjs/models/mappers.d.ts +174 -0
  62. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  63. package/dist/commonjs/models/mappers.js +4484 -0
  64. package/dist/commonjs/models/mappers.js.map +1 -0
  65. package/dist/commonjs/models/parameters.d.ts +24 -0
  66. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  67. package/dist/commonjs/models/parameters.js +179 -0
  68. package/dist/commonjs/models/parameters.js.map +1 -0
  69. package/dist/commonjs/operations/index.d.ts +4 -0
  70. package/dist/commonjs/operations/index.d.ts.map +1 -0
  71. package/dist/commonjs/operations/index.js +14 -0
  72. package/dist/commonjs/operations/index.js.map +1 -0
  73. package/dist/commonjs/operations/jobs.d.ts +161 -0
  74. package/dist/commonjs/operations/jobs.d.ts.map +1 -0
  75. package/dist/commonjs/operations/jobs.js +728 -0
  76. package/dist/commonjs/operations/jobs.js.map +1 -0
  77. package/dist/commonjs/operations/operations.d.ts +32 -0
  78. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  79. package/dist/commonjs/operations/operations.js +137 -0
  80. package/dist/commonjs/operations/operations.js.map +1 -0
  81. package/dist/commonjs/operations/service.d.ts +83 -0
  82. package/dist/commonjs/operations/service.d.ts.map +1 -0
  83. package/dist/commonjs/operations/service.js +324 -0
  84. package/dist/commonjs/operations/service.js.map +1 -0
  85. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  86. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  87. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  88. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  89. package/dist/commonjs/operationsInterfaces/jobs.d.ts +115 -0
  90. package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -0
  91. package/dist/commonjs/operationsInterfaces/jobs.js +10 -0
  92. package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -0
  93. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  94. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  95. package/{dist-esm/src/operations/index.js → dist/commonjs/operationsInterfaces/operations.js} +3 -4
  96. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  97. package/dist/commonjs/operationsInterfaces/service.d.ts +54 -0
  98. package/dist/commonjs/operationsInterfaces/service.d.ts.map +1 -0
  99. package/dist/commonjs/operationsInterfaces/service.js +10 -0
  100. package/dist/commonjs/operationsInterfaces/service.js.map +1 -0
  101. package/dist/commonjs/package.json +3 -0
  102. package/dist/commonjs/pagingHelper.d.ts +13 -0
  103. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  104. package/dist/commonjs/pagingHelper.js +36 -0
  105. package/dist/commonjs/pagingHelper.js.map +1 -0
  106. package/dist/esm/dataBoxManagementClient.d.ts +31 -0
  107. package/dist/esm/dataBoxManagementClient.d.ts.map +1 -0
  108. package/dist/esm/dataBoxManagementClient.js +135 -0
  109. package/dist/esm/dataBoxManagementClient.js.map +1 -0
  110. package/dist/esm/index.d.ts +5 -0
  111. package/dist/esm/index.d.ts.map +1 -0
  112. package/{src/index.ts → dist/esm/index.js} +5 -5
  113. package/dist/esm/index.js.map +1 -0
  114. package/dist/esm/lroImpl.d.ts +11 -0
  115. package/dist/esm/lroImpl.d.ts.map +1 -0
  116. package/dist/esm/lroImpl.js +21 -0
  117. package/dist/esm/lroImpl.js.map +1 -0
  118. package/dist/esm/models/index.d.ts +2491 -0
  119. package/dist/esm/models/index.d.ts.map +1 -0
  120. package/dist/esm/models/index.js +236 -0
  121. package/dist/esm/models/index.js.map +1 -0
  122. package/dist/esm/models/mappers.d.ts +174 -0
  123. package/dist/esm/models/mappers.d.ts.map +1 -0
  124. package/dist/{index.js → esm/models/mappers.js} +129 -2060
  125. package/dist/esm/models/mappers.js.map +1 -0
  126. package/dist/esm/models/parameters.d.ts +24 -0
  127. package/dist/esm/models/parameters.d.ts.map +1 -0
  128. package/dist/esm/models/parameters.js +176 -0
  129. package/dist/esm/models/parameters.js.map +1 -0
  130. package/dist/esm/operations/index.d.ts +4 -0
  131. package/dist/esm/operations/index.d.ts.map +1 -0
  132. package/dist/esm/operations/index.js +11 -0
  133. package/dist/esm/operations/index.js.map +1 -0
  134. package/dist/esm/operations/jobs.d.ts +161 -0
  135. package/dist/esm/operations/jobs.d.ts.map +1 -0
  136. package/dist/esm/operations/jobs.js +724 -0
  137. package/dist/esm/operations/jobs.js.map +1 -0
  138. package/dist/esm/operations/operations.d.ts +32 -0
  139. package/dist/esm/operations/operations.d.ts.map +1 -0
  140. package/dist/esm/operations/operations.js +133 -0
  141. package/dist/esm/operations/operations.js.map +1 -0
  142. package/dist/esm/operations/service.d.ts +83 -0
  143. package/dist/esm/operations/service.d.ts.map +1 -0
  144. package/dist/esm/operations/service.js +320 -0
  145. package/dist/esm/operations/service.js.map +1 -0
  146. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  147. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  148. package/dist/esm/operationsInterfaces/index.js +11 -0
  149. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  150. package/dist/esm/operationsInterfaces/jobs.d.ts +115 -0
  151. package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -0
  152. package/{src/operations/index.ts → dist/esm/operationsInterfaces/jobs.js} +2 -4
  153. package/dist/esm/operationsInterfaces/jobs.js.map +1 -0
  154. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  155. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  156. package/dist/esm/operationsInterfaces/operations.js +9 -0
  157. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  158. package/dist/esm/operationsInterfaces/service.d.ts +54 -0
  159. package/dist/esm/operationsInterfaces/service.d.ts.map +1 -0
  160. package/dist/esm/operationsInterfaces/service.js +9 -0
  161. package/dist/esm/operationsInterfaces/service.js.map +1 -0
  162. package/dist/esm/package.json +3 -0
  163. package/dist/esm/pagingHelper.d.ts +13 -0
  164. package/dist/esm/pagingHelper.d.ts.map +1 -0
  165. package/dist/esm/pagingHelper.js +32 -0
  166. package/dist/esm/pagingHelper.js.map +1 -0
  167. package/dist/react-native/dataBoxManagementClient.d.ts +31 -0
  168. package/dist/react-native/dataBoxManagementClient.d.ts.map +1 -0
  169. package/dist/react-native/dataBoxManagementClient.js +135 -0
  170. package/dist/react-native/dataBoxManagementClient.js.map +1 -0
  171. package/dist/react-native/index.d.ts +5 -0
  172. package/dist/react-native/index.d.ts.map +1 -0
  173. package/dist/react-native/index.js +13 -0
  174. package/dist/react-native/index.js.map +1 -0
  175. package/dist/react-native/lroImpl.d.ts +11 -0
  176. package/dist/react-native/lroImpl.d.ts.map +1 -0
  177. package/dist/react-native/lroImpl.js +21 -0
  178. package/dist/react-native/lroImpl.js.map +1 -0
  179. package/dist/react-native/models/index.d.ts +2491 -0
  180. package/dist/react-native/models/index.d.ts.map +1 -0
  181. package/dist/react-native/models/index.js +236 -0
  182. package/dist/react-native/models/index.js.map +1 -0
  183. package/dist/react-native/models/mappers.d.ts +174 -0
  184. package/dist/react-native/models/mappers.d.ts.map +1 -0
  185. package/dist/react-native/models/mappers.js +4479 -0
  186. package/dist/react-native/models/mappers.js.map +1 -0
  187. package/dist/react-native/models/parameters.d.ts +24 -0
  188. package/dist/react-native/models/parameters.d.ts.map +1 -0
  189. package/dist/react-native/models/parameters.js +176 -0
  190. package/dist/react-native/models/parameters.js.map +1 -0
  191. package/dist/react-native/operations/index.d.ts +4 -0
  192. package/dist/react-native/operations/index.d.ts.map +1 -0
  193. package/dist/react-native/operations/index.js +11 -0
  194. package/dist/react-native/operations/index.js.map +1 -0
  195. package/dist/react-native/operations/jobs.d.ts +161 -0
  196. package/dist/react-native/operations/jobs.d.ts.map +1 -0
  197. package/dist/react-native/operations/jobs.js +724 -0
  198. package/dist/react-native/operations/jobs.js.map +1 -0
  199. package/dist/react-native/operations/operations.d.ts +32 -0
  200. package/dist/react-native/operations/operations.d.ts.map +1 -0
  201. package/dist/react-native/operations/operations.js +133 -0
  202. package/dist/react-native/operations/operations.js.map +1 -0
  203. package/dist/react-native/operations/service.d.ts +83 -0
  204. package/dist/react-native/operations/service.d.ts.map +1 -0
  205. package/dist/react-native/operations/service.js +320 -0
  206. package/dist/react-native/operations/service.js.map +1 -0
  207. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  208. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  209. package/dist/react-native/operationsInterfaces/index.js +11 -0
  210. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  211. package/dist/react-native/operationsInterfaces/jobs.d.ts +115 -0
  212. package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -0
  213. package/dist/react-native/operationsInterfaces/jobs.js +9 -0
  214. package/dist/react-native/operationsInterfaces/jobs.js.map +1 -0
  215. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  216. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  217. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  218. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  219. package/dist/react-native/operationsInterfaces/service.d.ts +54 -0
  220. package/dist/react-native/operationsInterfaces/service.d.ts.map +1 -0
  221. package/dist/react-native/operationsInterfaces/service.js +9 -0
  222. package/dist/react-native/operationsInterfaces/service.js.map +1 -0
  223. package/dist/react-native/package.json +3 -0
  224. package/dist/react-native/pagingHelper.d.ts +13 -0
  225. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  226. package/dist/react-native/pagingHelper.js +32 -0
  227. package/dist/react-native/pagingHelper.js.map +1 -0
  228. package/package.json +59 -29
  229. package/dist/index.js.map +0 -1
  230. package/dist/index.min.js +0 -1
  231. package/dist/index.min.js.map +0 -1
  232. package/dist-esm/samples-dev/jobsBookShipmentPickUpSample.d.ts +0 -2
  233. package/dist-esm/samples-dev/jobsBookShipmentPickUpSample.d.ts.map +0 -1
  234. package/dist-esm/samples-dev/jobsBookShipmentPickUpSample.js +0 -43
  235. package/dist-esm/samples-dev/jobsBookShipmentPickUpSample.js.map +0 -1
  236. package/dist-esm/samples-dev/jobsCancelSample.d.ts +0 -2
  237. package/dist-esm/samples-dev/jobsCancelSample.d.ts.map +0 -1
  238. package/dist-esm/samples-dev/jobsCancelSample.js +0 -39
  239. package/dist-esm/samples-dev/jobsCancelSample.js.map +0 -1
  240. package/dist-esm/samples-dev/jobsCreateSample.d.ts +0 -2
  241. package/dist-esm/samples-dev/jobsCreateSample.d.ts.map +0 -1
  242. package/dist-esm/samples-dev/jobsCreateSample.js +0 -289
  243. package/dist-esm/samples-dev/jobsCreateSample.js.map +0 -1
  244. package/dist-esm/samples-dev/jobsDeleteSample.d.ts +0 -2
  245. package/dist-esm/samples-dev/jobsDeleteSample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/jobsDeleteSample.js +0 -38
  247. package/dist-esm/samples-dev/jobsDeleteSample.js.map +0 -1
  248. package/dist-esm/samples-dev/jobsGetSample.d.ts +0 -2
  249. package/dist-esm/samples-dev/jobsGetSample.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/jobsGetSample.js +0 -120
  251. package/dist-esm/samples-dev/jobsGetSample.js.map +0 -1
  252. package/dist-esm/samples-dev/jobsListByResourceGroupSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/jobsListByResourceGroupSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/jobsListByResourceGroupSample.js +0 -53
  255. package/dist-esm/samples-dev/jobsListByResourceGroupSample.js.map +0 -1
  256. package/dist-esm/samples-dev/jobsListCredentialsSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/jobsListCredentialsSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/jobsListCredentialsSample.js +0 -54
  259. package/dist-esm/samples-dev/jobsListCredentialsSample.js.map +0 -1
  260. package/dist-esm/samples-dev/jobsListSample.d.ts +0 -2
  261. package/dist-esm/samples-dev/jobsListSample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/jobsListSample.js +0 -52
  263. package/dist-esm/samples-dev/jobsListSample.js.map +0 -1
  264. package/dist-esm/samples-dev/jobsMarkDevicesShippedSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/jobsMarkDevicesShippedSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/jobsMarkDevicesShippedSample.js +0 -44
  267. package/dist-esm/samples-dev/jobsMarkDevicesShippedSample.js.map +0 -1
  268. package/dist-esm/samples-dev/jobsUpdateSample.d.ts +0 -2
  269. package/dist-esm/samples-dev/jobsUpdateSample.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/jobsUpdateSample.js +0 -124
  271. package/dist-esm/samples-dev/jobsUpdateSample.js.map +0 -1
  272. package/dist-esm/samples-dev/mitigateSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/mitigateSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/mitigateSample.js +0 -44
  275. package/dist-esm/samples-dev/mitigateSample.js.map +0 -1
  276. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  277. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  279. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  280. package/dist-esm/samples-dev/serviceListAvailableSkusByResourceGroupSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/serviceListAvailableSkusByResourceGroupSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/serviceListAvailableSkusByResourceGroupSample.js +0 -59
  283. package/dist-esm/samples-dev/serviceListAvailableSkusByResourceGroupSample.js.map +0 -1
  284. package/dist-esm/samples-dev/serviceRegionConfigurationByResourceGroupSample.d.ts +0 -2
  285. package/dist-esm/samples-dev/serviceRegionConfigurationByResourceGroupSample.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/serviceRegionConfigurationByResourceGroupSample.js +0 -44
  287. package/dist-esm/samples-dev/serviceRegionConfigurationByResourceGroupSample.js.map +0 -1
  288. package/dist-esm/samples-dev/serviceRegionConfigurationSample.d.ts +0 -2
  289. package/dist-esm/samples-dev/serviceRegionConfigurationSample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/serviceRegionConfigurationSample.js +0 -43
  291. package/dist-esm/samples-dev/serviceRegionConfigurationSample.js.map +0 -1
  292. package/dist-esm/samples-dev/serviceValidateAddressSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/serviceValidateAddressSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/serviceValidateAddressSample.js +0 -51
  295. package/dist-esm/samples-dev/serviceValidateAddressSample.js.map +0 -1
  296. package/dist-esm/samples-dev/serviceValidateInputsByResourceGroupSample.d.ts +0 -2
  297. package/dist-esm/samples-dev/serviceValidateInputsByResourceGroupSample.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/serviceValidateInputsByResourceGroupSample.js +0 -87
  299. package/dist-esm/samples-dev/serviceValidateInputsByResourceGroupSample.js.map +0 -1
  300. package/dist-esm/samples-dev/serviceValidateInputsSample.d.ts +0 -2
  301. package/dist-esm/samples-dev/serviceValidateInputsSample.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/serviceValidateInputsSample.js +0 -86
  303. package/dist-esm/samples-dev/serviceValidateInputsSample.js.map +0 -1
  304. package/dist-esm/src/dataBoxManagementClient.d.ts.map +0 -1
  305. package/dist-esm/src/dataBoxManagementClient.js.map +0 -1
  306. package/dist-esm/src/index.d.ts +0 -5
  307. package/dist-esm/src/index.js.map +0 -1
  308. package/dist-esm/src/lroImpl.js.map +0 -1
  309. package/dist-esm/src/models/index.js.map +0 -1
  310. package/dist-esm/src/models/mappers.js.map +0 -1
  311. package/dist-esm/src/models/parameters.js.map +0 -1
  312. package/dist-esm/src/operations/index.d.ts +0 -4
  313. package/dist-esm/src/operations/index.js.map +0 -1
  314. package/dist-esm/src/operations/jobs.d.ts.map +0 -1
  315. package/dist-esm/src/operations/jobs.js.map +0 -1
  316. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  317. package/dist-esm/src/operations/operations.js.map +0 -1
  318. package/dist-esm/src/operations/service.d.ts.map +0 -1
  319. package/dist-esm/src/operations/service.js.map +0 -1
  320. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  321. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  322. package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +0 -1
  323. package/dist-esm/src/operationsInterfaces/jobs.js.map +0 -1
  324. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  325. package/dist-esm/src/operationsInterfaces/service.d.ts.map +0 -1
  326. package/dist-esm/src/operationsInterfaces/service.js.map +0 -1
  327. package/dist-esm/src/pagingHelper.js.map +0 -1
  328. package/dist-esm/test/databox_operations_test.spec.d.ts +0 -4
  329. package/dist-esm/test/databox_operations_test.spec.d.ts.map +0 -1
  330. package/dist-esm/test/databox_operations_test.spec.js +0 -77
  331. package/dist-esm/test/databox_operations_test.spec.js.map +0 -1
  332. package/src/dataBoxManagementClient.ts +0 -195
  333. package/src/lroImpl.ts +0 -42
  334. package/src/models/index.ts +0 -2800
  335. package/src/models/mappers.ts +0 -4799
  336. package/src/models/parameters.ts +0 -214
  337. package/src/operations/jobs.ts +0 -955
  338. package/src/operations/operations.ts +0 -149
  339. package/src/operations/service.ts +0 -443
  340. package/src/operationsInterfaces/index.ts +0 -11
  341. package/src/operationsInterfaces/jobs.ts +0 -205
  342. package/src/operationsInterfaces/operations.ts +0 -22
  343. package/src/operationsInterfaces/service.ts +0 -107
  344. package/src/pagingHelper.ts +0 -39
  345. package/tsconfig.json +0 -33
  346. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  347. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  348. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  349. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  350. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  351. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  352. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  353. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  354. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  355. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  356. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  357. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobs.js +0 -0
  358. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  359. /package/{dist-esm/src → dist/browser}/operationsInterfaces/service.js +0 -0
  360. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  361. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  362. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  363. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,4484 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.SkuInformation = exports.AvailableSkusResult = exports.AvailableSkuRequest = exports.PackageCarrierInfo = exports.MarkDevicesShippedRequest = exports.MitigateJobRequest = exports.UserAssignedIdentity = exports.ResourceIdentity = exports.Sku = exports.Resource = exports.SystemData = exports.JobDeliveryInfo = exports.DatacenterAddressResponse = exports.LastMitigationActionOnJob = exports.UserAssignedProperties = exports.IdentityProperties = exports.KeyEncryptionKey = exports.DeviceErasureDetails = exports.CopyLogDetails = exports.ContactInfo = exports.ReverseShippingDetails = exports.EncryptionPreferences = exports.TransportPreferences = exports.Preferences = exports.TransferAllDetails = exports.TransferConfigurationTransferAllDetails = exports.FilterFileDetails = exports.AzureFileFilterDetails = exports.BlobFilterDetails = exports.TransferFilterDetails = exports.TransferConfigurationTransferFilterDetails = exports.TransferConfiguration = exports.DataExportDetails = exports.DataAccountDetails = exports.DataImportDetails = exports.PackageShippingDetails = exports.ShippingAddress = exports.NotificationPreference = exports.ContactDetails = exports.JobStages = exports.JobDetails = exports.AdditionalErrorInfo = exports.CloudError = exports.JobResourceList = exports.Details = exports.ErrorDetail = exports.ApiError = exports.OperationDisplay = exports.Operation = exports.OperationList = void 0;
11
+ exports.DatacenterAddressInstructionResponse = exports.DataBoxHeavyAccountCopyLogDetails = exports.DataBoxDiskCopyLogDetails = exports.DataBoxCustomerDiskCopyLogDetails = exports.DataBoxAccountCopyLogDetails = exports.StorageAccountDetails = exports.ManagedDiskDetails = exports.DataBoxJobDetails = exports.DataBoxHeavyJobDetails = exports.DataBoxDiskJobDetails = exports.DataBoxCustomerDiskJobDetails = exports.DataBoxSecret = exports.DataBoxHeavySecret = exports.DataBoxDiskCopyProgress = exports.DiskSecret = exports.ExportDiskDetails = exports.ImportDiskDetails = exports.GranularCopyProgress = exports.CopyProgress = exports.GranularCopyLogDetails = exports.ArmBaseObject = exports.ApplianceNetworkConfiguration = exports.ShareCredentialDetails = exports.AccountCredentialDetails = exports.TransportAvailabilityDetails = exports.TransportAvailabilityResponse = exports.ScheduleAvailabilityResponse = exports.RegionConfigurationResponse = exports.DatacenterAddressRequest = exports.TransportAvailabilityRequest = exports.ScheduleAvailabilityRequest = exports.RegionConfigurationRequest = exports.DcAccessSecurityCode = exports.JobSecrets = exports.UnencryptedCredentials = exports.UnencryptedCredentialsList = exports.CancellationReason = exports.ShipmentPickUpResponse = exports.ShipmentPickUpRequest = exports.PackageCarrierDetails = exports.UpdateJobDetails = exports.JobResourceUpdateParameter = exports.ValidationResponse = exports.ValidationRequest = exports.ValidationInputResponse = exports.AddressValidationOutput = exports.ValidationInputRequest = exports.SkuCost = exports.SkuCapacity = exports.DataLocationToServiceLocationMap = void 0;
12
+ exports.discriminators = exports.JobsUpdateHeaders = exports.JobsDeleteHeaders = exports.DataBoxDiskGranularCopyProgress = exports.DataBoxCustomerDiskCopyProgress = exports.DataBoxDiskGranularCopyLogDetails = exports.HeavyScheduleAvailabilityRequest = exports.DiskScheduleAvailabilityRequest = exports.DataBoxScheduleAvailabilityRequest = exports.DataboxJobSecrets = exports.DataBoxHeavyJobSecrets = exports.DataBoxDiskJobSecrets = exports.CustomerDiskJobSecrets = exports.CreateJobValidations = exports.SubscriptionIsAllowedToCreateJobValidationResponseProperties = exports.SkuAvailabilityValidationResponseProperties = exports.PreferencesValidationResponseProperties = exports.DataTransferDetailsValidationResponseProperties = exports.CreateOrderLimitForSubscriptionValidationResponseProperties = exports.AddressValidationProperties = exports.SubscriptionIsAllowedToCreateJobValidationRequest = exports.SkuAvailabilityValidationRequest = exports.PreferencesValidationRequest = exports.DataTransferDetailsValidationRequest = exports.CreateOrderLimitForSubscriptionValidationRequest = exports.ValidateAddress = exports.JobResource = exports.DatacenterAddressLocationResponse = void 0;
13
+ exports.OperationList = {
14
+ type: {
15
+ name: "Composite",
16
+ className: "OperationList",
17
+ modelProperties: {
18
+ value: {
19
+ serializedName: "value",
20
+ readOnly: true,
21
+ type: {
22
+ name: "Sequence",
23
+ element: {
24
+ type: {
25
+ name: "Composite",
26
+ className: "Operation"
27
+ }
28
+ }
29
+ }
30
+ },
31
+ nextLink: {
32
+ serializedName: "nextLink",
33
+ type: {
34
+ name: "String"
35
+ }
36
+ }
37
+ }
38
+ }
39
+ };
40
+ exports.Operation = {
41
+ type: {
42
+ name: "Composite",
43
+ className: "Operation",
44
+ modelProperties: {
45
+ name: {
46
+ serializedName: "name",
47
+ readOnly: true,
48
+ type: {
49
+ name: "String"
50
+ }
51
+ },
52
+ display: {
53
+ serializedName: "display",
54
+ type: {
55
+ name: "Composite",
56
+ className: "OperationDisplay"
57
+ }
58
+ },
59
+ properties: {
60
+ serializedName: "properties",
61
+ readOnly: true,
62
+ type: {
63
+ name: "Dictionary",
64
+ value: { type: { name: "any" } }
65
+ }
66
+ },
67
+ origin: {
68
+ serializedName: "origin",
69
+ readOnly: true,
70
+ type: {
71
+ name: "String"
72
+ }
73
+ },
74
+ isDataAction: {
75
+ serializedName: "isDataAction",
76
+ type: {
77
+ name: "Boolean"
78
+ }
79
+ }
80
+ }
81
+ }
82
+ };
83
+ exports.OperationDisplay = {
84
+ type: {
85
+ name: "Composite",
86
+ className: "OperationDisplay",
87
+ modelProperties: {
88
+ provider: {
89
+ serializedName: "provider",
90
+ type: {
91
+ name: "String"
92
+ }
93
+ },
94
+ resource: {
95
+ serializedName: "resource",
96
+ type: {
97
+ name: "String"
98
+ }
99
+ },
100
+ operation: {
101
+ serializedName: "operation",
102
+ type: {
103
+ name: "String"
104
+ }
105
+ },
106
+ description: {
107
+ serializedName: "description",
108
+ type: {
109
+ name: "String"
110
+ }
111
+ }
112
+ }
113
+ }
114
+ };
115
+ exports.ApiError = {
116
+ type: {
117
+ name: "Composite",
118
+ className: "ApiError",
119
+ modelProperties: {
120
+ error: {
121
+ serializedName: "error",
122
+ type: {
123
+ name: "Composite",
124
+ className: "ErrorDetail"
125
+ }
126
+ }
127
+ }
128
+ }
129
+ };
130
+ exports.ErrorDetail = {
131
+ type: {
132
+ name: "Composite",
133
+ className: "ErrorDetail",
134
+ modelProperties: {
135
+ code: {
136
+ serializedName: "code",
137
+ required: true,
138
+ type: {
139
+ name: "String"
140
+ }
141
+ },
142
+ message: {
143
+ serializedName: "message",
144
+ required: true,
145
+ type: {
146
+ name: "String"
147
+ }
148
+ },
149
+ details: {
150
+ serializedName: "details",
151
+ type: {
152
+ name: "Sequence",
153
+ element: {
154
+ type: {
155
+ name: "Composite",
156
+ className: "Details"
157
+ }
158
+ }
159
+ }
160
+ },
161
+ target: {
162
+ serializedName: "target",
163
+ type: {
164
+ name: "String"
165
+ }
166
+ }
167
+ }
168
+ }
169
+ };
170
+ exports.Details = {
171
+ type: {
172
+ name: "Composite",
173
+ className: "Details",
174
+ modelProperties: {
175
+ code: {
176
+ serializedName: "code",
177
+ required: true,
178
+ type: {
179
+ name: "String"
180
+ }
181
+ },
182
+ message: {
183
+ serializedName: "message",
184
+ required: true,
185
+ type: {
186
+ name: "String"
187
+ }
188
+ }
189
+ }
190
+ }
191
+ };
192
+ exports.JobResourceList = {
193
+ type: {
194
+ name: "Composite",
195
+ className: "JobResourceList",
196
+ modelProperties: {
197
+ value: {
198
+ serializedName: "value",
199
+ type: {
200
+ name: "Sequence",
201
+ element: {
202
+ type: {
203
+ name: "Composite",
204
+ className: "JobResource"
205
+ }
206
+ }
207
+ }
208
+ },
209
+ nextLink: {
210
+ serializedName: "nextLink",
211
+ type: {
212
+ name: "String"
213
+ }
214
+ }
215
+ }
216
+ }
217
+ };
218
+ exports.CloudError = {
219
+ type: {
220
+ name: "Composite",
221
+ className: "CloudError",
222
+ modelProperties: {
223
+ additionalInfo: {
224
+ serializedName: "additionalInfo",
225
+ readOnly: true,
226
+ type: {
227
+ name: "Sequence",
228
+ element: {
229
+ type: {
230
+ name: "Composite",
231
+ className: "AdditionalErrorInfo"
232
+ }
233
+ }
234
+ }
235
+ },
236
+ code: {
237
+ serializedName: "code",
238
+ type: {
239
+ name: "String"
240
+ }
241
+ },
242
+ details: {
243
+ serializedName: "details",
244
+ readOnly: true,
245
+ type: {
246
+ name: "Sequence",
247
+ element: {
248
+ type: {
249
+ name: "Composite",
250
+ className: "CloudError"
251
+ }
252
+ }
253
+ }
254
+ },
255
+ message: {
256
+ serializedName: "message",
257
+ type: {
258
+ name: "String"
259
+ }
260
+ },
261
+ target: {
262
+ serializedName: "target",
263
+ type: {
264
+ name: "String"
265
+ }
266
+ }
267
+ }
268
+ }
269
+ };
270
+ exports.AdditionalErrorInfo = {
271
+ type: {
272
+ name: "Composite",
273
+ className: "AdditionalErrorInfo",
274
+ modelProperties: {
275
+ info: {
276
+ serializedName: "info",
277
+ type: {
278
+ name: "Dictionary",
279
+ value: { type: { name: "any" } }
280
+ }
281
+ },
282
+ type: {
283
+ serializedName: "type",
284
+ type: {
285
+ name: "String"
286
+ }
287
+ }
288
+ }
289
+ }
290
+ };
291
+ exports.JobDetails = {
292
+ type: {
293
+ name: "Composite",
294
+ className: "JobDetails",
295
+ uberParent: "JobDetails",
296
+ polymorphicDiscriminator: {
297
+ serializedName: "jobDetailsType",
298
+ clientName: "jobDetailsType"
299
+ },
300
+ modelProperties: {
301
+ jobStages: {
302
+ serializedName: "jobStages",
303
+ readOnly: true,
304
+ type: {
305
+ name: "Sequence",
306
+ element: {
307
+ type: {
308
+ name: "Composite",
309
+ className: "JobStages"
310
+ }
311
+ }
312
+ }
313
+ },
314
+ contactDetails: {
315
+ serializedName: "contactDetails",
316
+ type: {
317
+ name: "Composite",
318
+ className: "ContactDetails"
319
+ }
320
+ },
321
+ shippingAddress: {
322
+ serializedName: "shippingAddress",
323
+ type: {
324
+ name: "Composite",
325
+ className: "ShippingAddress"
326
+ }
327
+ },
328
+ deliveryPackage: {
329
+ serializedName: "deliveryPackage",
330
+ type: {
331
+ name: "Composite",
332
+ className: "PackageShippingDetails"
333
+ }
334
+ },
335
+ returnPackage: {
336
+ serializedName: "returnPackage",
337
+ type: {
338
+ name: "Composite",
339
+ className: "PackageShippingDetails"
340
+ }
341
+ },
342
+ dataImportDetails: {
343
+ serializedName: "dataImportDetails",
344
+ type: {
345
+ name: "Sequence",
346
+ element: {
347
+ type: {
348
+ name: "Composite",
349
+ className: "DataImportDetails"
350
+ }
351
+ }
352
+ }
353
+ },
354
+ dataExportDetails: {
355
+ serializedName: "dataExportDetails",
356
+ type: {
357
+ name: "Sequence",
358
+ element: {
359
+ type: {
360
+ name: "Composite",
361
+ className: "DataExportDetails"
362
+ }
363
+ }
364
+ }
365
+ },
366
+ jobDetailsType: {
367
+ serializedName: "jobDetailsType",
368
+ required: true,
369
+ type: {
370
+ name: "Enum",
371
+ allowedValues: [
372
+ "DataBox",
373
+ "DataBoxDisk",
374
+ "DataBoxHeavy",
375
+ "DataBoxCustomerDisk"
376
+ ]
377
+ }
378
+ },
379
+ preferences: {
380
+ serializedName: "preferences",
381
+ type: {
382
+ name: "Composite",
383
+ className: "Preferences"
384
+ }
385
+ },
386
+ reverseShippingDetails: {
387
+ serializedName: "reverseShippingDetails",
388
+ type: {
389
+ name: "Composite",
390
+ className: "ReverseShippingDetails"
391
+ }
392
+ },
393
+ copyLogDetails: {
394
+ serializedName: "copyLogDetails",
395
+ readOnly: true,
396
+ type: {
397
+ name: "Sequence",
398
+ element: {
399
+ type: {
400
+ name: "Composite",
401
+ className: "CopyLogDetails"
402
+ }
403
+ }
404
+ }
405
+ },
406
+ reverseShipmentLabelSasKey: {
407
+ serializedName: "reverseShipmentLabelSasKey",
408
+ readOnly: true,
409
+ type: {
410
+ name: "String"
411
+ }
412
+ },
413
+ chainOfCustodySasKey: {
414
+ serializedName: "chainOfCustodySasKey",
415
+ readOnly: true,
416
+ type: {
417
+ name: "String"
418
+ }
419
+ },
420
+ deviceErasureDetails: {
421
+ serializedName: "deviceErasureDetails",
422
+ type: {
423
+ name: "Composite",
424
+ className: "DeviceErasureDetails"
425
+ }
426
+ },
427
+ keyEncryptionKey: {
428
+ serializedName: "keyEncryptionKey",
429
+ type: {
430
+ name: "Composite",
431
+ className: "KeyEncryptionKey"
432
+ }
433
+ },
434
+ expectedDataSizeInTeraBytes: {
435
+ serializedName: "expectedDataSizeInTeraBytes",
436
+ type: {
437
+ name: "Number"
438
+ }
439
+ },
440
+ actions: {
441
+ serializedName: "actions",
442
+ readOnly: true,
443
+ type: {
444
+ name: "Sequence",
445
+ element: {
446
+ type: {
447
+ name: "Enum",
448
+ allowedValues: [
449
+ "None",
450
+ "MoveToCleanUpDevice",
451
+ "Resume",
452
+ "Restart",
453
+ "ReachOutToOperation"
454
+ ]
455
+ }
456
+ }
457
+ }
458
+ },
459
+ lastMitigationActionOnJob: {
460
+ serializedName: "lastMitigationActionOnJob",
461
+ type: {
462
+ name: "Composite",
463
+ className: "LastMitigationActionOnJob"
464
+ }
465
+ },
466
+ datacenterAddress: {
467
+ serializedName: "datacenterAddress",
468
+ type: {
469
+ name: "Composite",
470
+ className: "DatacenterAddressResponse"
471
+ }
472
+ },
473
+ dataCenterCode: {
474
+ serializedName: "dataCenterCode",
475
+ readOnly: true,
476
+ type: {
477
+ name: "String"
478
+ }
479
+ }
480
+ }
481
+ }
482
+ };
483
+ exports.JobStages = {
484
+ type: {
485
+ name: "Composite",
486
+ className: "JobStages",
487
+ modelProperties: {
488
+ stageName: {
489
+ serializedName: "stageName",
490
+ readOnly: true,
491
+ type: {
492
+ name: "String"
493
+ }
494
+ },
495
+ displayName: {
496
+ serializedName: "displayName",
497
+ readOnly: true,
498
+ type: {
499
+ name: "String"
500
+ }
501
+ },
502
+ stageStatus: {
503
+ serializedName: "stageStatus",
504
+ readOnly: true,
505
+ type: {
506
+ name: "Enum",
507
+ allowedValues: [
508
+ "None",
509
+ "InProgress",
510
+ "Succeeded",
511
+ "Failed",
512
+ "Cancelled",
513
+ "Cancelling",
514
+ "SucceededWithErrors",
515
+ "WaitingForCustomerAction",
516
+ "SucceededWithWarnings",
517
+ "WaitingForCustomerActionForKek",
518
+ "WaitingForCustomerActionForCleanUp",
519
+ "CustomerActionPerformedForCleanUp",
520
+ "CustomerActionPerformed"
521
+ ]
522
+ }
523
+ },
524
+ stageTime: {
525
+ serializedName: "stageTime",
526
+ readOnly: true,
527
+ type: {
528
+ name: "DateTime"
529
+ }
530
+ },
531
+ jobStageDetails: {
532
+ serializedName: "jobStageDetails",
533
+ readOnly: true,
534
+ type: {
535
+ name: "Dictionary",
536
+ value: { type: { name: "any" } }
537
+ }
538
+ }
539
+ }
540
+ }
541
+ };
542
+ exports.ContactDetails = {
543
+ type: {
544
+ name: "Composite",
545
+ className: "ContactDetails",
546
+ modelProperties: {
547
+ contactName: {
548
+ serializedName: "contactName",
549
+ required: true,
550
+ type: {
551
+ name: "String"
552
+ }
553
+ },
554
+ phone: {
555
+ serializedName: "phone",
556
+ required: true,
557
+ type: {
558
+ name: "String"
559
+ }
560
+ },
561
+ phoneExtension: {
562
+ serializedName: "phoneExtension",
563
+ type: {
564
+ name: "String"
565
+ }
566
+ },
567
+ mobile: {
568
+ serializedName: "mobile",
569
+ type: {
570
+ name: "String"
571
+ }
572
+ },
573
+ emailList: {
574
+ serializedName: "emailList",
575
+ required: true,
576
+ type: {
577
+ name: "Sequence",
578
+ element: {
579
+ type: {
580
+ name: "String"
581
+ }
582
+ }
583
+ }
584
+ },
585
+ notificationPreference: {
586
+ serializedName: "notificationPreference",
587
+ type: {
588
+ name: "Sequence",
589
+ element: {
590
+ type: {
591
+ name: "Composite",
592
+ className: "NotificationPreference"
593
+ }
594
+ }
595
+ }
596
+ }
597
+ }
598
+ }
599
+ };
600
+ exports.NotificationPreference = {
601
+ type: {
602
+ name: "Composite",
603
+ className: "NotificationPreference",
604
+ modelProperties: {
605
+ stageName: {
606
+ serializedName: "stageName",
607
+ required: true,
608
+ type: {
609
+ name: "String"
610
+ }
611
+ },
612
+ sendNotification: {
613
+ defaultValue: true,
614
+ serializedName: "sendNotification",
615
+ required: true,
616
+ type: {
617
+ name: "Boolean"
618
+ }
619
+ }
620
+ }
621
+ }
622
+ };
623
+ exports.ShippingAddress = {
624
+ type: {
625
+ name: "Composite",
626
+ className: "ShippingAddress",
627
+ modelProperties: {
628
+ streetAddress1: {
629
+ serializedName: "streetAddress1",
630
+ required: true,
631
+ type: {
632
+ name: "String"
633
+ }
634
+ },
635
+ streetAddress2: {
636
+ serializedName: "streetAddress2",
637
+ type: {
638
+ name: "String"
639
+ }
640
+ },
641
+ streetAddress3: {
642
+ serializedName: "streetAddress3",
643
+ type: {
644
+ name: "String"
645
+ }
646
+ },
647
+ city: {
648
+ serializedName: "city",
649
+ type: {
650
+ name: "String"
651
+ }
652
+ },
653
+ stateOrProvince: {
654
+ serializedName: "stateOrProvince",
655
+ type: {
656
+ name: "String"
657
+ }
658
+ },
659
+ country: {
660
+ serializedName: "country",
661
+ required: true,
662
+ type: {
663
+ name: "String"
664
+ }
665
+ },
666
+ postalCode: {
667
+ serializedName: "postalCode",
668
+ type: {
669
+ name: "String"
670
+ }
671
+ },
672
+ zipExtendedCode: {
673
+ serializedName: "zipExtendedCode",
674
+ type: {
675
+ name: "String"
676
+ }
677
+ },
678
+ companyName: {
679
+ serializedName: "companyName",
680
+ type: {
681
+ name: "String"
682
+ }
683
+ },
684
+ addressType: {
685
+ defaultValue: "None",
686
+ serializedName: "addressType",
687
+ type: {
688
+ name: "Enum",
689
+ allowedValues: ["None", "Residential", "Commercial"]
690
+ }
691
+ },
692
+ skipAddressValidation: {
693
+ serializedName: "skipAddressValidation",
694
+ type: {
695
+ name: "Boolean"
696
+ }
697
+ },
698
+ taxIdentificationNumber: {
699
+ serializedName: "taxIdentificationNumber",
700
+ type: {
701
+ name: "String"
702
+ }
703
+ }
704
+ }
705
+ }
706
+ };
707
+ exports.PackageShippingDetails = {
708
+ type: {
709
+ name: "Composite",
710
+ className: "PackageShippingDetails",
711
+ modelProperties: {
712
+ trackingUrl: {
713
+ serializedName: "trackingUrl",
714
+ readOnly: true,
715
+ type: {
716
+ name: "String"
717
+ }
718
+ },
719
+ carrierName: {
720
+ serializedName: "carrierName",
721
+ readOnly: true,
722
+ type: {
723
+ name: "String"
724
+ }
725
+ },
726
+ trackingId: {
727
+ serializedName: "trackingId",
728
+ readOnly: true,
729
+ type: {
730
+ name: "String"
731
+ }
732
+ }
733
+ }
734
+ }
735
+ };
736
+ exports.DataImportDetails = {
737
+ type: {
738
+ name: "Composite",
739
+ className: "DataImportDetails",
740
+ modelProperties: {
741
+ accountDetails: {
742
+ serializedName: "accountDetails",
743
+ type: {
744
+ name: "Composite",
745
+ className: "DataAccountDetails"
746
+ }
747
+ },
748
+ logCollectionLevel: {
749
+ serializedName: "logCollectionLevel",
750
+ type: {
751
+ name: "Enum",
752
+ allowedValues: ["Error", "Verbose"]
753
+ }
754
+ }
755
+ }
756
+ }
757
+ };
758
+ exports.DataAccountDetails = {
759
+ type: {
760
+ name: "Composite",
761
+ className: "DataAccountDetails",
762
+ uberParent: "DataAccountDetails",
763
+ polymorphicDiscriminator: {
764
+ serializedName: "dataAccountType",
765
+ clientName: "dataAccountType"
766
+ },
767
+ modelProperties: {
768
+ dataAccountType: {
769
+ serializedName: "dataAccountType",
770
+ required: true,
771
+ type: {
772
+ name: "Enum",
773
+ allowedValues: ["StorageAccount", "ManagedDisk"]
774
+ }
775
+ },
776
+ sharePassword: {
777
+ serializedName: "sharePassword",
778
+ type: {
779
+ name: "String"
780
+ }
781
+ }
782
+ }
783
+ }
784
+ };
785
+ exports.DataExportDetails = {
786
+ type: {
787
+ name: "Composite",
788
+ className: "DataExportDetails",
789
+ modelProperties: {
790
+ transferConfiguration: {
791
+ serializedName: "transferConfiguration",
792
+ type: {
793
+ name: "Composite",
794
+ className: "TransferConfiguration"
795
+ }
796
+ },
797
+ logCollectionLevel: {
798
+ serializedName: "logCollectionLevel",
799
+ type: {
800
+ name: "Enum",
801
+ allowedValues: ["Error", "Verbose"]
802
+ }
803
+ },
804
+ accountDetails: {
805
+ serializedName: "accountDetails",
806
+ type: {
807
+ name: "Composite",
808
+ className: "DataAccountDetails"
809
+ }
810
+ }
811
+ }
812
+ }
813
+ };
814
+ exports.TransferConfiguration = {
815
+ type: {
816
+ name: "Composite",
817
+ className: "TransferConfiguration",
818
+ modelProperties: {
819
+ transferConfigurationType: {
820
+ serializedName: "transferConfigurationType",
821
+ required: true,
822
+ type: {
823
+ name: "Enum",
824
+ allowedValues: ["TransferAll", "TransferUsingFilter"]
825
+ }
826
+ },
827
+ transferFilterDetails: {
828
+ serializedName: "transferFilterDetails",
829
+ type: {
830
+ name: "Composite",
831
+ className: "TransferConfigurationTransferFilterDetails"
832
+ }
833
+ },
834
+ transferAllDetails: {
835
+ serializedName: "transferAllDetails",
836
+ type: {
837
+ name: "Composite",
838
+ className: "TransferConfigurationTransferAllDetails"
839
+ }
840
+ }
841
+ }
842
+ }
843
+ };
844
+ exports.TransferConfigurationTransferFilterDetails = {
845
+ type: {
846
+ name: "Composite",
847
+ className: "TransferConfigurationTransferFilterDetails",
848
+ modelProperties: {
849
+ include: {
850
+ serializedName: "include",
851
+ type: {
852
+ name: "Composite",
853
+ className: "TransferFilterDetails"
854
+ }
855
+ }
856
+ }
857
+ }
858
+ };
859
+ exports.TransferFilterDetails = {
860
+ type: {
861
+ name: "Composite",
862
+ className: "TransferFilterDetails",
863
+ modelProperties: {
864
+ dataAccountType: {
865
+ serializedName: "dataAccountType",
866
+ required: true,
867
+ type: {
868
+ name: "Enum",
869
+ allowedValues: ["StorageAccount", "ManagedDisk"]
870
+ }
871
+ },
872
+ blobFilterDetails: {
873
+ serializedName: "blobFilterDetails",
874
+ type: {
875
+ name: "Composite",
876
+ className: "BlobFilterDetails"
877
+ }
878
+ },
879
+ azureFileFilterDetails: {
880
+ serializedName: "azureFileFilterDetails",
881
+ type: {
882
+ name: "Composite",
883
+ className: "AzureFileFilterDetails"
884
+ }
885
+ },
886
+ filterFileDetails: {
887
+ serializedName: "filterFileDetails",
888
+ type: {
889
+ name: "Sequence",
890
+ element: {
891
+ type: {
892
+ name: "Composite",
893
+ className: "FilterFileDetails"
894
+ }
895
+ }
896
+ }
897
+ }
898
+ }
899
+ }
900
+ };
901
+ exports.BlobFilterDetails = {
902
+ type: {
903
+ name: "Composite",
904
+ className: "BlobFilterDetails",
905
+ modelProperties: {
906
+ blobPrefixList: {
907
+ serializedName: "blobPrefixList",
908
+ type: {
909
+ name: "Sequence",
910
+ element: {
911
+ type: {
912
+ name: "String"
913
+ }
914
+ }
915
+ }
916
+ },
917
+ blobPathList: {
918
+ serializedName: "blobPathList",
919
+ type: {
920
+ name: "Sequence",
921
+ element: {
922
+ type: {
923
+ name: "String"
924
+ }
925
+ }
926
+ }
927
+ },
928
+ containerList: {
929
+ serializedName: "containerList",
930
+ type: {
931
+ name: "Sequence",
932
+ element: {
933
+ type: {
934
+ name: "String"
935
+ }
936
+ }
937
+ }
938
+ }
939
+ }
940
+ }
941
+ };
942
+ exports.AzureFileFilterDetails = {
943
+ type: {
944
+ name: "Composite",
945
+ className: "AzureFileFilterDetails",
946
+ modelProperties: {
947
+ filePrefixList: {
948
+ serializedName: "filePrefixList",
949
+ type: {
950
+ name: "Sequence",
951
+ element: {
952
+ type: {
953
+ name: "String"
954
+ }
955
+ }
956
+ }
957
+ },
958
+ filePathList: {
959
+ serializedName: "filePathList",
960
+ type: {
961
+ name: "Sequence",
962
+ element: {
963
+ type: {
964
+ name: "String"
965
+ }
966
+ }
967
+ }
968
+ },
969
+ fileShareList: {
970
+ serializedName: "fileShareList",
971
+ type: {
972
+ name: "Sequence",
973
+ element: {
974
+ type: {
975
+ name: "String"
976
+ }
977
+ }
978
+ }
979
+ }
980
+ }
981
+ }
982
+ };
983
+ exports.FilterFileDetails = {
984
+ type: {
985
+ name: "Composite",
986
+ className: "FilterFileDetails",
987
+ modelProperties: {
988
+ filterFileType: {
989
+ serializedName: "filterFileType",
990
+ required: true,
991
+ type: {
992
+ name: "Enum",
993
+ allowedValues: ["AzureBlob", "AzureFile"]
994
+ }
995
+ },
996
+ filterFilePath: {
997
+ serializedName: "filterFilePath",
998
+ required: true,
999
+ type: {
1000
+ name: "String"
1001
+ }
1002
+ }
1003
+ }
1004
+ }
1005
+ };
1006
+ exports.TransferConfigurationTransferAllDetails = {
1007
+ type: {
1008
+ name: "Composite",
1009
+ className: "TransferConfigurationTransferAllDetails",
1010
+ modelProperties: {
1011
+ include: {
1012
+ serializedName: "include",
1013
+ type: {
1014
+ name: "Composite",
1015
+ className: "TransferAllDetails"
1016
+ }
1017
+ }
1018
+ }
1019
+ }
1020
+ };
1021
+ exports.TransferAllDetails = {
1022
+ type: {
1023
+ name: "Composite",
1024
+ className: "TransferAllDetails",
1025
+ modelProperties: {
1026
+ dataAccountType: {
1027
+ serializedName: "dataAccountType",
1028
+ required: true,
1029
+ type: {
1030
+ name: "Enum",
1031
+ allowedValues: ["StorageAccount", "ManagedDisk"]
1032
+ }
1033
+ },
1034
+ transferAllBlobs: {
1035
+ serializedName: "transferAllBlobs",
1036
+ type: {
1037
+ name: "Boolean"
1038
+ }
1039
+ },
1040
+ transferAllFiles: {
1041
+ serializedName: "transferAllFiles",
1042
+ type: {
1043
+ name: "Boolean"
1044
+ }
1045
+ }
1046
+ }
1047
+ }
1048
+ };
1049
+ exports.Preferences = {
1050
+ type: {
1051
+ name: "Composite",
1052
+ className: "Preferences",
1053
+ modelProperties: {
1054
+ preferredDataCenterRegion: {
1055
+ serializedName: "preferredDataCenterRegion",
1056
+ type: {
1057
+ name: "Sequence",
1058
+ element: {
1059
+ type: {
1060
+ name: "String"
1061
+ }
1062
+ }
1063
+ }
1064
+ },
1065
+ transportPreferences: {
1066
+ serializedName: "transportPreferences",
1067
+ type: {
1068
+ name: "Composite",
1069
+ className: "TransportPreferences"
1070
+ }
1071
+ },
1072
+ reverseTransportPreferences: {
1073
+ serializedName: "reverseTransportPreferences",
1074
+ type: {
1075
+ name: "Composite",
1076
+ className: "TransportPreferences"
1077
+ }
1078
+ },
1079
+ encryptionPreferences: {
1080
+ serializedName: "encryptionPreferences",
1081
+ type: {
1082
+ name: "Composite",
1083
+ className: "EncryptionPreferences"
1084
+ }
1085
+ },
1086
+ storageAccountAccessTierPreferences: {
1087
+ serializedName: "storageAccountAccessTierPreferences",
1088
+ type: {
1089
+ name: "Sequence",
1090
+ element: {
1091
+ defaultValue: "Archive",
1092
+ isConstant: true,
1093
+ type: {
1094
+ name: "String"
1095
+ }
1096
+ }
1097
+ }
1098
+ }
1099
+ }
1100
+ }
1101
+ };
1102
+ exports.TransportPreferences = {
1103
+ type: {
1104
+ name: "Composite",
1105
+ className: "TransportPreferences",
1106
+ modelProperties: {
1107
+ preferredShipmentType: {
1108
+ serializedName: "preferredShipmentType",
1109
+ required: true,
1110
+ type: {
1111
+ name: "Enum",
1112
+ allowedValues: ["CustomerManaged", "MicrosoftManaged"]
1113
+ }
1114
+ },
1115
+ isUpdated: {
1116
+ serializedName: "isUpdated",
1117
+ readOnly: true,
1118
+ type: {
1119
+ name: "Boolean"
1120
+ }
1121
+ }
1122
+ }
1123
+ }
1124
+ };
1125
+ exports.EncryptionPreferences = {
1126
+ type: {
1127
+ name: "Composite",
1128
+ className: "EncryptionPreferences",
1129
+ modelProperties: {
1130
+ doubleEncryption: {
1131
+ defaultValue: "Disabled",
1132
+ serializedName: "doubleEncryption",
1133
+ type: {
1134
+ name: "Enum",
1135
+ allowedValues: ["Enabled", "Disabled"]
1136
+ }
1137
+ },
1138
+ hardwareEncryption: {
1139
+ serializedName: "hardwareEncryption",
1140
+ type: {
1141
+ name: "Enum",
1142
+ allowedValues: ["Enabled", "Disabled"]
1143
+ }
1144
+ }
1145
+ }
1146
+ }
1147
+ };
1148
+ exports.ReverseShippingDetails = {
1149
+ type: {
1150
+ name: "Composite",
1151
+ className: "ReverseShippingDetails",
1152
+ modelProperties: {
1153
+ contactDetails: {
1154
+ serializedName: "contactDetails",
1155
+ type: {
1156
+ name: "Composite",
1157
+ className: "ContactInfo"
1158
+ }
1159
+ },
1160
+ shippingAddress: {
1161
+ serializedName: "shippingAddress",
1162
+ type: {
1163
+ name: "Composite",
1164
+ className: "ShippingAddress"
1165
+ }
1166
+ },
1167
+ isUpdated: {
1168
+ serializedName: "isUpdated",
1169
+ readOnly: true,
1170
+ type: {
1171
+ name: "Boolean"
1172
+ }
1173
+ }
1174
+ }
1175
+ }
1176
+ };
1177
+ exports.ContactInfo = {
1178
+ type: {
1179
+ name: "Composite",
1180
+ className: "ContactInfo",
1181
+ modelProperties: {
1182
+ contactName: {
1183
+ constraints: {
1184
+ MinLength: 1
1185
+ },
1186
+ serializedName: "contactName",
1187
+ required: true,
1188
+ type: {
1189
+ name: "String"
1190
+ }
1191
+ },
1192
+ phone: {
1193
+ constraints: {
1194
+ MinLength: 1
1195
+ },
1196
+ serializedName: "phone",
1197
+ required: true,
1198
+ type: {
1199
+ name: "String"
1200
+ }
1201
+ },
1202
+ phoneExtension: {
1203
+ serializedName: "phoneExtension",
1204
+ type: {
1205
+ name: "String"
1206
+ }
1207
+ },
1208
+ mobile: {
1209
+ serializedName: "mobile",
1210
+ type: {
1211
+ name: "String"
1212
+ }
1213
+ }
1214
+ }
1215
+ }
1216
+ };
1217
+ exports.CopyLogDetails = {
1218
+ type: {
1219
+ name: "Composite",
1220
+ className: "CopyLogDetails",
1221
+ uberParent: "CopyLogDetails",
1222
+ polymorphicDiscriminator: {
1223
+ serializedName: "copyLogDetailsType",
1224
+ clientName: "copyLogDetailsType"
1225
+ },
1226
+ modelProperties: {
1227
+ copyLogDetailsType: {
1228
+ serializedName: "copyLogDetailsType",
1229
+ required: true,
1230
+ type: {
1231
+ name: "Enum",
1232
+ allowedValues: [
1233
+ "DataBox",
1234
+ "DataBoxDisk",
1235
+ "DataBoxHeavy",
1236
+ "DataBoxCustomerDisk"
1237
+ ]
1238
+ }
1239
+ }
1240
+ }
1241
+ }
1242
+ };
1243
+ exports.DeviceErasureDetails = {
1244
+ type: {
1245
+ name: "Composite",
1246
+ className: "DeviceErasureDetails",
1247
+ modelProperties: {
1248
+ deviceErasureStatus: {
1249
+ serializedName: "deviceErasureStatus",
1250
+ readOnly: true,
1251
+ type: {
1252
+ name: "Enum",
1253
+ allowedValues: [
1254
+ "None",
1255
+ "InProgress",
1256
+ "Succeeded",
1257
+ "Failed",
1258
+ "Cancelled",
1259
+ "Cancelling",
1260
+ "SucceededWithErrors",
1261
+ "WaitingForCustomerAction",
1262
+ "SucceededWithWarnings",
1263
+ "WaitingForCustomerActionForKek",
1264
+ "WaitingForCustomerActionForCleanUp",
1265
+ "CustomerActionPerformedForCleanUp",
1266
+ "CustomerActionPerformed"
1267
+ ]
1268
+ }
1269
+ },
1270
+ erasureOrDestructionCertificateSasKey: {
1271
+ serializedName: "erasureOrDestructionCertificateSasKey",
1272
+ readOnly: true,
1273
+ type: {
1274
+ name: "String"
1275
+ }
1276
+ }
1277
+ }
1278
+ }
1279
+ };
1280
+ exports.KeyEncryptionKey = {
1281
+ type: {
1282
+ name: "Composite",
1283
+ className: "KeyEncryptionKey",
1284
+ modelProperties: {
1285
+ kekType: {
1286
+ defaultValue: "MicrosoftManaged",
1287
+ serializedName: "kekType",
1288
+ required: true,
1289
+ type: {
1290
+ name: "Enum",
1291
+ allowedValues: ["MicrosoftManaged", "CustomerManaged"]
1292
+ }
1293
+ },
1294
+ identityProperties: {
1295
+ serializedName: "identityProperties",
1296
+ type: {
1297
+ name: "Composite",
1298
+ className: "IdentityProperties"
1299
+ }
1300
+ },
1301
+ kekUrl: {
1302
+ serializedName: "kekUrl",
1303
+ type: {
1304
+ name: "String"
1305
+ }
1306
+ },
1307
+ kekVaultResourceID: {
1308
+ serializedName: "kekVaultResourceID",
1309
+ type: {
1310
+ name: "String"
1311
+ }
1312
+ }
1313
+ }
1314
+ }
1315
+ };
1316
+ exports.IdentityProperties = {
1317
+ type: {
1318
+ name: "Composite",
1319
+ className: "IdentityProperties",
1320
+ modelProperties: {
1321
+ type: {
1322
+ serializedName: "type",
1323
+ type: {
1324
+ name: "String"
1325
+ }
1326
+ },
1327
+ userAssigned: {
1328
+ serializedName: "userAssigned",
1329
+ type: {
1330
+ name: "Composite",
1331
+ className: "UserAssignedProperties"
1332
+ }
1333
+ }
1334
+ }
1335
+ }
1336
+ };
1337
+ exports.UserAssignedProperties = {
1338
+ type: {
1339
+ name: "Composite",
1340
+ className: "UserAssignedProperties",
1341
+ modelProperties: {
1342
+ resourceId: {
1343
+ serializedName: "resourceId",
1344
+ type: {
1345
+ name: "String"
1346
+ }
1347
+ }
1348
+ }
1349
+ }
1350
+ };
1351
+ exports.LastMitigationActionOnJob = {
1352
+ type: {
1353
+ name: "Composite",
1354
+ className: "LastMitigationActionOnJob",
1355
+ modelProperties: {
1356
+ actionDateTimeInUtc: {
1357
+ serializedName: "actionDateTimeInUtc",
1358
+ type: {
1359
+ name: "DateTime"
1360
+ }
1361
+ },
1362
+ isPerformedByCustomer: {
1363
+ serializedName: "isPerformedByCustomer",
1364
+ type: {
1365
+ name: "Boolean"
1366
+ }
1367
+ },
1368
+ customerResolution: {
1369
+ serializedName: "customerResolution",
1370
+ type: {
1371
+ name: "Enum",
1372
+ allowedValues: [
1373
+ "None",
1374
+ "MoveToCleanUpDevice",
1375
+ "Resume",
1376
+ "Restart",
1377
+ "ReachOutToOperation"
1378
+ ]
1379
+ }
1380
+ }
1381
+ }
1382
+ }
1383
+ };
1384
+ exports.DatacenterAddressResponse = {
1385
+ type: {
1386
+ name: "Composite",
1387
+ className: "DatacenterAddressResponse",
1388
+ uberParent: "DatacenterAddressResponse",
1389
+ polymorphicDiscriminator: {
1390
+ serializedName: "datacenterAddressType",
1391
+ clientName: "datacenterAddressType"
1392
+ },
1393
+ modelProperties: {
1394
+ datacenterAddressType: {
1395
+ serializedName: "datacenterAddressType",
1396
+ required: true,
1397
+ type: {
1398
+ name: "Enum",
1399
+ allowedValues: [
1400
+ "DatacenterAddressLocation",
1401
+ "DatacenterAddressInstruction"
1402
+ ]
1403
+ }
1404
+ },
1405
+ supportedCarriersForReturnShipment: {
1406
+ serializedName: "supportedCarriersForReturnShipment",
1407
+ readOnly: true,
1408
+ type: {
1409
+ name: "Sequence",
1410
+ element: {
1411
+ type: {
1412
+ name: "String"
1413
+ }
1414
+ }
1415
+ }
1416
+ },
1417
+ dataCenterAzureLocation: {
1418
+ serializedName: "dataCenterAzureLocation",
1419
+ readOnly: true,
1420
+ type: {
1421
+ name: "String"
1422
+ }
1423
+ }
1424
+ }
1425
+ }
1426
+ };
1427
+ exports.JobDeliveryInfo = {
1428
+ type: {
1429
+ name: "Composite",
1430
+ className: "JobDeliveryInfo",
1431
+ modelProperties: {
1432
+ scheduledDateTime: {
1433
+ serializedName: "scheduledDateTime",
1434
+ type: {
1435
+ name: "DateTime"
1436
+ }
1437
+ }
1438
+ }
1439
+ }
1440
+ };
1441
+ exports.SystemData = {
1442
+ type: {
1443
+ name: "Composite",
1444
+ className: "SystemData",
1445
+ modelProperties: {
1446
+ createdBy: {
1447
+ serializedName: "createdBy",
1448
+ readOnly: true,
1449
+ type: {
1450
+ name: "String"
1451
+ }
1452
+ },
1453
+ createdByType: {
1454
+ serializedName: "createdByType",
1455
+ readOnly: true,
1456
+ type: {
1457
+ name: "String"
1458
+ }
1459
+ },
1460
+ createdAt: {
1461
+ serializedName: "createdAt",
1462
+ readOnly: true,
1463
+ type: {
1464
+ name: "DateTime"
1465
+ }
1466
+ },
1467
+ lastModifiedBy: {
1468
+ serializedName: "lastModifiedBy",
1469
+ readOnly: true,
1470
+ type: {
1471
+ name: "String"
1472
+ }
1473
+ },
1474
+ lastModifiedByType: {
1475
+ serializedName: "lastModifiedByType",
1476
+ readOnly: true,
1477
+ type: {
1478
+ name: "String"
1479
+ }
1480
+ },
1481
+ lastModifiedAt: {
1482
+ serializedName: "lastModifiedAt",
1483
+ readOnly: true,
1484
+ type: {
1485
+ name: "DateTime"
1486
+ }
1487
+ }
1488
+ }
1489
+ }
1490
+ };
1491
+ exports.Resource = {
1492
+ type: {
1493
+ name: "Composite",
1494
+ className: "Resource",
1495
+ modelProperties: {
1496
+ location: {
1497
+ serializedName: "location",
1498
+ required: true,
1499
+ type: {
1500
+ name: "String"
1501
+ }
1502
+ },
1503
+ tags: {
1504
+ serializedName: "tags",
1505
+ type: {
1506
+ name: "Dictionary",
1507
+ value: { type: { name: "String" } }
1508
+ }
1509
+ },
1510
+ sku: {
1511
+ serializedName: "sku",
1512
+ type: {
1513
+ name: "Composite",
1514
+ className: "Sku"
1515
+ }
1516
+ },
1517
+ identity: {
1518
+ serializedName: "identity",
1519
+ type: {
1520
+ name: "Composite",
1521
+ className: "ResourceIdentity"
1522
+ }
1523
+ }
1524
+ }
1525
+ }
1526
+ };
1527
+ exports.Sku = {
1528
+ type: {
1529
+ name: "Composite",
1530
+ className: "Sku",
1531
+ modelProperties: {
1532
+ name: {
1533
+ serializedName: "name",
1534
+ required: true,
1535
+ type: {
1536
+ name: "Enum",
1537
+ allowedValues: [
1538
+ "DataBox",
1539
+ "DataBoxDisk",
1540
+ "DataBoxHeavy",
1541
+ "DataBoxCustomerDisk"
1542
+ ]
1543
+ }
1544
+ },
1545
+ displayName: {
1546
+ serializedName: "displayName",
1547
+ type: {
1548
+ name: "String"
1549
+ }
1550
+ },
1551
+ family: {
1552
+ serializedName: "family",
1553
+ type: {
1554
+ name: "String"
1555
+ }
1556
+ }
1557
+ }
1558
+ }
1559
+ };
1560
+ exports.ResourceIdentity = {
1561
+ type: {
1562
+ name: "Composite",
1563
+ className: "ResourceIdentity",
1564
+ modelProperties: {
1565
+ type: {
1566
+ defaultValue: "None",
1567
+ serializedName: "type",
1568
+ type: {
1569
+ name: "String"
1570
+ }
1571
+ },
1572
+ principalId: {
1573
+ serializedName: "principalId",
1574
+ readOnly: true,
1575
+ type: {
1576
+ name: "String"
1577
+ }
1578
+ },
1579
+ tenantId: {
1580
+ serializedName: "tenantId",
1581
+ readOnly: true,
1582
+ type: {
1583
+ name: "String"
1584
+ }
1585
+ },
1586
+ userAssignedIdentities: {
1587
+ serializedName: "userAssignedIdentities",
1588
+ type: {
1589
+ name: "Dictionary",
1590
+ value: {
1591
+ type: { name: "Composite", className: "UserAssignedIdentity" }
1592
+ }
1593
+ }
1594
+ }
1595
+ }
1596
+ }
1597
+ };
1598
+ exports.UserAssignedIdentity = {
1599
+ type: {
1600
+ name: "Composite",
1601
+ className: "UserAssignedIdentity",
1602
+ modelProperties: {
1603
+ principalId: {
1604
+ serializedName: "principalId",
1605
+ readOnly: true,
1606
+ type: {
1607
+ name: "String"
1608
+ }
1609
+ },
1610
+ clientId: {
1611
+ serializedName: "clientId",
1612
+ readOnly: true,
1613
+ type: {
1614
+ name: "String"
1615
+ }
1616
+ }
1617
+ }
1618
+ }
1619
+ };
1620
+ exports.MitigateJobRequest = {
1621
+ type: {
1622
+ name: "Composite",
1623
+ className: "MitigateJobRequest",
1624
+ modelProperties: {
1625
+ customerResolutionCode: {
1626
+ serializedName: "customerResolutionCode",
1627
+ type: {
1628
+ name: "Enum",
1629
+ allowedValues: [
1630
+ "None",
1631
+ "MoveToCleanUpDevice",
1632
+ "Resume",
1633
+ "Restart",
1634
+ "ReachOutToOperation"
1635
+ ]
1636
+ }
1637
+ },
1638
+ serialNumberCustomerResolutionMap: {
1639
+ serializedName: "serialNumberCustomerResolutionMap",
1640
+ type: {
1641
+ name: "Dictionary",
1642
+ value: {
1643
+ type: {
1644
+ name: "Enum",
1645
+ allowedValues: [
1646
+ "None",
1647
+ "MoveToCleanUpDevice",
1648
+ "Resume",
1649
+ "Restart",
1650
+ "ReachOutToOperation"
1651
+ ]
1652
+ }
1653
+ }
1654
+ }
1655
+ }
1656
+ }
1657
+ }
1658
+ };
1659
+ exports.MarkDevicesShippedRequest = {
1660
+ type: {
1661
+ name: "Composite",
1662
+ className: "MarkDevicesShippedRequest",
1663
+ modelProperties: {
1664
+ deliverToDcPackageDetails: {
1665
+ serializedName: "deliverToDcPackageDetails",
1666
+ type: {
1667
+ name: "Composite",
1668
+ className: "PackageCarrierInfo"
1669
+ }
1670
+ }
1671
+ }
1672
+ }
1673
+ };
1674
+ exports.PackageCarrierInfo = {
1675
+ type: {
1676
+ name: "Composite",
1677
+ className: "PackageCarrierInfo",
1678
+ modelProperties: {
1679
+ carrierName: {
1680
+ serializedName: "carrierName",
1681
+ type: {
1682
+ name: "String"
1683
+ }
1684
+ },
1685
+ trackingId: {
1686
+ serializedName: "trackingId",
1687
+ type: {
1688
+ name: "String"
1689
+ }
1690
+ }
1691
+ }
1692
+ }
1693
+ };
1694
+ exports.AvailableSkuRequest = {
1695
+ type: {
1696
+ name: "Composite",
1697
+ className: "AvailableSkuRequest",
1698
+ modelProperties: {
1699
+ transferType: {
1700
+ serializedName: "transferType",
1701
+ required: true,
1702
+ type: {
1703
+ name: "Enum",
1704
+ allowedValues: ["ImportToAzure", "ExportFromAzure"]
1705
+ }
1706
+ },
1707
+ country: {
1708
+ serializedName: "country",
1709
+ required: true,
1710
+ type: {
1711
+ name: "String"
1712
+ }
1713
+ },
1714
+ location: {
1715
+ serializedName: "location",
1716
+ required: true,
1717
+ type: {
1718
+ name: "String"
1719
+ }
1720
+ },
1721
+ skuNames: {
1722
+ serializedName: "skuNames",
1723
+ type: {
1724
+ name: "Sequence",
1725
+ element: {
1726
+ type: {
1727
+ name: "Enum",
1728
+ allowedValues: [
1729
+ "DataBox",
1730
+ "DataBoxDisk",
1731
+ "DataBoxHeavy",
1732
+ "DataBoxCustomerDisk"
1733
+ ]
1734
+ }
1735
+ }
1736
+ }
1737
+ }
1738
+ }
1739
+ }
1740
+ };
1741
+ exports.AvailableSkusResult = {
1742
+ type: {
1743
+ name: "Composite",
1744
+ className: "AvailableSkusResult",
1745
+ modelProperties: {
1746
+ value: {
1747
+ serializedName: "value",
1748
+ readOnly: true,
1749
+ type: {
1750
+ name: "Sequence",
1751
+ element: {
1752
+ type: {
1753
+ name: "Composite",
1754
+ className: "SkuInformation"
1755
+ }
1756
+ }
1757
+ }
1758
+ },
1759
+ nextLink: {
1760
+ serializedName: "nextLink",
1761
+ type: {
1762
+ name: "String"
1763
+ }
1764
+ }
1765
+ }
1766
+ }
1767
+ };
1768
+ exports.SkuInformation = {
1769
+ type: {
1770
+ name: "Composite",
1771
+ className: "SkuInformation",
1772
+ modelProperties: {
1773
+ sku: {
1774
+ serializedName: "sku",
1775
+ type: {
1776
+ name: "Composite",
1777
+ className: "Sku"
1778
+ }
1779
+ },
1780
+ enabled: {
1781
+ serializedName: "enabled",
1782
+ readOnly: true,
1783
+ type: {
1784
+ name: "Boolean"
1785
+ }
1786
+ },
1787
+ dataLocationToServiceLocationMap: {
1788
+ serializedName: "properties.dataLocationToServiceLocationMap",
1789
+ readOnly: true,
1790
+ type: {
1791
+ name: "Sequence",
1792
+ element: {
1793
+ type: {
1794
+ name: "Composite",
1795
+ className: "DataLocationToServiceLocationMap"
1796
+ }
1797
+ }
1798
+ }
1799
+ },
1800
+ capacity: {
1801
+ serializedName: "properties.capacity",
1802
+ type: {
1803
+ name: "Composite",
1804
+ className: "SkuCapacity"
1805
+ }
1806
+ },
1807
+ costs: {
1808
+ serializedName: "properties.costs",
1809
+ readOnly: true,
1810
+ type: {
1811
+ name: "Sequence",
1812
+ element: {
1813
+ type: {
1814
+ name: "Composite",
1815
+ className: "SkuCost"
1816
+ }
1817
+ }
1818
+ }
1819
+ },
1820
+ apiVersions: {
1821
+ serializedName: "properties.apiVersions",
1822
+ readOnly: true,
1823
+ type: {
1824
+ name: "Sequence",
1825
+ element: {
1826
+ type: {
1827
+ name: "String"
1828
+ }
1829
+ }
1830
+ }
1831
+ },
1832
+ disabledReason: {
1833
+ serializedName: "properties.disabledReason",
1834
+ readOnly: true,
1835
+ type: {
1836
+ name: "Enum",
1837
+ allowedValues: [
1838
+ "None",
1839
+ "Country",
1840
+ "Region",
1841
+ "Feature",
1842
+ "OfferType",
1843
+ "NoSubscriptionInfo"
1844
+ ]
1845
+ }
1846
+ },
1847
+ disabledReasonMessage: {
1848
+ serializedName: "properties.disabledReasonMessage",
1849
+ readOnly: true,
1850
+ type: {
1851
+ name: "String"
1852
+ }
1853
+ },
1854
+ requiredFeature: {
1855
+ serializedName: "properties.requiredFeature",
1856
+ readOnly: true,
1857
+ type: {
1858
+ name: "String"
1859
+ }
1860
+ },
1861
+ countriesWithinCommerceBoundary: {
1862
+ serializedName: "properties.countriesWithinCommerceBoundary",
1863
+ readOnly: true,
1864
+ type: {
1865
+ name: "Sequence",
1866
+ element: {
1867
+ type: {
1868
+ name: "String"
1869
+ }
1870
+ }
1871
+ }
1872
+ }
1873
+ }
1874
+ }
1875
+ };
1876
+ exports.DataLocationToServiceLocationMap = {
1877
+ type: {
1878
+ name: "Composite",
1879
+ className: "DataLocationToServiceLocationMap",
1880
+ modelProperties: {
1881
+ dataLocation: {
1882
+ serializedName: "dataLocation",
1883
+ readOnly: true,
1884
+ type: {
1885
+ name: "String"
1886
+ }
1887
+ },
1888
+ serviceLocation: {
1889
+ serializedName: "serviceLocation",
1890
+ readOnly: true,
1891
+ type: {
1892
+ name: "String"
1893
+ }
1894
+ }
1895
+ }
1896
+ }
1897
+ };
1898
+ exports.SkuCapacity = {
1899
+ type: {
1900
+ name: "Composite",
1901
+ className: "SkuCapacity",
1902
+ modelProperties: {
1903
+ usable: {
1904
+ serializedName: "usable",
1905
+ readOnly: true,
1906
+ type: {
1907
+ name: "String"
1908
+ }
1909
+ },
1910
+ maximum: {
1911
+ serializedName: "maximum",
1912
+ readOnly: true,
1913
+ type: {
1914
+ name: "String"
1915
+ }
1916
+ }
1917
+ }
1918
+ }
1919
+ };
1920
+ exports.SkuCost = {
1921
+ type: {
1922
+ name: "Composite",
1923
+ className: "SkuCost",
1924
+ modelProperties: {
1925
+ meterId: {
1926
+ serializedName: "meterId",
1927
+ readOnly: true,
1928
+ type: {
1929
+ name: "String"
1930
+ }
1931
+ },
1932
+ meterType: {
1933
+ serializedName: "meterType",
1934
+ readOnly: true,
1935
+ type: {
1936
+ name: "String"
1937
+ }
1938
+ },
1939
+ multiplier: {
1940
+ serializedName: "multiplier",
1941
+ readOnly: true,
1942
+ type: {
1943
+ name: "Number"
1944
+ }
1945
+ }
1946
+ }
1947
+ }
1948
+ };
1949
+ exports.ValidationInputRequest = {
1950
+ type: {
1951
+ name: "Composite",
1952
+ className: "ValidationInputRequest",
1953
+ uberParent: "ValidationInputRequest",
1954
+ polymorphicDiscriminator: {
1955
+ serializedName: "validationType",
1956
+ clientName: "validationType"
1957
+ },
1958
+ modelProperties: {
1959
+ validationType: {
1960
+ serializedName: "validationType",
1961
+ required: true,
1962
+ type: {
1963
+ name: "Enum",
1964
+ allowedValues: [
1965
+ "ValidateAddress",
1966
+ "ValidateSubscriptionIsAllowedToCreateJob",
1967
+ "ValidatePreferences",
1968
+ "ValidateCreateOrderLimit",
1969
+ "ValidateSkuAvailability",
1970
+ "ValidateDataTransferDetails"
1971
+ ]
1972
+ }
1973
+ }
1974
+ }
1975
+ }
1976
+ };
1977
+ exports.AddressValidationOutput = {
1978
+ type: {
1979
+ name: "Composite",
1980
+ className: "AddressValidationOutput",
1981
+ modelProperties: {
1982
+ validationType: {
1983
+ serializedName: "properties.validationType",
1984
+ type: {
1985
+ name: "Enum",
1986
+ allowedValues: [
1987
+ "ValidateAddress",
1988
+ "ValidateSubscriptionIsAllowedToCreateJob",
1989
+ "ValidatePreferences",
1990
+ "ValidateCreateOrderLimit",
1991
+ "ValidateSkuAvailability",
1992
+ "ValidateDataTransferDetails"
1993
+ ]
1994
+ }
1995
+ },
1996
+ error: {
1997
+ serializedName: "properties.error",
1998
+ type: {
1999
+ name: "Composite",
2000
+ className: "CloudError"
2001
+ }
2002
+ },
2003
+ validationStatus: {
2004
+ serializedName: "properties.validationStatus",
2005
+ readOnly: true,
2006
+ type: {
2007
+ name: "Enum",
2008
+ allowedValues: ["Valid", "Invalid", "Ambiguous"]
2009
+ }
2010
+ },
2011
+ alternateAddresses: {
2012
+ serializedName: "properties.alternateAddresses",
2013
+ readOnly: true,
2014
+ type: {
2015
+ name: "Sequence",
2016
+ element: {
2017
+ type: {
2018
+ name: "Composite",
2019
+ className: "ShippingAddress"
2020
+ }
2021
+ }
2022
+ }
2023
+ }
2024
+ }
2025
+ }
2026
+ };
2027
+ exports.ValidationInputResponse = {
2028
+ type: {
2029
+ name: "Composite",
2030
+ className: "ValidationInputResponse",
2031
+ uberParent: "ValidationInputResponse",
2032
+ polymorphicDiscriminator: {
2033
+ serializedName: "validationType",
2034
+ clientName: "validationType"
2035
+ },
2036
+ modelProperties: {
2037
+ validationType: {
2038
+ serializedName: "validationType",
2039
+ required: true,
2040
+ type: {
2041
+ name: "Enum",
2042
+ allowedValues: [
2043
+ "ValidateAddress",
2044
+ "ValidateSubscriptionIsAllowedToCreateJob",
2045
+ "ValidatePreferences",
2046
+ "ValidateCreateOrderLimit",
2047
+ "ValidateSkuAvailability",
2048
+ "ValidateDataTransferDetails"
2049
+ ]
2050
+ }
2051
+ },
2052
+ error: {
2053
+ serializedName: "error",
2054
+ type: {
2055
+ name: "Composite",
2056
+ className: "CloudError"
2057
+ }
2058
+ }
2059
+ }
2060
+ }
2061
+ };
2062
+ exports.ValidationRequest = {
2063
+ type: {
2064
+ name: "Composite",
2065
+ className: "ValidationRequest",
2066
+ uberParent: "ValidationRequest",
2067
+ polymorphicDiscriminator: {
2068
+ serializedName: "validationCategory",
2069
+ clientName: "validationCategory"
2070
+ },
2071
+ modelProperties: {
2072
+ validationCategory: {
2073
+ defaultValue: "JobCreationValidation",
2074
+ isConstant: true,
2075
+ serializedName: "validationCategory",
2076
+ type: {
2077
+ name: "String"
2078
+ }
2079
+ },
2080
+ individualRequestDetails: {
2081
+ serializedName: "individualRequestDetails",
2082
+ required: true,
2083
+ type: {
2084
+ name: "Sequence",
2085
+ element: {
2086
+ type: {
2087
+ name: "Composite",
2088
+ className: "ValidationInputRequest"
2089
+ }
2090
+ }
2091
+ }
2092
+ }
2093
+ }
2094
+ }
2095
+ };
2096
+ exports.ValidationResponse = {
2097
+ type: {
2098
+ name: "Composite",
2099
+ className: "ValidationResponse",
2100
+ modelProperties: {
2101
+ status: {
2102
+ serializedName: "properties.status",
2103
+ readOnly: true,
2104
+ type: {
2105
+ name: "Enum",
2106
+ allowedValues: [
2107
+ "AllValidToProceed",
2108
+ "InputsRevisitRequired",
2109
+ "CertainInputValidationsSkipped"
2110
+ ]
2111
+ }
2112
+ },
2113
+ individualResponseDetails: {
2114
+ serializedName: "properties.individualResponseDetails",
2115
+ readOnly: true,
2116
+ type: {
2117
+ name: "Sequence",
2118
+ element: {
2119
+ type: {
2120
+ name: "Composite",
2121
+ className: "ValidationInputResponse"
2122
+ }
2123
+ }
2124
+ }
2125
+ }
2126
+ }
2127
+ }
2128
+ };
2129
+ exports.JobResourceUpdateParameter = {
2130
+ type: {
2131
+ name: "Composite",
2132
+ className: "JobResourceUpdateParameter",
2133
+ modelProperties: {
2134
+ tags: {
2135
+ serializedName: "tags",
2136
+ type: {
2137
+ name: "Dictionary",
2138
+ value: { type: { name: "String" } }
2139
+ }
2140
+ },
2141
+ identity: {
2142
+ serializedName: "identity",
2143
+ type: {
2144
+ name: "Composite",
2145
+ className: "ResourceIdentity"
2146
+ }
2147
+ },
2148
+ details: {
2149
+ serializedName: "properties.details",
2150
+ type: {
2151
+ name: "Composite",
2152
+ className: "UpdateJobDetails"
2153
+ }
2154
+ }
2155
+ }
2156
+ }
2157
+ };
2158
+ exports.UpdateJobDetails = {
2159
+ type: {
2160
+ name: "Composite",
2161
+ className: "UpdateJobDetails",
2162
+ modelProperties: {
2163
+ contactDetails: {
2164
+ serializedName: "contactDetails",
2165
+ type: {
2166
+ name: "Composite",
2167
+ className: "ContactDetails"
2168
+ }
2169
+ },
2170
+ shippingAddress: {
2171
+ serializedName: "shippingAddress",
2172
+ type: {
2173
+ name: "Composite",
2174
+ className: "ShippingAddress"
2175
+ }
2176
+ },
2177
+ reverseShippingDetails: {
2178
+ serializedName: "reverseShippingDetails",
2179
+ type: {
2180
+ name: "Composite",
2181
+ className: "ReverseShippingDetails"
2182
+ }
2183
+ },
2184
+ preferences: {
2185
+ serializedName: "preferences",
2186
+ type: {
2187
+ name: "Composite",
2188
+ className: "Preferences"
2189
+ }
2190
+ },
2191
+ keyEncryptionKey: {
2192
+ serializedName: "keyEncryptionKey",
2193
+ type: {
2194
+ name: "Composite",
2195
+ className: "KeyEncryptionKey"
2196
+ }
2197
+ },
2198
+ returnToCustomerPackageDetails: {
2199
+ serializedName: "returnToCustomerPackageDetails",
2200
+ type: {
2201
+ name: "Composite",
2202
+ className: "PackageCarrierDetails"
2203
+ }
2204
+ }
2205
+ }
2206
+ }
2207
+ };
2208
+ exports.PackageCarrierDetails = {
2209
+ type: {
2210
+ name: "Composite",
2211
+ className: "PackageCarrierDetails",
2212
+ modelProperties: {
2213
+ carrierAccountNumber: {
2214
+ serializedName: "carrierAccountNumber",
2215
+ type: {
2216
+ name: "String"
2217
+ }
2218
+ },
2219
+ carrierName: {
2220
+ serializedName: "carrierName",
2221
+ type: {
2222
+ name: "String"
2223
+ }
2224
+ },
2225
+ trackingId: {
2226
+ serializedName: "trackingId",
2227
+ type: {
2228
+ name: "String"
2229
+ }
2230
+ }
2231
+ }
2232
+ }
2233
+ };
2234
+ exports.ShipmentPickUpRequest = {
2235
+ type: {
2236
+ name: "Composite",
2237
+ className: "ShipmentPickUpRequest",
2238
+ modelProperties: {
2239
+ startTime: {
2240
+ serializedName: "startTime",
2241
+ required: true,
2242
+ type: {
2243
+ name: "DateTime"
2244
+ }
2245
+ },
2246
+ endTime: {
2247
+ serializedName: "endTime",
2248
+ required: true,
2249
+ type: {
2250
+ name: "DateTime"
2251
+ }
2252
+ },
2253
+ shipmentLocation: {
2254
+ serializedName: "shipmentLocation",
2255
+ required: true,
2256
+ type: {
2257
+ name: "String"
2258
+ }
2259
+ }
2260
+ }
2261
+ }
2262
+ };
2263
+ exports.ShipmentPickUpResponse = {
2264
+ type: {
2265
+ name: "Composite",
2266
+ className: "ShipmentPickUpResponse",
2267
+ modelProperties: {
2268
+ confirmationNumber: {
2269
+ serializedName: "confirmationNumber",
2270
+ readOnly: true,
2271
+ type: {
2272
+ name: "String"
2273
+ }
2274
+ },
2275
+ readyByTime: {
2276
+ serializedName: "readyByTime",
2277
+ readOnly: true,
2278
+ type: {
2279
+ name: "DateTime"
2280
+ }
2281
+ }
2282
+ }
2283
+ }
2284
+ };
2285
+ exports.CancellationReason = {
2286
+ type: {
2287
+ name: "Composite",
2288
+ className: "CancellationReason",
2289
+ modelProperties: {
2290
+ reason: {
2291
+ serializedName: "reason",
2292
+ required: true,
2293
+ type: {
2294
+ name: "String"
2295
+ }
2296
+ }
2297
+ }
2298
+ }
2299
+ };
2300
+ exports.UnencryptedCredentialsList = {
2301
+ type: {
2302
+ name: "Composite",
2303
+ className: "UnencryptedCredentialsList",
2304
+ modelProperties: {
2305
+ value: {
2306
+ serializedName: "value",
2307
+ type: {
2308
+ name: "Sequence",
2309
+ element: {
2310
+ type: {
2311
+ name: "Composite",
2312
+ className: "UnencryptedCredentials"
2313
+ }
2314
+ }
2315
+ }
2316
+ },
2317
+ nextLink: {
2318
+ serializedName: "nextLink",
2319
+ type: {
2320
+ name: "String"
2321
+ }
2322
+ }
2323
+ }
2324
+ }
2325
+ };
2326
+ exports.UnencryptedCredentials = {
2327
+ type: {
2328
+ name: "Composite",
2329
+ className: "UnencryptedCredentials",
2330
+ modelProperties: {
2331
+ jobName: {
2332
+ serializedName: "jobName",
2333
+ readOnly: true,
2334
+ type: {
2335
+ name: "String"
2336
+ }
2337
+ },
2338
+ jobSecrets: {
2339
+ serializedName: "jobSecrets",
2340
+ type: {
2341
+ name: "Composite",
2342
+ className: "JobSecrets"
2343
+ }
2344
+ }
2345
+ }
2346
+ }
2347
+ };
2348
+ exports.JobSecrets = {
2349
+ type: {
2350
+ name: "Composite",
2351
+ className: "JobSecrets",
2352
+ uberParent: "JobSecrets",
2353
+ polymorphicDiscriminator: {
2354
+ serializedName: "jobSecretsType",
2355
+ clientName: "jobSecretsType"
2356
+ },
2357
+ modelProperties: {
2358
+ jobSecretsType: {
2359
+ serializedName: "jobSecretsType",
2360
+ required: true,
2361
+ type: {
2362
+ name: "Enum",
2363
+ allowedValues: [
2364
+ "DataBox",
2365
+ "DataBoxDisk",
2366
+ "DataBoxHeavy",
2367
+ "DataBoxCustomerDisk"
2368
+ ]
2369
+ }
2370
+ },
2371
+ dcAccessSecurityCode: {
2372
+ serializedName: "dcAccessSecurityCode",
2373
+ type: {
2374
+ name: "Composite",
2375
+ className: "DcAccessSecurityCode"
2376
+ }
2377
+ },
2378
+ error: {
2379
+ serializedName: "error",
2380
+ type: {
2381
+ name: "Composite",
2382
+ className: "CloudError"
2383
+ }
2384
+ }
2385
+ }
2386
+ }
2387
+ };
2388
+ exports.DcAccessSecurityCode = {
2389
+ type: {
2390
+ name: "Composite",
2391
+ className: "DcAccessSecurityCode",
2392
+ modelProperties: {
2393
+ reverseDCAccessCode: {
2394
+ serializedName: "reverseDCAccessCode",
2395
+ type: {
2396
+ name: "String"
2397
+ }
2398
+ },
2399
+ forwardDCAccessCode: {
2400
+ serializedName: "forwardDCAccessCode",
2401
+ type: {
2402
+ name: "String"
2403
+ }
2404
+ }
2405
+ }
2406
+ }
2407
+ };
2408
+ exports.RegionConfigurationRequest = {
2409
+ type: {
2410
+ name: "Composite",
2411
+ className: "RegionConfigurationRequest",
2412
+ modelProperties: {
2413
+ scheduleAvailabilityRequest: {
2414
+ serializedName: "scheduleAvailabilityRequest",
2415
+ type: {
2416
+ name: "Composite",
2417
+ className: "ScheduleAvailabilityRequest"
2418
+ }
2419
+ },
2420
+ transportAvailabilityRequest: {
2421
+ serializedName: "transportAvailabilityRequest",
2422
+ type: {
2423
+ name: "Composite",
2424
+ className: "TransportAvailabilityRequest"
2425
+ }
2426
+ },
2427
+ datacenterAddressRequest: {
2428
+ serializedName: "datacenterAddressRequest",
2429
+ type: {
2430
+ name: "Composite",
2431
+ className: "DatacenterAddressRequest"
2432
+ }
2433
+ }
2434
+ }
2435
+ }
2436
+ };
2437
+ exports.ScheduleAvailabilityRequest = {
2438
+ type: {
2439
+ name: "Composite",
2440
+ className: "ScheduleAvailabilityRequest",
2441
+ uberParent: "ScheduleAvailabilityRequest",
2442
+ polymorphicDiscriminator: {
2443
+ serializedName: "skuName",
2444
+ clientName: "skuName"
2445
+ },
2446
+ modelProperties: {
2447
+ storageLocation: {
2448
+ serializedName: "storageLocation",
2449
+ required: true,
2450
+ type: {
2451
+ name: "String"
2452
+ }
2453
+ },
2454
+ skuName: {
2455
+ serializedName: "skuName",
2456
+ required: true,
2457
+ type: {
2458
+ name: "Enum",
2459
+ allowedValues: [
2460
+ "DataBox",
2461
+ "DataBoxDisk",
2462
+ "DataBoxHeavy",
2463
+ "DataBoxCustomerDisk"
2464
+ ]
2465
+ }
2466
+ },
2467
+ country: {
2468
+ serializedName: "country",
2469
+ type: {
2470
+ name: "String"
2471
+ }
2472
+ }
2473
+ }
2474
+ }
2475
+ };
2476
+ exports.TransportAvailabilityRequest = {
2477
+ type: {
2478
+ name: "Composite",
2479
+ className: "TransportAvailabilityRequest",
2480
+ modelProperties: {
2481
+ skuName: {
2482
+ serializedName: "skuName",
2483
+ type: {
2484
+ name: "Enum",
2485
+ allowedValues: [
2486
+ "DataBox",
2487
+ "DataBoxDisk",
2488
+ "DataBoxHeavy",
2489
+ "DataBoxCustomerDisk"
2490
+ ]
2491
+ }
2492
+ }
2493
+ }
2494
+ }
2495
+ };
2496
+ exports.DatacenterAddressRequest = {
2497
+ type: {
2498
+ name: "Composite",
2499
+ className: "DatacenterAddressRequest",
2500
+ modelProperties: {
2501
+ storageLocation: {
2502
+ serializedName: "storageLocation",
2503
+ required: true,
2504
+ type: {
2505
+ name: "String"
2506
+ }
2507
+ },
2508
+ skuName: {
2509
+ serializedName: "skuName",
2510
+ required: true,
2511
+ type: {
2512
+ name: "Enum",
2513
+ allowedValues: [
2514
+ "DataBox",
2515
+ "DataBoxDisk",
2516
+ "DataBoxHeavy",
2517
+ "DataBoxCustomerDisk"
2518
+ ]
2519
+ }
2520
+ }
2521
+ }
2522
+ }
2523
+ };
2524
+ exports.RegionConfigurationResponse = {
2525
+ type: {
2526
+ name: "Composite",
2527
+ className: "RegionConfigurationResponse",
2528
+ modelProperties: {
2529
+ scheduleAvailabilityResponse: {
2530
+ serializedName: "scheduleAvailabilityResponse",
2531
+ type: {
2532
+ name: "Composite",
2533
+ className: "ScheduleAvailabilityResponse"
2534
+ }
2535
+ },
2536
+ transportAvailabilityResponse: {
2537
+ serializedName: "transportAvailabilityResponse",
2538
+ type: {
2539
+ name: "Composite",
2540
+ className: "TransportAvailabilityResponse"
2541
+ }
2542
+ },
2543
+ datacenterAddressResponse: {
2544
+ serializedName: "datacenterAddressResponse",
2545
+ type: {
2546
+ name: "Composite",
2547
+ className: "DatacenterAddressResponse"
2548
+ }
2549
+ }
2550
+ }
2551
+ }
2552
+ };
2553
+ exports.ScheduleAvailabilityResponse = {
2554
+ type: {
2555
+ name: "Composite",
2556
+ className: "ScheduleAvailabilityResponse",
2557
+ modelProperties: {
2558
+ availableDates: {
2559
+ serializedName: "availableDates",
2560
+ readOnly: true,
2561
+ type: {
2562
+ name: "Sequence",
2563
+ element: {
2564
+ type: {
2565
+ name: "DateTime"
2566
+ }
2567
+ }
2568
+ }
2569
+ }
2570
+ }
2571
+ }
2572
+ };
2573
+ exports.TransportAvailabilityResponse = {
2574
+ type: {
2575
+ name: "Composite",
2576
+ className: "TransportAvailabilityResponse",
2577
+ modelProperties: {
2578
+ transportAvailabilityDetails: {
2579
+ serializedName: "transportAvailabilityDetails",
2580
+ readOnly: true,
2581
+ type: {
2582
+ name: "Sequence",
2583
+ element: {
2584
+ type: {
2585
+ name: "Composite",
2586
+ className: "TransportAvailabilityDetails"
2587
+ }
2588
+ }
2589
+ }
2590
+ }
2591
+ }
2592
+ }
2593
+ };
2594
+ exports.TransportAvailabilityDetails = {
2595
+ type: {
2596
+ name: "Composite",
2597
+ className: "TransportAvailabilityDetails",
2598
+ modelProperties: {
2599
+ shipmentType: {
2600
+ serializedName: "shipmentType",
2601
+ readOnly: true,
2602
+ type: {
2603
+ name: "Enum",
2604
+ allowedValues: ["CustomerManaged", "MicrosoftManaged"]
2605
+ }
2606
+ }
2607
+ }
2608
+ }
2609
+ };
2610
+ exports.AccountCredentialDetails = {
2611
+ type: {
2612
+ name: "Composite",
2613
+ className: "AccountCredentialDetails",
2614
+ modelProperties: {
2615
+ accountName: {
2616
+ serializedName: "accountName",
2617
+ readOnly: true,
2618
+ type: {
2619
+ name: "String"
2620
+ }
2621
+ },
2622
+ dataAccountType: {
2623
+ serializedName: "dataAccountType",
2624
+ readOnly: true,
2625
+ type: {
2626
+ name: "Enum",
2627
+ allowedValues: ["StorageAccount", "ManagedDisk"]
2628
+ }
2629
+ },
2630
+ accountConnectionString: {
2631
+ serializedName: "accountConnectionString",
2632
+ readOnly: true,
2633
+ type: {
2634
+ name: "String"
2635
+ }
2636
+ },
2637
+ shareCredentialDetails: {
2638
+ serializedName: "shareCredentialDetails",
2639
+ readOnly: true,
2640
+ type: {
2641
+ name: "Sequence",
2642
+ element: {
2643
+ type: {
2644
+ name: "Composite",
2645
+ className: "ShareCredentialDetails"
2646
+ }
2647
+ }
2648
+ }
2649
+ }
2650
+ }
2651
+ }
2652
+ };
2653
+ exports.ShareCredentialDetails = {
2654
+ type: {
2655
+ name: "Composite",
2656
+ className: "ShareCredentialDetails",
2657
+ modelProperties: {
2658
+ shareName: {
2659
+ serializedName: "shareName",
2660
+ readOnly: true,
2661
+ type: {
2662
+ name: "String"
2663
+ }
2664
+ },
2665
+ shareType: {
2666
+ serializedName: "shareType",
2667
+ readOnly: true,
2668
+ type: {
2669
+ name: "Enum",
2670
+ allowedValues: [
2671
+ "UnknownType",
2672
+ "HCS",
2673
+ "BlockBlob",
2674
+ "PageBlob",
2675
+ "AzureFile",
2676
+ "ManagedDisk"
2677
+ ]
2678
+ }
2679
+ },
2680
+ userName: {
2681
+ serializedName: "userName",
2682
+ readOnly: true,
2683
+ type: {
2684
+ name: "String"
2685
+ }
2686
+ },
2687
+ password: {
2688
+ serializedName: "password",
2689
+ readOnly: true,
2690
+ type: {
2691
+ name: "String"
2692
+ }
2693
+ },
2694
+ supportedAccessProtocols: {
2695
+ serializedName: "supportedAccessProtocols",
2696
+ readOnly: true,
2697
+ type: {
2698
+ name: "Sequence",
2699
+ element: {
2700
+ type: {
2701
+ name: "Enum",
2702
+ allowedValues: ["SMB", "NFS"]
2703
+ }
2704
+ }
2705
+ }
2706
+ }
2707
+ }
2708
+ }
2709
+ };
2710
+ exports.ApplianceNetworkConfiguration = {
2711
+ type: {
2712
+ name: "Composite",
2713
+ className: "ApplianceNetworkConfiguration",
2714
+ modelProperties: {
2715
+ name: {
2716
+ serializedName: "name",
2717
+ readOnly: true,
2718
+ type: {
2719
+ name: "String"
2720
+ }
2721
+ },
2722
+ macAddress: {
2723
+ serializedName: "macAddress",
2724
+ readOnly: true,
2725
+ type: {
2726
+ name: "String"
2727
+ }
2728
+ }
2729
+ }
2730
+ }
2731
+ };
2732
+ exports.ArmBaseObject = {
2733
+ type: {
2734
+ name: "Composite",
2735
+ className: "ArmBaseObject",
2736
+ modelProperties: {
2737
+ name: {
2738
+ serializedName: "name",
2739
+ readOnly: true,
2740
+ type: {
2741
+ name: "String"
2742
+ }
2743
+ },
2744
+ id: {
2745
+ serializedName: "id",
2746
+ readOnly: true,
2747
+ type: {
2748
+ name: "String"
2749
+ }
2750
+ },
2751
+ type: {
2752
+ serializedName: "type",
2753
+ readOnly: true,
2754
+ type: {
2755
+ name: "String"
2756
+ }
2757
+ }
2758
+ }
2759
+ }
2760
+ };
2761
+ exports.GranularCopyLogDetails = {
2762
+ type: {
2763
+ name: "Composite",
2764
+ className: "GranularCopyLogDetails",
2765
+ uberParent: "GranularCopyLogDetails",
2766
+ polymorphicDiscriminator: {
2767
+ serializedName: "copyLogDetailsType",
2768
+ clientName: "copyLogDetailsType"
2769
+ },
2770
+ modelProperties: {
2771
+ copyLogDetailsType: {
2772
+ serializedName: "copyLogDetailsType",
2773
+ required: true,
2774
+ type: {
2775
+ name: "Enum",
2776
+ allowedValues: [
2777
+ "DataBox",
2778
+ "DataBoxDisk",
2779
+ "DataBoxHeavy",
2780
+ "DataBoxCustomerDisk"
2781
+ ]
2782
+ }
2783
+ }
2784
+ }
2785
+ }
2786
+ };
2787
+ exports.CopyProgress = {
2788
+ type: {
2789
+ name: "Composite",
2790
+ className: "CopyProgress",
2791
+ modelProperties: {
2792
+ storageAccountName: {
2793
+ serializedName: "storageAccountName",
2794
+ readOnly: true,
2795
+ type: {
2796
+ name: "String"
2797
+ }
2798
+ },
2799
+ transferType: {
2800
+ serializedName: "transferType",
2801
+ readOnly: true,
2802
+ type: {
2803
+ name: "Enum",
2804
+ allowedValues: ["ImportToAzure", "ExportFromAzure"]
2805
+ }
2806
+ },
2807
+ dataAccountType: {
2808
+ serializedName: "dataAccountType",
2809
+ readOnly: true,
2810
+ type: {
2811
+ name: "Enum",
2812
+ allowedValues: ["StorageAccount", "ManagedDisk"]
2813
+ }
2814
+ },
2815
+ accountId: {
2816
+ serializedName: "accountId",
2817
+ readOnly: true,
2818
+ type: {
2819
+ name: "String"
2820
+ }
2821
+ },
2822
+ bytesProcessed: {
2823
+ serializedName: "bytesProcessed",
2824
+ readOnly: true,
2825
+ type: {
2826
+ name: "Number"
2827
+ }
2828
+ },
2829
+ totalBytesToProcess: {
2830
+ serializedName: "totalBytesToProcess",
2831
+ readOnly: true,
2832
+ type: {
2833
+ name: "Number"
2834
+ }
2835
+ },
2836
+ filesProcessed: {
2837
+ serializedName: "filesProcessed",
2838
+ readOnly: true,
2839
+ type: {
2840
+ name: "Number"
2841
+ }
2842
+ },
2843
+ totalFilesToProcess: {
2844
+ serializedName: "totalFilesToProcess",
2845
+ readOnly: true,
2846
+ type: {
2847
+ name: "Number"
2848
+ }
2849
+ },
2850
+ invalidFilesProcessed: {
2851
+ serializedName: "invalidFilesProcessed",
2852
+ readOnly: true,
2853
+ type: {
2854
+ name: "Number"
2855
+ }
2856
+ },
2857
+ invalidFileBytesUploaded: {
2858
+ serializedName: "invalidFileBytesUploaded",
2859
+ readOnly: true,
2860
+ type: {
2861
+ name: "Number"
2862
+ }
2863
+ },
2864
+ renamedContainerCount: {
2865
+ serializedName: "renamedContainerCount",
2866
+ readOnly: true,
2867
+ type: {
2868
+ name: "Number"
2869
+ }
2870
+ },
2871
+ filesErroredOut: {
2872
+ serializedName: "filesErroredOut",
2873
+ readOnly: true,
2874
+ type: {
2875
+ name: "Number"
2876
+ }
2877
+ },
2878
+ directoriesErroredOut: {
2879
+ serializedName: "directoriesErroredOut",
2880
+ readOnly: true,
2881
+ type: {
2882
+ name: "Number"
2883
+ }
2884
+ },
2885
+ invalidDirectoriesProcessed: {
2886
+ serializedName: "invalidDirectoriesProcessed",
2887
+ readOnly: true,
2888
+ type: {
2889
+ name: "Number"
2890
+ }
2891
+ },
2892
+ isEnumerationInProgress: {
2893
+ serializedName: "isEnumerationInProgress",
2894
+ readOnly: true,
2895
+ type: {
2896
+ name: "Boolean"
2897
+ }
2898
+ },
2899
+ error: {
2900
+ serializedName: "error",
2901
+ type: {
2902
+ name: "Composite",
2903
+ className: "CloudError"
2904
+ }
2905
+ },
2906
+ actions: {
2907
+ serializedName: "actions",
2908
+ readOnly: true,
2909
+ type: {
2910
+ name: "Sequence",
2911
+ element: {
2912
+ type: {
2913
+ name: "Enum",
2914
+ allowedValues: [
2915
+ "None",
2916
+ "MoveToCleanUpDevice",
2917
+ "Resume",
2918
+ "Restart",
2919
+ "ReachOutToOperation"
2920
+ ]
2921
+ }
2922
+ }
2923
+ }
2924
+ }
2925
+ }
2926
+ }
2927
+ };
2928
+ exports.GranularCopyProgress = {
2929
+ type: {
2930
+ name: "Composite",
2931
+ className: "GranularCopyProgress",
2932
+ modelProperties: {
2933
+ storageAccountName: {
2934
+ serializedName: "storageAccountName",
2935
+ readOnly: true,
2936
+ type: {
2937
+ name: "String"
2938
+ }
2939
+ },
2940
+ transferType: {
2941
+ serializedName: "transferType",
2942
+ readOnly: true,
2943
+ type: {
2944
+ name: "Enum",
2945
+ allowedValues: ["ImportToAzure", "ExportFromAzure"]
2946
+ }
2947
+ },
2948
+ dataAccountType: {
2949
+ serializedName: "dataAccountType",
2950
+ readOnly: true,
2951
+ type: {
2952
+ name: "Enum",
2953
+ allowedValues: ["StorageAccount", "ManagedDisk"]
2954
+ }
2955
+ },
2956
+ accountId: {
2957
+ serializedName: "accountId",
2958
+ readOnly: true,
2959
+ type: {
2960
+ name: "String"
2961
+ }
2962
+ },
2963
+ bytesProcessed: {
2964
+ serializedName: "bytesProcessed",
2965
+ readOnly: true,
2966
+ type: {
2967
+ name: "Number"
2968
+ }
2969
+ },
2970
+ totalBytesToProcess: {
2971
+ serializedName: "totalBytesToProcess",
2972
+ readOnly: true,
2973
+ type: {
2974
+ name: "Number"
2975
+ }
2976
+ },
2977
+ filesProcessed: {
2978
+ serializedName: "filesProcessed",
2979
+ readOnly: true,
2980
+ type: {
2981
+ name: "Number"
2982
+ }
2983
+ },
2984
+ totalFilesToProcess: {
2985
+ serializedName: "totalFilesToProcess",
2986
+ readOnly: true,
2987
+ type: {
2988
+ name: "Number"
2989
+ }
2990
+ },
2991
+ invalidFilesProcessed: {
2992
+ serializedName: "invalidFilesProcessed",
2993
+ readOnly: true,
2994
+ type: {
2995
+ name: "Number"
2996
+ }
2997
+ },
2998
+ invalidFileBytesUploaded: {
2999
+ serializedName: "invalidFileBytesUploaded",
3000
+ readOnly: true,
3001
+ type: {
3002
+ name: "Number"
3003
+ }
3004
+ },
3005
+ renamedContainerCount: {
3006
+ serializedName: "renamedContainerCount",
3007
+ readOnly: true,
3008
+ type: {
3009
+ name: "Number"
3010
+ }
3011
+ },
3012
+ filesErroredOut: {
3013
+ serializedName: "filesErroredOut",
3014
+ readOnly: true,
3015
+ type: {
3016
+ name: "Number"
3017
+ }
3018
+ },
3019
+ directoriesErroredOut: {
3020
+ serializedName: "directoriesErroredOut",
3021
+ readOnly: true,
3022
+ type: {
3023
+ name: "Number"
3024
+ }
3025
+ },
3026
+ invalidDirectoriesProcessed: {
3027
+ serializedName: "invalidDirectoriesProcessed",
3028
+ readOnly: true,
3029
+ type: {
3030
+ name: "Number"
3031
+ }
3032
+ },
3033
+ isEnumerationInProgress: {
3034
+ serializedName: "isEnumerationInProgress",
3035
+ readOnly: true,
3036
+ type: {
3037
+ name: "Boolean"
3038
+ }
3039
+ },
3040
+ error: {
3041
+ serializedName: "error",
3042
+ type: {
3043
+ name: "Composite",
3044
+ className: "CloudError"
3045
+ }
3046
+ },
3047
+ actions: {
3048
+ serializedName: "actions",
3049
+ readOnly: true,
3050
+ type: {
3051
+ name: "Sequence",
3052
+ element: {
3053
+ type: {
3054
+ name: "Enum",
3055
+ allowedValues: [
3056
+ "None",
3057
+ "MoveToCleanUpDevice",
3058
+ "Resume",
3059
+ "Restart",
3060
+ "ReachOutToOperation"
3061
+ ]
3062
+ }
3063
+ }
3064
+ }
3065
+ }
3066
+ }
3067
+ }
3068
+ };
3069
+ exports.ImportDiskDetails = {
3070
+ type: {
3071
+ name: "Composite",
3072
+ className: "ImportDiskDetails",
3073
+ modelProperties: {
3074
+ manifestFile: {
3075
+ serializedName: "manifestFile",
3076
+ required: true,
3077
+ type: {
3078
+ name: "String"
3079
+ }
3080
+ },
3081
+ manifestHash: {
3082
+ serializedName: "manifestHash",
3083
+ required: true,
3084
+ type: {
3085
+ name: "String"
3086
+ }
3087
+ },
3088
+ bitLockerKey: {
3089
+ serializedName: "bitLockerKey",
3090
+ required: true,
3091
+ type: {
3092
+ name: "String"
3093
+ }
3094
+ },
3095
+ backupManifestCloudPath: {
3096
+ serializedName: "backupManifestCloudPath",
3097
+ readOnly: true,
3098
+ type: {
3099
+ name: "String"
3100
+ }
3101
+ }
3102
+ }
3103
+ }
3104
+ };
3105
+ exports.ExportDiskDetails = {
3106
+ type: {
3107
+ name: "Composite",
3108
+ className: "ExportDiskDetails",
3109
+ modelProperties: {
3110
+ manifestFile: {
3111
+ serializedName: "manifestFile",
3112
+ readOnly: true,
3113
+ type: {
3114
+ name: "String"
3115
+ }
3116
+ },
3117
+ manifestHash: {
3118
+ serializedName: "manifestHash",
3119
+ readOnly: true,
3120
+ type: {
3121
+ name: "String"
3122
+ }
3123
+ },
3124
+ backupManifestCloudPath: {
3125
+ serializedName: "backupManifestCloudPath",
3126
+ readOnly: true,
3127
+ type: {
3128
+ name: "String"
3129
+ }
3130
+ }
3131
+ }
3132
+ }
3133
+ };
3134
+ exports.DiskSecret = {
3135
+ type: {
3136
+ name: "Composite",
3137
+ className: "DiskSecret",
3138
+ modelProperties: {
3139
+ diskSerialNumber: {
3140
+ serializedName: "diskSerialNumber",
3141
+ readOnly: true,
3142
+ type: {
3143
+ name: "String"
3144
+ }
3145
+ },
3146
+ bitLockerKey: {
3147
+ serializedName: "bitLockerKey",
3148
+ readOnly: true,
3149
+ type: {
3150
+ name: "String"
3151
+ }
3152
+ }
3153
+ }
3154
+ }
3155
+ };
3156
+ exports.DataBoxDiskCopyProgress = {
3157
+ type: {
3158
+ name: "Composite",
3159
+ className: "DataBoxDiskCopyProgress",
3160
+ modelProperties: {
3161
+ serialNumber: {
3162
+ serializedName: "serialNumber",
3163
+ readOnly: true,
3164
+ type: {
3165
+ name: "String"
3166
+ }
3167
+ },
3168
+ bytesCopied: {
3169
+ serializedName: "bytesCopied",
3170
+ readOnly: true,
3171
+ type: {
3172
+ name: "Number"
3173
+ }
3174
+ },
3175
+ percentComplete: {
3176
+ serializedName: "percentComplete",
3177
+ readOnly: true,
3178
+ type: {
3179
+ name: "Number"
3180
+ }
3181
+ },
3182
+ status: {
3183
+ serializedName: "status",
3184
+ readOnly: true,
3185
+ type: {
3186
+ name: "String"
3187
+ }
3188
+ },
3189
+ error: {
3190
+ serializedName: "error",
3191
+ type: {
3192
+ name: "Composite",
3193
+ className: "CloudError"
3194
+ }
3195
+ },
3196
+ actions: {
3197
+ serializedName: "actions",
3198
+ readOnly: true,
3199
+ type: {
3200
+ name: "Sequence",
3201
+ element: {
3202
+ type: {
3203
+ name: "Enum",
3204
+ allowedValues: [
3205
+ "None",
3206
+ "MoveToCleanUpDevice",
3207
+ "Resume",
3208
+ "Restart",
3209
+ "ReachOutToOperation"
3210
+ ]
3211
+ }
3212
+ }
3213
+ }
3214
+ }
3215
+ }
3216
+ }
3217
+ };
3218
+ exports.DataBoxHeavySecret = {
3219
+ type: {
3220
+ name: "Composite",
3221
+ className: "DataBoxHeavySecret",
3222
+ modelProperties: {
3223
+ deviceSerialNumber: {
3224
+ serializedName: "deviceSerialNumber",
3225
+ readOnly: true,
3226
+ type: {
3227
+ name: "String"
3228
+ }
3229
+ },
3230
+ devicePassword: {
3231
+ serializedName: "devicePassword",
3232
+ readOnly: true,
3233
+ type: {
3234
+ name: "String"
3235
+ }
3236
+ },
3237
+ networkConfigurations: {
3238
+ serializedName: "networkConfigurations",
3239
+ readOnly: true,
3240
+ type: {
3241
+ name: "Sequence",
3242
+ element: {
3243
+ type: {
3244
+ name: "Composite",
3245
+ className: "ApplianceNetworkConfiguration"
3246
+ }
3247
+ }
3248
+ }
3249
+ },
3250
+ encodedValidationCertPubKey: {
3251
+ serializedName: "encodedValidationCertPubKey",
3252
+ readOnly: true,
3253
+ type: {
3254
+ name: "String"
3255
+ }
3256
+ },
3257
+ accountCredentialDetails: {
3258
+ serializedName: "accountCredentialDetails",
3259
+ readOnly: true,
3260
+ type: {
3261
+ name: "Sequence",
3262
+ element: {
3263
+ type: {
3264
+ name: "Composite",
3265
+ className: "AccountCredentialDetails"
3266
+ }
3267
+ }
3268
+ }
3269
+ }
3270
+ }
3271
+ }
3272
+ };
3273
+ exports.DataBoxSecret = {
3274
+ type: {
3275
+ name: "Composite",
3276
+ className: "DataBoxSecret",
3277
+ modelProperties: {
3278
+ deviceSerialNumber: {
3279
+ serializedName: "deviceSerialNumber",
3280
+ readOnly: true,
3281
+ type: {
3282
+ name: "String"
3283
+ }
3284
+ },
3285
+ devicePassword: {
3286
+ serializedName: "devicePassword",
3287
+ readOnly: true,
3288
+ type: {
3289
+ name: "String"
3290
+ }
3291
+ },
3292
+ networkConfigurations: {
3293
+ serializedName: "networkConfigurations",
3294
+ readOnly: true,
3295
+ type: {
3296
+ name: "Sequence",
3297
+ element: {
3298
+ type: {
3299
+ name: "Composite",
3300
+ className: "ApplianceNetworkConfiguration"
3301
+ }
3302
+ }
3303
+ }
3304
+ },
3305
+ encodedValidationCertPubKey: {
3306
+ serializedName: "encodedValidationCertPubKey",
3307
+ readOnly: true,
3308
+ type: {
3309
+ name: "String"
3310
+ }
3311
+ },
3312
+ accountCredentialDetails: {
3313
+ serializedName: "accountCredentialDetails",
3314
+ readOnly: true,
3315
+ type: {
3316
+ name: "Sequence",
3317
+ element: {
3318
+ type: {
3319
+ name: "Composite",
3320
+ className: "AccountCredentialDetails"
3321
+ }
3322
+ }
3323
+ }
3324
+ }
3325
+ }
3326
+ }
3327
+ };
3328
+ exports.DataBoxCustomerDiskJobDetails = {
3329
+ serializedName: "DataBoxCustomerDisk",
3330
+ type: {
3331
+ name: "Composite",
3332
+ className: "DataBoxCustomerDiskJobDetails",
3333
+ uberParent: "JobDetails",
3334
+ polymorphicDiscriminator: exports.JobDetails.type.polymorphicDiscriminator,
3335
+ modelProperties: Object.assign(Object.assign({}, exports.JobDetails.type.modelProperties), { importDiskDetailsCollection: {
3336
+ serializedName: "importDiskDetailsCollection",
3337
+ type: {
3338
+ name: "Dictionary",
3339
+ value: { type: { name: "Composite", className: "ImportDiskDetails" } }
3340
+ }
3341
+ }, exportDiskDetailsCollection: {
3342
+ serializedName: "exportDiskDetailsCollection",
3343
+ readOnly: true,
3344
+ type: {
3345
+ name: "Dictionary",
3346
+ value: { type: { name: "Composite", className: "ExportDiskDetails" } }
3347
+ }
3348
+ }, copyProgress: {
3349
+ serializedName: "copyProgress",
3350
+ readOnly: true,
3351
+ type: {
3352
+ name: "Sequence",
3353
+ element: {
3354
+ type: {
3355
+ name: "Composite",
3356
+ className: "DataBoxCustomerDiskCopyProgress"
3357
+ }
3358
+ }
3359
+ }
3360
+ }, deliverToDcPackageDetails: {
3361
+ serializedName: "deliverToDcPackageDetails",
3362
+ type: {
3363
+ name: "Composite",
3364
+ className: "PackageCarrierInfo"
3365
+ }
3366
+ }, returnToCustomerPackageDetails: {
3367
+ serializedName: "returnToCustomerPackageDetails",
3368
+ type: {
3369
+ name: "Composite",
3370
+ className: "PackageCarrierDetails"
3371
+ }
3372
+ }, enableManifestBackup: {
3373
+ defaultValue: false,
3374
+ serializedName: "enableManifestBackup",
3375
+ type: {
3376
+ name: "Boolean"
3377
+ }
3378
+ } })
3379
+ }
3380
+ };
3381
+ exports.DataBoxDiskJobDetails = {
3382
+ serializedName: "DataBoxDisk",
3383
+ type: {
3384
+ name: "Composite",
3385
+ className: "DataBoxDiskJobDetails",
3386
+ uberParent: "JobDetails",
3387
+ polymorphicDiscriminator: exports.JobDetails.type.polymorphicDiscriminator,
3388
+ modelProperties: Object.assign(Object.assign({}, exports.JobDetails.type.modelProperties), { preferredDisks: {
3389
+ serializedName: "preferredDisks",
3390
+ type: {
3391
+ name: "Dictionary",
3392
+ value: { type: { name: "Number" } }
3393
+ }
3394
+ }, copyProgress: {
3395
+ serializedName: "copyProgress",
3396
+ readOnly: true,
3397
+ type: {
3398
+ name: "Sequence",
3399
+ element: {
3400
+ type: {
3401
+ name: "Composite",
3402
+ className: "DataBoxDiskCopyProgress"
3403
+ }
3404
+ }
3405
+ }
3406
+ }, granularCopyProgress: {
3407
+ serializedName: "granularCopyProgress",
3408
+ readOnly: true,
3409
+ type: {
3410
+ name: "Sequence",
3411
+ element: {
3412
+ type: {
3413
+ name: "Composite",
3414
+ className: "DataBoxDiskGranularCopyProgress"
3415
+ }
3416
+ }
3417
+ }
3418
+ }, granularCopyLogDetails: {
3419
+ serializedName: "granularCopyLogDetails",
3420
+ readOnly: true,
3421
+ type: {
3422
+ name: "Sequence",
3423
+ element: {
3424
+ type: {
3425
+ name: "Composite",
3426
+ className: "DataBoxDiskGranularCopyLogDetails"
3427
+ }
3428
+ }
3429
+ }
3430
+ }, disksAndSizeDetails: {
3431
+ serializedName: "disksAndSizeDetails",
3432
+ readOnly: true,
3433
+ type: {
3434
+ name: "Dictionary",
3435
+ value: { type: { name: "Number" } }
3436
+ }
3437
+ }, passkey: {
3438
+ serializedName: "passkey",
3439
+ type: {
3440
+ name: "String"
3441
+ }
3442
+ } })
3443
+ }
3444
+ };
3445
+ exports.DataBoxHeavyJobDetails = {
3446
+ serializedName: "DataBoxHeavy",
3447
+ type: {
3448
+ name: "Composite",
3449
+ className: "DataBoxHeavyJobDetails",
3450
+ uberParent: "JobDetails",
3451
+ polymorphicDiscriminator: exports.JobDetails.type.polymorphicDiscriminator,
3452
+ modelProperties: Object.assign(Object.assign({}, exports.JobDetails.type.modelProperties), { copyProgress: {
3453
+ serializedName: "copyProgress",
3454
+ readOnly: true,
3455
+ type: {
3456
+ name: "Sequence",
3457
+ element: {
3458
+ type: {
3459
+ name: "Composite",
3460
+ className: "CopyProgress"
3461
+ }
3462
+ }
3463
+ }
3464
+ }, devicePassword: {
3465
+ serializedName: "devicePassword",
3466
+ type: {
3467
+ name: "String"
3468
+ }
3469
+ } })
3470
+ }
3471
+ };
3472
+ exports.DataBoxJobDetails = {
3473
+ serializedName: "DataBox",
3474
+ type: {
3475
+ name: "Composite",
3476
+ className: "DataBoxJobDetails",
3477
+ uberParent: "JobDetails",
3478
+ polymorphicDiscriminator: exports.JobDetails.type.polymorphicDiscriminator,
3479
+ modelProperties: Object.assign(Object.assign({}, exports.JobDetails.type.modelProperties), { copyProgress: {
3480
+ serializedName: "copyProgress",
3481
+ readOnly: true,
3482
+ type: {
3483
+ name: "Sequence",
3484
+ element: {
3485
+ type: {
3486
+ name: "Composite",
3487
+ className: "CopyProgress"
3488
+ }
3489
+ }
3490
+ }
3491
+ }, devicePassword: {
3492
+ serializedName: "devicePassword",
3493
+ type: {
3494
+ name: "String"
3495
+ }
3496
+ } })
3497
+ }
3498
+ };
3499
+ exports.ManagedDiskDetails = {
3500
+ serializedName: "ManagedDisk",
3501
+ type: {
3502
+ name: "Composite",
3503
+ className: "ManagedDiskDetails",
3504
+ uberParent: "DataAccountDetails",
3505
+ polymorphicDiscriminator: exports.DataAccountDetails.type.polymorphicDiscriminator,
3506
+ modelProperties: Object.assign(Object.assign({}, exports.DataAccountDetails.type.modelProperties), { resourceGroupId: {
3507
+ serializedName: "resourceGroupId",
3508
+ required: true,
3509
+ type: {
3510
+ name: "String"
3511
+ }
3512
+ }, stagingStorageAccountId: {
3513
+ serializedName: "stagingStorageAccountId",
3514
+ required: true,
3515
+ type: {
3516
+ name: "String"
3517
+ }
3518
+ } })
3519
+ }
3520
+ };
3521
+ exports.StorageAccountDetails = {
3522
+ serializedName: "StorageAccount",
3523
+ type: {
3524
+ name: "Composite",
3525
+ className: "StorageAccountDetails",
3526
+ uberParent: "DataAccountDetails",
3527
+ polymorphicDiscriminator: exports.DataAccountDetails.type.polymorphicDiscriminator,
3528
+ modelProperties: Object.assign(Object.assign({}, exports.DataAccountDetails.type.modelProperties), { storageAccountId: {
3529
+ serializedName: "storageAccountId",
3530
+ required: true,
3531
+ type: {
3532
+ name: "String"
3533
+ }
3534
+ } })
3535
+ }
3536
+ };
3537
+ exports.DataBoxAccountCopyLogDetails = {
3538
+ serializedName: "DataBox",
3539
+ type: {
3540
+ name: "Composite",
3541
+ className: "DataBoxAccountCopyLogDetails",
3542
+ uberParent: "CopyLogDetails",
3543
+ polymorphicDiscriminator: exports.CopyLogDetails.type.polymorphicDiscriminator,
3544
+ modelProperties: Object.assign(Object.assign({}, exports.CopyLogDetails.type.modelProperties), { accountName: {
3545
+ serializedName: "accountName",
3546
+ readOnly: true,
3547
+ type: {
3548
+ name: "String"
3549
+ }
3550
+ }, copyLogLink: {
3551
+ serializedName: "copyLogLink",
3552
+ readOnly: true,
3553
+ type: {
3554
+ name: "String"
3555
+ }
3556
+ }, copyVerboseLogLink: {
3557
+ serializedName: "copyVerboseLogLink",
3558
+ readOnly: true,
3559
+ type: {
3560
+ name: "String"
3561
+ }
3562
+ } })
3563
+ }
3564
+ };
3565
+ exports.DataBoxCustomerDiskCopyLogDetails = {
3566
+ serializedName: "DataBoxCustomerDisk",
3567
+ type: {
3568
+ name: "Composite",
3569
+ className: "DataBoxCustomerDiskCopyLogDetails",
3570
+ uberParent: "CopyLogDetails",
3571
+ polymorphicDiscriminator: exports.CopyLogDetails.type.polymorphicDiscriminator,
3572
+ modelProperties: Object.assign(Object.assign({}, exports.CopyLogDetails.type.modelProperties), { serialNumber: {
3573
+ serializedName: "serialNumber",
3574
+ readOnly: true,
3575
+ type: {
3576
+ name: "String"
3577
+ }
3578
+ }, errorLogLink: {
3579
+ serializedName: "errorLogLink",
3580
+ readOnly: true,
3581
+ type: {
3582
+ name: "String"
3583
+ }
3584
+ }, verboseLogLink: {
3585
+ serializedName: "verboseLogLink",
3586
+ readOnly: true,
3587
+ type: {
3588
+ name: "String"
3589
+ }
3590
+ } })
3591
+ }
3592
+ };
3593
+ exports.DataBoxDiskCopyLogDetails = {
3594
+ serializedName: "DataBoxDisk",
3595
+ type: {
3596
+ name: "Composite",
3597
+ className: "DataBoxDiskCopyLogDetails",
3598
+ uberParent: "CopyLogDetails",
3599
+ polymorphicDiscriminator: exports.CopyLogDetails.type.polymorphicDiscriminator,
3600
+ modelProperties: Object.assign(Object.assign({}, exports.CopyLogDetails.type.modelProperties), { diskSerialNumber: {
3601
+ serializedName: "diskSerialNumber",
3602
+ readOnly: true,
3603
+ type: {
3604
+ name: "String"
3605
+ }
3606
+ }, errorLogLink: {
3607
+ serializedName: "errorLogLink",
3608
+ readOnly: true,
3609
+ type: {
3610
+ name: "String"
3611
+ }
3612
+ }, verboseLogLink: {
3613
+ serializedName: "verboseLogLink",
3614
+ readOnly: true,
3615
+ type: {
3616
+ name: "String"
3617
+ }
3618
+ } })
3619
+ }
3620
+ };
3621
+ exports.DataBoxHeavyAccountCopyLogDetails = {
3622
+ serializedName: "DataBoxHeavy",
3623
+ type: {
3624
+ name: "Composite",
3625
+ className: "DataBoxHeavyAccountCopyLogDetails",
3626
+ uberParent: "CopyLogDetails",
3627
+ polymorphicDiscriminator: exports.CopyLogDetails.type.polymorphicDiscriminator,
3628
+ modelProperties: Object.assign(Object.assign({}, exports.CopyLogDetails.type.modelProperties), { accountName: {
3629
+ serializedName: "accountName",
3630
+ readOnly: true,
3631
+ type: {
3632
+ name: "String"
3633
+ }
3634
+ }, copyLogLink: {
3635
+ serializedName: "copyLogLink",
3636
+ readOnly: true,
3637
+ type: {
3638
+ name: "Sequence",
3639
+ element: {
3640
+ type: {
3641
+ name: "String"
3642
+ }
3643
+ }
3644
+ }
3645
+ }, copyVerboseLogLink: {
3646
+ serializedName: "copyVerboseLogLink",
3647
+ readOnly: true,
3648
+ type: {
3649
+ name: "Sequence",
3650
+ element: {
3651
+ type: {
3652
+ name: "String"
3653
+ }
3654
+ }
3655
+ }
3656
+ } })
3657
+ }
3658
+ };
3659
+ exports.DatacenterAddressInstructionResponse = {
3660
+ serializedName: "DatacenterAddressInstruction",
3661
+ type: {
3662
+ name: "Composite",
3663
+ className: "DatacenterAddressInstructionResponse",
3664
+ uberParent: "DatacenterAddressResponse",
3665
+ polymorphicDiscriminator: exports.DatacenterAddressResponse.type.polymorphicDiscriminator,
3666
+ modelProperties: Object.assign(Object.assign({}, exports.DatacenterAddressResponse.type.modelProperties), { communicationInstruction: {
3667
+ serializedName: "communicationInstruction",
3668
+ readOnly: true,
3669
+ type: {
3670
+ name: "String"
3671
+ }
3672
+ } })
3673
+ }
3674
+ };
3675
+ exports.DatacenterAddressLocationResponse = {
3676
+ serializedName: "DatacenterAddressLocation",
3677
+ type: {
3678
+ name: "Composite",
3679
+ className: "DatacenterAddressLocationResponse",
3680
+ uberParent: "DatacenterAddressResponse",
3681
+ polymorphicDiscriminator: exports.DatacenterAddressResponse.type.polymorphicDiscriminator,
3682
+ modelProperties: Object.assign(Object.assign({}, exports.DatacenterAddressResponse.type.modelProperties), { contactPersonName: {
3683
+ serializedName: "contactPersonName",
3684
+ readOnly: true,
3685
+ type: {
3686
+ name: "String"
3687
+ }
3688
+ }, company: {
3689
+ serializedName: "company",
3690
+ readOnly: true,
3691
+ type: {
3692
+ name: "String"
3693
+ }
3694
+ }, street1: {
3695
+ serializedName: "street1",
3696
+ readOnly: true,
3697
+ type: {
3698
+ name: "String"
3699
+ }
3700
+ }, street2: {
3701
+ serializedName: "street2",
3702
+ readOnly: true,
3703
+ type: {
3704
+ name: "String"
3705
+ }
3706
+ }, street3: {
3707
+ serializedName: "street3",
3708
+ readOnly: true,
3709
+ type: {
3710
+ name: "String"
3711
+ }
3712
+ }, city: {
3713
+ serializedName: "city",
3714
+ readOnly: true,
3715
+ type: {
3716
+ name: "String"
3717
+ }
3718
+ }, state: {
3719
+ serializedName: "state",
3720
+ readOnly: true,
3721
+ type: {
3722
+ name: "String"
3723
+ }
3724
+ }, zip: {
3725
+ serializedName: "zip",
3726
+ readOnly: true,
3727
+ type: {
3728
+ name: "String"
3729
+ }
3730
+ }, country: {
3731
+ serializedName: "country",
3732
+ readOnly: true,
3733
+ type: {
3734
+ name: "String"
3735
+ }
3736
+ }, phone: {
3737
+ serializedName: "phone",
3738
+ readOnly: true,
3739
+ type: {
3740
+ name: "String"
3741
+ }
3742
+ }, phoneExtension: {
3743
+ serializedName: "phoneExtension",
3744
+ readOnly: true,
3745
+ type: {
3746
+ name: "String"
3747
+ }
3748
+ }, addressType: {
3749
+ serializedName: "addressType",
3750
+ readOnly: true,
3751
+ type: {
3752
+ name: "String"
3753
+ }
3754
+ }, additionalShippingInformation: {
3755
+ serializedName: "additionalShippingInformation",
3756
+ readOnly: true,
3757
+ type: {
3758
+ name: "String"
3759
+ }
3760
+ } })
3761
+ }
3762
+ };
3763
+ exports.JobResource = {
3764
+ type: {
3765
+ name: "Composite",
3766
+ className: "JobResource",
3767
+ modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { name: {
3768
+ serializedName: "name",
3769
+ readOnly: true,
3770
+ type: {
3771
+ name: "String"
3772
+ }
3773
+ }, id: {
3774
+ serializedName: "id",
3775
+ readOnly: true,
3776
+ type: {
3777
+ name: "String"
3778
+ }
3779
+ }, type: {
3780
+ serializedName: "type",
3781
+ readOnly: true,
3782
+ type: {
3783
+ name: "String"
3784
+ }
3785
+ }, systemData: {
3786
+ serializedName: "systemData",
3787
+ type: {
3788
+ name: "Composite",
3789
+ className: "SystemData"
3790
+ }
3791
+ }, transferType: {
3792
+ serializedName: "properties.transferType",
3793
+ required: true,
3794
+ type: {
3795
+ name: "Enum",
3796
+ allowedValues: ["ImportToAzure", "ExportFromAzure"]
3797
+ }
3798
+ }, isCancellable: {
3799
+ serializedName: "properties.isCancellable",
3800
+ readOnly: true,
3801
+ type: {
3802
+ name: "Boolean"
3803
+ }
3804
+ }, isDeletable: {
3805
+ serializedName: "properties.isDeletable",
3806
+ readOnly: true,
3807
+ type: {
3808
+ name: "Boolean"
3809
+ }
3810
+ }, isShippingAddressEditable: {
3811
+ serializedName: "properties.isShippingAddressEditable",
3812
+ readOnly: true,
3813
+ type: {
3814
+ name: "Boolean"
3815
+ }
3816
+ }, reverseShippingDetailsUpdate: {
3817
+ serializedName: "properties.reverseShippingDetailsUpdate",
3818
+ readOnly: true,
3819
+ type: {
3820
+ name: "Enum",
3821
+ allowedValues: ["Enabled", "Disabled", "NotSupported"]
3822
+ }
3823
+ }, reverseTransportPreferenceUpdate: {
3824
+ serializedName: "properties.reverseTransportPreferenceUpdate",
3825
+ readOnly: true,
3826
+ type: {
3827
+ name: "Enum",
3828
+ allowedValues: ["Enabled", "Disabled", "NotSupported"]
3829
+ }
3830
+ }, isPrepareToShipEnabled: {
3831
+ serializedName: "properties.isPrepareToShipEnabled",
3832
+ readOnly: true,
3833
+ type: {
3834
+ name: "Boolean"
3835
+ }
3836
+ }, status: {
3837
+ serializedName: "properties.status",
3838
+ readOnly: true,
3839
+ type: {
3840
+ name: "String"
3841
+ }
3842
+ }, startTime: {
3843
+ serializedName: "properties.startTime",
3844
+ readOnly: true,
3845
+ type: {
3846
+ name: "DateTime"
3847
+ }
3848
+ }, error: {
3849
+ serializedName: "properties.error",
3850
+ type: {
3851
+ name: "Composite",
3852
+ className: "CloudError"
3853
+ }
3854
+ }, details: {
3855
+ serializedName: "properties.details",
3856
+ type: {
3857
+ name: "Composite",
3858
+ className: "JobDetails"
3859
+ }
3860
+ }, cancellationReason: {
3861
+ serializedName: "properties.cancellationReason",
3862
+ readOnly: true,
3863
+ type: {
3864
+ name: "String"
3865
+ }
3866
+ }, deliveryType: {
3867
+ defaultValue: "NonScheduled",
3868
+ serializedName: "properties.deliveryType",
3869
+ type: {
3870
+ name: "Enum",
3871
+ allowedValues: ["NonScheduled", "Scheduled"]
3872
+ }
3873
+ }, deliveryInfo: {
3874
+ serializedName: "properties.deliveryInfo",
3875
+ type: {
3876
+ name: "Composite",
3877
+ className: "JobDeliveryInfo"
3878
+ }
3879
+ }, isCancellableWithoutFee: {
3880
+ serializedName: "properties.isCancellableWithoutFee",
3881
+ readOnly: true,
3882
+ type: {
3883
+ name: "Boolean"
3884
+ }
3885
+ } })
3886
+ }
3887
+ };
3888
+ exports.ValidateAddress = {
3889
+ serializedName: "ValidateAddress",
3890
+ type: {
3891
+ name: "Composite",
3892
+ className: "ValidateAddress",
3893
+ uberParent: "ValidationInputRequest",
3894
+ polymorphicDiscriminator: exports.ValidationInputRequest.type.polymorphicDiscriminator,
3895
+ modelProperties: Object.assign(Object.assign({}, exports.ValidationInputRequest.type.modelProperties), { shippingAddress: {
3896
+ serializedName: "shippingAddress",
3897
+ type: {
3898
+ name: "Composite",
3899
+ className: "ShippingAddress"
3900
+ }
3901
+ }, deviceType: {
3902
+ serializedName: "deviceType",
3903
+ required: true,
3904
+ type: {
3905
+ name: "Enum",
3906
+ allowedValues: [
3907
+ "DataBox",
3908
+ "DataBoxDisk",
3909
+ "DataBoxHeavy",
3910
+ "DataBoxCustomerDisk"
3911
+ ]
3912
+ }
3913
+ }, transportPreferences: {
3914
+ serializedName: "transportPreferences",
3915
+ type: {
3916
+ name: "Composite",
3917
+ className: "TransportPreferences"
3918
+ }
3919
+ } })
3920
+ }
3921
+ };
3922
+ exports.CreateOrderLimitForSubscriptionValidationRequest = {
3923
+ serializedName: "ValidateCreateOrderLimit",
3924
+ type: {
3925
+ name: "Composite",
3926
+ className: "CreateOrderLimitForSubscriptionValidationRequest",
3927
+ uberParent: "ValidationInputRequest",
3928
+ polymorphicDiscriminator: exports.ValidationInputRequest.type.polymorphicDiscriminator,
3929
+ modelProperties: Object.assign(Object.assign({}, exports.ValidationInputRequest.type.modelProperties), { deviceType: {
3930
+ serializedName: "deviceType",
3931
+ required: true,
3932
+ type: {
3933
+ name: "Enum",
3934
+ allowedValues: [
3935
+ "DataBox",
3936
+ "DataBoxDisk",
3937
+ "DataBoxHeavy",
3938
+ "DataBoxCustomerDisk"
3939
+ ]
3940
+ }
3941
+ } })
3942
+ }
3943
+ };
3944
+ exports.DataTransferDetailsValidationRequest = {
3945
+ serializedName: "ValidateDataTransferDetails",
3946
+ type: {
3947
+ name: "Composite",
3948
+ className: "DataTransferDetailsValidationRequest",
3949
+ uberParent: "ValidationInputRequest",
3950
+ polymorphicDiscriminator: exports.ValidationInputRequest.type.polymorphicDiscriminator,
3951
+ modelProperties: Object.assign(Object.assign({}, exports.ValidationInputRequest.type.modelProperties), { dataExportDetails: {
3952
+ serializedName: "dataExportDetails",
3953
+ type: {
3954
+ name: "Sequence",
3955
+ element: {
3956
+ type: {
3957
+ name: "Composite",
3958
+ className: "DataExportDetails"
3959
+ }
3960
+ }
3961
+ }
3962
+ }, dataImportDetails: {
3963
+ serializedName: "dataImportDetails",
3964
+ type: {
3965
+ name: "Sequence",
3966
+ element: {
3967
+ type: {
3968
+ name: "Composite",
3969
+ className: "DataImportDetails"
3970
+ }
3971
+ }
3972
+ }
3973
+ }, deviceType: {
3974
+ serializedName: "deviceType",
3975
+ required: true,
3976
+ type: {
3977
+ name: "Enum",
3978
+ allowedValues: [
3979
+ "DataBox",
3980
+ "DataBoxDisk",
3981
+ "DataBoxHeavy",
3982
+ "DataBoxCustomerDisk"
3983
+ ]
3984
+ }
3985
+ }, transferType: {
3986
+ serializedName: "transferType",
3987
+ required: true,
3988
+ type: {
3989
+ name: "Enum",
3990
+ allowedValues: ["ImportToAzure", "ExportFromAzure"]
3991
+ }
3992
+ } })
3993
+ }
3994
+ };
3995
+ exports.PreferencesValidationRequest = {
3996
+ serializedName: "ValidatePreferences",
3997
+ type: {
3998
+ name: "Composite",
3999
+ className: "PreferencesValidationRequest",
4000
+ uberParent: "ValidationInputRequest",
4001
+ polymorphicDiscriminator: exports.ValidationInputRequest.type.polymorphicDiscriminator,
4002
+ modelProperties: Object.assign(Object.assign({}, exports.ValidationInputRequest.type.modelProperties), { preference: {
4003
+ serializedName: "preference",
4004
+ type: {
4005
+ name: "Composite",
4006
+ className: "Preferences"
4007
+ }
4008
+ }, deviceType: {
4009
+ serializedName: "deviceType",
4010
+ required: true,
4011
+ type: {
4012
+ name: "Enum",
4013
+ allowedValues: [
4014
+ "DataBox",
4015
+ "DataBoxDisk",
4016
+ "DataBoxHeavy",
4017
+ "DataBoxCustomerDisk"
4018
+ ]
4019
+ }
4020
+ } })
4021
+ }
4022
+ };
4023
+ exports.SkuAvailabilityValidationRequest = {
4024
+ serializedName: "ValidateSkuAvailability",
4025
+ type: {
4026
+ name: "Composite",
4027
+ className: "SkuAvailabilityValidationRequest",
4028
+ uberParent: "ValidationInputRequest",
4029
+ polymorphicDiscriminator: exports.ValidationInputRequest.type.polymorphicDiscriminator,
4030
+ modelProperties: Object.assign(Object.assign({}, exports.ValidationInputRequest.type.modelProperties), { deviceType: {
4031
+ serializedName: "deviceType",
4032
+ required: true,
4033
+ type: {
4034
+ name: "Enum",
4035
+ allowedValues: [
4036
+ "DataBox",
4037
+ "DataBoxDisk",
4038
+ "DataBoxHeavy",
4039
+ "DataBoxCustomerDisk"
4040
+ ]
4041
+ }
4042
+ }, transferType: {
4043
+ serializedName: "transferType",
4044
+ required: true,
4045
+ type: {
4046
+ name: "Enum",
4047
+ allowedValues: ["ImportToAzure", "ExportFromAzure"]
4048
+ }
4049
+ }, country: {
4050
+ serializedName: "country",
4051
+ required: true,
4052
+ type: {
4053
+ name: "String"
4054
+ }
4055
+ }, location: {
4056
+ serializedName: "location",
4057
+ required: true,
4058
+ type: {
4059
+ name: "String"
4060
+ }
4061
+ } })
4062
+ }
4063
+ };
4064
+ exports.SubscriptionIsAllowedToCreateJobValidationRequest = {
4065
+ serializedName: "ValidateSubscriptionIsAllowedToCreateJob",
4066
+ type: {
4067
+ name: "Composite",
4068
+ className: "SubscriptionIsAllowedToCreateJobValidationRequest",
4069
+ uberParent: "ValidationInputRequest",
4070
+ polymorphicDiscriminator: exports.ValidationInputRequest.type.polymorphicDiscriminator,
4071
+ modelProperties: Object.assign({}, exports.ValidationInputRequest.type.modelProperties)
4072
+ }
4073
+ };
4074
+ exports.AddressValidationProperties = {
4075
+ serializedName: "ValidateAddress",
4076
+ type: {
4077
+ name: "Composite",
4078
+ className: "AddressValidationProperties",
4079
+ uberParent: "ValidationInputResponse",
4080
+ polymorphicDiscriminator: exports.ValidationInputResponse.type.polymorphicDiscriminator,
4081
+ modelProperties: Object.assign(Object.assign({}, exports.ValidationInputResponse.type.modelProperties), { validationStatus: {
4082
+ serializedName: "validationStatus",
4083
+ readOnly: true,
4084
+ type: {
4085
+ name: "Enum",
4086
+ allowedValues: ["Valid", "Invalid", "Ambiguous"]
4087
+ }
4088
+ }, alternateAddresses: {
4089
+ serializedName: "alternateAddresses",
4090
+ readOnly: true,
4091
+ type: {
4092
+ name: "Sequence",
4093
+ element: {
4094
+ type: {
4095
+ name: "Composite",
4096
+ className: "ShippingAddress"
4097
+ }
4098
+ }
4099
+ }
4100
+ } })
4101
+ }
4102
+ };
4103
+ exports.CreateOrderLimitForSubscriptionValidationResponseProperties = {
4104
+ serializedName: "ValidateCreateOrderLimit",
4105
+ type: {
4106
+ name: "Composite",
4107
+ className: "CreateOrderLimitForSubscriptionValidationResponseProperties",
4108
+ uberParent: "ValidationInputResponse",
4109
+ polymorphicDiscriminator: exports.ValidationInputResponse.type.polymorphicDiscriminator,
4110
+ modelProperties: Object.assign(Object.assign({}, exports.ValidationInputResponse.type.modelProperties), { status: {
4111
+ serializedName: "status",
4112
+ readOnly: true,
4113
+ type: {
4114
+ name: "Enum",
4115
+ allowedValues: ["Valid", "Invalid", "Skipped"]
4116
+ }
4117
+ } })
4118
+ }
4119
+ };
4120
+ exports.DataTransferDetailsValidationResponseProperties = {
4121
+ serializedName: "ValidateDataTransferDetails",
4122
+ type: {
4123
+ name: "Composite",
4124
+ className: "DataTransferDetailsValidationResponseProperties",
4125
+ uberParent: "ValidationInputResponse",
4126
+ polymorphicDiscriminator: exports.ValidationInputResponse.type.polymorphicDiscriminator,
4127
+ modelProperties: Object.assign(Object.assign({}, exports.ValidationInputResponse.type.modelProperties), { status: {
4128
+ serializedName: "status",
4129
+ readOnly: true,
4130
+ type: {
4131
+ name: "Enum",
4132
+ allowedValues: ["Valid", "Invalid", "Skipped"]
4133
+ }
4134
+ } })
4135
+ }
4136
+ };
4137
+ exports.PreferencesValidationResponseProperties = {
4138
+ serializedName: "ValidatePreferences",
4139
+ type: {
4140
+ name: "Composite",
4141
+ className: "PreferencesValidationResponseProperties",
4142
+ uberParent: "ValidationInputResponse",
4143
+ polymorphicDiscriminator: exports.ValidationInputResponse.type.polymorphicDiscriminator,
4144
+ modelProperties: Object.assign(Object.assign({}, exports.ValidationInputResponse.type.modelProperties), { status: {
4145
+ serializedName: "status",
4146
+ readOnly: true,
4147
+ type: {
4148
+ name: "Enum",
4149
+ allowedValues: ["Valid", "Invalid", "Skipped"]
4150
+ }
4151
+ } })
4152
+ }
4153
+ };
4154
+ exports.SkuAvailabilityValidationResponseProperties = {
4155
+ serializedName: "ValidateSkuAvailability",
4156
+ type: {
4157
+ name: "Composite",
4158
+ className: "SkuAvailabilityValidationResponseProperties",
4159
+ uberParent: "ValidationInputResponse",
4160
+ polymorphicDiscriminator: exports.ValidationInputResponse.type.polymorphicDiscriminator,
4161
+ modelProperties: Object.assign(Object.assign({}, exports.ValidationInputResponse.type.modelProperties), { status: {
4162
+ serializedName: "status",
4163
+ readOnly: true,
4164
+ type: {
4165
+ name: "Enum",
4166
+ allowedValues: ["Valid", "Invalid", "Skipped"]
4167
+ }
4168
+ } })
4169
+ }
4170
+ };
4171
+ exports.SubscriptionIsAllowedToCreateJobValidationResponseProperties = {
4172
+ serializedName: "ValidateSubscriptionIsAllowedToCreateJob",
4173
+ type: {
4174
+ name: "Composite",
4175
+ className: "SubscriptionIsAllowedToCreateJobValidationResponseProperties",
4176
+ uberParent: "ValidationInputResponse",
4177
+ polymorphicDiscriminator: exports.ValidationInputResponse.type.polymorphicDiscriminator,
4178
+ modelProperties: Object.assign(Object.assign({}, exports.ValidationInputResponse.type.modelProperties), { status: {
4179
+ serializedName: "status",
4180
+ readOnly: true,
4181
+ type: {
4182
+ name: "Enum",
4183
+ allowedValues: ["Valid", "Invalid", "Skipped"]
4184
+ }
4185
+ } })
4186
+ }
4187
+ };
4188
+ exports.CreateJobValidations = {
4189
+ serializedName: "JobCreationValidation",
4190
+ type: {
4191
+ name: "Composite",
4192
+ className: "CreateJobValidations",
4193
+ uberParent: "ValidationRequest",
4194
+ polymorphicDiscriminator: exports.ValidationRequest.type.polymorphicDiscriminator,
4195
+ modelProperties: Object.assign({}, exports.ValidationRequest.type.modelProperties)
4196
+ }
4197
+ };
4198
+ exports.CustomerDiskJobSecrets = {
4199
+ serializedName: "DataBoxCustomerDisk",
4200
+ type: {
4201
+ name: "Composite",
4202
+ className: "CustomerDiskJobSecrets",
4203
+ uberParent: "JobSecrets",
4204
+ polymorphicDiscriminator: exports.JobSecrets.type.polymorphicDiscriminator,
4205
+ modelProperties: Object.assign(Object.assign({}, exports.JobSecrets.type.modelProperties), { diskSecrets: {
4206
+ serializedName: "diskSecrets",
4207
+ readOnly: true,
4208
+ type: {
4209
+ name: "Sequence",
4210
+ element: {
4211
+ type: {
4212
+ name: "Composite",
4213
+ className: "DiskSecret"
4214
+ }
4215
+ }
4216
+ }
4217
+ }, carrierAccountNumber: {
4218
+ serializedName: "carrierAccountNumber",
4219
+ readOnly: true,
4220
+ type: {
4221
+ name: "String"
4222
+ }
4223
+ } })
4224
+ }
4225
+ };
4226
+ exports.DataBoxDiskJobSecrets = {
4227
+ serializedName: "DataBoxDisk",
4228
+ type: {
4229
+ name: "Composite",
4230
+ className: "DataBoxDiskJobSecrets",
4231
+ uberParent: "JobSecrets",
4232
+ polymorphicDiscriminator: exports.JobSecrets.type.polymorphicDiscriminator,
4233
+ modelProperties: Object.assign(Object.assign({}, exports.JobSecrets.type.modelProperties), { diskSecrets: {
4234
+ serializedName: "diskSecrets",
4235
+ readOnly: true,
4236
+ type: {
4237
+ name: "Sequence",
4238
+ element: {
4239
+ type: {
4240
+ name: "Composite",
4241
+ className: "DiskSecret"
4242
+ }
4243
+ }
4244
+ }
4245
+ }, passKey: {
4246
+ serializedName: "passKey",
4247
+ readOnly: true,
4248
+ type: {
4249
+ name: "String"
4250
+ }
4251
+ }, isPasskeyUserDefined: {
4252
+ serializedName: "isPasskeyUserDefined",
4253
+ readOnly: true,
4254
+ type: {
4255
+ name: "Boolean"
4256
+ }
4257
+ } })
4258
+ }
4259
+ };
4260
+ exports.DataBoxHeavyJobSecrets = {
4261
+ serializedName: "DataBoxHeavy",
4262
+ type: {
4263
+ name: "Composite",
4264
+ className: "DataBoxHeavyJobSecrets",
4265
+ uberParent: "JobSecrets",
4266
+ polymorphicDiscriminator: exports.JobSecrets.type.polymorphicDiscriminator,
4267
+ modelProperties: Object.assign(Object.assign({}, exports.JobSecrets.type.modelProperties), { cabinetPodSecrets: {
4268
+ serializedName: "cabinetPodSecrets",
4269
+ readOnly: true,
4270
+ type: {
4271
+ name: "Sequence",
4272
+ element: {
4273
+ type: {
4274
+ name: "Composite",
4275
+ className: "DataBoxHeavySecret"
4276
+ }
4277
+ }
4278
+ }
4279
+ } })
4280
+ }
4281
+ };
4282
+ exports.DataboxJobSecrets = {
4283
+ serializedName: "DataBox",
4284
+ type: {
4285
+ name: "Composite",
4286
+ className: "DataboxJobSecrets",
4287
+ uberParent: "JobSecrets",
4288
+ polymorphicDiscriminator: exports.JobSecrets.type.polymorphicDiscriminator,
4289
+ modelProperties: Object.assign(Object.assign({}, exports.JobSecrets.type.modelProperties), { podSecrets: {
4290
+ serializedName: "podSecrets",
4291
+ type: {
4292
+ name: "Sequence",
4293
+ element: {
4294
+ type: {
4295
+ name: "Composite",
4296
+ className: "DataBoxSecret"
4297
+ }
4298
+ }
4299
+ }
4300
+ } })
4301
+ }
4302
+ };
4303
+ exports.DataBoxScheduleAvailabilityRequest = {
4304
+ serializedName: "DataBox",
4305
+ type: {
4306
+ name: "Composite",
4307
+ className: "DataBoxScheduleAvailabilityRequest",
4308
+ uberParent: "ScheduleAvailabilityRequest",
4309
+ polymorphicDiscriminator: exports.ScheduleAvailabilityRequest.type.polymorphicDiscriminator,
4310
+ modelProperties: Object.assign({}, exports.ScheduleAvailabilityRequest.type.modelProperties)
4311
+ }
4312
+ };
4313
+ exports.DiskScheduleAvailabilityRequest = {
4314
+ serializedName: "DataBoxDisk",
4315
+ type: {
4316
+ name: "Composite",
4317
+ className: "DiskScheduleAvailabilityRequest",
4318
+ uberParent: "ScheduleAvailabilityRequest",
4319
+ polymorphicDiscriminator: exports.ScheduleAvailabilityRequest.type.polymorphicDiscriminator,
4320
+ modelProperties: Object.assign(Object.assign({}, exports.ScheduleAvailabilityRequest.type.modelProperties), { expectedDataSizeInTeraBytes: {
4321
+ serializedName: "expectedDataSizeInTeraBytes",
4322
+ required: true,
4323
+ type: {
4324
+ name: "Number"
4325
+ }
4326
+ } })
4327
+ }
4328
+ };
4329
+ exports.HeavyScheduleAvailabilityRequest = {
4330
+ serializedName: "DataBoxHeavy",
4331
+ type: {
4332
+ name: "Composite",
4333
+ className: "HeavyScheduleAvailabilityRequest",
4334
+ uberParent: "ScheduleAvailabilityRequest",
4335
+ polymorphicDiscriminator: exports.ScheduleAvailabilityRequest.type.polymorphicDiscriminator,
4336
+ modelProperties: Object.assign({}, exports.ScheduleAvailabilityRequest.type.modelProperties)
4337
+ }
4338
+ };
4339
+ exports.DataBoxDiskGranularCopyLogDetails = {
4340
+ serializedName: "DataBoxCustomerDisk",
4341
+ type: {
4342
+ name: "Composite",
4343
+ className: "DataBoxDiskGranularCopyLogDetails",
4344
+ uberParent: "GranularCopyLogDetails",
4345
+ polymorphicDiscriminator: exports.GranularCopyLogDetails.type.polymorphicDiscriminator,
4346
+ modelProperties: Object.assign(Object.assign({}, exports.GranularCopyLogDetails.type.modelProperties), { serialNumber: {
4347
+ serializedName: "serialNumber",
4348
+ readOnly: true,
4349
+ type: {
4350
+ name: "String"
4351
+ }
4352
+ }, accountId: {
4353
+ serializedName: "accountId",
4354
+ readOnly: true,
4355
+ type: {
4356
+ name: "String"
4357
+ }
4358
+ }, errorLogLink: {
4359
+ serializedName: "errorLogLink",
4360
+ readOnly: true,
4361
+ type: {
4362
+ name: "String"
4363
+ }
4364
+ }, verboseLogLink: {
4365
+ serializedName: "verboseLogLink",
4366
+ readOnly: true,
4367
+ type: {
4368
+ name: "String"
4369
+ }
4370
+ } })
4371
+ }
4372
+ };
4373
+ exports.DataBoxCustomerDiskCopyProgress = {
4374
+ type: {
4375
+ name: "Composite",
4376
+ className: "DataBoxCustomerDiskCopyProgress",
4377
+ modelProperties: Object.assign(Object.assign({}, exports.CopyProgress.type.modelProperties), { serialNumber: {
4378
+ serializedName: "serialNumber",
4379
+ readOnly: true,
4380
+ type: {
4381
+ name: "String"
4382
+ }
4383
+ }, copyStatus: {
4384
+ serializedName: "copyStatus",
4385
+ readOnly: true,
4386
+ type: {
4387
+ name: "String"
4388
+ }
4389
+ } })
4390
+ }
4391
+ };
4392
+ exports.DataBoxDiskGranularCopyProgress = {
4393
+ type: {
4394
+ name: "Composite",
4395
+ className: "DataBoxDiskGranularCopyProgress",
4396
+ modelProperties: Object.assign(Object.assign({}, exports.GranularCopyProgress.type.modelProperties), { serialNumber: {
4397
+ serializedName: "serialNumber",
4398
+ readOnly: true,
4399
+ type: {
4400
+ name: "String"
4401
+ }
4402
+ }, copyStatus: {
4403
+ serializedName: "copyStatus",
4404
+ readOnly: true,
4405
+ type: {
4406
+ name: "String"
4407
+ }
4408
+ } })
4409
+ }
4410
+ };
4411
+ exports.JobsDeleteHeaders = {
4412
+ type: {
4413
+ name: "Composite",
4414
+ className: "JobsDeleteHeaders",
4415
+ modelProperties: {
4416
+ location: {
4417
+ serializedName: "location",
4418
+ type: {
4419
+ name: "String"
4420
+ }
4421
+ }
4422
+ }
4423
+ }
4424
+ };
4425
+ exports.JobsUpdateHeaders = {
4426
+ type: {
4427
+ name: "Composite",
4428
+ className: "JobsUpdateHeaders",
4429
+ modelProperties: {
4430
+ location: {
4431
+ serializedName: "location",
4432
+ type: {
4433
+ name: "String"
4434
+ }
4435
+ }
4436
+ }
4437
+ }
4438
+ };
4439
+ exports.discriminators = {
4440
+ JobDetails: exports.JobDetails,
4441
+ DataAccountDetails: exports.DataAccountDetails,
4442
+ CopyLogDetails: exports.CopyLogDetails,
4443
+ DatacenterAddressResponse: exports.DatacenterAddressResponse,
4444
+ ValidationInputRequest: exports.ValidationInputRequest,
4445
+ ValidationInputResponse: exports.ValidationInputResponse,
4446
+ ValidationRequest: exports.ValidationRequest,
4447
+ JobSecrets: exports.JobSecrets,
4448
+ ScheduleAvailabilityRequest: exports.ScheduleAvailabilityRequest,
4449
+ GranularCopyLogDetails: exports.GranularCopyLogDetails,
4450
+ "JobDetails.DataBoxCustomerDisk": exports.DataBoxCustomerDiskJobDetails,
4451
+ "JobDetails.DataBoxDisk": exports.DataBoxDiskJobDetails,
4452
+ "JobDetails.DataBoxHeavy": exports.DataBoxHeavyJobDetails,
4453
+ "JobDetails.DataBox": exports.DataBoxJobDetails,
4454
+ "DataAccountDetails.ManagedDisk": exports.ManagedDiskDetails,
4455
+ "DataAccountDetails.StorageAccount": exports.StorageAccountDetails,
4456
+ "CopyLogDetails.DataBox": exports.DataBoxAccountCopyLogDetails,
4457
+ "CopyLogDetails.DataBoxCustomerDisk": exports.DataBoxCustomerDiskCopyLogDetails,
4458
+ "CopyLogDetails.DataBoxDisk": exports.DataBoxDiskCopyLogDetails,
4459
+ "CopyLogDetails.DataBoxHeavy": exports.DataBoxHeavyAccountCopyLogDetails,
4460
+ "DatacenterAddressResponse.DatacenterAddressInstruction": exports.DatacenterAddressInstructionResponse,
4461
+ "DatacenterAddressResponse.DatacenterAddressLocation": exports.DatacenterAddressLocationResponse,
4462
+ "ValidationInputRequest.ValidateAddress": exports.ValidateAddress,
4463
+ "ValidationInputRequest.ValidateCreateOrderLimit": exports.CreateOrderLimitForSubscriptionValidationRequest,
4464
+ "ValidationInputRequest.ValidateDataTransferDetails": exports.DataTransferDetailsValidationRequest,
4465
+ "ValidationInputRequest.ValidatePreferences": exports.PreferencesValidationRequest,
4466
+ "ValidationInputRequest.ValidateSkuAvailability": exports.SkuAvailabilityValidationRequest,
4467
+ "ValidationInputRequest.ValidateSubscriptionIsAllowedToCreateJob": exports.SubscriptionIsAllowedToCreateJobValidationRequest,
4468
+ "ValidationInputResponse.ValidateAddress": exports.AddressValidationProperties,
4469
+ "ValidationInputResponse.ValidateCreateOrderLimit": exports.CreateOrderLimitForSubscriptionValidationResponseProperties,
4470
+ "ValidationInputResponse.ValidateDataTransferDetails": exports.DataTransferDetailsValidationResponseProperties,
4471
+ "ValidationInputResponse.ValidatePreferences": exports.PreferencesValidationResponseProperties,
4472
+ "ValidationInputResponse.ValidateSkuAvailability": exports.SkuAvailabilityValidationResponseProperties,
4473
+ "ValidationInputResponse.ValidateSubscriptionIsAllowedToCreateJob": exports.SubscriptionIsAllowedToCreateJobValidationResponseProperties,
4474
+ "ValidationRequest.JobCreationValidation": exports.CreateJobValidations,
4475
+ "JobSecrets.DataBoxCustomerDisk": exports.CustomerDiskJobSecrets,
4476
+ "JobSecrets.DataBoxDisk": exports.DataBoxDiskJobSecrets,
4477
+ "JobSecrets.DataBoxHeavy": exports.DataBoxHeavyJobSecrets,
4478
+ "JobSecrets.DataBox": exports.DataboxJobSecrets,
4479
+ "ScheduleAvailabilityRequest.DataBox": exports.DataBoxScheduleAvailabilityRequest,
4480
+ "ScheduleAvailabilityRequest.DataBoxDisk": exports.DiskScheduleAvailabilityRequest,
4481
+ "ScheduleAvailabilityRequest.DataBoxHeavy": exports.HeavyScheduleAvailabilityRequest,
4482
+ "GranularCopyLogDetails.DataBoxCustomerDisk": exports.DataBoxDiskGranularCopyLogDetails
4483
+ };
4484
+ //# sourceMappingURL=mappers.js.map