@azure/arm-deviceprovisioningservices 6.0.0-beta.2 → 6.0.0-beta.3

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 (510) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +9 -12
  3. package/dist/browser/api/dpsCertificate/index.d.ts +3 -0
  4. package/dist/browser/api/dpsCertificate/index.js +4 -0
  5. package/dist/browser/api/dpsCertificate/index.js.map +1 -0
  6. package/dist/browser/api/dpsCertificate/operations.d.ts +35 -0
  7. package/dist/browser/api/dpsCertificate/operations.js +258 -0
  8. package/dist/browser/api/dpsCertificate/operations.js.map +1 -0
  9. package/dist/browser/api/dpsCertificate/options.d.ts +73 -0
  10. package/dist/browser/api/dpsCertificate/options.js +4 -0
  11. package/dist/browser/api/dpsCertificate/options.js.map +1 -0
  12. package/dist/browser/api/index.d.ts +2 -0
  13. package/dist/browser/api/index.js +4 -0
  14. package/dist/browser/api/index.js.map +1 -0
  15. package/dist/browser/api/iotDpsContext.d.ts +22 -0
  16. package/dist/browser/api/iotDpsContext.js +39 -0
  17. package/dist/browser/api/iotDpsContext.js.map +1 -0
  18. package/dist/browser/api/iotDpsResource/index.d.ts +3 -0
  19. package/dist/browser/api/iotDpsResource/index.js +4 -0
  20. package/dist/browser/api/iotDpsResource/index.js.map +1 -0
  21. package/dist/browser/api/iotDpsResource/operations.d.ts +80 -0
  22. package/dist/browser/api/iotDpsResource/operations.js +603 -0
  23. package/dist/browser/api/iotDpsResource/operations.js.map +1 -0
  24. package/dist/browser/api/iotDpsResource/options.d.ts +63 -0
  25. package/dist/browser/api/iotDpsResource/options.js +4 -0
  26. package/dist/browser/api/iotDpsResource/options.js.map +1 -0
  27. package/dist/browser/api/operations/index.d.ts +3 -0
  28. package/dist/browser/api/operations/index.js +4 -0
  29. package/dist/browser/api/operations/index.js.map +1 -0
  30. package/dist/browser/api/operations/operations.d.ts +10 -0
  31. package/dist/browser/api/operations/operations.js +34 -0
  32. package/dist/browser/api/operations/operations.js.map +1 -0
  33. package/dist/browser/api/operations/options.d.ts +5 -0
  34. package/dist/browser/api/operations/options.js +4 -0
  35. package/dist/browser/api/operations/options.js.map +1 -0
  36. package/dist/browser/classic/dpsCertificate/index.d.ts +26 -0
  37. package/dist/browser/classic/dpsCertificate/index.js +19 -0
  38. package/dist/browser/classic/dpsCertificate/index.js.map +1 -0
  39. package/dist/browser/classic/index.d.ts +4 -0
  40. package/dist/browser/classic/index.js +4 -0
  41. package/dist/browser/classic/index.js.map +1 -0
  42. package/dist/browser/classic/iotDpsResource/index.d.ts +49 -0
  43. package/dist/browser/classic/iotDpsResource/index.js +30 -0
  44. package/dist/browser/classic/iotDpsResource/index.js.map +1 -0
  45. package/dist/browser/classic/operations/index.d.ts +11 -0
  46. package/dist/browser/classic/operations/index.js +14 -0
  47. package/dist/browser/classic/operations/index.js.map +1 -0
  48. package/dist/browser/index.d.ts +11 -3
  49. package/dist/browser/index.js +6 -11
  50. package/dist/browser/index.js.map +1 -1
  51. package/dist/browser/iotDpsClient.d.ts +19 -20
  52. package/dist/browser/iotDpsClient.js +28 -105
  53. package/dist/browser/iotDpsClient.js.map +1 -1
  54. package/dist/browser/logger.d.ts +2 -0
  55. package/dist/browser/logger.js +5 -0
  56. package/dist/browser/logger.js.map +1 -0
  57. package/dist/browser/models/index.d.ts +1 -978
  58. package/dist/browser/models/index.js +3 -127
  59. package/dist/browser/models/index.js.map +1 -1
  60. package/dist/browser/models/models.d.ts +710 -0
  61. package/dist/browser/models/models.js +749 -0
  62. package/dist/browser/models/models.js.map +1 -0
  63. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  64. package/dist/browser/restorePollerHelpers.js +104 -0
  65. package/dist/browser/restorePollerHelpers.js.map +1 -0
  66. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  67. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  68. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  69. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  70. package/dist/browser/static-helpers/pagingHelpers.js +118 -0
  71. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  72. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  73. package/dist/browser/static-helpers/pollingHelpers.js +79 -0
  74. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  75. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  76. package/dist/browser/static-helpers/urlTemplate.js +185 -0
  77. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  78. package/dist/commonjs/api/dpsCertificate/index.d.ts +3 -0
  79. package/dist/commonjs/api/dpsCertificate/index.js +13 -0
  80. package/dist/commonjs/api/dpsCertificate/index.js.map +1 -0
  81. package/dist/commonjs/api/dpsCertificate/operations.d.ts +35 -0
  82. package/dist/commonjs/api/dpsCertificate/operations.js +278 -0
  83. package/dist/commonjs/api/dpsCertificate/operations.js.map +1 -0
  84. package/dist/commonjs/api/dpsCertificate/options.d.ts +73 -0
  85. package/dist/commonjs/api/dpsCertificate/options.js +5 -0
  86. package/dist/commonjs/api/dpsCertificate/options.js.map +1 -0
  87. package/dist/commonjs/api/index.d.ts +2 -0
  88. package/dist/commonjs/api/index.js +8 -0
  89. package/dist/commonjs/api/index.js.map +1 -0
  90. package/dist/commonjs/api/iotDpsContext.d.ts +22 -0
  91. package/dist/commonjs/api/iotDpsContext.js +42 -0
  92. package/dist/commonjs/api/iotDpsContext.js.map +1 -0
  93. package/dist/commonjs/api/iotDpsResource/index.d.ts +3 -0
  94. package/dist/commonjs/api/iotDpsResource/index.js +24 -0
  95. package/dist/commonjs/api/iotDpsResource/index.js.map +1 -0
  96. package/dist/commonjs/api/iotDpsResource/operations.d.ts +80 -0
  97. package/dist/commonjs/api/iotDpsResource/operations.js +656 -0
  98. package/dist/commonjs/api/iotDpsResource/operations.js.map +1 -0
  99. package/dist/commonjs/api/iotDpsResource/options.d.ts +63 -0
  100. package/dist/commonjs/api/iotDpsResource/options.js +5 -0
  101. package/dist/commonjs/api/iotDpsResource/options.js.map +1 -0
  102. package/dist/commonjs/api/operations/index.d.ts +3 -0
  103. package/dist/commonjs/api/operations/index.js +8 -0
  104. package/dist/commonjs/api/operations/index.js.map +1 -0
  105. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  106. package/dist/commonjs/api/operations/operations.js +39 -0
  107. package/dist/commonjs/api/operations/operations.js.map +1 -0
  108. package/dist/commonjs/api/operations/options.d.ts +5 -0
  109. package/dist/commonjs/api/operations/options.js +5 -0
  110. package/dist/commonjs/api/operations/options.js.map +1 -0
  111. package/dist/commonjs/classic/dpsCertificate/index.d.ts +26 -0
  112. package/dist/commonjs/classic/dpsCertificate/index.js +22 -0
  113. package/dist/commonjs/classic/dpsCertificate/index.js.map +1 -0
  114. package/dist/commonjs/classic/index.d.ts +4 -0
  115. package/dist/commonjs/classic/index.js +5 -0
  116. package/dist/commonjs/classic/index.js.map +1 -0
  117. package/dist/commonjs/classic/iotDpsResource/index.d.ts +49 -0
  118. package/dist/commonjs/classic/iotDpsResource/index.js +33 -0
  119. package/dist/commonjs/classic/iotDpsResource/index.js.map +1 -0
  120. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  121. package/dist/commonjs/classic/operations/index.js +17 -0
  122. package/dist/commonjs/classic/operations/index.js.map +1 -0
  123. package/dist/commonjs/index.d.ts +11 -3
  124. package/dist/commonjs/index.js +20 -14
  125. package/dist/commonjs/index.js.map +1 -1
  126. package/dist/commonjs/iotDpsClient.d.ts +19 -20
  127. package/dist/commonjs/iotDpsClient.js +28 -106
  128. package/dist/commonjs/iotDpsClient.js.map +1 -1
  129. package/dist/commonjs/logger.d.ts +2 -0
  130. package/dist/commonjs/logger.js +8 -0
  131. package/dist/commonjs/logger.js.map +1 -0
  132. package/dist/commonjs/models/index.d.ts +1 -978
  133. package/dist/commonjs/models/index.js +16 -128
  134. package/dist/commonjs/models/index.js.map +1 -1
  135. package/dist/commonjs/models/models.d.ts +710 -0
  136. package/dist/commonjs/models/models.js +833 -0
  137. package/dist/commonjs/models/models.js.map +1 -0
  138. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  139. package/dist/commonjs/restorePollerHelpers.js +107 -0
  140. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  141. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  142. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
  143. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
  144. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  145. package/dist/commonjs/static-helpers/pagingHelpers.js +121 -0
  146. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  147. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  148. package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
  149. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  150. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  151. package/dist/commonjs/static-helpers/urlTemplate.js +188 -0
  152. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  153. package/dist/commonjs/tsdoc-metadata.json +1 -1
  154. package/dist/esm/api/dpsCertificate/index.d.ts +3 -0
  155. package/dist/esm/api/dpsCertificate/index.js +4 -0
  156. package/dist/esm/api/dpsCertificate/index.js.map +1 -0
  157. package/dist/esm/api/dpsCertificate/operations.d.ts +35 -0
  158. package/dist/esm/api/dpsCertificate/operations.js +258 -0
  159. package/dist/esm/api/dpsCertificate/operations.js.map +1 -0
  160. package/dist/esm/api/dpsCertificate/options.d.ts +73 -0
  161. package/dist/esm/api/dpsCertificate/options.js +4 -0
  162. package/dist/esm/api/dpsCertificate/options.js.map +1 -0
  163. package/dist/esm/api/index.d.ts +2 -0
  164. package/dist/esm/api/index.js +4 -0
  165. package/dist/esm/api/index.js.map +1 -0
  166. package/dist/esm/api/iotDpsContext.d.ts +22 -0
  167. package/dist/esm/api/iotDpsContext.js +39 -0
  168. package/dist/esm/api/iotDpsContext.js.map +1 -0
  169. package/dist/esm/api/iotDpsResource/index.d.ts +3 -0
  170. package/dist/esm/api/iotDpsResource/index.js +4 -0
  171. package/dist/esm/api/iotDpsResource/index.js.map +1 -0
  172. package/dist/esm/api/iotDpsResource/operations.d.ts +80 -0
  173. package/dist/esm/api/iotDpsResource/operations.js +603 -0
  174. package/dist/esm/api/iotDpsResource/operations.js.map +1 -0
  175. package/dist/esm/api/iotDpsResource/options.d.ts +63 -0
  176. package/dist/esm/api/iotDpsResource/options.js +4 -0
  177. package/dist/esm/api/iotDpsResource/options.js.map +1 -0
  178. package/dist/esm/api/operations/index.d.ts +3 -0
  179. package/dist/esm/api/operations/index.js +4 -0
  180. package/dist/esm/api/operations/index.js.map +1 -0
  181. package/dist/esm/api/operations/operations.d.ts +10 -0
  182. package/dist/esm/api/operations/operations.js +34 -0
  183. package/dist/esm/api/operations/operations.js.map +1 -0
  184. package/dist/esm/api/operations/options.d.ts +5 -0
  185. package/dist/esm/api/operations/options.js +4 -0
  186. package/dist/esm/api/operations/options.js.map +1 -0
  187. package/dist/esm/classic/dpsCertificate/index.d.ts +26 -0
  188. package/dist/esm/classic/dpsCertificate/index.js +19 -0
  189. package/dist/esm/classic/dpsCertificate/index.js.map +1 -0
  190. package/dist/esm/classic/index.d.ts +4 -0
  191. package/dist/esm/classic/index.js +4 -0
  192. package/dist/esm/classic/index.js.map +1 -0
  193. package/dist/esm/classic/iotDpsResource/index.d.ts +49 -0
  194. package/dist/esm/classic/iotDpsResource/index.js +30 -0
  195. package/dist/esm/classic/iotDpsResource/index.js.map +1 -0
  196. package/dist/esm/classic/operations/index.d.ts +11 -0
  197. package/dist/esm/classic/operations/index.js +14 -0
  198. package/dist/esm/classic/operations/index.js.map +1 -0
  199. package/dist/esm/index.d.ts +11 -3
  200. package/dist/esm/index.js +6 -11
  201. package/dist/esm/index.js.map +1 -1
  202. package/dist/esm/iotDpsClient.d.ts +19 -20
  203. package/dist/esm/iotDpsClient.js +28 -105
  204. package/dist/esm/iotDpsClient.js.map +1 -1
  205. package/dist/esm/logger.d.ts +2 -0
  206. package/dist/esm/logger.js +5 -0
  207. package/dist/esm/logger.js.map +1 -0
  208. package/dist/esm/models/index.d.ts +1 -978
  209. package/dist/esm/models/index.js +3 -127
  210. package/dist/esm/models/index.js.map +1 -1
  211. package/dist/esm/models/models.d.ts +710 -0
  212. package/dist/esm/models/models.js +749 -0
  213. package/dist/esm/models/models.js.map +1 -0
  214. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  215. package/dist/esm/restorePollerHelpers.js +104 -0
  216. package/dist/esm/restorePollerHelpers.js.map +1 -0
  217. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  218. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  219. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  220. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  221. package/dist/esm/static-helpers/pagingHelpers.js +118 -0
  222. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  223. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  224. package/dist/esm/static-helpers/pollingHelpers.js +79 -0
  225. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  226. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  227. package/dist/esm/static-helpers/urlTemplate.js +185 -0
  228. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  229. package/dist/react-native/api/dpsCertificate/index.d.ts +3 -0
  230. package/dist/react-native/api/dpsCertificate/index.js +4 -0
  231. package/dist/react-native/api/dpsCertificate/index.js.map +1 -0
  232. package/dist/react-native/api/dpsCertificate/operations.d.ts +35 -0
  233. package/dist/react-native/api/dpsCertificate/operations.js +258 -0
  234. package/dist/react-native/api/dpsCertificate/operations.js.map +1 -0
  235. package/dist/react-native/api/dpsCertificate/options.d.ts +73 -0
  236. package/dist/react-native/api/dpsCertificate/options.js +4 -0
  237. package/dist/react-native/api/dpsCertificate/options.js.map +1 -0
  238. package/dist/react-native/api/index.d.ts +2 -0
  239. package/dist/react-native/api/index.js +4 -0
  240. package/dist/react-native/api/index.js.map +1 -0
  241. package/dist/react-native/api/iotDpsContext.d.ts +22 -0
  242. package/dist/react-native/api/iotDpsContext.js +39 -0
  243. package/dist/react-native/api/iotDpsContext.js.map +1 -0
  244. package/dist/react-native/api/iotDpsResource/index.d.ts +3 -0
  245. package/dist/react-native/api/iotDpsResource/index.js +4 -0
  246. package/dist/react-native/api/iotDpsResource/index.js.map +1 -0
  247. package/dist/react-native/api/iotDpsResource/operations.d.ts +80 -0
  248. package/dist/react-native/api/iotDpsResource/operations.js +603 -0
  249. package/dist/react-native/api/iotDpsResource/operations.js.map +1 -0
  250. package/dist/react-native/api/iotDpsResource/options.d.ts +63 -0
  251. package/dist/react-native/api/iotDpsResource/options.js +4 -0
  252. package/dist/react-native/api/iotDpsResource/options.js.map +1 -0
  253. package/dist/react-native/api/operations/index.d.ts +3 -0
  254. package/dist/react-native/api/operations/index.js +4 -0
  255. package/dist/react-native/api/operations/index.js.map +1 -0
  256. package/dist/react-native/api/operations/operations.d.ts +10 -0
  257. package/dist/react-native/api/operations/operations.js +34 -0
  258. package/dist/react-native/api/operations/operations.js.map +1 -0
  259. package/dist/react-native/api/operations/options.d.ts +5 -0
  260. package/dist/react-native/api/operations/options.js +4 -0
  261. package/dist/react-native/api/operations/options.js.map +1 -0
  262. package/dist/react-native/classic/dpsCertificate/index.d.ts +26 -0
  263. package/dist/react-native/classic/dpsCertificate/index.js +19 -0
  264. package/dist/react-native/classic/dpsCertificate/index.js.map +1 -0
  265. package/dist/react-native/classic/index.d.ts +4 -0
  266. package/dist/react-native/classic/index.js +4 -0
  267. package/dist/react-native/classic/index.js.map +1 -0
  268. package/dist/react-native/classic/iotDpsResource/index.d.ts +49 -0
  269. package/dist/react-native/classic/iotDpsResource/index.js +30 -0
  270. package/dist/react-native/classic/iotDpsResource/index.js.map +1 -0
  271. package/dist/react-native/classic/operations/index.d.ts +11 -0
  272. package/dist/react-native/classic/operations/index.js +14 -0
  273. package/dist/react-native/classic/operations/index.js.map +1 -0
  274. package/dist/react-native/index.d.ts +11 -3
  275. package/dist/react-native/index.js +6 -11
  276. package/dist/react-native/index.js.map +1 -1
  277. package/dist/react-native/iotDpsClient.d.ts +19 -20
  278. package/dist/react-native/iotDpsClient.js +28 -105
  279. package/dist/react-native/iotDpsClient.js.map +1 -1
  280. package/dist/react-native/logger.d.ts +2 -0
  281. package/dist/react-native/logger.js +5 -0
  282. package/dist/react-native/logger.js.map +1 -0
  283. package/dist/react-native/models/index.d.ts +1 -978
  284. package/dist/react-native/models/index.js +3 -127
  285. package/dist/react-native/models/index.js.map +1 -1
  286. package/dist/react-native/models/models.d.ts +710 -0
  287. package/dist/react-native/models/models.js +749 -0
  288. package/dist/react-native/models/models.js.map +1 -0
  289. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  290. package/dist/react-native/restorePollerHelpers.js +104 -0
  291. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  292. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  293. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  294. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  295. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  296. package/dist/react-native/static-helpers/pagingHelpers.js +118 -0
  297. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  298. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  299. package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
  300. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  301. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  302. package/dist/react-native/static-helpers/urlTemplate.js +185 -0
  303. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  304. package/package.json +141 -38
  305. package/CHANGELOG.md +0 -83
  306. package/dist/browser/index.d.ts.map +0 -1
  307. package/dist/browser/iotDpsClient.d.ts.map +0 -1
  308. package/dist/browser/lroImpl.d.ts +0 -11
  309. package/dist/browser/lroImpl.d.ts.map +0 -1
  310. package/dist/browser/lroImpl.js +0 -18
  311. package/dist/browser/lroImpl.js.map +0 -1
  312. package/dist/browser/models/index.d.ts.map +0 -1
  313. package/dist/browser/models/mappers.d.ts +0 -40
  314. package/dist/browser/models/mappers.d.ts.map +0 -1
  315. package/dist/browser/models/mappers.js +0 -1268
  316. package/dist/browser/models/mappers.js.map +0 -1
  317. package/dist/browser/models/parameters.d.ts +0 -34
  318. package/dist/browser/models/parameters.d.ts.map +0 -1
  319. package/dist/browser/models/parameters.js +0 -293
  320. package/dist/browser/models/parameters.js.map +0 -1
  321. package/dist/browser/operations/dpsCertificate.d.ts +0 -70
  322. package/dist/browser/operations/dpsCertificate.d.ts.map +0 -1
  323. package/dist/browser/operations/dpsCertificate.js +0 -290
  324. package/dist/browser/operations/dpsCertificate.js.map +0 -1
  325. package/dist/browser/operations/index.d.ts +0 -4
  326. package/dist/browser/operations/index.d.ts.map +0 -1
  327. package/dist/browser/operations/index.js +0 -11
  328. package/dist/browser/operations/index.js.map +0 -1
  329. package/dist/browser/operations/iotDpsResource.d.ts +0 -253
  330. package/dist/browser/operations/iotDpsResource.d.ts.map +0 -1
  331. package/dist/browser/operations/iotDpsResource.js +0 -1170
  332. package/dist/browser/operations/iotDpsResource.js.map +0 -1
  333. package/dist/browser/operations/operations.d.ts +0 -32
  334. package/dist/browser/operations/operations.d.ts.map +0 -1
  335. package/dist/browser/operations/operations.js +0 -116
  336. package/dist/browser/operations/operations.js.map +0 -1
  337. package/dist/browser/operationsInterfaces/dpsCertificate.d.ts +0 -62
  338. package/dist/browser/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
  339. package/dist/browser/operationsInterfaces/dpsCertificate.js +0 -9
  340. package/dist/browser/operationsInterfaces/dpsCertificate.js.map +0 -1
  341. package/dist/browser/operationsInterfaces/index.d.ts +0 -4
  342. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  343. package/dist/browser/operationsInterfaces/index.js +0 -11
  344. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  345. package/dist/browser/operationsInterfaces/iotDpsResource.d.ts +0 -183
  346. package/dist/browser/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
  347. package/dist/browser/operationsInterfaces/iotDpsResource.js +0 -9
  348. package/dist/browser/operationsInterfaces/iotDpsResource.js.map +0 -1
  349. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  350. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  351. package/dist/browser/operationsInterfaces/operations.js +0 -9
  352. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  353. package/dist/browser/pagingHelper.d.ts +0 -13
  354. package/dist/browser/pagingHelper.d.ts.map +0 -1
  355. package/dist/browser/pagingHelper.js +0 -30
  356. package/dist/browser/pagingHelper.js.map +0 -1
  357. package/dist/commonjs/index.d.ts.map +0 -1
  358. package/dist/commonjs/iotDpsClient.d.ts.map +0 -1
  359. package/dist/commonjs/lroImpl.d.ts +0 -11
  360. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  361. package/dist/commonjs/lroImpl.js +0 -21
  362. package/dist/commonjs/lroImpl.js.map +0 -1
  363. package/dist/commonjs/models/index.d.ts.map +0 -1
  364. package/dist/commonjs/models/mappers.d.ts +0 -40
  365. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  366. package/dist/commonjs/models/mappers.js +0 -1271
  367. package/dist/commonjs/models/mappers.js.map +0 -1
  368. package/dist/commonjs/models/parameters.d.ts +0 -34
  369. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  370. package/dist/commonjs/models/parameters.js +0 -296
  371. package/dist/commonjs/models/parameters.js.map +0 -1
  372. package/dist/commonjs/operations/dpsCertificate.d.ts +0 -70
  373. package/dist/commonjs/operations/dpsCertificate.d.ts.map +0 -1
  374. package/dist/commonjs/operations/dpsCertificate.js +0 -295
  375. package/dist/commonjs/operations/dpsCertificate.js.map +0 -1
  376. package/dist/commonjs/operations/index.d.ts +0 -4
  377. package/dist/commonjs/operations/index.d.ts.map +0 -1
  378. package/dist/commonjs/operations/index.js +0 -14
  379. package/dist/commonjs/operations/index.js.map +0 -1
  380. package/dist/commonjs/operations/iotDpsResource.d.ts +0 -253
  381. package/dist/commonjs/operations/iotDpsResource.d.ts.map +0 -1
  382. package/dist/commonjs/operations/iotDpsResource.js +0 -1175
  383. package/dist/commonjs/operations/iotDpsResource.js.map +0 -1
  384. package/dist/commonjs/operations/operations.d.ts +0 -32
  385. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  386. package/dist/commonjs/operations/operations.js +0 -121
  387. package/dist/commonjs/operations/operations.js.map +0 -1
  388. package/dist/commonjs/operationsInterfaces/dpsCertificate.d.ts +0 -62
  389. package/dist/commonjs/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
  390. package/dist/commonjs/operationsInterfaces/dpsCertificate.js +0 -10
  391. package/dist/commonjs/operationsInterfaces/dpsCertificate.js.map +0 -1
  392. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -4
  393. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  394. package/dist/commonjs/operationsInterfaces/index.js +0 -14
  395. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  396. package/dist/commonjs/operationsInterfaces/iotDpsResource.d.ts +0 -183
  397. package/dist/commonjs/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
  398. package/dist/commonjs/operationsInterfaces/iotDpsResource.js +0 -10
  399. package/dist/commonjs/operationsInterfaces/iotDpsResource.js.map +0 -1
  400. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  401. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  402. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  403. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  404. package/dist/commonjs/pagingHelper.d.ts +0 -13
  405. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  406. package/dist/commonjs/pagingHelper.js +0 -34
  407. package/dist/commonjs/pagingHelper.js.map +0 -1
  408. package/dist/esm/index.d.ts.map +0 -1
  409. package/dist/esm/iotDpsClient.d.ts.map +0 -1
  410. package/dist/esm/lroImpl.d.ts +0 -11
  411. package/dist/esm/lroImpl.d.ts.map +0 -1
  412. package/dist/esm/lroImpl.js +0 -18
  413. package/dist/esm/lroImpl.js.map +0 -1
  414. package/dist/esm/models/index.d.ts.map +0 -1
  415. package/dist/esm/models/mappers.d.ts +0 -40
  416. package/dist/esm/models/mappers.d.ts.map +0 -1
  417. package/dist/esm/models/mappers.js +0 -1268
  418. package/dist/esm/models/mappers.js.map +0 -1
  419. package/dist/esm/models/parameters.d.ts +0 -34
  420. package/dist/esm/models/parameters.d.ts.map +0 -1
  421. package/dist/esm/models/parameters.js +0 -293
  422. package/dist/esm/models/parameters.js.map +0 -1
  423. package/dist/esm/operations/dpsCertificate.d.ts +0 -70
  424. package/dist/esm/operations/dpsCertificate.d.ts.map +0 -1
  425. package/dist/esm/operations/dpsCertificate.js +0 -290
  426. package/dist/esm/operations/dpsCertificate.js.map +0 -1
  427. package/dist/esm/operations/index.d.ts +0 -4
  428. package/dist/esm/operations/index.d.ts.map +0 -1
  429. package/dist/esm/operations/index.js +0 -11
  430. package/dist/esm/operations/index.js.map +0 -1
  431. package/dist/esm/operations/iotDpsResource.d.ts +0 -253
  432. package/dist/esm/operations/iotDpsResource.d.ts.map +0 -1
  433. package/dist/esm/operations/iotDpsResource.js +0 -1170
  434. package/dist/esm/operations/iotDpsResource.js.map +0 -1
  435. package/dist/esm/operations/operations.d.ts +0 -32
  436. package/dist/esm/operations/operations.d.ts.map +0 -1
  437. package/dist/esm/operations/operations.js +0 -116
  438. package/dist/esm/operations/operations.js.map +0 -1
  439. package/dist/esm/operationsInterfaces/dpsCertificate.d.ts +0 -62
  440. package/dist/esm/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
  441. package/dist/esm/operationsInterfaces/dpsCertificate.js +0 -9
  442. package/dist/esm/operationsInterfaces/dpsCertificate.js.map +0 -1
  443. package/dist/esm/operationsInterfaces/index.d.ts +0 -4
  444. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  445. package/dist/esm/operationsInterfaces/index.js +0 -11
  446. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  447. package/dist/esm/operationsInterfaces/iotDpsResource.d.ts +0 -183
  448. package/dist/esm/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
  449. package/dist/esm/operationsInterfaces/iotDpsResource.js +0 -9
  450. package/dist/esm/operationsInterfaces/iotDpsResource.js.map +0 -1
  451. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  452. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  453. package/dist/esm/operationsInterfaces/operations.js +0 -9
  454. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  455. package/dist/esm/pagingHelper.d.ts +0 -13
  456. package/dist/esm/pagingHelper.d.ts.map +0 -1
  457. package/dist/esm/pagingHelper.js +0 -30
  458. package/dist/esm/pagingHelper.js.map +0 -1
  459. package/dist/react-native/index.d.ts.map +0 -1
  460. package/dist/react-native/iotDpsClient.d.ts.map +0 -1
  461. package/dist/react-native/lroImpl.d.ts +0 -11
  462. package/dist/react-native/lroImpl.d.ts.map +0 -1
  463. package/dist/react-native/lroImpl.js +0 -18
  464. package/dist/react-native/lroImpl.js.map +0 -1
  465. package/dist/react-native/models/index.d.ts.map +0 -1
  466. package/dist/react-native/models/mappers.d.ts +0 -40
  467. package/dist/react-native/models/mappers.d.ts.map +0 -1
  468. package/dist/react-native/models/mappers.js +0 -1268
  469. package/dist/react-native/models/mappers.js.map +0 -1
  470. package/dist/react-native/models/parameters.d.ts +0 -34
  471. package/dist/react-native/models/parameters.d.ts.map +0 -1
  472. package/dist/react-native/models/parameters.js +0 -293
  473. package/dist/react-native/models/parameters.js.map +0 -1
  474. package/dist/react-native/operations/dpsCertificate.d.ts +0 -70
  475. package/dist/react-native/operations/dpsCertificate.d.ts.map +0 -1
  476. package/dist/react-native/operations/dpsCertificate.js +0 -290
  477. package/dist/react-native/operations/dpsCertificate.js.map +0 -1
  478. package/dist/react-native/operations/index.d.ts +0 -4
  479. package/dist/react-native/operations/index.d.ts.map +0 -1
  480. package/dist/react-native/operations/index.js +0 -11
  481. package/dist/react-native/operations/index.js.map +0 -1
  482. package/dist/react-native/operations/iotDpsResource.d.ts +0 -253
  483. package/dist/react-native/operations/iotDpsResource.d.ts.map +0 -1
  484. package/dist/react-native/operations/iotDpsResource.js +0 -1170
  485. package/dist/react-native/operations/iotDpsResource.js.map +0 -1
  486. package/dist/react-native/operations/operations.d.ts +0 -32
  487. package/dist/react-native/operations/operations.d.ts.map +0 -1
  488. package/dist/react-native/operations/operations.js +0 -116
  489. package/dist/react-native/operations/operations.js.map +0 -1
  490. package/dist/react-native/operationsInterfaces/dpsCertificate.d.ts +0 -62
  491. package/dist/react-native/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
  492. package/dist/react-native/operationsInterfaces/dpsCertificate.js +0 -9
  493. package/dist/react-native/operationsInterfaces/dpsCertificate.js.map +0 -1
  494. package/dist/react-native/operationsInterfaces/index.d.ts +0 -4
  495. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  496. package/dist/react-native/operationsInterfaces/index.js +0 -11
  497. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  498. package/dist/react-native/operationsInterfaces/iotDpsResource.d.ts +0 -183
  499. package/dist/react-native/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
  500. package/dist/react-native/operationsInterfaces/iotDpsResource.js +0 -9
  501. package/dist/react-native/operationsInterfaces/iotDpsResource.js.map +0 -1
  502. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  503. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  504. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  505. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  506. package/dist/react-native/pagingHelper.d.ts +0 -13
  507. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  508. package/dist/react-native/pagingHelper.js +0 -30
  509. package/dist/react-native/pagingHelper.js.map +0 -1
  510. package/review/arm-deviceprovisioningservices-node.api.md +0 -724
