@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
@@ -1,979 +1,2 @@
1
- import * as coreClient from "@azure/core-client";
2
- /** Result of the request to list provisioning service operations. It contains a list of operations and a URL link to get the next set of results. */
3
- export interface OperationListResult {
4
- /**
5
- * Provisioning service operations supported by the Microsoft.Devices resource provider.
6
- * NOTE: This property will not be serialized. It can only be populated by the server.
7
- */
8
- readonly value?: Operation[];
9
- /**
10
- * URL to get the next set of operation list results if there are any.
11
- * NOTE: This property will not be serialized. It can only be populated by the server.
12
- */
13
- readonly nextLink?: string;
14
- }
15
- /** Provisioning Service REST API operation. */
16
- export interface Operation {
17
- /**
18
- * Operation name: {provider}/{resource}/{read | write | action | delete}
19
- * NOTE: This property will not be serialized. It can only be populated by the server.
20
- */
21
- readonly name?: string;
22
- /** The object that represents the operation. */
23
- display?: OperationDisplay;
24
- }
25
- /** The object that represents the operation. */
26
- export interface OperationDisplay {
27
- /**
28
- * Service provider: Microsoft Devices.
29
- * NOTE: This property will not be serialized. It can only be populated by the server.
30
- */
31
- readonly provider?: string;
32
- /**
33
- * Resource Type: ProvisioningServices.
34
- * NOTE: This property will not be serialized. It can only be populated by the server.
35
- */
36
- readonly resource?: string;
37
- /**
38
- * Name of the operation.
39
- * NOTE: This property will not be serialized. It can only be populated by the server.
40
- */
41
- readonly operation?: string;
42
- }
43
- /** Error details. */
44
- export interface ErrorDetails {
45
- /**
46
- * The error code.
47
- * NOTE: This property will not be serialized. It can only be populated by the server.
48
- */
49
- readonly code?: number;
50
- /**
51
- * The HTTP status code.
52
- * NOTE: This property will not be serialized. It can only be populated by the server.
53
- */
54
- readonly httpStatusCode?: string;
55
- /**
56
- * The error message.
57
- * NOTE: This property will not be serialized. It can only be populated by the server.
58
- */
59
- readonly message?: string;
60
- /**
61
- * The error details.
62
- * NOTE: This property will not be serialized. It can only be populated by the server.
63
- */
64
- readonly details?: string;
65
- }
66
- /** The X509 Certificate. */
67
- export interface CertificateResponse {
68
- /** properties of a certificate */
69
- properties?: CertificateProperties;
70
- /**
71
- * The resource identifier.
72
- * NOTE: This property will not be serialized. It can only be populated by the server.
73
- */
74
- readonly id?: string;
75
- /**
76
- * The name of the certificate.
77
- * NOTE: This property will not be serialized. It can only be populated by the server.
78
- */
79
- readonly name?: string;
80
- /**
81
- * The entity tag.
82
- * NOTE: This property will not be serialized. It can only be populated by the server.
83
- */
84
- readonly etag?: string;
85
- /**
86
- * The resource type.
87
- * NOTE: This property will not be serialized. It can only be populated by the server.
88
- */
89
- readonly type?: string;
90
- /**
91
- * Metadata pertaining to creation and last modification of the resource.
92
- * NOTE: This property will not be serialized. It can only be populated by the server.
93
- */
94
- readonly systemData?: SystemData;
95
- }
96
- /** The description of an X509 CA Certificate. */
97
- export interface CertificateProperties {
98
- /**
99
- * The certificate's subject name.
100
- * NOTE: This property will not be serialized. It can only be populated by the server.
101
- */
102
- readonly subject?: string;
103
- /**
104
- * The certificate's expiration date and time.
105
- * NOTE: This property will not be serialized. It can only be populated by the server.
106
- */
107
- readonly expiry?: Date;
108
- /**
109
- * The certificate's thumbprint.
110
- * NOTE: This property will not be serialized. It can only be populated by the server.
111
- */
112
- readonly thumbprint?: string;
113
- /** Determines whether certificate has been verified. */
114
- isVerified?: boolean;
115
- /** base-64 representation of X509 certificate .cer file or just .pem file content. */
116
- certificate?: Uint8Array;
117
- /**
118
- * The certificate's creation date and time.
119
- * NOTE: This property will not be serialized. It can only be populated by the server.
120
- */
121
- readonly created?: Date;
122
- /**
123
- * The certificate's last update date and time.
124
- * NOTE: This property will not be serialized. It can only be populated by the server.
125
- */
126
- readonly updated?: Date;
127
- }
128
- /** Metadata pertaining to creation and last modification of the resource. */
129
- export interface SystemData {
130
- /** The identity that created the resource. */
131
- createdBy?: string;
132
- /** The type of identity that created the resource. */
133
- createdByType?: CreatedByType;
134
- /** The timestamp of resource creation (UTC). */
135
- createdAt?: Date;
136
- /** The identity that last modified the resource. */
137
- lastModifiedBy?: string;
138
- /** The type of identity that last modified the resource. */
139
- lastModifiedByType?: CreatedByType;
140
- /** The timestamp of resource last modification (UTC) */
141
- lastModifiedAt?: Date;
142
- }
143
- /** the service specific properties of a provisioning service, including keys, linked iot hubs, current state, and system generated properties such as hostname and idScope */
144
- export interface IotDpsPropertiesDescription {
145
- /** Current state of the provisioning service. */
146
- state?: State;
147
- /** Whether requests from Public Network are allowed */
148
- publicNetworkAccess?: PublicNetworkAccess;
149
- /** The IP filter rules. */
150
- ipFilterRules?: IpFilterRule[];
151
- /** Private endpoint connections created on this IotHub */
152
- privateEndpointConnections?: PrivateEndpointConnection[];
153
- /** The ARM provisioning state of the provisioning service. */
154
- provisioningState?: string;
155
- /** List of IoT hubs associated with this provisioning service. */
156
- iotHubs?: IotHubDefinitionDescription[];
157
- /** Allocation policy to be used by this provisioning service. */
158
- allocationPolicy?: AllocationPolicy;
159
- /**
160
- * Service endpoint for provisioning service.
161
- * NOTE: This property will not be serialized. It can only be populated by the server.
162
- */
163
- readonly serviceOperationsHostName?: string;
164
- /**
165
- * Device endpoint for this provisioning service.
166
- * NOTE: This property will not be serialized. It can only be populated by the server.
167
- */
168
- readonly deviceProvisioningHostName?: string;
169
- /**
170
- * Unique identifier of this provisioning service.
171
- * NOTE: This property will not be serialized. It can only be populated by the server.
172
- */
173
- readonly idScope?: string;
174
- /** List of authorization keys for a provisioning service. */
175
- authorizationPolicies?: SharedAccessSignatureAuthorizationRuleAccessRightsDescription[];
176
- /**
177
- * Optional.
178
- * Indicates if the DPS instance has Data Residency enabled, removing the cross geo-pair disaster recovery.
179
- */
180
- enableDataResidency?: boolean;
181
- /** Portal endpoint to enable CORS for this provisioning service. */
182
- portalOperationsHostName?: string;
183
- }
184
- /** The IP filter rules for a provisioning Service. */
185
- export interface IpFilterRule {
186
- /** The name of the IP filter rule. */
187
- filterName: string;
188
- /** The desired action for requests captured by this rule. */
189
- action: IpFilterActionType;
190
- /** A string that contains the IP address range in CIDR notation for the rule. */
191
- ipMask: string;
192
- /** Target for requests captured by this rule. */
193
- target?: IpFilterTargetType;
194
- }
195
- /** The private endpoint connection of a provisioning service */
196
- export interface PrivateEndpointConnection {
197
- /**
198
- * The resource identifier.
199
- * NOTE: This property will not be serialized. It can only be populated by the server.
200
- */
201
- readonly id?: string;
202
- /**
203
- * The resource name.
204
- * NOTE: This property will not be serialized. It can only be populated by the server.
205
- */
206
- readonly name?: string;
207
- /**
208
- * The resource type.
209
- * NOTE: This property will not be serialized. It can only be populated by the server.
210
- */
211
- readonly type?: string;
212
- /** The properties of a private endpoint connection */
213
- properties: PrivateEndpointConnectionProperties;
214
- /**
215
- * Metadata pertaining to creation and last modification of the resource.
216
- * NOTE: This property will not be serialized. It can only be populated by the server.
217
- */
218
- readonly systemData?: SystemData;
219
- }
220
- /** The properties of a private endpoint connection */
221
- export interface PrivateEndpointConnectionProperties {
222
- /** The private endpoint property of a private endpoint connection */
223
- privateEndpoint?: PrivateEndpoint;
224
- /** The current state of a private endpoint connection */
225
- privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
226
- }
227
- /** The private endpoint property of a private endpoint connection */
228
- export interface PrivateEndpoint {
229
- /**
230
- * The resource identifier.
231
- * NOTE: This property will not be serialized. It can only be populated by the server.
232
- */
233
- readonly id?: string;
234
- }
235
- /** The current state of a private endpoint connection */
236
- export interface PrivateLinkServiceConnectionState {
237
- /** The status of a private endpoint connection */
238
- status: PrivateLinkServiceConnectionStatus;
239
- /** The description for the current state of a private endpoint connection */
240
- description: string;
241
- /** Actions required for a private endpoint connection */
242
- actionsRequired?: string;
243
- }
244
- /** Description of the IoT hub. */
245
- export interface IotHubDefinitionDescription {
246
- /** flag for applying allocationPolicy or not for a given iot hub. */
247
- applyAllocationPolicy?: boolean;
248
- /** weight to apply for a given iot h. */
249
- allocationWeight?: number;
250
- /**
251
- * Host name of the IoT hub.
252
- * NOTE: This property will not be serialized. It can only be populated by the server.
253
- */
254
- readonly name?: string;
255
- /** Connection string of the IoT hub. */
256
- connectionString: string;
257
- /** ARM region of the IoT hub. */
258
- location: string;
259
- }
260
- /** Description of the shared access key. */
261
- export interface SharedAccessSignatureAuthorizationRuleAccessRightsDescription {
262
- /** Name of the key. */
263
- keyName: string;
264
- /** Primary SAS key value. */
265
- primaryKey?: string;
266
- /** Secondary SAS key value. */
267
- secondaryKey?: string;
268
- /** Rights that this key has. */
269
- rights: AccessRightsDescription;
270
- }
271
- /** List of possible provisioning service SKUs. */
272
- export interface IotDpsSkuInfo {
273
- /** Sku name. */
274
- name?: IotDpsSku;
275
- /**
276
- * Pricing tier name of the provisioning service.
277
- * NOTE: This property will not be serialized. It can only be populated by the server.
278
- */
279
- readonly tier?: string;
280
- /** The number of units to provision */
281
- capacity?: number;
282
- }
283
- /** Managed service identity (system assigned and/or user assigned identities) */
284
- export interface ManagedServiceIdentity {
285
- /**
286
- * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
287
- * NOTE: This property will not be serialized. It can only be populated by the server.
288
- */
289
- readonly principalId?: string;
290
- /**
291
- * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
292
- * NOTE: This property will not be serialized. It can only be populated by the server.
293
- */
294
- readonly tenantId?: string;
295
- /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
296
- type: ManagedServiceIdentityType;
297
- /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
298
- userAssignedIdentities?: {
299
- [propertyName: string]: UserAssignedIdentity | null;
300
- };
301
- }
302
- /** User assigned identity properties */
303
- export interface UserAssignedIdentity {
304
- /**
305
- * The principal ID of the assigned identity.
306
- * NOTE: This property will not be serialized. It can only be populated by the server.
307
- */
308
- readonly principalId?: string;
309
- /**
310
- * The client ID of the assigned identity.
311
- * NOTE: This property will not be serialized. It can only be populated by the server.
312
- */
313
- readonly clientId?: string;
314
- }
315
- /** The common properties of an Azure resource. */
316
- export interface Resource {
317
- /**
318
- * The resource identifier.
319
- * NOTE: This property will not be serialized. It can only be populated by the server.
320
- */
321
- readonly id?: string;
322
- /**
323
- * The resource name.
324
- * NOTE: This property will not be serialized. It can only be populated by the server.
325
- */
326
- readonly name?: string;
327
- /**
328
- * The resource type.
329
- * NOTE: This property will not be serialized. It can only be populated by the server.
330
- */
331
- readonly type?: string;
332
- /** The resource location. */
333
- location: string;
334
- /** The resource group of the resource. */
335
- resourcegroup?: string;
336
- /** The subscription id of the resource. */
337
- subscriptionid?: string;
338
- /** The resource tags. */
339
- tags?: {
340
- [propertyName: string]: string;
341
- };
342
- }
343
- /** A container holding only the Tags for a resource, allowing the user to update the tags on a Provisioning Service instance. */
344
- export interface TagsResource {
345
- /** Resource tags */
346
- tags?: {
347
- [propertyName: string]: string;
348
- };
349
- }
350
- /** The JSON-serialized array of Certificate objects. */
351
- export interface CertificateListDescription {
352
- /** The array of Certificate objects. */
353
- value?: CertificateResponse[];
354
- }
355
- /** List of provisioning service descriptions. */
356
- export interface ProvisioningServiceDescriptionListResult {
357
- /** List of provisioning service descriptions. */
358
- value?: ProvisioningServiceDescription[];
359
- /**
360
- * the next link
361
- * NOTE: This property will not be serialized. It can only be populated by the server.
362
- */
363
- readonly nextLink?: string;
364
- }
365
- /** Result of a long running operation. */
366
- export interface AsyncOperationResult {
367
- /** current status of a long running operation. */
368
- status?: string;
369
- /** Error message containing code, description and details */
370
- error?: ErrorMessage;
371
- }
372
- /** Error response containing message and code. */
373
- export interface ErrorMessage {
374
- /** standard error code */
375
- code?: string;
376
- /** standard error description */
377
- message?: string;
378
- /** detailed summary of error */
379
- details?: string;
380
- }
381
- /** List of available SKUs. */
382
- export interface IotDpsSkuDefinitionListResult {
383
- /** The list of SKUs */
384
- value?: IotDpsSkuDefinition[];
385
- /**
386
- * The next link.
387
- * NOTE: This property will not be serialized. It can only be populated by the server.
388
- */
389
- readonly nextLink?: string;
390
- }
391
- /** Available SKUs of tier and units. */
392
- export interface IotDpsSkuDefinition {
393
- /** Sku name. */
394
- name?: IotDpsSku;
395
- }
396
- /** Description of the response of the verification code. */
397
- export interface VerificationCodeResponse {
398
- /**
399
- * Name of certificate.
400
- * NOTE: This property will not be serialized. It can only be populated by the server.
401
- */
402
- readonly name?: string;
403
- /**
404
- * Request etag.
405
- * NOTE: This property will not be serialized. It can only be populated by the server.
406
- */
407
- readonly etag?: string;
408
- /**
409
- * The resource identifier.
410
- * NOTE: This property will not be serialized. It can only be populated by the server.
411
- */
412
- readonly id?: string;
413
- /**
414
- * The resource type.
415
- * NOTE: This property will not be serialized. It can only be populated by the server.
416
- */
417
- readonly type?: string;
418
- properties?: VerificationCodeResponseProperties;
419
- }
420
- export interface VerificationCodeResponseProperties {
421
- /** Verification code. */
422
- verificationCode?: string;
423
- /** Certificate subject. */
424
- subject?: string;
425
- /** Code expiry. */
426
- expiry?: string;
427
- /** Certificate thumbprint. */
428
- thumbprint?: string;
429
- /** Indicate if the certificate is verified by owner of private key. */
430
- isVerified?: boolean;
431
- /** base-64 representation of X509 certificate .cer file or just .pem file content. */
432
- certificate?: Uint8Array;
433
- /** Certificate created time. */
434
- created?: string;
435
- /** Certificate updated time. */
436
- updated?: string;
437
- }
438
- /** The JSON-serialized leaf certificate */
439
- export interface VerificationCodeRequest {
440
- /** base-64 representation of X509 certificate .cer file or just .pem file content. */
441
- certificate?: string;
442
- }
443
- /** Input values for operation results call. */
444
- export interface OperationInputs {
445
- /** The name of the Provisioning Service to check. */
446
- name: string;
447
- }
448
- /** Description of name availability. */
449
- export interface NameAvailabilityInfo {
450
- /** specifies if a name is available or not */
451
- nameAvailable?: boolean;
452
- /** specifies the reason a name is unavailable */
453
- reason?: NameUnavailabilityReason;
454
- /** message containing a detailed reason name is unavailable */
455
- message?: string;
456
- }
457
- /** List of shared access keys. */
458
- export interface SharedAccessSignatureAuthorizationRuleListResult {
459
- /** The list of shared access policies. */
460
- value?: SharedAccessSignatureAuthorizationRuleAccessRightsDescription[];
461
- /**
462
- * The next link.
463
- * NOTE: This property will not be serialized. It can only be populated by the server.
464
- */
465
- readonly nextLink?: string;
466
- }
467
- /** The available private link resources for a provisioning service */
468
- export interface PrivateLinkResources {
469
- /** The list of available private link resources for a provisioning service */
470
- value?: GroupIdInformation[];
471
- }
472
- /** The group information for creating a private endpoint on a provisioning service */
473
- export interface GroupIdInformation {
474
- /**
475
- * The resource identifier.
476
- * NOTE: This property will not be serialized. It can only be populated by the server.
477
- */
478
- readonly id?: string;
479
- /**
480
- * The resource name.
481
- * NOTE: This property will not be serialized. It can only be populated by the server.
482
- */
483
- readonly name?: string;
484
- /**
485
- * The resource type.
486
- * NOTE: This property will not be serialized. It can only be populated by the server.
487
- */
488
- readonly type?: string;
489
- /** The properties for a group information object */
490
- properties: GroupIdInformationProperties;
491
- }
492
- /** The properties for a group information object */
493
- export interface GroupIdInformationProperties {
494
- /** The group id */
495
- groupId?: string;
496
- /** The required members for a specific group id */
497
- requiredMembers?: string[];
498
- /** The required DNS zones for a specific group id */
499
- requiredZoneNames?: string[];
500
- }
501
- /** The JSON-serialized X509 Certificate. */
502
- export interface CertificateBodyDescription {
503
- /** Base-64 representation of the X509 leaf certificate .cer file or just .pem file content. */
504
- certificate?: string;
505
- /** True indicates that the certificate will be created in verified state and proof of possession will not be required. */
506
- isVerified?: boolean;
507
- }
508
- /** The description of the provisioning service. */
509
- export interface ProvisioningServiceDescription extends Resource {
510
- /** 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. */
511
- etag?: string;
512
- /** Service specific properties for a provisioning service */
513
- properties: IotDpsPropertiesDescription;
514
- /** Sku info for a provisioning Service. */
515
- sku: IotDpsSkuInfo;
516
- /**
517
- * Metadata pertaining to creation and last modification of the resource.
518
- * NOTE: This property will not be serialized. It can only be populated by the server.
519
- */
520
- readonly systemData?: SystemData;
521
- /** The managed identities for a provisioning service. */
522
- identity?: ManagedServiceIdentity;
523
- }
524
- /** Defines headers for IotDpsResource_deletePrivateEndpointConnection operation. */
525
- export interface IotDpsResourceDeletePrivateEndpointConnectionHeaders {
526
- /** Operation Status Location URI */
527
- azureAsyncOperation?: string;
528
- /** Operation Status Location URI */
529
- location?: string;
530
- /** Retry After */
531
- retryAfter?: string;
532
- }
533
- /** Known values of {@link CreatedByType} that the service accepts. */
534
- export declare enum KnownCreatedByType {
535
- /** User */
536
- User = "User",
537
- /** Application */
538
- Application = "Application",
539
- /** ManagedIdentity */
540
- ManagedIdentity = "ManagedIdentity",
541
- /** Key */
542
- Key = "Key"
543
- }
544
- /**
545
- * Defines values for CreatedByType. \
546
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
547
- * this enum contains the known values that the service supports.
548
- * ### Known values supported by the service
549
- * **User** \
550
- * **Application** \
551
- * **ManagedIdentity** \
552
- * **Key**
553
- */
554
- export type CreatedByType = string;
555
- /** Known values of {@link CertificatePurpose} that the service accepts. */
556
- export declare enum KnownCertificatePurpose {
557
- /** ClientAuthentication */
558
- ClientAuthentication = "clientAuthentication",
559
- /** ServerAuthentication */
560
- ServerAuthentication = "serverAuthentication"
561
- }
562
- /**
563
- * Defines values for CertificatePurpose. \
564
- * {@link KnownCertificatePurpose} can be used interchangeably with CertificatePurpose,
565
- * this enum contains the known values that the service supports.
566
- * ### Known values supported by the service
567
- * **clientAuthentication** \
568
- * **serverAuthentication**
569
- */
570
- export type CertificatePurpose = string;
571
- /** Known values of {@link State} that the service accepts. */
572
- export declare enum KnownState {
573
- /** Activating */
574
- Activating = "Activating",
575
- /** Active */
576
- Active = "Active",
577
- /** Deleting */
578
- Deleting = "Deleting",
579
- /** Deleted */
580
- Deleted = "Deleted",
581
- /** ActivationFailed */
582
- ActivationFailed = "ActivationFailed",
583
- /** DeletionFailed */
584
- DeletionFailed = "DeletionFailed",
585
- /** Transitioning */
586
- Transitioning = "Transitioning",
587
- /** Suspending */
588
- Suspending = "Suspending",
589
- /** Suspended */
590
- Suspended = "Suspended",
591
- /** Resuming */
592
- Resuming = "Resuming",
593
- /** FailingOver */
594
- FailingOver = "FailingOver",
595
- /** FailoverFailed */
596
- FailoverFailed = "FailoverFailed"
597
- }
598
- /**
599
- * Defines values for State. \
600
- * {@link KnownState} can be used interchangeably with State,
601
- * this enum contains the known values that the service supports.
602
- * ### Known values supported by the service
603
- * **Activating** \
604
- * **Active** \
605
- * **Deleting** \
606
- * **Deleted** \
607
- * **ActivationFailed** \
608
- * **DeletionFailed** \
609
- * **Transitioning** \
610
- * **Suspending** \
611
- * **Suspended** \
612
- * **Resuming** \
613
- * **FailingOver** \
614
- * **FailoverFailed**
615
- */
616
- export type State = string;
617
- /** Known values of {@link PublicNetworkAccess} that the service accepts. */
618
- export declare enum KnownPublicNetworkAccess {
619
- /** Enabled */
620
- Enabled = "Enabled",
621
- /** Disabled */
622
- Disabled = "Disabled"
623
- }
624
- /**
625
- * Defines values for PublicNetworkAccess. \
626
- * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
627
- * this enum contains the known values that the service supports.
628
- * ### Known values supported by the service
629
- * **Enabled** \
630
- * **Disabled**
631
- */
632
- export type PublicNetworkAccess = string;
633
- /** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */
634
- export declare enum KnownPrivateLinkServiceConnectionStatus {
635
- /** Pending */
636
- Pending = "Pending",
637
- /** Approved */
638
- Approved = "Approved",
639
- /** Rejected */
640
- Rejected = "Rejected",
641
- /** Disconnected */
642
- Disconnected = "Disconnected"
643
- }
644
- /**
645
- * Defines values for PrivateLinkServiceConnectionStatus. \
646
- * {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,
647
- * this enum contains the known values that the service supports.
648
- * ### Known values supported by the service
649
- * **Pending** \
650
- * **Approved** \
651
- * **Rejected** \
652
- * **Disconnected**
653
- */
654
- export type PrivateLinkServiceConnectionStatus = string;
655
- /** Known values of {@link AllocationPolicy} that the service accepts. */
656
- export declare enum KnownAllocationPolicy {
657
- /** Hashed */
658
- Hashed = "Hashed",
659
- /** GeoLatency */
660
- GeoLatency = "GeoLatency",
661
- /** Static */
662
- Static = "Static"
663
- }
664
- /**
665
- * Defines values for AllocationPolicy. \
666
- * {@link KnownAllocationPolicy} can be used interchangeably with AllocationPolicy,
667
- * this enum contains the known values that the service supports.
668
- * ### Known values supported by the service
669
- * **Hashed** \
670
- * **GeoLatency** \
671
- * **Static**
672
- */
673
- export type AllocationPolicy = string;
674
- /** Known values of {@link AccessRightsDescription} that the service accepts. */
675
- export declare enum KnownAccessRightsDescription {
676
- /** ServiceConfig */
677
- ServiceConfig = "ServiceConfig",
678
- /** EnrollmentRead */
679
- EnrollmentRead = "EnrollmentRead",
680
- /** EnrollmentWrite */
681
- EnrollmentWrite = "EnrollmentWrite",
682
- /** DeviceConnect */
683
- DeviceConnect = "DeviceConnect",
684
- /** RegistrationStatusRead */
685
- RegistrationStatusRead = "RegistrationStatusRead",
686
- /** RegistrationStatusWrite */
687
- RegistrationStatusWrite = "RegistrationStatusWrite"
688
- }
689
- /**
690
- * Defines values for AccessRightsDescription. \
691
- * {@link KnownAccessRightsDescription} can be used interchangeably with AccessRightsDescription,
692
- * this enum contains the known values that the service supports.
693
- * ### Known values supported by the service
694
- * **ServiceConfig** \
695
- * **EnrollmentRead** \
696
- * **EnrollmentWrite** \
697
- * **DeviceConnect** \
698
- * **RegistrationStatusRead** \
699
- * **RegistrationStatusWrite**
700
- */
701
- export type AccessRightsDescription = string;
702
- /** Known values of {@link IotDpsSku} that the service accepts. */
703
- export declare enum KnownIotDpsSku {
704
- /** S1 */
705
- S1 = "S1"
706
- }
707
- /**
708
- * Defines values for IotDpsSku. \
709
- * {@link KnownIotDpsSku} can be used interchangeably with IotDpsSku,
710
- * this enum contains the known values that the service supports.
711
- * ### Known values supported by the service
712
- * **S1**
713
- */
714
- export type IotDpsSku = string;
715
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
716
- export declare enum KnownManagedServiceIdentityType {
717
- /** None */
718
- None = "None",
719
- /** SystemAssigned */
720
- SystemAssigned = "SystemAssigned",
721
- /** UserAssigned */
722
- UserAssigned = "UserAssigned",
723
- /** SystemAssignedUserAssigned */
724
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
725
- }
726
- /**
727
- * Defines values for ManagedServiceIdentityType. \
728
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
729
- * this enum contains the known values that the service supports.
730
- * ### Known values supported by the service
731
- * **None** \
732
- * **SystemAssigned** \
733
- * **UserAssigned** \
734
- * **SystemAssigned,UserAssigned**
735
- */
736
- export type ManagedServiceIdentityType = string;
737
- /** Known values of {@link NameUnavailabilityReason} that the service accepts. */
738
- export declare enum KnownNameUnavailabilityReason {
739
- /** Invalid */
740
- Invalid = "Invalid",
741
- /** AlreadyExists */
742
- AlreadyExists = "AlreadyExists"
743
- }
744
- /**
745
- * Defines values for NameUnavailabilityReason. \
746
- * {@link KnownNameUnavailabilityReason} can be used interchangeably with NameUnavailabilityReason,
747
- * this enum contains the known values that the service supports.
748
- * ### Known values supported by the service
749
- * **Invalid** \
750
- * **AlreadyExists**
751
- */
752
- export type NameUnavailabilityReason = string;
753
- /** Defines values for IpFilterActionType. */
754
- export type IpFilterActionType = "Accept" | "Reject";
755
- /** Defines values for IpFilterTargetType. */
756
- export type IpFilterTargetType = "all" | "serviceApi" | "deviceApi";
757
- /** Optional parameters. */
758
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
759
- }
760
- /** Contains response data for the list operation. */
761
- export type OperationsListResponse = OperationListResult;
762
- /** Optional parameters. */
763
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
764
- }
765
- /** Contains response data for the listNext operation. */
766
- export type OperationsListNextResponse = OperationListResult;
767
- /** Optional parameters. */
768
- export interface DpsCertificateGetOptionalParams extends coreClient.OperationOptions {
769
- /** ETag of the certificate. */
770
- ifMatch?: string;
771
- }
772
- /** Contains response data for the get operation. */
773
- export type DpsCertificateGetResponse = CertificateResponse;
774
- /** Optional parameters. */
775
- export interface DpsCertificateCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
776
- /** ETag of the certificate. This is required to update an existing certificate, and ignored while creating a brand new certificate. */
777
- ifMatch?: string;
778
- }
779
- /** Contains response data for the createOrUpdate operation. */
780
- export type DpsCertificateCreateOrUpdateResponse = CertificateResponse;
781
- /** Optional parameters. */
782
- export interface DpsCertificateDeleteOptionalParams extends coreClient.OperationOptions {
783
- /** This is optional, and it is the Common Name of the certificate. */
784
- certificateName1?: string;
785
- /** Raw data within the certificate. */
786
- certificateRawBytes?: Uint8Array;
787
- /** Indicates if certificate has been verified by owner of the private key. */
788
- certificateIsVerified?: boolean;
789
- /** A description that mentions the purpose of the certificate. */
790
- certificatePurpose?: CertificatePurpose;
791
- /** Time the certificate is created. */
792
- certificateCreated?: Date;
793
- /** Time the certificate is last updated. */
794
- certificateLastUpdated?: Date;
795
- /** Indicates if the certificate contains a private key. */
796
- certificateHasPrivateKey?: boolean;
797
- /** Random number generated to indicate Proof of Possession. */
798
- certificateNonce?: string;
799
- }
800
- /** Optional parameters. */
801
- export interface DpsCertificateListOptionalParams extends coreClient.OperationOptions {
802
- }
803
- /** Contains response data for the list operation. */
804
- export type DpsCertificateListResponse = CertificateListDescription;
805
- /** Optional parameters. */
806
- export interface DpsCertificateGenerateVerificationCodeOptionalParams extends coreClient.OperationOptions {
807
- /** Common Name for the certificate. */
808
- certificateName1?: string;
809
- /** Raw data of certificate. */
810
- certificateRawBytes?: Uint8Array;
811
- /** Indicates if the certificate has been verified by owner of the private key. */
812
- certificateIsVerified?: boolean;
813
- /** Description mentioning the purpose of the certificate. */
814
- certificatePurpose?: CertificatePurpose;
815
- /** Certificate creation time. */
816
- certificateCreated?: Date;
817
- /** Certificate last updated time. */
818
- certificateLastUpdated?: Date;
819
- /** Indicates if the certificate contains private key. */
820
- certificateHasPrivateKey?: boolean;
821
- /** Random number generated to indicate Proof of Possession. */
822
- certificateNonce?: string;
823
- }
824
- /** Contains response data for the generateVerificationCode operation. */
825
- export type DpsCertificateGenerateVerificationCodeResponse = VerificationCodeResponse;
826
- /** Optional parameters. */
827
- export interface DpsCertificateVerifyCertificateOptionalParams extends coreClient.OperationOptions {
828
- /** Common Name for the certificate. */
829
- certificateName1?: string;
830
- /** Raw data of certificate. */
831
- certificateRawBytes?: Uint8Array;
832
- /** Indicates if the certificate has been verified by owner of the private key. */
833
- certificateIsVerified?: boolean;
834
- /** Describe the purpose of the certificate. */
835
- certificatePurpose?: CertificatePurpose;
836
- /** Certificate creation time. */
837
- certificateCreated?: Date;
838
- /** Certificate last updated time. */
839
- certificateLastUpdated?: Date;
840
- /** Indicates if the certificate contains private key. */
841
- certificateHasPrivateKey?: boolean;
842
- /** Random number generated to indicate Proof of Possession. */
843
- certificateNonce?: string;
844
- }
845
- /** Contains response data for the verifyCertificate operation. */
846
- export type DpsCertificateVerifyCertificateResponse = CertificateResponse;
847
- /** Optional parameters. */
848
- export interface IotDpsResourceGetOptionalParams extends coreClient.OperationOptions {
849
- }
850
- /** Contains response data for the get operation. */
851
- export type IotDpsResourceGetResponse = ProvisioningServiceDescription;
852
- /** Optional parameters. */
853
- export interface IotDpsResourceCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
854
- /** Delay to wait until next poll, in milliseconds. */
855
- updateIntervalInMs?: number;
856
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
857
- resumeFrom?: string;
858
- }
859
- /** Contains response data for the createOrUpdate operation. */
860
- export type IotDpsResourceCreateOrUpdateResponse = ProvisioningServiceDescription;
861
- /** Optional parameters. */
862
- export interface IotDpsResourceUpdateOptionalParams extends coreClient.OperationOptions {
863
- /** Delay to wait until next poll, in milliseconds. */
864
- updateIntervalInMs?: number;
865
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
866
- resumeFrom?: string;
867
- }
868
- /** Contains response data for the update operation. */
869
- export type IotDpsResourceUpdateResponse = ProvisioningServiceDescription;
870
- /** Optional parameters. */
871
- export interface IotDpsResourceDeleteOptionalParams extends coreClient.OperationOptions {
872
- /** Delay to wait until next poll, in milliseconds. */
873
- updateIntervalInMs?: number;
874
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
875
- resumeFrom?: string;
876
- }
877
- /** Optional parameters. */
878
- export interface IotDpsResourceListBySubscriptionOptionalParams extends coreClient.OperationOptions {
879
- }
880
- /** Contains response data for the listBySubscription operation. */
881
- export type IotDpsResourceListBySubscriptionResponse = ProvisioningServiceDescriptionListResult;
882
- /** Optional parameters. */
883
- export interface IotDpsResourceListByResourceGroupOptionalParams extends coreClient.OperationOptions {
884
- }
885
- /** Contains response data for the listByResourceGroup operation. */
886
- export type IotDpsResourceListByResourceGroupResponse = ProvisioningServiceDescriptionListResult;
887
- /** Optional parameters. */
888
- export interface IotDpsResourceGetOperationResultOptionalParams extends coreClient.OperationOptions {
889
- }
890
- /** Contains response data for the getOperationResult operation. */
891
- export type IotDpsResourceGetOperationResultResponse = AsyncOperationResult;
892
- /** Optional parameters. */
893
- export interface IotDpsResourceListValidSkusOptionalParams extends coreClient.OperationOptions {
894
- }
895
- /** Contains response data for the listValidSkus operation. */
896
- export type IotDpsResourceListValidSkusResponse = IotDpsSkuDefinitionListResult;
897
- /** Optional parameters. */
898
- export interface IotDpsResourceCheckProvisioningServiceNameAvailabilityOptionalParams extends coreClient.OperationOptions {
899
- }
900
- /** Contains response data for the checkProvisioningServiceNameAvailability operation. */
901
- export type IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse = NameAvailabilityInfo;
902
- /** Optional parameters. */
903
- export interface IotDpsResourceListKeysOptionalParams extends coreClient.OperationOptions {
904
- }
905
- /** Contains response data for the listKeys operation. */
906
- export type IotDpsResourceListKeysResponse = SharedAccessSignatureAuthorizationRuleListResult;
907
- /** Optional parameters. */
908
- export interface IotDpsResourceListKeysForKeyNameOptionalParams extends coreClient.OperationOptions {
909
- }
910
- /** Contains response data for the listKeysForKeyName operation. */
911
- export type IotDpsResourceListKeysForKeyNameResponse = SharedAccessSignatureAuthorizationRuleAccessRightsDescription;
912
- /** Optional parameters. */
913
- export interface IotDpsResourceListPrivateLinkResourcesOptionalParams extends coreClient.OperationOptions {
914
- }
915
- /** Contains response data for the listPrivateLinkResources operation. */
916
- export type IotDpsResourceListPrivateLinkResourcesResponse = PrivateLinkResources;
917
- /** Optional parameters. */
918
- export interface IotDpsResourceGetPrivateLinkResourcesOptionalParams extends coreClient.OperationOptions {
919
- }
920
- /** Contains response data for the getPrivateLinkResources operation. */
921
- export type IotDpsResourceGetPrivateLinkResourcesResponse = GroupIdInformation;
922
- /** Optional parameters. */
923
- export interface IotDpsResourceListPrivateEndpointConnectionsOptionalParams extends coreClient.OperationOptions {
924
- }
925
- /** Contains response data for the listPrivateEndpointConnections operation. */
926
- export type IotDpsResourceListPrivateEndpointConnectionsResponse = PrivateEndpointConnection[];
927
- /** Optional parameters. */
928
- export interface IotDpsResourceGetPrivateEndpointConnectionOptionalParams extends coreClient.OperationOptions {
929
- }
930
- /** Contains response data for the getPrivateEndpointConnection operation. */
931
- export type IotDpsResourceGetPrivateEndpointConnectionResponse = PrivateEndpointConnection;
932
- /** Optional parameters. */
933
- export interface IotDpsResourceCreateOrUpdatePrivateEndpointConnectionOptionalParams extends coreClient.OperationOptions {
934
- /** Delay to wait until next poll, in milliseconds. */
935
- updateIntervalInMs?: number;
936
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
937
- resumeFrom?: string;
938
- }
939
- /** Contains response data for the createOrUpdatePrivateEndpointConnection operation. */
940
- export type IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse = PrivateEndpointConnection;
941
- /** Optional parameters. */
942
- export interface IotDpsResourceDeletePrivateEndpointConnectionOptionalParams extends coreClient.OperationOptions {
943
- /** Delay to wait until next poll, in milliseconds. */
944
- updateIntervalInMs?: number;
945
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
946
- resumeFrom?: string;
947
- }
948
- /** Contains response data for the deletePrivateEndpointConnection operation. */
949
- export type IotDpsResourceDeletePrivateEndpointConnectionResponse = PrivateEndpointConnection;
950
- /** Optional parameters. */
951
- export interface IotDpsResourceListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
952
- }
953
- /** Contains response data for the listBySubscriptionNext operation. */
954
- export type IotDpsResourceListBySubscriptionNextResponse = ProvisioningServiceDescriptionListResult;
955
- /** Optional parameters. */
956
- export interface IotDpsResourceListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
957
- }
958
- /** Contains response data for the listByResourceGroupNext operation. */
959
- export type IotDpsResourceListByResourceGroupNextResponse = ProvisioningServiceDescriptionListResult;
960
- /** Optional parameters. */
961
- export interface IotDpsResourceListValidSkusNextOptionalParams extends coreClient.OperationOptions {
962
- }
963
- /** Contains response data for the listValidSkusNext operation. */
964
- export type IotDpsResourceListValidSkusNextResponse = IotDpsSkuDefinitionListResult;
965
- /** Optional parameters. */
966
- export interface IotDpsResourceListKeysNextOptionalParams extends coreClient.OperationOptions {
967
- }
968
- /** Contains response data for the listKeysNext operation. */
969
- export type IotDpsResourceListKeysNextResponse = SharedAccessSignatureAuthorizationRuleListResult;
970
- /** Optional parameters. */
971
- export interface IotDpsClientOptionalParams extends coreClient.ServiceClientOptions {
972
- /** server parameter */
973
- $host?: string;
974
- /** Api Version */
975
- apiVersion?: string;
976
- /** Overrides client endpoint. */
977
- endpoint?: string;
978
- }
1
+ export { Operation, ErrorDetails, CertificateResponse, CertificateProperties, ProxyResource, Resource, SystemData, KnownCreatedByType, CreatedByType, VerificationCodeResponse, VerificationCodeResponseProperties, VerificationCodeRequest, AsyncOperationResult, ErrorMessage, ProvisioningServiceDescription, IotDpsPropertiesDescription, KnownState, State, KnownPublicNetworkAccess, PublicNetworkAccess, IpFilterRule, IpFilterActionType, IpFilterTargetType, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateEndpoint, PrivateLinkServiceConnectionState, KnownPrivateLinkServiceConnectionStatus, PrivateLinkServiceConnectionStatus, IotHubDefinitionDescription, DeviceRegistryNamespaceDescription, KnownDeviceRegistryNamespaceAuthenticationType, DeviceRegistryNamespaceAuthenticationType, KnownAllocationPolicy, AllocationPolicy, SharedAccessSignatureAuthorizationRuleAccessRightsDescription, KnownAccessRightsDescription, AccessRightsDescription, IotDpsSkuInfo, KnownIotDpsSku, IotDpsSku, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, TrackedResource, ErrorDetail, ErrorAdditionalInfo, TagsResource, ErrorResponse, IotDpsSkuDefinition, GroupIdInformation, GroupIdInformationProperties, OperationInputs, NameAvailabilityInfo, KnownNameUnavailabilityReason, NameUnavailabilityReason, KnownCertificatePurpose, CertificatePurpose, KnownVersions, } from "./models.js";
979
2
  //# sourceMappingURL=index.d.ts.map