@@ -0,0 +1,710 @@
1
+ /** model interface _OperationListResult */
2
+ export interface _OperationListResult {
3
+ /** [Placeholder] Description for value property */
4
+ readonly value: Operation[];
5
+ /** [Placeholder] Description for nextLink property. */
6
+ nextLink?: string;
7
+ }
8
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
9
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
10
+ /** Represents an operation. */
11
+ export interface Operation {
12
+ /** The name of the operation. */
13
+ readonly name?: string;
14
+ /** The display information for the operation. */
15
+ display?: {
16
+ provider?: string;
17
+ resource?: string;
18
+ operation?: string;
19
+ };
20
+ }
21
+ export declare function operationDeserializer(item: any): Operation;
22
+ /** model interface _OperationDisplay */
23
+ export interface _OperationDisplay {
24
+ /** Service provider: Microsoft Devices. */
25
+ readonly provider?: string;
26
+ /** Resource Type: ProvisioningServices. */
27
+ readonly resource?: string;
28
+ /** Name of the operation. */
29
+ readonly operation?: string;
30
+ }
31
+ export declare function _operationDisplayDeserializer(item: any): _OperationDisplay;
32
+ /** Error details. */
33
+ export interface ErrorDetails {
34
+ /** The error code. */
35
+ readonly code?: number;
36
+ /** The HTTP status code. */
37
+ readonly httpStatusCode?: string;
38
+ /** The error message. */
39
+ readonly message?: string;
40
+ /** The error details. */
41
+ readonly details?: string;
42
+ }
43
+ export declare function errorDetailsDeserializer(item: any): ErrorDetails;
44
+ /** The X509 Certificate. */
45
+ export interface CertificateResponse extends ProxyResource {
46
+ /** properties of a certificate */
47
+ properties?: CertificateProperties;
48
+ /** The entity tag. */
49
+ readonly etag?: string;
50
+ }
51
+ export declare function certificateResponseSerializer(item: CertificateResponse): any;
52
+ export declare function certificateResponseDeserializer(item: any): CertificateResponse;
53
+ /** The description of an X509 CA Certificate. */
54
+ export interface CertificateProperties {
55
+ /** The certificate's subject name. */
56
+ readonly subject?: string;
57
+ /** The certificate's expiration date and time. */
58
+ readonly expiry?: Date;
59
+ /** The certificate's thumbprint. */
60
+ readonly thumbprint?: string;
61
+ /** Determines whether certificate has been verified. */
62
+ isVerified?: boolean;
63
+ /** base-64 representation of X509 certificate .cer file or just .pem file content. */
64
+ certificate?: Uint8Array;
65
+ /** The certificate's creation date and time. */
66
+ readonly created?: Date;
67
+ /** The certificate's last update date and time. */
68
+ readonly updated?: Date;
69
+ }
70
+ export declare function certificatePropertiesSerializer(item: CertificateProperties): any;
71
+ export declare function certificatePropertiesDeserializer(item: any): CertificateProperties;
72
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
73
+ export interface ProxyResource extends Resource {
74
+ }
75
+ export declare function proxyResourceSerializer(item: ProxyResource): any;
76
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
77
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
78
+ export interface Resource {
79
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
80
+ readonly id?: string;
81
+ /** The name of the resource */
82
+ readonly name?: string;
83
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
84
+ readonly type?: string;
85
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
86
+ readonly systemData?: SystemData;
87
+ }
88
+ export declare function resourceSerializer(item: Resource): any;
89
+ export declare function resourceDeserializer(item: any): Resource;
90
+ /** Metadata pertaining to creation and last modification of the resource. */
91
+ export interface SystemData {
92
+ /** The identity that created the resource. */
93
+ createdBy?: string;
94
+ /** The type of identity that created the resource. */
95
+ createdByType?: CreatedByType;
96
+ /** The timestamp of resource creation (UTC). */
97
+ createdAt?: Date;
98
+ /** The identity that last modified the resource. */
99
+ lastModifiedBy?: string;
100
+ /** The type of identity that last modified the resource. */
101
+ lastModifiedByType?: CreatedByType;
102
+ /** The timestamp of resource last modification (UTC) */
103
+ lastModifiedAt?: Date;
104
+ }
105
+ export declare function systemDataDeserializer(item: any): SystemData;
106
+ /** The kind of entity that created the resource. */
107
+ export declare enum KnownCreatedByType {
108
+ /** The entity was created by a user. */
109
+ User = "User",
110
+ /** The entity was created by an application. */
111
+ Application = "Application",
112
+ /** The entity was created by a managed identity. */
113
+ ManagedIdentity = "ManagedIdentity",
114
+ /** The entity was created by a key. */
115
+ Key = "Key"
116
+ }
117
+ /**
118
+ * The kind of entity that created the resource. \
119
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
120
+ * this enum contains the known values that the service supports.
121
+ * ### Known values supported by the service
122
+ * **User**: The entity was created by a user. \
123
+ * **Application**: The entity was created by an application. \
124
+ * **ManagedIdentity**: The entity was created by a managed identity. \
125
+ * **Key**: The entity was created by a key.
126
+ */
127
+ export type CreatedByType = string;
128
+ /** The JSON-serialized array of Certificate objects. */
129
+ export interface _CertificateListDescription {
130
+ /** The array of Certificate objects. */
131
+ value?: CertificateResponse[];
132
+ }
133
+ export declare function _certificateListDescriptionDeserializer(item: any): _CertificateListDescription;
134
+ export declare function certificateResponseArraySerializer(result: Array<CertificateResponse>): any[];
135
+ export declare function certificateResponseArrayDeserializer(result: Array<CertificateResponse>): any[];
136
+ /** Description of the response of the verification code. */
137
+ export interface VerificationCodeResponse {
138
+ /** Name of certificate. */
139
+ readonly name?: string;
140
+ /** Request etag. */
141
+ readonly etag?: string;
142
+ /** The resource identifier. */
143
+ readonly id?: string;
144
+ /** The resource type. */
145
+ readonly type?: string;
146
+ properties?: VerificationCodeResponseProperties;
147
+ }
148
+ export declare function verificationCodeResponseDeserializer(item: any): VerificationCodeResponse;
149
+ /** model interface VerificationCodeResponseProperties */
150
+ export interface VerificationCodeResponseProperties {
151
+ /** Verification code. */
152
+ verificationCode?: string;
153
+ /** Certificate subject. */
154
+ subject?: string;
155
+ /** Code expiry. */
156
+ expiry?: string;
157
+ /** Certificate thumbprint. */
158
+ thumbprint?: string;
159
+ /** Indicate if the certificate is verified by owner of private key. */
160
+ isVerified?: boolean;
161
+ /** base-64 representation of X509 certificate .cer file or just .pem file content. */
162
+ certificate?: Uint8Array;
163
+ /** Certificate created time. */
164
+ created?: string;
165
+ /** Certificate updated time. */
166
+ updated?: string;
167
+ }
168
+ export declare function verificationCodeResponsePropertiesDeserializer(item: any): VerificationCodeResponseProperties;
169
+ /** The JSON-serialized leaf certificate */
170
+ export interface VerificationCodeRequest {
171
+ /** base-64 representation of X509 certificate .cer file or just .pem file content. */
172
+ certificate?: string;
173
+ }
174
+ export declare function verificationCodeRequestSerializer(item: VerificationCodeRequest): any;
175
+ /** Result of a long running operation. */
176
+ export interface AsyncOperationResult {
177
+ /** current status of a long running operation. */
178
+ status?: string;
179
+ /** Error message containing code, description and details */
180
+ error?: ErrorMessage;
181
+ }
182
+ export declare function asyncOperationResultDeserializer(item: any): AsyncOperationResult;
183
+ /** Error response containing message and code. */
184
+ export interface ErrorMessage {
185
+ /** standard error code */
186
+ code?: string;
187
+ /** standard error description */
188
+ message?: string;
189
+ /** detailed summary of error */
190
+ details?: string;
191
+ }
192
+ export declare function errorMessageDeserializer(item: any): ErrorMessage;
193
+ /** The description of the provisioning service. */
194
+ export interface ProvisioningServiceDescription extends TrackedResource {
195
+ /** The Etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention. */
196
+ etag?: string;
197
+ /** The resource group of the resource. */
198
+ resourcegroup?: string;
199
+ /** The subscription id of the resource. */
200
+ subscriptionid?: string;
201
+ /** Service specific properties for a provisioning service */
202
+ properties: IotDpsPropertiesDescription;
203
+ /** Sku info for a provisioning Service. */
204
+ sku: IotDpsSkuInfo;
205
+ /** The managed service identities assigned to this resource. */
206
+ identity?: ManagedServiceIdentity;
207
+ }
208
+ export declare function provisioningServiceDescriptionSerializer(item: ProvisioningServiceDescription): any;
209
+ export declare function provisioningServiceDescriptionDeserializer(item: any): ProvisioningServiceDescription;
210
+ /** the service specific properties of a provisioning service, including keys, linked iot hubs, current state, and system generated properties such as hostname and idScope */
211
+ export interface IotDpsPropertiesDescription {
212
+ /** Current state of the provisioning service. */
213
+ state?: State;
214
+ /** Whether requests from Public Network are allowed */
215
+ publicNetworkAccess?: PublicNetworkAccess;
216
+ /** The IP filter rules. */
217
+ ipFilterRules?: IpFilterRule[];
218
+ /** Private endpoint connections created on this IotHub */
219
+ privateEndpointConnections?: PrivateEndpointConnection[];
220
+ /** The ARM provisioning state of the provisioning service. */
221
+ provisioningState?: string;
222
+ /** List of IoT hubs associated with this provisioning service. */
223
+ iotHubs?: IotHubDefinitionDescription[];
224
+ /** The Device Registry namespace that is linked to the provisioning service. */
225
+ deviceRegistryNamespace?: DeviceRegistryNamespaceDescription;
226
+ /** Allocation policy to be used by this provisioning service. */
227
+ allocationPolicy?: AllocationPolicy;
228
+ /** Service endpoint for provisioning service. */
229
+ readonly serviceOperationsHostName?: string;
230
+ /** Device endpoint for this provisioning service. */
231
+ readonly deviceProvisioningHostName?: string;
232
+ /** Unique identifier of this provisioning service. */
233
+ readonly idScope?: string;
234
+ /** List of authorization keys for a provisioning service. */
235
+ authorizationPolicies?: SharedAccessSignatureAuthorizationRuleAccessRightsDescription[];
236
+ /**
237
+ * Optional.
238
+ * Indicates if the DPS instance has Data Residency enabled, removing the cross geo-pair disaster recovery.
239
+ */
240
+ enableDataResidency?: boolean;
241
+ /** Portal endpoint to enable CORS for this provisioning service. */
242
+ portalOperationsHostName?: string;
243
+ }
244
+ export declare function iotDpsPropertiesDescriptionSerializer(item: IotDpsPropertiesDescription): any;
245
+ export declare function iotDpsPropertiesDescriptionDeserializer(item: any): IotDpsPropertiesDescription;
246
+ /** Current state of the provisioning service. */
247
+ export declare enum KnownState {
248
+ /** Activating */
249
+ Activating = "Activating",
250
+ /** Active */
251
+ Active = "Active",
252
+ /** Deleting */
253
+ Deleting = "Deleting",
254
+ /** Deleted */
255
+ Deleted = "Deleted",
256
+ /** ActivationFailed */
257
+ ActivationFailed = "ActivationFailed",
258
+ /** DeletionFailed */
259
+ DeletionFailed = "DeletionFailed",
260
+ /** Transitioning */
261
+ Transitioning = "Transitioning",
262
+ /** Suspending */
263
+ Suspending = "Suspending",
264
+ /** Suspended */
265
+ Suspended = "Suspended",
266
+ /** Resuming */
267
+ Resuming = "Resuming",
268
+ /** FailingOver */
269
+ FailingOver = "FailingOver",
270
+ /** FailoverFailed */
271
+ FailoverFailed = "FailoverFailed"
272
+ }
273
+ /**
274
+ * Current state of the provisioning service. \
275
+ * {@link KnownState} can be used interchangeably with State,
276
+ * this enum contains the known values that the service supports.
277
+ * ### Known values supported by the service
278
+ * **Activating** \
279
+ * **Active** \
280
+ * **Deleting** \
281
+ * **Deleted** \
282
+ * **ActivationFailed** \
283
+ * **DeletionFailed** \
284
+ * **Transitioning** \
285
+ * **Suspending** \
286
+ * **Suspended** \
287
+ * **Resuming** \
288
+ * **FailingOver** \
289
+ * **FailoverFailed**
290
+ */
291
+ export type State = string;
292
+ /** Whether requests from Public Network are allowed */
293
+ export declare enum KnownPublicNetworkAccess {
294
+ /** Enabled */
295
+ Enabled = "Enabled",
296
+ /** Disabled */
297
+ Disabled = "Disabled"
298
+ }
299
+ /**
300
+ * Whether requests from Public Network are allowed \
301
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
302
+ * this enum contains the known values that the service supports.
303
+ * ### Known values supported by the service
304
+ * **Enabled** \
305
+ * **Disabled**
306
+ */
307
+ export type PublicNetworkAccess = string;
308
+ export declare function ipFilterRuleArraySerializer(result: Array<IpFilterRule>): any[];
309
+ export declare function ipFilterRuleArrayDeserializer(result: Array<IpFilterRule>): any[];
310
+ /** The IP filter rules for a provisioning Service. */
311
+ export interface IpFilterRule {
312
+ /** The name of the IP filter rule. */
313
+ filterName: string;
314
+ /** The desired action for requests captured by this rule. */
315
+ action: IpFilterActionType;
316
+ /** A string that contains the IP address range in CIDR notation for the rule. */
317
+ ipMask: string;
318
+ /** Target for requests captured by this rule. */
319
+ target?: IpFilterTargetType;
320
+ }
321
+ export declare function ipFilterRuleSerializer(item: IpFilterRule): any;
322
+ export declare function ipFilterRuleDeserializer(item: any): IpFilterRule;
323
+ /** The desired action for requests captured by this rule. */
324
+ export type IpFilterActionType = "Accept" | "Reject";
325
+ /** Target for requests captured by this rule. */
326
+ export type IpFilterTargetType = "all" | "serviceApi" | "deviceApi";
327
+ export declare function privateEndpointConnectionArraySerializer(result: Array<PrivateEndpointConnection>): any[];
328
+ export declare function privateEndpointConnectionArrayDeserializer(result: Array<PrivateEndpointConnection>): any[];
329
+ /** The private endpoint connection of a provisioning service */
330
+ export interface PrivateEndpointConnection extends ProxyResource {
331
+ /** The properties of a private endpoint connection */
332
+ properties: PrivateEndpointConnectionProperties;
333
+ }
334
+ export declare function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any;
335
+ export declare function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection;
336
+ /** The properties of a private endpoint connection */
337
+ export interface PrivateEndpointConnectionProperties {
338
+ /** The private endpoint property of a private endpoint connection */
339
+ privateEndpoint?: PrivateEndpoint;
340
+ /** The current state of a private endpoint connection */
341
+ privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
342
+ }
343
+ export declare function privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnectionProperties): any;
344
+ export declare function privateEndpointConnectionPropertiesDeserializer(item: any): PrivateEndpointConnectionProperties;
345
+ /** The private endpoint property of a private endpoint connection */
346
+ export interface PrivateEndpoint {
347
+ /** The resource identifier. */
348
+ readonly id?: string;
349
+ }
350
+ export declare function privateEndpointSerializer(item: PrivateEndpoint): any;
351
+ export declare function privateEndpointDeserializer(item: any): PrivateEndpoint;
352
+ /** The current state of a private endpoint connection */
353
+ export interface PrivateLinkServiceConnectionState {
354
+ /** The status of a private endpoint connection */
355
+ status: PrivateLinkServiceConnectionStatus;
356
+ /** The description for the current state of a private endpoint connection */
357
+ description: string;
358
+ /** Actions required for a private endpoint connection */
359
+ actionsRequired?: string;
360
+ }
361
+ export declare function privateLinkServiceConnectionStateSerializer(item: PrivateLinkServiceConnectionState): any;
362
+ export declare function privateLinkServiceConnectionStateDeserializer(item: any): PrivateLinkServiceConnectionState;
363
+ /** The status of a private endpoint connection */
364
+ export declare enum KnownPrivateLinkServiceConnectionStatus {
365
+ /** Pending */
366
+ Pending = "Pending",
367
+ /** Approved */
368
+ Approved = "Approved",
369
+ /** Rejected */
370
+ Rejected = "Rejected",
371
+ /** Disconnected */
372
+ Disconnected = "Disconnected"
373
+ }
374
+ /**
375
+ * The status of a private endpoint connection \
376
+ * {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,
377
+ * this enum contains the known values that the service supports.
378
+ * ### Known values supported by the service
379
+ * **Pending** \
380
+ * **Approved** \
381
+ * **Rejected** \
382
+ * **Disconnected**
383
+ */
384
+ export type PrivateLinkServiceConnectionStatus = string;
385
+ export declare function iotHubDefinitionDescriptionArraySerializer(result: Array<IotHubDefinitionDescription>): any[];
386
+ export declare function iotHubDefinitionDescriptionArrayDeserializer(result: Array<IotHubDefinitionDescription>): any[];
387
+ /** Description of the IoT hub. */
388
+ export interface IotHubDefinitionDescription {
389
+ /** flag for applying allocationPolicy or not for a given iot hub. */
390
+ applyAllocationPolicy?: boolean;
391
+ /** weight to apply for a given iot h. */
392
+ allocationWeight?: number;
393
+ /** Host name of the IoT hub. */
394
+ readonly name?: string;
395
+ /** Connection string of the IoT hub. */
396
+ connectionString: string;
397
+ /** ARM region of the IoT hub. */
398
+ location: string;
399
+ }
400
+ export declare function iotHubDefinitionDescriptionSerializer(item: IotHubDefinitionDescription): any;
401
+ export declare function iotHubDefinitionDescriptionDeserializer(item: any): IotHubDefinitionDescription;
402
+ /** Description of the Device Registry namespace that is linked to the provisioning service. */
403
+ export interface DeviceRegistryNamespaceDescription {
404
+ /** The ARM resource ID of the Device Registry namespace. */
405
+ resourceId: string;
406
+ /** Device Registry Namespace MI authentication type: UserAssigned, SystemAssigned. */
407
+ authenticationType: DeviceRegistryNamespaceAuthenticationType;
408
+ /** The selected user-assigned identity resource Id associated with Device Registry namespace. This is required when authenticationType is UserAssigned. */
409
+ selectedUserAssignedIdentityResourceId?: string;
410
+ }
411
+ export declare function deviceRegistryNamespaceDescriptionSerializer(item: DeviceRegistryNamespaceDescription): any;
412
+ export declare function deviceRegistryNamespaceDescriptionDeserializer(item: any): DeviceRegistryNamespaceDescription;
413
+ /** Device Registry Namespace MI authentication type: UserAssigned, SystemAssigned. */
414
+ export declare enum KnownDeviceRegistryNamespaceAuthenticationType {
415
+ /** User assigned authentication type. */
416
+ UserAssigned = "UserAssigned",
417
+ /** System assigned authentication type. */
418
+ SystemAssigned = "SystemAssigned"
419
+ }
420
+ /**
421
+ * Device Registry Namespace MI authentication type: UserAssigned, SystemAssigned. \
422
+ * {@link KnownDeviceRegistryNamespaceAuthenticationType} can be used interchangeably with DeviceRegistryNamespaceAuthenticationType,
423
+ * this enum contains the known values that the service supports.
424
+ * ### Known values supported by the service
425
+ * **UserAssigned**: User assigned authentication type. \
426
+ * **SystemAssigned**: System assigned authentication type.
427
+ */
428
+ export type DeviceRegistryNamespaceAuthenticationType = string;
429
+ /** Allocation policy to be used by this provisioning service. */
430
+ export declare enum KnownAllocationPolicy {
431
+ /** Hashed */
432
+ Hashed = "Hashed",
433
+ /** GeoLatency */
434
+ GeoLatency = "GeoLatency",
435
+ /** Static */
436
+ Static = "Static"
437
+ }
438
+ /**
439
+ * Allocation policy to be used by this provisioning service. \
440
+ * {@link KnownAllocationPolicy} can be used interchangeably with AllocationPolicy,
441
+ * this enum contains the known values that the service supports.
442
+ * ### Known values supported by the service
443
+ * **Hashed** \
444
+ * **GeoLatency** \
445
+ * **Static**
446
+ */
447
+ export type AllocationPolicy = string;
448
+ export declare function sharedAccessSignatureAuthorizationRuleAccessRightsDescriptionArraySerializer(result: Array<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>): any[];
449
+ export declare function sharedAccessSignatureAuthorizationRuleAccessRightsDescriptionArrayDeserializer(result: Array<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>): any[];
450
+ /** Description of the shared access key. */
451
+ export interface SharedAccessSignatureAuthorizationRuleAccessRightsDescription {
452
+ /** Name of the key. */
453
+ keyName: string;
454
+ /** Primary SAS key value. */
455
+ primaryKey?: string;
456
+ /** Secondary SAS key value. */
457
+ secondaryKey?: string;
458
+ /** Rights that this key has. */
459
+ rights: AccessRightsDescription;
460
+ }
461
+ export declare function sharedAccessSignatureAuthorizationRuleAccessRightsDescriptionSerializer(item: SharedAccessSignatureAuthorizationRuleAccessRightsDescription): any;
462
+ export declare function sharedAccessSignatureAuthorizationRuleAccessRightsDescriptionDeserializer(item: any): SharedAccessSignatureAuthorizationRuleAccessRightsDescription;
463
+ /** Rights that this key has. */
464
+ export declare enum KnownAccessRightsDescription {
465
+ /** ServiceConfig */
466
+ ServiceConfig = "ServiceConfig",
467
+ /** EnrollmentRead */
468
+ EnrollmentRead = "EnrollmentRead",
469
+ /** EnrollmentWrite */
470
+ EnrollmentWrite = "EnrollmentWrite",
471
+ /** DeviceConnect */
472
+ DeviceConnect = "DeviceConnect",
473
+ /** RegistrationStatusRead */
474
+ RegistrationStatusRead = "RegistrationStatusRead",
475
+ /** RegistrationStatusWrite */
476
+ RegistrationStatusWrite = "RegistrationStatusWrite"
477
+ }
478
+ /**
479
+ * Rights that this key has. \
480
+ * {@link KnownAccessRightsDescription} can be used interchangeably with AccessRightsDescription,
481
+ * this enum contains the known values that the service supports.
482
+ * ### Known values supported by the service
483
+ * **ServiceConfig** \
484
+ * **EnrollmentRead** \
485
+ * **EnrollmentWrite** \
486
+ * **DeviceConnect** \
487
+ * **RegistrationStatusRead** \
488
+ * **RegistrationStatusWrite**
489
+ */
490
+ export type AccessRightsDescription = string;
491
+ /** List of possible provisioning service SKUs. */
492
+ export interface IotDpsSkuInfo {
493
+ /** Sku name. */
494
+ name?: IotDpsSku;
495
+ /** Pricing tier name of the provisioning service. */
496
+ readonly tier?: string;
497
+ /** The number of units to provision */
498
+ capacity?: number;
499
+ }
500
+ export declare function iotDpsSkuInfoSerializer(item: IotDpsSkuInfo): any;
501
+ export declare function iotDpsSkuInfoDeserializer(item: any): IotDpsSkuInfo;
502
+ /** Sku name. */
503
+ export declare enum KnownIotDpsSku {
504
+ /** S1 */
505
+ S1 = "S1"
506
+ }
507
+ /**
508
+ * Sku name. \
509
+ * {@link KnownIotDpsSku} can be used interchangeably with IotDpsSku,
510
+ * this enum contains the known values that the service supports.
511
+ * ### Known values supported by the service
512
+ * **S1**
513
+ */
514
+ export type IotDpsSku = string;
515
+ /** Managed service identity (system assigned and/or user assigned identities) */
516
+ export interface ManagedServiceIdentity {
517
+ /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
518
+ readonly principalId?: string;
519
+ /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
520
+ readonly tenantId?: string;
521
+ /** The type of managed identity assigned to this resource. */
522
+ type: ManagedServiceIdentityType;
523
+ /** The identities assigned to this resource by the user. */
524
+ userAssignedIdentities?: Record<string, UserAssignedIdentity>;
525
+ }
526
+ export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
527
+ export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
528
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
529
+ export declare enum KnownManagedServiceIdentityType {
530
+ /** No managed identity. */
531
+ None = "None",
532
+ /** System assigned managed identity. */
533
+ SystemAssigned = "SystemAssigned",
534
+ /** User assigned managed identity. */
535
+ UserAssigned = "UserAssigned",
536
+ /** System and user assigned managed identity. */
537
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
538
+ }
539
+ /**
540
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
541
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
542
+ * this enum contains the known values that the service supports.
543
+ * ### Known values supported by the service
544
+ * **None**: No managed identity. \
545
+ * **SystemAssigned**: System assigned managed identity. \
546
+ * **UserAssigned**: User assigned managed identity. \
547
+ * **SystemAssigned,UserAssigned**: System and user assigned managed identity.
548
+ */
549
+ export type ManagedServiceIdentityType = string;
550
+ export declare function userAssignedIdentityRecordSerializer(item: Record<string, UserAssignedIdentity>): Record<string, any>;
551
+ export declare function userAssignedIdentityRecordDeserializer(item: Record<string, any>): Record<string, UserAssignedIdentity>;
552
+ /** User assigned identity properties */
553
+ export interface UserAssignedIdentity {
554
+ /** The principal ID of the assigned identity. */
555
+ readonly principalId?: string;
556
+ /** The client ID of the assigned identity. */
557
+ readonly clientId?: string;
558
+ }
559
+ export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
560
+ export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
561
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
562
+ export interface TrackedResource extends Resource {
563
+ /** Resource tags. */
564
+ tags?: Record<string, string>;
565
+ /** The geo-location where the resource lives */
566
+ location: string;
567
+ }
568
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
569
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
570
+ /** The error detail. */
571
+ export interface ErrorDetail {
572
+ /** The error code. */
573
+ readonly code?: string;
574
+ /** The error message. */
575
+ readonly message?: string;
576
+ /** The error target. */
577
+ readonly target?: string;
578
+ /** The error details. */
579
+ readonly details?: ErrorDetail[];
580
+ /** The error additional info. */
581
+ readonly additionalInfo?: ErrorAdditionalInfo[];
582
+ }
583
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
584
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
585
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
586
+ /** The resource management error additional info. */
587
+ export interface ErrorAdditionalInfo {
588
+ /** The additional info type. */
589
+ readonly type?: string;
590
+ /** The additional info. */
591
+ readonly info?: any;
592
+ }
593
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
594
+ /** A container holding only the Tags for a resource, allowing the user to update the tags on a Provisioning Service instance. */
595
+ export interface TagsResource {
596
+ /** Resource tags */
597
+ tags?: Record<string, string>;
598
+ }
599
+ export declare function tagsResourceSerializer(item: TagsResource): any;
600
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
601
+ export interface ErrorResponse {
602
+ /** The error object. */
603
+ error?: ErrorDetail;
604
+ }
605
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
606
+ /** The response of a ProvisioningServiceDescription list operation. */
607
+ export interface _ProvisioningServiceDescriptionListResult {
608
+ /** The ProvisioningServiceDescription items on this page */
609
+ value: ProvisioningServiceDescription[];
610
+ /** The link to the next page of items */
611
+ nextLink?: string;
612
+ }
613
+ export declare function _provisioningServiceDescriptionListResultDeserializer(item: any): _ProvisioningServiceDescriptionListResult;
614
+ export declare function provisioningServiceDescriptionArraySerializer(result: Array<ProvisioningServiceDescription>): any[];
615
+ export declare function provisioningServiceDescriptionArrayDeserializer(result: Array<ProvisioningServiceDescription>): any[];
616
+ /** List of available SKUs. */
617
+ export interface _IotDpsSkuDefinitionListResult {
618
+ /** The IotDpsSkuDefinition items on this page */
619
+ value: IotDpsSkuDefinition[];
620
+ /** The link to the next page of items */
621
+ nextLink?: string;
622
+ }
623
+ export declare function _iotDpsSkuDefinitionListResultDeserializer(item: any): _IotDpsSkuDefinitionListResult;
624
+ export declare function iotDpsSkuDefinitionArrayDeserializer(result: Array<IotDpsSkuDefinition>): any[];
625
+ /** Available SKUs of tier and units. */
626
+ export interface IotDpsSkuDefinition {
627
+ /** Sku name. */
628
+ name?: IotDpsSku;
629
+ }
630
+ export declare function iotDpsSkuDefinitionDeserializer(item: any): IotDpsSkuDefinition;
631
+ /** List of shared access keys. */
632
+ export interface _SharedAccessSignatureAuthorizationRuleListResult {
633
+ /** The SharedAccessSignatureAuthorizationRuleAccessRightsDescription items on this page */
634
+ value: SharedAccessSignatureAuthorizationRuleAccessRightsDescription[];
635
+ /** The link to the next page of items */
636
+ nextLink?: string;
637
+ }
638
+ export declare function _sharedAccessSignatureAuthorizationRuleListResultDeserializer(item: any): _SharedAccessSignatureAuthorizationRuleListResult;
639
+ /** The group information for creating a private endpoint on a provisioning service */
640
+ export interface GroupIdInformation extends ProxyResource {
641
+ /** The properties for a group information object */
642
+ properties: GroupIdInformationProperties;
643
+ }
644
+ export declare function groupIdInformationDeserializer(item: any): GroupIdInformation;
645
+ /** The properties for a group information object */
646
+ export interface GroupIdInformationProperties {
647
+ /** The group id */
648
+ groupId?: string;
649
+ /** The required members for a specific group id */
650
+ requiredMembers?: string[];
651
+ /** The required DNS zones for a specific group id */
652
+ requiredZoneNames?: string[];
653
+ }
654
+ export declare function groupIdInformationPropertiesDeserializer(item: any): GroupIdInformationProperties;
655
+ /** The available private link resources for a provisioning service */
656
+ export interface _PrivateLinkResources {
657
+ /** The list of available private link resources for a provisioning service */
658
+ value?: GroupIdInformation[];
659
+ }
660
+ export declare function _privateLinkResourcesDeserializer(item: any): _PrivateLinkResources;
661
+ export declare function groupIdInformationArrayDeserializer(result: Array<GroupIdInformation>): any[];
662
+ /** Input values for operation results call. */
663
+ export interface OperationInputs {
664
+ /** The name of the Provisioning Service to check. */
665
+ name: string;
666
+ }
667
+ export declare function operationInputsSerializer(item: OperationInputs): any;
668
+ /** Description of name availability. */
669
+ export interface NameAvailabilityInfo {
670
+ /** specifies if a name is available or not */
671
+ nameAvailable?: boolean;
672
+ /** specifies the reason a name is unavailable */
673
+ reason?: NameUnavailabilityReason;
674
+ /** message containing a detailed reason name is unavailable */
675
+ message?: string;
676
+ }
677
+ export declare function nameAvailabilityInfoDeserializer(item: any): NameAvailabilityInfo;
678
+ /** specifies the reason a name is unavailable */
679
+ export declare enum KnownNameUnavailabilityReason {
680
+ /** Invalid */
681
+ Invalid = "Invalid",
682
+ /** AlreadyExists */
683
+ AlreadyExists = "AlreadyExists"
684
+ }
685
+ /**
686
+ * specifies the reason a name is unavailable \
687
+ * {@link KnownNameUnavailabilityReason} can be used interchangeably with NameUnavailabilityReason,
688
+ * this enum contains the known values that the service supports.
689
+ * ### Known values supported by the service
690
+ * **Invalid** \
691
+ * **AlreadyExists**
692
+ */
693
+ export type NameUnavailabilityReason = string;
694
+ /** Known values of {@link CertificatePurpose} that the service accepts. */
695
+ export declare enum KnownCertificatePurpose {
696
+ /** clientAuthentication */
697
+ ClientAuthentication = "clientAuthentication",
698
+ /** serverAuthentication */
699
+ ServerAuthentication = "serverAuthentication"
700
+ }
701
+ /** Type of CertificatePurpose */
702
+ export type CertificatePurpose = string;
703
+ /** The available API versions. */
704
+ export declare enum KnownVersions {
705
+ /** The 2025-02-01-preview API version. */
706
+ V20250201Preview = "2025-02-01-preview"
707
+ }
708
+ export declare function privateEndpointConnectionArraySerializer_1(result: Array<PrivateEndpointConnection>): any[];
709
+ export declare function privateEndpointConnectionArrayDeserializer_1(result: Array<PrivateEndpointConnection>): any[];
710
+ //# sourceMappingURL=models.d.ts.map