@azure/arm-appconfiguration 5.0.0 → 6.0.0-alpha.20260205.2

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 (853) hide show
  1. package/README.md +9 -9
  2. package/dist/browser/api/appConfigurationManagementContext.d.ts +22 -0
  3. package/dist/browser/api/appConfigurationManagementContext.js +37 -0
  4. package/dist/browser/api/appConfigurationManagementContext.js.map +1 -0
  5. package/dist/browser/api/configurationStores/index.d.ts +3 -0
  6. package/dist/browser/api/configurationStores/index.js +4 -0
  7. package/dist/browser/api/configurationStores/index.js.map +1 -0
  8. package/dist/browser/api/configurationStores/operations.d.ts +56 -0
  9. package/dist/browser/api/configurationStores/operations.js +331 -0
  10. package/dist/browser/api/configurationStores/operations.js.map +1 -0
  11. package/dist/browser/api/configurationStores/options.d.ts +49 -0
  12. package/dist/browser/api/configurationStores/options.js +4 -0
  13. package/dist/browser/api/configurationStores/options.js.map +1 -0
  14. package/dist/browser/api/index.d.ts +2 -0
  15. package/dist/browser/api/index.js +4 -0
  16. package/dist/browser/api/index.js.map +1 -0
  17. package/dist/browser/api/keyValues/index.d.ts +3 -0
  18. package/dist/browser/api/keyValues/index.js +4 -0
  19. package/dist/browser/api/keyValues/index.js.map +1 -0
  20. package/dist/browser/api/keyValues/operations.d.ts +23 -0
  21. package/dist/browser/api/keyValues/operations.js +102 -0
  22. package/dist/browser/api/keyValues/operations.js.map +1 -0
  23. package/dist/browser/api/keyValues/options.d.ts +13 -0
  24. package/dist/browser/api/keyValues/options.js +4 -0
  25. package/dist/browser/api/keyValues/options.js.map +1 -0
  26. package/dist/browser/api/operations/index.d.ts +3 -0
  27. package/dist/browser/api/operations/index.js +4 -0
  28. package/dist/browser/api/operations/index.js.map +1 -0
  29. package/dist/browser/api/operations/operations.d.ts +18 -0
  30. package/dist/browser/api/operations/operations.js +89 -0
  31. package/dist/browser/api/operations/operations.js.map +1 -0
  32. package/dist/browser/api/operations/options.d.ts +13 -0
  33. package/dist/browser/api/operations/options.js +4 -0
  34. package/dist/browser/api/operations/options.js.map +1 -0
  35. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  36. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  37. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  38. package/dist/browser/api/privateEndpointConnections/operations.d.ts +28 -0
  39. package/dist/browser/api/privateEndpointConnections/operations.js +138 -0
  40. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  41. package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
  42. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  43. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  44. package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
  45. package/dist/browser/api/privateLinkResources/index.js +4 -0
  46. package/dist/browser/api/privateLinkResources/index.js.map +1 -0
  47. package/dist/browser/api/privateLinkResources/operations.d.ts +14 -0
  48. package/dist/browser/api/privateLinkResources/operations.js +63 -0
  49. package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
  50. package/dist/browser/api/privateLinkResources/options.d.ts +8 -0
  51. package/dist/browser/api/privateLinkResources/options.js +4 -0
  52. package/dist/browser/api/privateLinkResources/options.js.map +1 -0
  53. package/dist/browser/api/replicas/index.d.ts +3 -0
  54. package/dist/browser/api/replicas/index.js +4 -0
  55. package/dist/browser/api/replicas/index.js.map +1 -0
  56. package/dist/browser/api/replicas/operations.d.ts +28 -0
  57. package/dist/browser/api/replicas/operations.js +135 -0
  58. package/dist/browser/api/replicas/operations.js.map +1 -0
  59. package/dist/browser/api/replicas/options.d.ts +20 -0
  60. package/dist/browser/api/replicas/options.js +4 -0
  61. package/dist/browser/api/replicas/options.js.map +1 -0
  62. package/dist/browser/api/snapshots/index.d.ts +3 -0
  63. package/dist/browser/api/snapshots/index.js +4 -0
  64. package/dist/browser/api/snapshots/index.js.map +1 -0
  65. package/dist/browser/api/snapshots/operations.d.ts +14 -0
  66. package/dist/browser/api/snapshots/operations.js +71 -0
  67. package/dist/browser/api/snapshots/operations.js.map +1 -0
  68. package/dist/browser/api/snapshots/options.d.ts +10 -0
  69. package/dist/browser/api/snapshots/options.js +4 -0
  70. package/dist/browser/api/snapshots/options.js.map +1 -0
  71. package/dist/browser/appConfigurationManagementClient.d.ts +31 -24
  72. package/dist/browser/appConfigurationManagementClient.js +52 -98
  73. package/dist/browser/appConfigurationManagementClient.js.map +1 -1
  74. package/dist/browser/classic/configurationStores/index.d.ts +54 -0
  75. package/dist/browser/classic/configurationStores/index.js +57 -0
  76. package/dist/browser/classic/configurationStores/index.js.map +1 -0
  77. package/dist/browser/classic/index.d.ts +8 -0
  78. package/dist/browser/classic/index.js +4 -0
  79. package/dist/browser/classic/index.js.map +1 -0
  80. package/dist/browser/classic/keyValues/index.d.ts +25 -0
  81. package/dist/browser/classic/keyValues/index.js +25 -0
  82. package/dist/browser/classic/keyValues/index.js.map +1 -0
  83. package/dist/browser/classic/operations/index.d.ts +15 -0
  84. package/dist/browser/classic/operations/index.js +16 -0
  85. package/dist/browser/classic/operations/index.js.map +1 -0
  86. package/dist/browser/classic/privateEndpointConnections/index.d.ts +32 -0
  87. package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
  88. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  89. package/dist/browser/classic/privateLinkResources/index.d.ts +13 -0
  90. package/dist/browser/classic/privateLinkResources/index.js +15 -0
  91. package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
  92. package/dist/browser/classic/replicas/index.d.ts +32 -0
  93. package/dist/browser/classic/replicas/index.js +34 -0
  94. package/dist/browser/classic/replicas/index.js.map +1 -0
  95. package/dist/browser/classic/snapshots/index.d.ts +18 -0
  96. package/dist/browser/classic/snapshots/index.js +24 -0
  97. package/dist/browser/classic/snapshots/index.js.map +1 -0
  98. package/dist/browser/index.d.ts +16 -3
  99. package/dist/browser/index.js +6 -11
  100. package/dist/browser/index.js.map +1 -1
  101. package/dist/browser/logger.d.ts +2 -0
  102. package/dist/browser/logger.js +5 -0
  103. package/dist/browser/logger.js.map +1 -0
  104. package/dist/browser/models/index.d.ts +1 -1234
  105. package/dist/browser/models/index.js +3 -131
  106. package/dist/browser/models/index.js.map +1 -1
  107. package/dist/browser/models/models.d.ts +1047 -0
  108. package/dist/browser/models/models.js +1121 -0
  109. package/dist/browser/models/models.js.map +1 -0
  110. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  111. package/dist/browser/restorePollerHelpers.js +110 -0
  112. package/dist/browser/restorePollerHelpers.js.map +1 -0
  113. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  114. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  115. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  116. package/dist/browser/static-helpers/pagingHelpers.d.ts +73 -0
  117. package/dist/browser/static-helpers/pagingHelpers.js +121 -0
  118. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  119. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  120. package/dist/browser/static-helpers/pollingHelpers.js +79 -0
  121. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  122. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  123. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  124. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  125. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  126. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  127. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  128. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  129. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  130. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  131. package/dist/commonjs/api/appConfigurationManagementContext.d.ts +22 -0
  132. package/dist/commonjs/api/appConfigurationManagementContext.js +40 -0
  133. package/dist/commonjs/api/appConfigurationManagementContext.js.map +1 -0
  134. package/dist/commonjs/api/configurationStores/index.d.ts +3 -0
  135. package/dist/commonjs/api/configurationStores/index.js +18 -0
  136. package/dist/commonjs/api/configurationStores/index.js.map +1 -0
  137. package/dist/commonjs/api/configurationStores/operations.d.ts +56 -0
  138. package/dist/commonjs/api/configurationStores/operations.js +366 -0
  139. package/dist/commonjs/api/configurationStores/operations.js.map +1 -0
  140. package/dist/commonjs/api/configurationStores/options.d.ts +49 -0
  141. package/dist/commonjs/api/configurationStores/options.js +5 -0
  142. package/dist/commonjs/api/configurationStores/options.js.map +1 -0
  143. package/dist/commonjs/api/index.d.ts +2 -0
  144. package/dist/commonjs/api/index.js +8 -0
  145. package/dist/commonjs/api/index.js.map +1 -0
  146. package/dist/commonjs/api/keyValues/index.d.ts +3 -0
  147. package/dist/commonjs/api/keyValues/index.js +10 -0
  148. package/dist/commonjs/api/keyValues/index.js.map +1 -0
  149. package/dist/commonjs/api/keyValues/operations.d.ts +23 -0
  150. package/dist/commonjs/api/keyValues/operations.js +113 -0
  151. package/dist/commonjs/api/keyValues/operations.js.map +1 -0
  152. package/dist/commonjs/api/keyValues/options.d.ts +13 -0
  153. package/dist/commonjs/api/keyValues/options.js +5 -0
  154. package/dist/commonjs/api/keyValues/options.js.map +1 -0
  155. package/dist/commonjs/api/operations/index.d.ts +3 -0
  156. package/dist/commonjs/api/operations/index.js +10 -0
  157. package/dist/commonjs/api/operations/index.js.map +1 -0
  158. package/dist/commonjs/api/operations/operations.d.ts +18 -0
  159. package/dist/commonjs/api/operations/operations.js +100 -0
  160. package/dist/commonjs/api/operations/operations.js.map +1 -0
  161. package/dist/commonjs/api/operations/options.d.ts +13 -0
  162. package/dist/commonjs/api/operations/options.js +5 -0
  163. package/dist/commonjs/api/operations/options.js.map +1 -0
  164. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  165. package/dist/commonjs/api/privateEndpointConnections/index.js +11 -0
  166. package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -0
  167. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +28 -0
  168. package/dist/commonjs/api/privateEndpointConnections/operations.js +152 -0
  169. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +1 -0
  170. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
  171. package/dist/commonjs/api/privateEndpointConnections/options.js +5 -0
  172. package/dist/commonjs/api/privateEndpointConnections/options.js.map +1 -0
  173. package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
  174. package/dist/commonjs/api/privateLinkResources/index.js +9 -0
  175. package/dist/commonjs/api/privateLinkResources/index.js.map +1 -0
  176. package/dist/commonjs/api/privateLinkResources/operations.d.ts +14 -0
  177. package/dist/commonjs/api/privateLinkResources/operations.js +71 -0
  178. package/dist/commonjs/api/privateLinkResources/operations.js.map +1 -0
  179. package/dist/commonjs/api/privateLinkResources/options.d.ts +8 -0
  180. package/dist/commonjs/api/privateLinkResources/options.js +5 -0
  181. package/dist/commonjs/api/privateLinkResources/options.js.map +1 -0
  182. package/dist/commonjs/api/replicas/index.d.ts +3 -0
  183. package/dist/commonjs/api/replicas/index.js +11 -0
  184. package/dist/commonjs/api/replicas/index.js.map +1 -0
  185. package/dist/commonjs/api/replicas/operations.d.ts +28 -0
  186. package/dist/commonjs/api/replicas/operations.js +149 -0
  187. package/dist/commonjs/api/replicas/operations.js.map +1 -0
  188. package/dist/commonjs/api/replicas/options.d.ts +20 -0
  189. package/dist/commonjs/api/replicas/options.js +5 -0
  190. package/dist/commonjs/api/replicas/options.js.map +1 -0
  191. package/dist/commonjs/api/snapshots/index.d.ts +3 -0
  192. package/dist/commonjs/api/snapshots/index.js +9 -0
  193. package/dist/commonjs/api/snapshots/index.js.map +1 -0
  194. package/dist/commonjs/api/snapshots/operations.d.ts +14 -0
  195. package/dist/commonjs/api/snapshots/operations.js +79 -0
  196. package/dist/commonjs/api/snapshots/operations.js.map +1 -0
  197. package/dist/commonjs/api/snapshots/options.d.ts +10 -0
  198. package/dist/commonjs/api/snapshots/options.js +5 -0
  199. package/dist/commonjs/api/snapshots/options.js.map +1 -0
  200. package/dist/commonjs/appConfigurationManagementClient.d.ts +31 -24
  201. package/dist/commonjs/appConfigurationManagementClient.js +52 -99
  202. package/dist/commonjs/appConfigurationManagementClient.js.map +1 -1
  203. package/dist/commonjs/classic/configurationStores/index.d.ts +54 -0
  204. package/dist/commonjs/classic/configurationStores/index.js +60 -0
  205. package/dist/commonjs/classic/configurationStores/index.js.map +1 -0
  206. package/dist/commonjs/classic/index.d.ts +8 -0
  207. package/dist/commonjs/classic/index.js +5 -0
  208. package/dist/commonjs/classic/index.js.map +1 -0
  209. package/dist/commonjs/classic/keyValues/index.d.ts +25 -0
  210. package/dist/commonjs/classic/keyValues/index.js +28 -0
  211. package/dist/commonjs/classic/keyValues/index.js.map +1 -0
  212. package/dist/commonjs/classic/operations/index.d.ts +15 -0
  213. package/dist/commonjs/classic/operations/index.js +19 -0
  214. package/dist/commonjs/classic/operations/index.js.map +1 -0
  215. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +32 -0
  216. package/dist/commonjs/classic/privateEndpointConnections/index.js +37 -0
  217. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -0
  218. package/dist/commonjs/classic/privateLinkResources/index.d.ts +13 -0
  219. package/dist/commonjs/classic/privateLinkResources/index.js +18 -0
  220. package/dist/commonjs/classic/privateLinkResources/index.js.map +1 -0
  221. package/dist/commonjs/classic/replicas/index.d.ts +32 -0
  222. package/dist/commonjs/classic/replicas/index.js +37 -0
  223. package/dist/commonjs/classic/replicas/index.js.map +1 -0
  224. package/dist/commonjs/classic/snapshots/index.d.ts +18 -0
  225. package/dist/commonjs/classic/snapshots/index.js +27 -0
  226. package/dist/commonjs/classic/snapshots/index.js.map +1 -0
  227. package/dist/commonjs/index.d.ts +16 -3
  228. package/dist/commonjs/index.js +21 -14
  229. package/dist/commonjs/index.js.map +1 -1
  230. package/dist/commonjs/logger.d.ts +2 -0
  231. package/dist/commonjs/logger.js +8 -0
  232. package/dist/commonjs/logger.js.map +1 -0
  233. package/dist/commonjs/models/index.d.ts +1 -1234
  234. package/dist/commonjs/models/index.js +17 -132
  235. package/dist/commonjs/models/index.js.map +1 -1
  236. package/dist/commonjs/models/models.d.ts +1047 -0
  237. package/dist/commonjs/models/models.js +1239 -0
  238. package/dist/commonjs/models/models.js.map +1 -0
  239. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  240. package/dist/commonjs/restorePollerHelpers.js +113 -0
  241. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  242. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  243. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
  244. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
  245. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +73 -0
  246. package/dist/commonjs/static-helpers/pagingHelpers.js +124 -0
  247. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  248. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  249. package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
  250. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  251. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  252. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +20 -0
  253. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  254. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  255. package/dist/commonjs/static-helpers/simplePollerHelpers.js +47 -0
  256. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +1 -0
  257. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  258. package/dist/commonjs/static-helpers/urlTemplate.js +203 -0
  259. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  260. package/dist/commonjs/tsdoc-metadata.json +11 -11
  261. package/dist/esm/api/appConfigurationManagementContext.d.ts +22 -0
  262. package/dist/esm/api/appConfigurationManagementContext.js +37 -0
  263. package/dist/esm/api/appConfigurationManagementContext.js.map +1 -0
  264. package/dist/esm/api/configurationStores/index.d.ts +3 -0
  265. package/dist/esm/api/configurationStores/index.js +4 -0
  266. package/dist/esm/api/configurationStores/index.js.map +1 -0
  267. package/dist/esm/api/configurationStores/operations.d.ts +56 -0
  268. package/dist/esm/api/configurationStores/operations.js +331 -0
  269. package/dist/esm/api/configurationStores/operations.js.map +1 -0
  270. package/dist/esm/api/configurationStores/options.d.ts +49 -0
  271. package/dist/esm/api/configurationStores/options.js +4 -0
  272. package/dist/esm/api/configurationStores/options.js.map +1 -0
  273. package/dist/esm/api/index.d.ts +2 -0
  274. package/dist/esm/api/index.js +4 -0
  275. package/dist/esm/api/index.js.map +1 -0
  276. package/dist/esm/api/keyValues/index.d.ts +3 -0
  277. package/dist/esm/api/keyValues/index.js +4 -0
  278. package/dist/esm/api/keyValues/index.js.map +1 -0
  279. package/dist/esm/api/keyValues/operations.d.ts +23 -0
  280. package/dist/esm/api/keyValues/operations.js +102 -0
  281. package/dist/esm/api/keyValues/operations.js.map +1 -0
  282. package/dist/esm/api/keyValues/options.d.ts +13 -0
  283. package/dist/esm/api/keyValues/options.js +4 -0
  284. package/dist/esm/api/keyValues/options.js.map +1 -0
  285. package/dist/esm/api/operations/index.d.ts +3 -0
  286. package/dist/esm/api/operations/index.js +4 -0
  287. package/dist/esm/api/operations/index.js.map +1 -0
  288. package/dist/esm/api/operations/operations.d.ts +18 -0
  289. package/dist/esm/api/operations/operations.js +89 -0
  290. package/dist/esm/api/operations/operations.js.map +1 -0
  291. package/dist/esm/api/operations/options.d.ts +13 -0
  292. package/dist/esm/api/operations/options.js +4 -0
  293. package/dist/esm/api/operations/options.js.map +1 -0
  294. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  295. package/dist/esm/api/privateEndpointConnections/index.js +4 -0
  296. package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
  297. package/dist/esm/api/privateEndpointConnections/operations.d.ts +28 -0
  298. package/dist/esm/api/privateEndpointConnections/operations.js +138 -0
  299. package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
  300. package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
  301. package/dist/esm/api/privateEndpointConnections/options.js +4 -0
  302. package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
  303. package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
  304. package/dist/esm/api/privateLinkResources/index.js +4 -0
  305. package/dist/esm/api/privateLinkResources/index.js.map +1 -0
  306. package/dist/esm/api/privateLinkResources/operations.d.ts +14 -0
  307. package/dist/esm/api/privateLinkResources/operations.js +63 -0
  308. package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
  309. package/dist/esm/api/privateLinkResources/options.d.ts +8 -0
  310. package/dist/esm/api/privateLinkResources/options.js +4 -0
  311. package/dist/esm/api/privateLinkResources/options.js.map +1 -0
  312. package/dist/esm/api/replicas/index.d.ts +3 -0
  313. package/dist/esm/api/replicas/index.js +4 -0
  314. package/dist/esm/api/replicas/index.js.map +1 -0
  315. package/dist/esm/api/replicas/operations.d.ts +28 -0
  316. package/dist/esm/api/replicas/operations.js +135 -0
  317. package/dist/esm/api/replicas/operations.js.map +1 -0
  318. package/dist/esm/api/replicas/options.d.ts +20 -0
  319. package/dist/esm/api/replicas/options.js +4 -0
  320. package/dist/esm/api/replicas/options.js.map +1 -0
  321. package/dist/esm/api/snapshots/index.d.ts +3 -0
  322. package/dist/esm/api/snapshots/index.js +4 -0
  323. package/dist/esm/api/snapshots/index.js.map +1 -0
  324. package/dist/esm/api/snapshots/operations.d.ts +14 -0
  325. package/dist/esm/api/snapshots/operations.js +71 -0
  326. package/dist/esm/api/snapshots/operations.js.map +1 -0
  327. package/dist/esm/api/snapshots/options.d.ts +10 -0
  328. package/dist/esm/api/snapshots/options.js +4 -0
  329. package/dist/esm/api/snapshots/options.js.map +1 -0
  330. package/dist/esm/appConfigurationManagementClient.d.ts +31 -24
  331. package/dist/esm/appConfigurationManagementClient.js +52 -98
  332. package/dist/esm/appConfigurationManagementClient.js.map +1 -1
  333. package/dist/esm/classic/configurationStores/index.d.ts +54 -0
  334. package/dist/esm/classic/configurationStores/index.js +57 -0
  335. package/dist/esm/classic/configurationStores/index.js.map +1 -0
  336. package/dist/esm/classic/index.d.ts +8 -0
  337. package/dist/esm/classic/index.js +4 -0
  338. package/dist/esm/classic/index.js.map +1 -0
  339. package/dist/esm/classic/keyValues/index.d.ts +25 -0
  340. package/dist/esm/classic/keyValues/index.js +25 -0
  341. package/dist/esm/classic/keyValues/index.js.map +1 -0
  342. package/dist/esm/classic/operations/index.d.ts +15 -0
  343. package/dist/esm/classic/operations/index.js +16 -0
  344. package/dist/esm/classic/operations/index.js.map +1 -0
  345. package/dist/esm/classic/privateEndpointConnections/index.d.ts +32 -0
  346. package/dist/esm/classic/privateEndpointConnections/index.js +34 -0
  347. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
  348. package/dist/esm/classic/privateLinkResources/index.d.ts +13 -0
  349. package/dist/esm/classic/privateLinkResources/index.js +15 -0
  350. package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
  351. package/dist/esm/classic/replicas/index.d.ts +32 -0
  352. package/dist/esm/classic/replicas/index.js +34 -0
  353. package/dist/esm/classic/replicas/index.js.map +1 -0
  354. package/dist/esm/classic/snapshots/index.d.ts +18 -0
  355. package/dist/esm/classic/snapshots/index.js +24 -0
  356. package/dist/esm/classic/snapshots/index.js.map +1 -0
  357. package/dist/esm/index.d.ts +16 -3
  358. package/dist/esm/index.js +6 -11
  359. package/dist/esm/index.js.map +1 -1
  360. package/dist/esm/logger.d.ts +2 -0
  361. package/dist/esm/logger.js +5 -0
  362. package/dist/esm/logger.js.map +1 -0
  363. package/dist/esm/models/index.d.ts +1 -1234
  364. package/dist/esm/models/index.js +3 -131
  365. package/dist/esm/models/index.js.map +1 -1
  366. package/dist/esm/models/models.d.ts +1047 -0
  367. package/dist/esm/models/models.js +1121 -0
  368. package/dist/esm/models/models.js.map +1 -0
  369. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  370. package/dist/esm/restorePollerHelpers.js +110 -0
  371. package/dist/esm/restorePollerHelpers.js.map +1 -0
  372. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  373. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  374. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  375. package/dist/esm/static-helpers/pagingHelpers.d.ts +73 -0
  376. package/dist/esm/static-helpers/pagingHelpers.js +121 -0
  377. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  378. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  379. package/dist/esm/static-helpers/pollingHelpers.js +79 -0
  380. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  381. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  382. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  383. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  384. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  385. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  386. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  387. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  388. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  389. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  390. package/dist/react-native/api/appConfigurationManagementContext.d.ts +22 -0
  391. package/dist/react-native/api/appConfigurationManagementContext.js +37 -0
  392. package/dist/react-native/api/appConfigurationManagementContext.js.map +1 -0
  393. package/dist/react-native/api/configurationStores/index.d.ts +3 -0
  394. package/dist/react-native/api/configurationStores/index.js +4 -0
  395. package/dist/react-native/api/configurationStores/index.js.map +1 -0
  396. package/dist/react-native/api/configurationStores/operations.d.ts +56 -0
  397. package/dist/react-native/api/configurationStores/operations.js +331 -0
  398. package/dist/react-native/api/configurationStores/operations.js.map +1 -0
  399. package/dist/react-native/api/configurationStores/options.d.ts +49 -0
  400. package/dist/react-native/api/configurationStores/options.js +4 -0
  401. package/dist/react-native/api/configurationStores/options.js.map +1 -0
  402. package/dist/react-native/api/index.d.ts +2 -0
  403. package/dist/react-native/api/index.js +4 -0
  404. package/dist/react-native/api/index.js.map +1 -0
  405. package/dist/react-native/api/keyValues/index.d.ts +3 -0
  406. package/dist/react-native/api/keyValues/index.js +4 -0
  407. package/dist/react-native/api/keyValues/index.js.map +1 -0
  408. package/dist/react-native/api/keyValues/operations.d.ts +23 -0
  409. package/dist/react-native/api/keyValues/operations.js +102 -0
  410. package/dist/react-native/api/keyValues/operations.js.map +1 -0
  411. package/dist/react-native/api/keyValues/options.d.ts +13 -0
  412. package/dist/react-native/api/keyValues/options.js +4 -0
  413. package/dist/react-native/api/keyValues/options.js.map +1 -0
  414. package/dist/react-native/api/operations/index.d.ts +3 -0
  415. package/dist/react-native/api/operations/index.js +4 -0
  416. package/dist/react-native/api/operations/index.js.map +1 -0
  417. package/dist/react-native/api/operations/operations.d.ts +18 -0
  418. package/dist/react-native/api/operations/operations.js +89 -0
  419. package/dist/react-native/api/operations/operations.js.map +1 -0
  420. package/dist/react-native/api/operations/options.d.ts +13 -0
  421. package/dist/react-native/api/operations/options.js +4 -0
  422. package/dist/react-native/api/operations/options.js.map +1 -0
  423. package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
  424. package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
  425. package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
  426. package/dist/react-native/api/privateEndpointConnections/operations.d.ts +28 -0
  427. package/dist/react-native/api/privateEndpointConnections/operations.js +138 -0
  428. package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
  429. package/dist/react-native/api/privateEndpointConnections/options.d.ts +18 -0
  430. package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
  431. package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
  432. package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
  433. package/dist/react-native/api/privateLinkResources/index.js +4 -0
  434. package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
  435. package/dist/react-native/api/privateLinkResources/operations.d.ts +14 -0
  436. package/dist/react-native/api/privateLinkResources/operations.js +63 -0
  437. package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
  438. package/dist/react-native/api/privateLinkResources/options.d.ts +8 -0
  439. package/dist/react-native/api/privateLinkResources/options.js +4 -0
  440. package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
  441. package/dist/react-native/api/replicas/index.d.ts +3 -0
  442. package/dist/react-native/api/replicas/index.js +4 -0
  443. package/dist/react-native/api/replicas/index.js.map +1 -0
  444. package/dist/react-native/api/replicas/operations.d.ts +28 -0
  445. package/dist/react-native/api/replicas/operations.js +135 -0
  446. package/dist/react-native/api/replicas/operations.js.map +1 -0
  447. package/dist/react-native/api/replicas/options.d.ts +20 -0
  448. package/dist/react-native/api/replicas/options.js +4 -0
  449. package/dist/react-native/api/replicas/options.js.map +1 -0
  450. package/dist/react-native/api/snapshots/index.d.ts +3 -0
  451. package/dist/react-native/api/snapshots/index.js +4 -0
  452. package/dist/react-native/api/snapshots/index.js.map +1 -0
  453. package/dist/react-native/api/snapshots/operations.d.ts +14 -0
  454. package/dist/react-native/api/snapshots/operations.js +71 -0
  455. package/dist/react-native/api/snapshots/operations.js.map +1 -0
  456. package/dist/react-native/api/snapshots/options.d.ts +10 -0
  457. package/dist/react-native/api/snapshots/options.js +4 -0
  458. package/dist/react-native/api/snapshots/options.js.map +1 -0
  459. package/dist/react-native/appConfigurationManagementClient.d.ts +31 -24
  460. package/dist/react-native/appConfigurationManagementClient.js +52 -98
  461. package/dist/react-native/appConfigurationManagementClient.js.map +1 -1
  462. package/dist/react-native/classic/configurationStores/index.d.ts +54 -0
  463. package/dist/react-native/classic/configurationStores/index.js +57 -0
  464. package/dist/react-native/classic/configurationStores/index.js.map +1 -0
  465. package/dist/react-native/classic/index.d.ts +8 -0
  466. package/dist/react-native/classic/index.js +4 -0
  467. package/dist/react-native/classic/index.js.map +1 -0
  468. package/dist/react-native/classic/keyValues/index.d.ts +25 -0
  469. package/dist/react-native/classic/keyValues/index.js +25 -0
  470. package/dist/react-native/classic/keyValues/index.js.map +1 -0
  471. package/dist/react-native/classic/operations/index.d.ts +15 -0
  472. package/dist/react-native/classic/operations/index.js +16 -0
  473. package/dist/react-native/classic/operations/index.js.map +1 -0
  474. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +32 -0
  475. package/dist/react-native/classic/privateEndpointConnections/index.js +34 -0
  476. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
  477. package/dist/react-native/classic/privateLinkResources/index.d.ts +13 -0
  478. package/dist/react-native/classic/privateLinkResources/index.js +15 -0
  479. package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
  480. package/dist/react-native/classic/replicas/index.d.ts +32 -0
  481. package/dist/react-native/classic/replicas/index.js +34 -0
  482. package/dist/react-native/classic/replicas/index.js.map +1 -0
  483. package/dist/react-native/classic/snapshots/index.d.ts +18 -0
  484. package/dist/react-native/classic/snapshots/index.js +24 -0
  485. package/dist/react-native/classic/snapshots/index.js.map +1 -0
  486. package/dist/react-native/index.d.ts +16 -3
  487. package/dist/react-native/index.js +6 -11
  488. package/dist/react-native/index.js.map +1 -1
  489. package/dist/react-native/logger.d.ts +2 -0
  490. package/dist/react-native/logger.js +5 -0
  491. package/dist/react-native/logger.js.map +1 -0
  492. package/dist/react-native/models/index.d.ts +1 -1234
  493. package/dist/react-native/models/index.js +3 -131
  494. package/dist/react-native/models/index.js.map +1 -1
  495. package/dist/react-native/models/models.d.ts +1047 -0
  496. package/dist/react-native/models/models.js +1121 -0
  497. package/dist/react-native/models/models.js.map +1 -0
  498. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  499. package/dist/react-native/restorePollerHelpers.js +110 -0
  500. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  501. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  502. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  503. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  504. package/dist/react-native/static-helpers/pagingHelpers.d.ts +73 -0
  505. package/dist/react-native/static-helpers/pagingHelpers.js +121 -0
  506. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  507. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  508. package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
  509. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  510. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  511. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
  512. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  513. package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
  514. package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
  515. package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
  516. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  517. package/dist/react-native/static-helpers/urlTemplate.js +200 -0
  518. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  519. package/package.json +257 -79
  520. package/CHANGELOG.md +0 -99
  521. package/dist/browser/appConfigurationManagementClient.d.ts.map +0 -1
  522. package/dist/browser/index.d.ts.map +0 -1
  523. package/dist/browser/lroImpl.d.ts +0 -11
  524. package/dist/browser/lroImpl.d.ts.map +0 -1
  525. package/dist/browser/lroImpl.js +0 -21
  526. package/dist/browser/lroImpl.js.map +0 -1
  527. package/dist/browser/models/index.d.ts.map +0 -1
  528. package/dist/browser/models/mappers.d.ts +0 -49
  529. package/dist/browser/models/mappers.d.ts.map +0 -1
  530. package/dist/browser/models/mappers.js +0 -1685
  531. package/dist/browser/models/mappers.js.map +0 -1
  532. package/dist/browser/models/parameters.d.ts +0 -27
  533. package/dist/browser/models/parameters.d.ts.map +0 -1
  534. package/dist/browser/models/parameters.js +0 -230
  535. package/dist/browser/models/parameters.js.map +0 -1
  536. package/dist/browser/operations/configurationStores.d.ts +0 -178
  537. package/dist/browser/operations/configurationStores.d.ts.map +0 -1
  538. package/dist/browser/operations/configurationStores.js +0 -912
  539. package/dist/browser/operations/configurationStores.js.map +0 -1
  540. package/dist/browser/operations/index.d.ts +0 -8
  541. package/dist/browser/operations/index.d.ts.map +0 -1
  542. package/dist/browser/operations/index.js +0 -15
  543. package/dist/browser/operations/index.js.map +0 -1
  544. package/dist/browser/operations/keyValues.d.ts +0 -56
  545. package/dist/browser/operations/keyValues.d.ts.map +0 -1
  546. package/dist/browser/operations/keyValues.js +0 -183
  547. package/dist/browser/operations/keyValues.js.map +0 -1
  548. package/dist/browser/operations/operations.d.ts +0 -47
  549. package/dist/browser/operations/operations.d.ts.map +0 -1
  550. package/dist/browser/operations/operations.js +0 -192
  551. package/dist/browser/operations/operations.js.map +0 -1
  552. package/dist/browser/operations/privateEndpointConnections.d.ts +0 -86
  553. package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
  554. package/dist/browser/operations/privateEndpointConnections.js +0 -369
  555. package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
  556. package/dist/browser/operations/privateLinkResources.d.ts +0 -47
  557. package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
  558. package/dist/browser/operations/privateLinkResources.js +0 -183
  559. package/dist/browser/operations/privateLinkResources.js.map +0 -1
  560. package/dist/browser/operations/replicas.d.ts +0 -82
  561. package/dist/browser/operations/replicas.d.ts.map +0 -1
  562. package/dist/browser/operations/replicas.js +0 -357
  563. package/dist/browser/operations/replicas.js.map +0 -1
  564. package/dist/browser/operations/snapshots.d.ts +0 -46
  565. package/dist/browser/operations/snapshots.d.ts.map +0 -1
  566. package/dist/browser/operations/snapshots.js +0 -152
  567. package/dist/browser/operations/snapshots.js.map +0 -1
  568. package/dist/browser/operationsInterfaces/configurationStores.d.ts +0 -112
  569. package/dist/browser/operationsInterfaces/configurationStores.d.ts.map +0 -1
  570. package/dist/browser/operationsInterfaces/configurationStores.js +0 -9
  571. package/dist/browser/operationsInterfaces/configurationStores.js.map +0 -1
  572. package/dist/browser/operationsInterfaces/index.d.ts +0 -8
  573. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  574. package/dist/browser/operationsInterfaces/index.js +0 -15
  575. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  576. package/dist/browser/operationsInterfaces/keyValues.d.ts +0 -48
  577. package/dist/browser/operationsInterfaces/keyValues.d.ts.map +0 -1
  578. package/dist/browser/operationsInterfaces/keyValues.js +0 -9
  579. package/dist/browser/operationsInterfaces/keyValues.js.map +0 -1
  580. package/dist/browser/operationsInterfaces/operations.d.ts +0 -26
  581. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  582. package/dist/browser/operationsInterfaces/operations.js +0 -9
  583. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  584. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
  585. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  586. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -9
  587. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  588. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -21
  589. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  590. package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -9
  591. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
  592. package/dist/browser/operationsInterfaces/replicas.d.ts +0 -56
  593. package/dist/browser/operationsInterfaces/replicas.d.ts.map +0 -1
  594. package/dist/browser/operationsInterfaces/replicas.js +0 -9
  595. package/dist/browser/operationsInterfaces/replicas.js.map +0 -1
  596. package/dist/browser/operationsInterfaces/snapshots.d.ts +0 -38
  597. package/dist/browser/operationsInterfaces/snapshots.d.ts.map +0 -1
  598. package/dist/browser/operationsInterfaces/snapshots.js +0 -9
  599. package/dist/browser/operationsInterfaces/snapshots.js.map +0 -1
  600. package/dist/browser/pagingHelper.d.ts +0 -13
  601. package/dist/browser/pagingHelper.d.ts.map +0 -1
  602. package/dist/browser/pagingHelper.js +0 -32
  603. package/dist/browser/pagingHelper.js.map +0 -1
  604. package/dist/commonjs/appConfigurationManagementClient.d.ts.map +0 -1
  605. package/dist/commonjs/index.d.ts.map +0 -1
  606. package/dist/commonjs/lroImpl.d.ts +0 -11
  607. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  608. package/dist/commonjs/lroImpl.js +0 -24
  609. package/dist/commonjs/lroImpl.js.map +0 -1
  610. package/dist/commonjs/models/index.d.ts.map +0 -1
  611. package/dist/commonjs/models/mappers.d.ts +0 -49
  612. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  613. package/dist/commonjs/models/mappers.js +0 -1688
  614. package/dist/commonjs/models/mappers.js.map +0 -1
  615. package/dist/commonjs/models/parameters.d.ts +0 -27
  616. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  617. package/dist/commonjs/models/parameters.js +0 -233
  618. package/dist/commonjs/models/parameters.js.map +0 -1
  619. package/dist/commonjs/operations/configurationStores.d.ts +0 -178
  620. package/dist/commonjs/operations/configurationStores.d.ts.map +0 -1
  621. package/dist/commonjs/operations/configurationStores.js +0 -916
  622. package/dist/commonjs/operations/configurationStores.js.map +0 -1
  623. package/dist/commonjs/operations/index.d.ts +0 -8
  624. package/dist/commonjs/operations/index.d.ts.map +0 -1
  625. package/dist/commonjs/operations/index.js +0 -18
  626. package/dist/commonjs/operations/index.js.map +0 -1
  627. package/dist/commonjs/operations/keyValues.d.ts +0 -56
  628. package/dist/commonjs/operations/keyValues.d.ts.map +0 -1
  629. package/dist/commonjs/operations/keyValues.js +0 -188
  630. package/dist/commonjs/operations/keyValues.js.map +0 -1
  631. package/dist/commonjs/operations/operations.d.ts +0 -47
  632. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  633. package/dist/commonjs/operations/operations.js +0 -196
  634. package/dist/commonjs/operations/operations.js.map +0 -1
  635. package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -86
  636. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
  637. package/dist/commonjs/operations/privateEndpointConnections.js +0 -373
  638. package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
  639. package/dist/commonjs/operations/privateLinkResources.d.ts +0 -47
  640. package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
  641. package/dist/commonjs/operations/privateLinkResources.js +0 -187
  642. package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
  643. package/dist/commonjs/operations/replicas.d.ts +0 -82
  644. package/dist/commonjs/operations/replicas.d.ts.map +0 -1
  645. package/dist/commonjs/operations/replicas.js +0 -361
  646. package/dist/commonjs/operations/replicas.js.map +0 -1
  647. package/dist/commonjs/operations/snapshots.d.ts +0 -46
  648. package/dist/commonjs/operations/snapshots.d.ts.map +0 -1
  649. package/dist/commonjs/operations/snapshots.js +0 -157
  650. package/dist/commonjs/operations/snapshots.js.map +0 -1
  651. package/dist/commonjs/operationsInterfaces/configurationStores.d.ts +0 -112
  652. package/dist/commonjs/operationsInterfaces/configurationStores.d.ts.map +0 -1
  653. package/dist/commonjs/operationsInterfaces/configurationStores.js +0 -10
  654. package/dist/commonjs/operationsInterfaces/configurationStores.js.map +0 -1
  655. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -8
  656. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  657. package/dist/commonjs/operationsInterfaces/index.js +0 -18
  658. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  659. package/dist/commonjs/operationsInterfaces/keyValues.d.ts +0 -48
  660. package/dist/commonjs/operationsInterfaces/keyValues.d.ts.map +0 -1
  661. package/dist/commonjs/operationsInterfaces/keyValues.js +0 -10
  662. package/dist/commonjs/operationsInterfaces/keyValues.js.map +0 -1
  663. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -26
  664. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  665. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  666. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  667. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
  668. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  669. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -10
  670. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  671. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -21
  672. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  673. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -10
  674. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
  675. package/dist/commonjs/operationsInterfaces/replicas.d.ts +0 -56
  676. package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +0 -1
  677. package/dist/commonjs/operationsInterfaces/replicas.js +0 -10
  678. package/dist/commonjs/operationsInterfaces/replicas.js.map +0 -1
  679. package/dist/commonjs/operationsInterfaces/snapshots.d.ts +0 -38
  680. package/dist/commonjs/operationsInterfaces/snapshots.d.ts.map +0 -1
  681. package/dist/commonjs/operationsInterfaces/snapshots.js +0 -10
  682. package/dist/commonjs/operationsInterfaces/snapshots.js.map +0 -1
  683. package/dist/commonjs/pagingHelper.d.ts +0 -13
  684. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  685. package/dist/commonjs/pagingHelper.js +0 -36
  686. package/dist/commonjs/pagingHelper.js.map +0 -1
  687. package/dist/esm/appConfigurationManagementClient.d.ts.map +0 -1
  688. package/dist/esm/index.d.ts.map +0 -1
  689. package/dist/esm/lroImpl.d.ts +0 -11
  690. package/dist/esm/lroImpl.d.ts.map +0 -1
  691. package/dist/esm/lroImpl.js +0 -21
  692. package/dist/esm/lroImpl.js.map +0 -1
  693. package/dist/esm/models/index.d.ts.map +0 -1
  694. package/dist/esm/models/mappers.d.ts +0 -49
  695. package/dist/esm/models/mappers.d.ts.map +0 -1
  696. package/dist/esm/models/mappers.js +0 -1685
  697. package/dist/esm/models/mappers.js.map +0 -1
  698. package/dist/esm/models/parameters.d.ts +0 -27
  699. package/dist/esm/models/parameters.d.ts.map +0 -1
  700. package/dist/esm/models/parameters.js +0 -230
  701. package/dist/esm/models/parameters.js.map +0 -1
  702. package/dist/esm/operations/configurationStores.d.ts +0 -178
  703. package/dist/esm/operations/configurationStores.d.ts.map +0 -1
  704. package/dist/esm/operations/configurationStores.js +0 -912
  705. package/dist/esm/operations/configurationStores.js.map +0 -1
  706. package/dist/esm/operations/index.d.ts +0 -8
  707. package/dist/esm/operations/index.d.ts.map +0 -1
  708. package/dist/esm/operations/index.js +0 -15
  709. package/dist/esm/operations/index.js.map +0 -1
  710. package/dist/esm/operations/keyValues.d.ts +0 -56
  711. package/dist/esm/operations/keyValues.d.ts.map +0 -1
  712. package/dist/esm/operations/keyValues.js +0 -183
  713. package/dist/esm/operations/keyValues.js.map +0 -1
  714. package/dist/esm/operations/operations.d.ts +0 -47
  715. package/dist/esm/operations/operations.d.ts.map +0 -1
  716. package/dist/esm/operations/operations.js +0 -192
  717. package/dist/esm/operations/operations.js.map +0 -1
  718. package/dist/esm/operations/privateEndpointConnections.d.ts +0 -86
  719. package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  720. package/dist/esm/operations/privateEndpointConnections.js +0 -369
  721. package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
  722. package/dist/esm/operations/privateLinkResources.d.ts +0 -47
  723. package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
  724. package/dist/esm/operations/privateLinkResources.js +0 -183
  725. package/dist/esm/operations/privateLinkResources.js.map +0 -1
  726. package/dist/esm/operations/replicas.d.ts +0 -82
  727. package/dist/esm/operations/replicas.d.ts.map +0 -1
  728. package/dist/esm/operations/replicas.js +0 -357
  729. package/dist/esm/operations/replicas.js.map +0 -1
  730. package/dist/esm/operations/snapshots.d.ts +0 -46
  731. package/dist/esm/operations/snapshots.d.ts.map +0 -1
  732. package/dist/esm/operations/snapshots.js +0 -152
  733. package/dist/esm/operations/snapshots.js.map +0 -1
  734. package/dist/esm/operationsInterfaces/configurationStores.d.ts +0 -112
  735. package/dist/esm/operationsInterfaces/configurationStores.d.ts.map +0 -1
  736. package/dist/esm/operationsInterfaces/configurationStores.js +0 -9
  737. package/dist/esm/operationsInterfaces/configurationStores.js.map +0 -1
  738. package/dist/esm/operationsInterfaces/index.d.ts +0 -8
  739. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  740. package/dist/esm/operationsInterfaces/index.js +0 -15
  741. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  742. package/dist/esm/operationsInterfaces/keyValues.d.ts +0 -48
  743. package/dist/esm/operationsInterfaces/keyValues.d.ts.map +0 -1
  744. package/dist/esm/operationsInterfaces/keyValues.js +0 -9
  745. package/dist/esm/operationsInterfaces/keyValues.js.map +0 -1
  746. package/dist/esm/operationsInterfaces/operations.d.ts +0 -26
  747. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  748. package/dist/esm/operationsInterfaces/operations.js +0 -9
  749. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  750. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
  751. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  752. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
  753. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  754. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -21
  755. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  756. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
  757. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
  758. package/dist/esm/operationsInterfaces/replicas.d.ts +0 -56
  759. package/dist/esm/operationsInterfaces/replicas.d.ts.map +0 -1
  760. package/dist/esm/operationsInterfaces/replicas.js +0 -9
  761. package/dist/esm/operationsInterfaces/replicas.js.map +0 -1
  762. package/dist/esm/operationsInterfaces/snapshots.d.ts +0 -38
  763. package/dist/esm/operationsInterfaces/snapshots.d.ts.map +0 -1
  764. package/dist/esm/operationsInterfaces/snapshots.js +0 -9
  765. package/dist/esm/operationsInterfaces/snapshots.js.map +0 -1
  766. package/dist/esm/pagingHelper.d.ts +0 -13
  767. package/dist/esm/pagingHelper.d.ts.map +0 -1
  768. package/dist/esm/pagingHelper.js +0 -32
  769. package/dist/esm/pagingHelper.js.map +0 -1
  770. package/dist/react-native/appConfigurationManagementClient.d.ts.map +0 -1
  771. package/dist/react-native/index.d.ts.map +0 -1
  772. package/dist/react-native/lroImpl.d.ts +0 -11
  773. package/dist/react-native/lroImpl.d.ts.map +0 -1
  774. package/dist/react-native/lroImpl.js +0 -21
  775. package/dist/react-native/lroImpl.js.map +0 -1
  776. package/dist/react-native/models/index.d.ts.map +0 -1
  777. package/dist/react-native/models/mappers.d.ts +0 -49
  778. package/dist/react-native/models/mappers.d.ts.map +0 -1
  779. package/dist/react-native/models/mappers.js +0 -1685
  780. package/dist/react-native/models/mappers.js.map +0 -1
  781. package/dist/react-native/models/parameters.d.ts +0 -27
  782. package/dist/react-native/models/parameters.d.ts.map +0 -1
  783. package/dist/react-native/models/parameters.js +0 -230
  784. package/dist/react-native/models/parameters.js.map +0 -1
  785. package/dist/react-native/operations/configurationStores.d.ts +0 -178
  786. package/dist/react-native/operations/configurationStores.d.ts.map +0 -1
  787. package/dist/react-native/operations/configurationStores.js +0 -912
  788. package/dist/react-native/operations/configurationStores.js.map +0 -1
  789. package/dist/react-native/operations/index.d.ts +0 -8
  790. package/dist/react-native/operations/index.d.ts.map +0 -1
  791. package/dist/react-native/operations/index.js +0 -15
  792. package/dist/react-native/operations/index.js.map +0 -1
  793. package/dist/react-native/operations/keyValues.d.ts +0 -56
  794. package/dist/react-native/operations/keyValues.d.ts.map +0 -1
  795. package/dist/react-native/operations/keyValues.js +0 -183
  796. package/dist/react-native/operations/keyValues.js.map +0 -1
  797. package/dist/react-native/operations/operations.d.ts +0 -47
  798. package/dist/react-native/operations/operations.d.ts.map +0 -1
  799. package/dist/react-native/operations/operations.js +0 -192
  800. package/dist/react-native/operations/operations.js.map +0 -1
  801. package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -86
  802. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
  803. package/dist/react-native/operations/privateEndpointConnections.js +0 -369
  804. package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
  805. package/dist/react-native/operations/privateLinkResources.d.ts +0 -47
  806. package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
  807. package/dist/react-native/operations/privateLinkResources.js +0 -183
  808. package/dist/react-native/operations/privateLinkResources.js.map +0 -1
  809. package/dist/react-native/operations/replicas.d.ts +0 -82
  810. package/dist/react-native/operations/replicas.d.ts.map +0 -1
  811. package/dist/react-native/operations/replicas.js +0 -357
  812. package/dist/react-native/operations/replicas.js.map +0 -1
  813. package/dist/react-native/operations/snapshots.d.ts +0 -46
  814. package/dist/react-native/operations/snapshots.d.ts.map +0 -1
  815. package/dist/react-native/operations/snapshots.js +0 -152
  816. package/dist/react-native/operations/snapshots.js.map +0 -1
  817. package/dist/react-native/operationsInterfaces/configurationStores.d.ts +0 -112
  818. package/dist/react-native/operationsInterfaces/configurationStores.d.ts.map +0 -1
  819. package/dist/react-native/operationsInterfaces/configurationStores.js +0 -9
  820. package/dist/react-native/operationsInterfaces/configurationStores.js.map +0 -1
  821. package/dist/react-native/operationsInterfaces/index.d.ts +0 -8
  822. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  823. package/dist/react-native/operationsInterfaces/index.js +0 -15
  824. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  825. package/dist/react-native/operationsInterfaces/keyValues.d.ts +0 -48
  826. package/dist/react-native/operationsInterfaces/keyValues.d.ts.map +0 -1
  827. package/dist/react-native/operationsInterfaces/keyValues.js +0 -9
  828. package/dist/react-native/operationsInterfaces/keyValues.js.map +0 -1
  829. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -26
  830. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  831. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  832. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  833. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
  834. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  835. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -9
  836. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  837. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -21
  838. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  839. package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -9
  840. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
  841. package/dist/react-native/operationsInterfaces/replicas.d.ts +0 -56
  842. package/dist/react-native/operationsInterfaces/replicas.d.ts.map +0 -1
  843. package/dist/react-native/operationsInterfaces/replicas.js +0 -9
  844. package/dist/react-native/operationsInterfaces/replicas.js.map +0 -1
  845. package/dist/react-native/operationsInterfaces/snapshots.d.ts +0 -38
  846. package/dist/react-native/operationsInterfaces/snapshots.d.ts.map +0 -1
  847. package/dist/react-native/operationsInterfaces/snapshots.js +0 -9
  848. package/dist/react-native/operationsInterfaces/snapshots.js.map +0 -1
  849. package/dist/react-native/pagingHelper.d.ts +0 -13
  850. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  851. package/dist/react-native/pagingHelper.js +0 -32
  852. package/dist/react-native/pagingHelper.js.map +0 -1
  853. package/review/arm-appconfiguration.api.md +0 -893
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it. */\nexport interface ConfigurationStore extends TrackedResource {\n /** The managed identity information, if configured. */\n identity?: ResourceIdentity;\n /** The sku of the configuration store. */\n sku: Sku;\n /** The provisioning state of the configuration store. */\n readonly provisioningState?: ProvisioningState;\n /** The creation date of configuration store. */\n readonly creationDate?: Date;\n /** The DNS endpoint where the configuration store API will be available. */\n readonly endpoint?: string;\n /** The encryption settings of the configuration store. */\n encryption?: EncryptionProperties;\n /** The list of private endpoint connections that are set up for this resource. */\n readonly privateEndpointConnections?: PrivateEndpointConnectionReference[];\n /** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Disables all authentication methods other than AAD authentication. */\n disableLocalAuth?: boolean;\n /** The amount of time in days that the configuration store will be retained when it is soft deleted. */\n softDeleteRetentionInDays?: number;\n /** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */\n defaultKeyValueRevisionRetentionPeriodInSeconds?: number;\n /** Property specifying whether protection against purge is enabled for this configuration store. */\n enablePurgeProtection?: boolean;\n /** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */\n dataPlaneProxy?: DataPlaneProxyProperties;\n /** Indicates whether the configuration store need to be recovered. */\n createMode?: CreateMode;\n /** Property specifying the configuration of telemetry for this configuration store */\n telemetry?: TelemetryProperties;\n /** Managed On Behalf Of Configuration. */\n readonly managedOnBehalfOfConfiguration?: ManagedOnBehalfOfConfiguration;\n /** Property specifying the configuration of Azure Front Door for this configuration store */\n azureFrontDoor?: AzureFrontDoorProperties;\n}\n\nexport function configurationStoreSerializer(item: ConfigurationStore): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"encryption\",\n \"publicNetworkAccess\",\n \"disableLocalAuth\",\n \"softDeleteRetentionInDays\",\n \"defaultKeyValueRevisionRetentionPeriodInSeconds\",\n \"enablePurgeProtection\",\n \"dataPlaneProxy\",\n \"createMode\",\n \"telemetry\",\n \"azureFrontDoor\",\n ])\n ? undefined\n : _configurationStorePropertiesSerializer(item),\n identity: !item[\"identity\"] ? item[\"identity\"] : resourceIdentitySerializer(item[\"identity\"]),\n sku: skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function configurationStoreDeserializer(item: any): ConfigurationStore {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _configurationStorePropertiesDeserializer(item[\"properties\"])),\n identity: !item[\"identity\"] ? item[\"identity\"] : resourceIdentityDeserializer(item[\"identity\"]),\n sku: skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** The properties of a configuration store. */\nexport interface ConfigurationStoreProperties {\n /** The provisioning state of the configuration store. */\n readonly provisioningState?: ProvisioningState;\n /** The creation date of configuration store. */\n readonly creationDate?: Date;\n /** The DNS endpoint where the configuration store API will be available. */\n readonly endpoint?: string;\n /** The encryption settings of the configuration store. */\n encryption?: EncryptionProperties;\n /** The list of private endpoint connections that are set up for this resource. */\n readonly privateEndpointConnections?: PrivateEndpointConnectionReference[];\n /** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Disables all authentication methods other than AAD authentication. */\n disableLocalAuth?: boolean;\n /** The amount of time in days that the configuration store will be retained when it is soft deleted. */\n softDeleteRetentionInDays?: number;\n /** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */\n defaultKeyValueRevisionRetentionPeriodInSeconds?: number;\n /** Property specifying whether protection against purge is enabled for this configuration store. */\n enablePurgeProtection?: boolean;\n /** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */\n dataPlaneProxy?: DataPlaneProxyProperties;\n /** Indicates whether the configuration store need to be recovered. */\n createMode?: CreateMode;\n /** Property specifying the configuration of telemetry for this configuration store */\n telemetry?: TelemetryProperties;\n /** Managed On Behalf Of Configuration. */\n readonly managedOnBehalfOfConfiguration?: ManagedOnBehalfOfConfiguration;\n /** Property specifying the configuration of Azure Front Door for this configuration store */\n azureFrontDoor?: AzureFrontDoorProperties;\n}\n\nexport function configurationStorePropertiesSerializer(item: ConfigurationStoreProperties): any {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesSerializer(item[\"encryption\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesSerializer(item[\"dataPlaneProxy\"]),\n createMode: item[\"createMode\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesSerializer(item[\"telemetry\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesSerializer(item[\"azureFrontDoor\"]),\n };\n}\n\nexport function configurationStorePropertiesDeserializer(item: any): ConfigurationStoreProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n creationDate: !item[\"creationDate\"] ? item[\"creationDate\"] : new Date(item[\"creationDate\"]),\n endpoint: item[\"endpoint\"],\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesDeserializer(item[\"encryption\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionReferenceArrayDeserializer(item[\"privateEndpointConnections\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesDeserializer(item[\"dataPlaneProxy\"]),\n createMode: item[\"createMode\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesDeserializer(item[\"telemetry\"]),\n managedOnBehalfOfConfiguration: !item[\"managedOnBehalfOfConfiguration\"]\n ? item[\"managedOnBehalfOfConfiguration\"]\n : managedOnBehalfOfConfigurationDeserializer(item[\"managedOnBehalfOfConfiguration\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesDeserializer(item[\"azureFrontDoor\"]),\n };\n}\n\n/** The provisioning state of the configuration store. */\nexport enum KnownProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * The provisioning state of the configuration store. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** The encryption settings for a configuration store. */\nexport interface EncryptionProperties {\n /** Key vault properties. */\n keyVaultProperties?: KeyVaultProperties;\n}\n\nexport function encryptionPropertiesSerializer(item: EncryptionProperties): any {\n return {\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesSerializer(item[\"keyVaultProperties\"]),\n };\n}\n\nexport function encryptionPropertiesDeserializer(item: any): EncryptionProperties {\n return {\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesDeserializer(item[\"keyVaultProperties\"]),\n };\n}\n\n/** Settings concerning key vault encryption for a configuration store. */\nexport interface KeyVaultProperties {\n /** The URI of the key vault key used to encrypt data. */\n keyIdentifier?: string;\n /** The client id of the identity which will be used to access key vault. */\n identityClientId?: string;\n}\n\nexport function keyVaultPropertiesSerializer(item: KeyVaultProperties): any {\n return { keyIdentifier: item[\"keyIdentifier\"], identityClientId: item[\"identityClientId\"] };\n}\n\nexport function keyVaultPropertiesDeserializer(item: any): KeyVaultProperties {\n return {\n keyIdentifier: item[\"keyIdentifier\"],\n identityClientId: item[\"identityClientId\"],\n };\n}\n\nexport function privateEndpointConnectionReferenceArrayDeserializer(\n result: Array<PrivateEndpointConnectionReference>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionReferenceDeserializer(item);\n });\n}\n\n/** A reference to a related private endpoint connection. */\nexport interface PrivateEndpointConnectionReference {\n /** The resource ID. */\n readonly id?: string;\n /** The name of the resource. */\n readonly name?: string;\n /** The type of the resource. */\n readonly type?: string;\n /** The provisioning status of the private endpoint connection. */\n readonly provisioningState?: ProvisioningState;\n /** The resource of private endpoint. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\nexport function privateEndpointConnectionReferenceDeserializer(\n item: any,\n): PrivateEndpointConnectionReference {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateEndpointConnectionReferencePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of a private endpoint connection. */\nexport interface PrivateEndpointConnectionProperties {\n /** The provisioning status of the private endpoint connection. */\n readonly provisioningState?: ProvisioningState;\n /** The resource of private endpoint. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n };\n}\n\nexport function privateEndpointConnectionPropertiesDeserializer(\n item: any,\n): PrivateEndpointConnectionProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n };\n}\n\n/** Private endpoint which a connection belongs to. */\nexport interface PrivateEndpoint {\n /** The resource Id for private endpoint */\n id?: string;\n}\n\nexport function privateEndpointSerializer(item: PrivateEndpoint): any {\n return { id: item[\"id\"] };\n}\n\nexport function privateEndpointDeserializer(item: any): PrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** The state of a private link service connection. */\nexport interface PrivateLinkServiceConnectionState {\n /** The private link service connection status. */\n status?: ConnectionStatus;\n /** The private link service connection description. */\n description?: string;\n /** Any action that is required beyond basic workflow (approve/ reject/ disconnect) */\n readonly actionsRequired?: ActionsRequired;\n}\n\nexport function privateLinkServiceConnectionStateSerializer(\n item: PrivateLinkServiceConnectionState,\n): any {\n return { status: item[\"status\"], description: item[\"description\"] };\n}\n\nexport function privateLinkServiceConnectionStateDeserializer(\n item: any,\n): PrivateLinkServiceConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** The private link service connection status. */\nexport enum KnownConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * The private link service connection status. \\\n * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type ConnectionStatus = string;\n\n/** Any action that is required beyond basic workflow (approve/ reject/ disconnect) */\nexport enum KnownActionsRequired {\n /** None */\n None = \"None\",\n /** Recreate */\n Recreate = \"Recreate\",\n}\n\n/**\n * Any action that is required beyond basic workflow (approve/ reject/ disconnect) \\\n * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Recreate**\n */\nexport type ActionsRequired = string;\n\n/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Control permission for data plane traffic coming from public networks while private endpoint is enabled. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** The data plane proxy settings for a configuration store. */\nexport interface DataPlaneProxyProperties {\n /** The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. */\n authenticationMode?: AuthenticationMode;\n /** The data plane proxy private link delegation. This property manages if a request from delegated ARM private link is allowed when the data plane resource requires private link. */\n privateLinkDelegation?: PrivateLinkDelegation;\n}\n\nexport function dataPlaneProxyPropertiesSerializer(item: DataPlaneProxyProperties): any {\n return {\n authenticationMode: item[\"authenticationMode\"],\n privateLinkDelegation: item[\"privateLinkDelegation\"],\n };\n}\n\nexport function dataPlaneProxyPropertiesDeserializer(item: any): DataPlaneProxyProperties {\n return {\n authenticationMode: item[\"authenticationMode\"],\n privateLinkDelegation: item[\"privateLinkDelegation\"],\n };\n}\n\n/** The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. */\nexport enum KnownAuthenticationMode {\n /** The local authentication mode. Users are not required to have data plane permissions if local authentication is not disabled. */\n Local = \"Local\",\n /** The pass-through authentication mode. User identity will be passed through from ARM, requiring user to have data plane action permissions (Available via App Configuration Data Owner/ App Configuration Data Reader). */\n PassThrough = \"Pass-through\",\n}\n\n/**\n * The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. \\\n * {@link KnownAuthenticationMode} can be used interchangeably with AuthenticationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Local**: The local authentication mode. Users are not required to have data plane permissions if local authentication is not disabled. \\\n * **Pass-through**: The pass-through authentication mode. User identity will be passed through from ARM, requiring user to have data plane action permissions (Available via App Configuration Data Owner\\/ App Configuration Data Reader).\n */\nexport type AuthenticationMode = string;\n\n/** The data plane proxy private link delegation. This property manages if a request from delegated ARM private link is allowed when the data plane resource requires private link. */\nexport enum KnownPrivateLinkDelegation {\n /** ARM private endpoint is required if the resource requires private link. */\n Enabled = \"Enabled\",\n /** Request is denied if the resource requires private link. */\n Disabled = \"Disabled\",\n}\n\n/**\n * The data plane proxy private link delegation. This property manages if a request from delegated ARM private link is allowed when the data plane resource requires private link. \\\n * {@link KnownPrivateLinkDelegation} can be used interchangeably with PrivateLinkDelegation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: ARM private endpoint is required if the resource requires private link. \\\n * **Disabled**: Request is denied if the resource requires private link.\n */\nexport type PrivateLinkDelegation = string;\n/** Indicates whether the configuration store need to be recovered. */\nexport type CreateMode = \"Recover\" | \"Default\";\n\n/** Telemetry settings */\nexport interface TelemetryProperties {\n /** Resource ID of a resource enabling telemetry collection */\n resourceId?: string;\n}\n\nexport function telemetryPropertiesSerializer(item: TelemetryProperties): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function telemetryPropertiesDeserializer(item: any): TelemetryProperties {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** Managed-On-Behalf-Of configuration properties. This configuration exists for the resources where a resource provider manages those resources on behalf of the resource owner. */\nexport interface ManagedOnBehalfOfConfiguration {\n /** Managed-On-Behalf-Of broker resources */\n readonly moboBrokerResources?: MoboBrokerResource[];\n}\n\nexport function managedOnBehalfOfConfigurationDeserializer(\n item: any,\n): ManagedOnBehalfOfConfiguration {\n return {\n moboBrokerResources: !item[\"moboBrokerResources\"]\n ? item[\"moboBrokerResources\"]\n : moboBrokerResourceArrayDeserializer(item[\"moboBrokerResources\"]),\n };\n}\n\nexport function moboBrokerResourceArrayDeserializer(result: Array<MoboBrokerResource>): any[] {\n return result.map((item) => {\n return moboBrokerResourceDeserializer(item);\n });\n}\n\n/** Managed-On-Behalf-Of broker resource. This resource is created by the Resource Provider to manage some resources on behalf of the user. */\nexport interface MoboBrokerResource {\n /** Resource identifier of a Managed-On-Behalf-Of broker resource */\n id?: string;\n}\n\nexport function moboBrokerResourceDeserializer(item: any): MoboBrokerResource {\n return {\n id: item[\"id\"],\n };\n}\n\n/** Azure Front Door settings */\nexport interface AzureFrontDoorProperties {\n /** Resource ID of an Azure Front Door profile */\n resourceId?: string;\n}\n\nexport function azureFrontDoorPropertiesSerializer(item: AzureFrontDoorProperties): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function azureFrontDoorPropertiesDeserializer(item: any): AzureFrontDoorProperties {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** An identity that can be associated with a resource. */\nexport interface ResourceIdentity {\n /** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. */\n type?: IdentityType;\n /** The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\n userAssignedIdentities?: Record<string, UserIdentity>;\n /** The principal id of the identity. This property will only be provided for a system-assigned identity. */\n readonly principalId?: string;\n /** The tenant id associated with the resource's identity. This property will only be provided for a system-assigned identity. */\n readonly tenantId?: string;\n}\n\nexport function resourceIdentitySerializer(item: ResourceIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userIdentityRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function resourceIdentityDeserializer(item: any): ResourceIdentity {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userIdentityRecordDeserializer(item[\"userAssignedIdentities\"]),\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. */\nexport enum KnownIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssigned, UserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n}\n\n/**\n * The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned, UserAssigned**\n */\nexport type IdentityType = string;\n\nexport function userIdentityRecordSerializer(\n item: Record<string, UserIdentity>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userIdentitySerializer(item[key]);\n });\n return result;\n}\n\nexport function userIdentityRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserIdentity> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userIdentityDeserializer(item[key]);\n });\n return result;\n}\n\n/** A resource identity that is managed by the user of the service. */\nexport interface UserIdentity {\n /** The principal ID of the user-assigned identity. */\n readonly principalId?: string;\n /** The client ID of the user-assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userIdentitySerializer(item: UserIdentity): any {\n return item;\n}\n\nexport function userIdentityDeserializer(item: any): UserIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** Describes a configuration store SKU. */\nexport interface Sku {\n /** The SKU name of the configuration store. */\n name: string;\n}\n\nexport function skuSerializer(item: Sku): any {\n return { name: item[\"name\"] };\n}\n\nexport function skuDeserializer(item: any): Sku {\n return {\n name: item[\"name\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** The parameters for updating a configuration store. */\nexport interface ConfigurationStoreUpdateParameters {\n /** The managed identity information for the configuration store. */\n identity?: ResourceIdentity;\n /** The SKU of the configuration store. */\n sku?: Sku;\n /** The ARM resource tags. */\n tags?: Record<string, string>;\n /** The encryption settings of the configuration store. */\n encryption?: EncryptionProperties;\n /** Disables all authentication methods other than AAD authentication. */\n disableLocalAuth?: boolean;\n /** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Property specifying whether protection against purge is enabled for this configuration store. */\n enablePurgeProtection?: boolean;\n /** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */\n dataPlaneProxy?: DataPlaneProxyProperties;\n /** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */\n defaultKeyValueRevisionRetentionPeriodInSeconds?: number;\n /** Property specifying the configuration of telemetry to update for this configuration store */\n telemetry?: TelemetryProperties;\n /** Property specifying the configuration of Azure Front Door for this configuration store */\n azureFrontDoor?: AzureFrontDoorProperties;\n}\n\nexport function configurationStoreUpdateParametersSerializer(\n item: ConfigurationStoreUpdateParameters,\n): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"encryption\",\n \"disableLocalAuth\",\n \"publicNetworkAccess\",\n \"enablePurgeProtection\",\n \"dataPlaneProxy\",\n \"defaultKeyValueRevisionRetentionPeriodInSeconds\",\n \"telemetry\",\n \"azureFrontDoor\",\n ])\n ? undefined\n : _configurationStoreUpdateParametersPropertiesSerializer(item),\n identity: !item[\"identity\"] ? item[\"identity\"] : resourceIdentitySerializer(item[\"identity\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n tags: item[\"tags\"],\n };\n}\n\n/** The properties for updating a configuration store. */\nexport interface ConfigurationStorePropertiesUpdateParameters {\n /** The encryption settings of the configuration store. */\n encryption?: EncryptionProperties;\n /** Disables all authentication methods other than AAD authentication. */\n disableLocalAuth?: boolean;\n /** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Property specifying whether protection against purge is enabled for this configuration store. */\n enablePurgeProtection?: boolean;\n /** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */\n dataPlaneProxy?: DataPlaneProxyProperties;\n /** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */\n defaultKeyValueRevisionRetentionPeriodInSeconds?: number;\n /** Property specifying the configuration of telemetry to update for this configuration store */\n telemetry?: TelemetryProperties;\n /** Property specifying the configuration of Azure Front Door for this configuration store */\n azureFrontDoor?: AzureFrontDoorProperties;\n}\n\nexport function configurationStorePropertiesUpdateParametersSerializer(\n item: ConfigurationStorePropertiesUpdateParameters,\n): any {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesSerializer(item[\"encryption\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesSerializer(item[\"dataPlaneProxy\"]),\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesSerializer(item[\"telemetry\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesSerializer(item[\"azureFrontDoor\"]),\n };\n}\n\n/** The response of a ConfigurationStore list operation. */\nexport interface _ConfigurationStoreListResult {\n /** The ConfigurationStore items on this page */\n value: ConfigurationStore[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _configurationStoreListResultDeserializer(\n item: any,\n): _ConfigurationStoreListResult {\n return {\n value: configurationStoreArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function configurationStoreArraySerializer(result: Array<ConfigurationStore>): any[] {\n return result.map((item) => {\n return configurationStoreSerializer(item);\n });\n}\n\nexport function configurationStoreArrayDeserializer(result: Array<ConfigurationStore>): any[] {\n return result.map((item) => {\n return configurationStoreDeserializer(item);\n });\n}\n\n/** The result of a request to list API keys. */\nexport interface _ApiKeyListResult {\n /** The ApiKey items on this page */\n value: ApiKey[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _apiKeyListResultDeserializer(item: any): _ApiKeyListResult {\n return {\n value: apiKeyArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function apiKeyArrayDeserializer(result: Array<ApiKey>): any[] {\n return result.map((item) => {\n return apiKeyDeserializer(item);\n });\n}\n\n/** An API key used for authenticating with a configuration store endpoint. */\nexport interface ApiKey {\n /** The key ID. */\n readonly id?: string;\n /** A name for the key describing its usage. */\n readonly name?: string;\n /** The value of the key that is used for authentication purposes. */\n readonly value?: string;\n /** A connection string that can be used by supporting clients for authentication. */\n readonly connectionString?: string;\n /** The last time any of the key's properties were modified. */\n readonly lastModified?: Date;\n /** Whether this key can only be used for read operations. */\n readonly readOnly?: boolean;\n}\n\nexport function apiKeyDeserializer(item: any): ApiKey {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n value: item[\"value\"],\n connectionString: item[\"connectionString\"],\n lastModified: !item[\"lastModified\"] ? item[\"lastModified\"] : new Date(item[\"lastModified\"]),\n readOnly: item[\"readOnly\"],\n };\n}\n\n/** The parameters used to regenerate an API key. */\nexport interface RegenerateKeyParameters {\n /** The id of the key to regenerate. */\n id?: string;\n}\n\nexport function regenerateKeyParametersSerializer(item: RegenerateKeyParameters): any {\n return { id: item[\"id\"] };\n}\n\n/** Deleted configuration store information with extended details. */\nexport interface DeletedConfigurationStore extends ProxyResource {\n /** The resource id of the original configuration store. */\n readonly configurationStoreId?: string;\n /** The location of the original configuration store. */\n readonly location?: string;\n /** The deleted date. */\n readonly deletionDate?: Date;\n /** The scheduled purged date. */\n readonly scheduledPurgeDate?: Date;\n /** Tags of the original configuration store. */\n readonly tags?: Record<string, string>;\n /** Purge protection status of the original configuration store. */\n readonly purgeProtectionEnabled?: boolean;\n}\n\nexport function deletedConfigurationStoreDeserializer(item: any): DeletedConfigurationStore {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _deletedConfigurationStorePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of the deleted configuration store. */\nexport interface DeletedConfigurationStoreProperties {\n /** The resource id of the original configuration store. */\n readonly configurationStoreId?: string;\n /** The location of the original configuration store. */\n readonly location?: string;\n /** The deleted date. */\n readonly deletionDate?: Date;\n /** The scheduled purged date. */\n readonly scheduledPurgeDate?: Date;\n /** Tags of the original configuration store. */\n readonly tags?: Record<string, string>;\n /** Purge protection status of the original configuration store. */\n readonly purgeProtectionEnabled?: boolean;\n}\n\nexport function deletedConfigurationStorePropertiesDeserializer(\n item: any,\n): DeletedConfigurationStoreProperties {\n return {\n configurationStoreId: item[\"configurationStoreId\"],\n location: item[\"location\"],\n deletionDate: !item[\"deletionDate\"] ? item[\"deletionDate\"] : new Date(item[\"deletionDate\"]),\n scheduledPurgeDate: !item[\"scheduledPurgeDate\"]\n ? item[\"scheduledPurgeDate\"]\n : new Date(item[\"scheduledPurgeDate\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n purgeProtectionEnabled: item[\"purgeProtectionEnabled\"],\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(item: ProxyResource): any {\n return item;\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** The response of a DeletedConfigurationStore list operation. */\nexport interface _DeletedConfigurationStoreListResult {\n /** The DeletedConfigurationStore items on this page */\n value: DeletedConfigurationStore[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _deletedConfigurationStoreListResultDeserializer(\n item: any,\n): _DeletedConfigurationStoreListResult {\n return {\n value: deletedConfigurationStoreArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function deletedConfigurationStoreArrayDeserializer(\n result: Array<DeletedConfigurationStore>,\n): any[] {\n return result.map((item) => {\n return deletedConfigurationStoreDeserializer(item);\n });\n}\n\n/** A private endpoint connection */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** The provisioning status of the private endpoint connection. */\n readonly provisioningState?: ProvisioningState;\n /** The resource of private endpoint. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return {\n properties: areAllPropsUndefined(item, [\"privateEndpoint\", \"privateLinkServiceConnectionState\"])\n ? undefined\n : _privateEndpointConnectionPropertiesSerializer(item),\n };\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateEndpointConnectionPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The response of a PrivateEndpointConnection list operation. */\nexport interface _PrivateEndpointConnectionListResult {\n /** The PrivateEndpointConnection items on this page */\n value: PrivateEndpointConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateEndpointConnectionListResultDeserializer(\n item: any,\n): _PrivateEndpointConnectionListResult {\n return {\n value: privateEndpointConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateEndpointConnectionArraySerializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionSerializer(item);\n });\n}\n\nexport function privateEndpointConnectionArrayDeserializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDeserializer(item);\n });\n}\n\n/** A resource that supports private link capabilities. */\nexport interface PrivateLinkResource extends ProxyResource {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The list of required DNS zone names of the private link resource. */\n readonly requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourceDeserializer(item: any): PrivateLinkResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateLinkResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The list of required DNS zone names of the private link resource. */\n readonly requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourcePropertiesDeserializer(\n item: any,\n): PrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The response of a PrivateLinkResource list operation. */\nexport interface _PrivateLinkResourceListResult {\n /** The PrivateLinkResource items on this page */\n value: PrivateLinkResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateLinkResourceListResultDeserializer(\n item: any,\n): _PrivateLinkResourceListResult {\n return {\n value: privateLinkResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[] {\n return result.map((item) => {\n return privateLinkResourceDeserializer(item);\n });\n}\n\n/** The key-value resource along with all resource properties. */\nexport interface KeyValue extends ProxyResource {\n /**\n * The primary identifier of a key-value.\n * The key is used in unison with the label to uniquely identify a key-value.\n */\n readonly key?: string;\n /**\n * A value used to group key-values.\n * The label is used in unison with the key to uniquely identify a key-value.\n */\n readonly label?: string;\n /** The value of the key-value. */\n value?: string;\n /**\n * The content type of the key-value's value.\n * Providing a proper content-type can enable transformations of values when they are retrieved by applications.\n */\n contentType?: string;\n /** An ETag indicating the state of a key-value within a configuration store. */\n readonly eTag?: string;\n /** The last time a modifying operation was performed on the given key-value. */\n readonly lastModified?: Date;\n /**\n * A value indicating whether the key-value is locked.\n * A locked key-value may not be modified until it is unlocked.\n */\n readonly locked?: boolean;\n /** A dictionary of tags that can help identify what a key-value may be applicable for. */\n tags?: Record<string, string>;\n}\n\nexport function keyValueSerializer(item: KeyValue): any {\n return {\n properties: areAllPropsUndefined(item, [\"value\", \"contentType\", \"tags\"])\n ? undefined\n : _keyValuePropertiesSerializer(item),\n };\n}\n\nexport function keyValueDeserializer(item: any): KeyValue {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _keyValuePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** All key-value properties. */\nexport interface KeyValueProperties {\n /**\n * The primary identifier of a key-value.\n * The key is used in unison with the label to uniquely identify a key-value.\n */\n readonly key?: string;\n /**\n * A value used to group key-values.\n * The label is used in unison with the key to uniquely identify a key-value.\n */\n readonly label?: string;\n /** The value of the key-value. */\n value?: string;\n /**\n * The content type of the key-value's value.\n * Providing a proper content-type can enable transformations of values when they are retrieved by applications.\n */\n contentType?: string;\n /** An ETag indicating the state of a key-value within a configuration store. */\n readonly eTag?: string;\n /** The last time a modifying operation was performed on the given key-value. */\n readonly lastModified?: Date;\n /**\n * A value indicating whether the key-value is locked.\n * A locked key-value may not be modified until it is unlocked.\n */\n readonly locked?: boolean;\n /** A dictionary of tags that can help identify what a key-value may be applicable for. */\n tags?: Record<string, string>;\n}\n\nexport function keyValuePropertiesSerializer(item: KeyValueProperties): any {\n return { value: item[\"value\"], contentType: item[\"contentType\"], tags: item[\"tags\"] };\n}\n\nexport function keyValuePropertiesDeserializer(item: any): KeyValueProperties {\n return {\n key: item[\"key\"],\n label: item[\"label\"],\n value: item[\"value\"],\n contentType: item[\"contentType\"],\n eTag: item[\"eTag\"],\n lastModified: !item[\"lastModified\"] ? item[\"lastModified\"] : new Date(item[\"lastModified\"]),\n locked: item[\"locked\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The replica resource. */\nexport interface Replica extends ProxyResource {\n /** The location of the replica. */\n location?: string;\n /** The URI of the replica where the replica API will be available. */\n readonly endpoint?: string;\n /** The provisioning state of the replica. */\n readonly provisioningState?: ReplicaProvisioningState;\n}\n\nexport function replicaSerializer(item: Replica): any {\n return { properties: undefined, location: item[\"location\"] };\n}\n\nexport function replicaDeserializer(item: any): Replica {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _replicaPropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n };\n}\n\n/** All replica properties. */\nexport interface ReplicaProperties {\n /** The URI of the replica where the replica API will be available. */\n readonly endpoint?: string;\n /** The provisioning state of the replica. */\n readonly provisioningState?: ReplicaProvisioningState;\n}\n\nexport function replicaPropertiesSerializer(item: ReplicaProperties): any {\n return item;\n}\n\nexport function replicaPropertiesDeserializer(item: any): ReplicaProperties {\n return {\n endpoint: item[\"endpoint\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The provisioning state of the replica. */\nexport enum KnownReplicaProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * The provisioning state of the replica. \\\n * {@link KnownReplicaProvisioningState} can be used interchangeably with ReplicaProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Succeeded** \\\n * **Deleting** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ReplicaProvisioningState = string;\n\n/** The response of a Replica list operation. */\nexport interface _ReplicaListResult {\n /** The Replica items on this page */\n value: Replica[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _replicaListResultDeserializer(item: any): _ReplicaListResult {\n return {\n value: replicaArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function replicaArraySerializer(result: Array<Replica>): any[] {\n return result.map((item) => {\n return replicaSerializer(item);\n });\n}\n\nexport function replicaArrayDeserializer(result: Array<Replica>): any[] {\n return result.map((item) => {\n return replicaDeserializer(item);\n });\n}\n\n/** The snapshot resource. */\nexport interface Snapshot extends ProxyResource {\n /** The provisioning state of the snapshot. */\n readonly provisioningState?: ProvisioningState;\n /** The current status of the snapshot. */\n readonly status?: SnapshotStatus;\n /** A list of filters used to filter the key-values included in the snapshot. */\n filters?: KeyValueFilter[];\n /** The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. */\n compositionType?: CompositionType;\n /** The time that the snapshot was created. */\n readonly created?: Date;\n /** The time that the snapshot will expire. */\n readonly expires?: Date;\n /** The amount of time, in seconds, that a snapshot will remain in the archived state before expiring. This property is only writable during the creation of a snapshot. If not specified, the default lifetime of key-value revisions will be used. */\n retentionPeriod?: number;\n /** The size in bytes of the snapshot. */\n readonly size?: number;\n /** The amount of key-values in the snapshot. */\n readonly itemsCount?: number;\n /** The tags of the snapshot. NOTE: These are data plane tags, not ARM tags. */\n tags?: Record<string, string>;\n /** A value representing the current state of the snapshot. */\n readonly etag?: string;\n}\n\nexport function snapshotSerializer(item: Snapshot): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"filters\",\n \"compositionType\",\n \"retentionPeriod\",\n \"tags\",\n ])\n ? undefined\n : _snapshotPropertiesSerializer(item),\n };\n}\n\nexport function snapshotDeserializer(item: any): Snapshot {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _snapshotPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** All snapshot properties. */\nexport interface SnapshotProperties {\n /** The provisioning state of the snapshot. */\n readonly provisioningState?: ProvisioningState;\n /** The current status of the snapshot. */\n readonly status?: SnapshotStatus;\n /** A list of filters used to filter the key-values included in the snapshot. */\n filters: KeyValueFilter[];\n /** The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. */\n compositionType?: CompositionType;\n /** The time that the snapshot was created. */\n readonly created?: Date;\n /** The time that the snapshot will expire. */\n readonly expires?: Date;\n /** The amount of time, in seconds, that a snapshot will remain in the archived state before expiring. This property is only writable during the creation of a snapshot. If not specified, the default lifetime of key-value revisions will be used. */\n retentionPeriod?: number;\n /** The size in bytes of the snapshot. */\n readonly size?: number;\n /** The amount of key-values in the snapshot. */\n readonly itemsCount?: number;\n /** The tags of the snapshot. NOTE: These are data plane tags, not ARM tags. */\n tags?: Record<string, string>;\n /** A value representing the current state of the snapshot. */\n readonly etag?: string;\n}\n\nexport function snapshotPropertiesSerializer(item: SnapshotProperties): any {\n return {\n filters: keyValueFilterArraySerializer(item[\"filters\"]),\n compositionType: item[\"compositionType\"],\n retentionPeriod: item[\"retentionPeriod\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function snapshotPropertiesDeserializer(item: any): SnapshotProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n status: item[\"status\"],\n filters: keyValueFilterArrayDeserializer(item[\"filters\"]),\n compositionType: item[\"compositionType\"],\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n expires: !item[\"expires\"] ? item[\"expires\"] : new Date(item[\"expires\"]),\n retentionPeriod: item[\"retentionPeriod\"],\n size: item[\"size\"],\n itemsCount: item[\"itemsCount\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n etag: item[\"etag\"],\n };\n}\n\n/** The current status of the snapshot. */\nexport enum KnownSnapshotStatus {\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Ready */\n Ready = \"Ready\",\n /** Archived */\n Archived = \"Archived\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * The current status of the snapshot. \\\n * {@link KnownSnapshotStatus} can be used interchangeably with SnapshotStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning** \\\n * **Ready** \\\n * **Archived** \\\n * **Failed**\n */\nexport type SnapshotStatus = string;\n\nexport function keyValueFilterArraySerializer(result: Array<KeyValueFilter>): any[] {\n return result.map((item) => {\n return keyValueFilterSerializer(item);\n });\n}\n\nexport function keyValueFilterArrayDeserializer(result: Array<KeyValueFilter>): any[] {\n return result.map((item) => {\n return keyValueFilterDeserializer(item);\n });\n}\n\n/** Enables filtering of key-values. */\nexport interface KeyValueFilter {\n /** Filters key-values by their key field. */\n key: string;\n /** Filters key-values by their label field. */\n label?: string;\n}\n\nexport function keyValueFilterSerializer(item: KeyValueFilter): any {\n return { key: item[\"key\"], label: item[\"label\"] };\n}\n\nexport function keyValueFilterDeserializer(item: any): KeyValueFilter {\n return {\n key: item[\"key\"],\n label: item[\"label\"],\n };\n}\n\n/** The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. */\nexport enum KnownCompositionType {\n /** Key */\n Key = \"Key\",\n /** Key_Label */\n KeyLabel = \"Key_Label\",\n}\n\n/**\n * The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. \\\n * {@link KnownCompositionType} can be used interchangeably with CompositionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Key** \\\n * **Key_Label**\n */\nexport type CompositionType = string;\n\n/** The result of a request to list configuration store operations. */\nexport interface _OperationDefinitionListResult {\n /** The collection value. */\n value?: OperationDefinition[];\n /** The URI that can be used to request the next set of paged results. */\n readonly nextLink?: string;\n}\n\nexport function _operationDefinitionListResultDeserializer(\n item: any,\n): _OperationDefinitionListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : operationDefinitionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationDefinitionArrayDeserializer(result: Array<OperationDefinition>): any[] {\n return result.map((item) => {\n return operationDefinitionDeserializer(item);\n });\n}\n\n/** The definition of a configuration store operation. */\nexport interface OperationDefinition {\n /** Operation name: {provider}/{resource}/{operation}. */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** The display information for the configuration store operation. */\n display?: OperationDefinitionDisplay;\n /** Origin of the operation */\n origin?: string;\n /** Properties of the operation */\n properties?: OperationProperties;\n}\n\nexport function operationDefinitionDeserializer(item: any): OperationDefinition {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"]\n ? item[\"display\"]\n : operationDefinitionDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : operationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The display information for a configuration store operation. */\nexport interface OperationDefinitionDisplay {\n /** The resource provider name: Microsoft App Configuration.\" */\n readonly provider?: string;\n /** The resource on which the operation is performed. */\n resource?: string;\n /** The operation that users can perform. */\n operation?: string;\n /** The description for the operation. */\n description?: string;\n}\n\nexport function operationDefinitionDisplayDeserializer(item: any): OperationDefinitionDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** Extra Operation properties */\nexport interface OperationProperties {\n /** Service specifications of the operation */\n serviceSpecification?: ServiceSpecification;\n}\n\nexport function operationPropertiesDeserializer(item: any): OperationProperties {\n return {\n serviceSpecification: !item[\"serviceSpecification\"]\n ? item[\"serviceSpecification\"]\n : serviceSpecificationDeserializer(item[\"serviceSpecification\"]),\n };\n}\n\n/** Service specification payload */\nexport interface ServiceSpecification {\n /** Specifications of the Log for Azure Monitoring */\n logSpecifications?: LogSpecification[];\n /** Specifications of the Metrics for Azure Monitoring */\n metricSpecifications?: MetricSpecification[];\n}\n\nexport function serviceSpecificationDeserializer(item: any): ServiceSpecification {\n return {\n logSpecifications: !item[\"logSpecifications\"]\n ? item[\"logSpecifications\"]\n : logSpecificationArrayDeserializer(item[\"logSpecifications\"]),\n metricSpecifications: !item[\"metricSpecifications\"]\n ? item[\"metricSpecifications\"]\n : metricSpecificationArrayDeserializer(item[\"metricSpecifications\"]),\n };\n}\n\nexport function logSpecificationArrayDeserializer(result: Array<LogSpecification>): any[] {\n return result.map((item) => {\n return logSpecificationDeserializer(item);\n });\n}\n\n/** Specifications of the Log for Azure Monitoring */\nexport interface LogSpecification {\n /** Name of the log */\n name?: string;\n /** Localized friendly display name of the log */\n displayName?: string;\n /** Blob duration of the log */\n blobDuration?: string;\n}\n\nexport function logSpecificationDeserializer(item: any): LogSpecification {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n blobDuration: item[\"blobDuration\"],\n };\n}\n\nexport function metricSpecificationArrayDeserializer(result: Array<MetricSpecification>): any[] {\n return result.map((item) => {\n return metricSpecificationDeserializer(item);\n });\n}\n\n/** Specifications of the Metrics for Azure Monitoring */\nexport interface MetricSpecification {\n /** Name of the metric */\n name?: string;\n /** Localized friendly display name of the metric */\n displayName?: string;\n /** Localized friendly description of the metric */\n displayDescription?: string;\n /** Unit that makes sense for the metric */\n unit?: string;\n /** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */\n aggregationType?: string;\n /** Internal metric name. */\n internalMetricName?: string;\n /** Dimensions of the metric */\n dimensions?: MetricDimension[];\n /** Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. */\n fillGapWithZero?: boolean;\n}\n\nexport function metricSpecificationDeserializer(item: any): MetricSpecification {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n displayDescription: item[\"displayDescription\"],\n unit: item[\"unit\"],\n aggregationType: item[\"aggregationType\"],\n internalMetricName: item[\"internalMetricName\"],\n dimensions: !item[\"dimensions\"]\n ? item[\"dimensions\"]\n : metricDimensionArrayDeserializer(item[\"dimensions\"]),\n fillGapWithZero: item[\"fillGapWithZero\"],\n };\n}\n\nexport function metricDimensionArrayDeserializer(result: Array<MetricDimension>): any[] {\n return result.map((item) => {\n return metricDimensionDeserializer(item);\n });\n}\n\n/** Specifications of the Dimension of metrics */\nexport interface MetricDimension {\n /** Name of the dimension */\n name?: string;\n /** Localized friendly display name of the dimension */\n displayName?: string;\n /** Internal name of the dimension. */\n internalName?: string;\n}\n\nexport function metricDimensionDeserializer(item: any): MetricDimension {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n internalName: item[\"internalName\"],\n };\n}\n\n/** Parameters used for checking whether a resource name is available. */\nexport interface CheckNameAvailabilityParameters {\n /** The name to check for availability. */\n name: string;\n /** The resource type to check for name availability. */\n type: ConfigurationResourceType;\n}\n\nexport function checkNameAvailabilityParametersSerializer(\n item: CheckNameAvailabilityParameters,\n): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\n/** The resource type to check for name availability. */\nexport enum KnownConfigurationResourceType {\n /** Microsoft.AppConfiguration/configurationStores */\n MicrosoftAppConfigurationConfigurationStores = \"Microsoft.AppConfiguration/configurationStores\",\n}\n\n/**\n * The resource type to check for name availability. \\\n * {@link KnownConfigurationResourceType} can be used interchangeably with ConfigurationResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft.AppConfiguration\\/configurationStores**\n */\nexport type ConfigurationResourceType = string;\n\n/** The result of a request to check the availability of a resource name. */\nexport interface NameAvailabilityStatus {\n /** The value indicating whether the resource name is available. */\n readonly nameAvailable?: boolean;\n /** If any, the error message that provides more detail for the reason that the name is not available. */\n readonly message?: string;\n /** If any, the reason that the name is not available. */\n readonly reason?: string;\n}\n\nexport function nameAvailabilityStatusDeserializer(item: any): NameAvailabilityStatus {\n return {\n nameAvailable: item[\"nameAvailable\"],\n message: item[\"message\"],\n reason: item[\"reason\"],\n };\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-02-01-preview API version. */\n V20250201Preview = \"2025-02-01-preview\",\n /** The 2025-06-01-preview API version. */\n V20250601Preview = \"2025-06-01-preview\",\n}\n\nexport function _privateEndpointConnectionReferencePropertiesSerializer(\n item: PrivateEndpointConnectionReference,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _privateEndpointConnectionReferencePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _configurationStorePropertiesSerializer(item: ConfigurationStore): any {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesSerializer(item[\"encryption\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesSerializer(item[\"dataPlaneProxy\"]),\n createMode: item[\"createMode\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesSerializer(item[\"telemetry\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesSerializer(item[\"azureFrontDoor\"]),\n };\n}\n\nexport function _configurationStorePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n creationDate: !item[\"creationDate\"] ? item[\"creationDate\"] : new Date(item[\"creationDate\"]),\n endpoint: item[\"endpoint\"],\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesDeserializer(item[\"encryption\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionReferenceArrayDeserializer(item[\"privateEndpointConnections\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesDeserializer(item[\"dataPlaneProxy\"]),\n createMode: item[\"createMode\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesDeserializer(item[\"telemetry\"]),\n managedOnBehalfOfConfiguration: !item[\"managedOnBehalfOfConfiguration\"]\n ? item[\"managedOnBehalfOfConfiguration\"]\n : managedOnBehalfOfConfigurationDeserializer(item[\"managedOnBehalfOfConfiguration\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesDeserializer(item[\"azureFrontDoor\"]),\n };\n}\n\nexport function _configurationStoreUpdateParametersPropertiesSerializer(\n item: ConfigurationStoreUpdateParameters,\n): any {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertiesSerializer(item[\"encryption\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n dataPlaneProxy: !item[\"dataPlaneProxy\"]\n ? item[\"dataPlaneProxy\"]\n : dataPlaneProxyPropertiesSerializer(item[\"dataPlaneProxy\"]),\n defaultKeyValueRevisionRetentionPeriodInSeconds:\n item[\"defaultKeyValueRevisionRetentionPeriodInSeconds\"],\n telemetry: !item[\"telemetry\"]\n ? item[\"telemetry\"]\n : telemetryPropertiesSerializer(item[\"telemetry\"]),\n azureFrontDoor: !item[\"azureFrontDoor\"]\n ? item[\"azureFrontDoor\"]\n : azureFrontDoorPropertiesSerializer(item[\"azureFrontDoor\"]),\n };\n}\n\nexport function _deletedConfigurationStorePropertiesDeserializer(item: any) {\n return {\n configurationStoreId: item[\"configurationStoreId\"],\n location: item[\"location\"],\n deletionDate: !item[\"deletionDate\"] ? item[\"deletionDate\"] : new Date(item[\"deletionDate\"]),\n scheduledPurgeDate: !item[\"scheduledPurgeDate\"]\n ? item[\"scheduledPurgeDate\"]\n : new Date(item[\"scheduledPurgeDate\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n purgeProtectionEnabled: item[\"purgeProtectionEnabled\"],\n };\n}\n\nexport function _privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnection,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _privateEndpointConnectionPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _privateLinkResourcePropertiesDeserializer(item: any) {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _keyValuePropertiesSerializer(item: KeyValue): any {\n return { value: item[\"value\"], contentType: item[\"contentType\"], tags: item[\"tags\"] };\n}\n\nexport function _keyValuePropertiesDeserializer(item: any) {\n return {\n key: item[\"key\"],\n label: item[\"label\"],\n value: item[\"value\"],\n contentType: item[\"contentType\"],\n eTag: item[\"eTag\"],\n lastModified: !item[\"lastModified\"] ? item[\"lastModified\"] : new Date(item[\"lastModified\"]),\n locked: item[\"locked\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\nexport function _replicaPropertiesSerializer(item: Replica): any {\n return item;\n}\n\nexport function _replicaPropertiesDeserializer(item: any) {\n return {\n endpoint: item[\"endpoint\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _snapshotPropertiesSerializer(item: Snapshot): any {\n return {\n filters: !item[\"filters\"] ? item[\"filters\"] : keyValueFilterArraySerializer(item[\"filters\"]),\n compositionType: item[\"compositionType\"],\n retentionPeriod: item[\"retentionPeriod\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function _snapshotPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n status: item[\"status\"],\n filters: !item[\"filters\"] ? item[\"filters\"] : keyValueFilterArrayDeserializer(item[\"filters\"]),\n compositionType: item[\"compositionType\"],\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n expires: !item[\"expires\"] ? item[\"expires\"] : new Date(item[\"expires\"]),\n retentionPeriod: item[\"retentionPeriod\"],\n size: item[\"size\"],\n itemsCount: item[\"itemsCount\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n etag: item[\"etag\"],\n };\n}\n"]}
@@ -0,0 +1,21 @@
1
+ import type { AppConfigurationManagementClient } from "./appConfigurationManagementClient.js";
2
+ import type { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
3
+ import type { AbortSignalLike } from "@azure/abort-controller";
4
+ import type { PollerLike, OperationState } from "@azure/core-lro";
5
+ export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
6
+ /** Delay to wait until next poll, in milliseconds. */
7
+ updateIntervalInMs?: number;
8
+ /**
9
+ * The signal which can be used to abort requests.
10
+ */
11
+ abortSignal?: AbortSignalLike;
12
+ /** Deserialization function for raw response body */
13
+ processResponseBody?: (result: TResponse) => Promise<TResult>;
14
+ }
15
+ /**
16
+ * Creates a poller from the serialized state of another poller. This can be
17
+ * useful when you want to create pollers on a different host or a poller
18
+ * needs to be constructed after the original one is not in scope.
19
+ */
20
+ export declare function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: AppConfigurationManagementClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
21
+ //# sourceMappingURL=restorePollerHelpers.d.ts.map
@@ -0,0 +1,110 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { _createDeserialize } from "./api/snapshots/operations.js";
4
+ import { _$deleteDeserialize, _createDeserialize as _createDeserializeReplicas, } from "./api/replicas/operations.js";
5
+ import { _$deleteDeserialize as _$deleteDeserializeKeyValues } from "./api/keyValues/operations.js";
6
+ import { _$deleteDeserialize as _$deleteDeserializePrivateEndpointConnections, _createOrUpdateDeserialize, } from "./api/privateEndpointConnections/operations.js";
7
+ import { _purgeDeletedDeserialize, _$deleteDeserialize as _$deleteDeserializeConfigurationStores, _updateDeserialize, _createDeserialize as _createDeserializeConfigurationStores, } from "./api/configurationStores/operations.js";
8
+ import { getLongRunningPoller } from "./static-helpers/pollingHelpers.js";
9
+ import { deserializeState } from "@azure/core-lro";
10
+ /**
11
+ * Creates a poller from the serialized state of another poller. This can be
12
+ * useful when you want to create pollers on a different host or a poller
13
+ * needs to be constructed after the original one is not in scope.
14
+ */
15
+ export function restorePoller(client, serializedState, sourceOperation, options) {
16
+ const pollerConfig = deserializeState(serializedState).config;
17
+ const { initialRequestUrl, requestMethod, metadata } = pollerConfig;
18
+ if (!initialRequestUrl || !requestMethod) {
19
+ throw new Error(`Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`);
20
+ }
21
+ const resourceLocationConfig = metadata?.["resourceLocationConfig"];
22
+ const { deserializer, expectedStatuses = [] } = getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};
23
+ const deserializeHelper = options?.processResponseBody ?? deserializer;
24
+ if (!deserializeHelper) {
25
+ throw new Error(`Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`);
26
+ }
27
+ return getLongRunningPoller(client["_client"] ?? client, deserializeHelper, expectedStatuses, {
28
+ updateIntervalInMs: options?.updateIntervalInMs,
29
+ abortSignal: options?.abortSignal,
30
+ resourceLocationConfig,
31
+ restoreFrom: serializedState,
32
+ initialRequestUrl,
33
+ });
34
+ }
35
+ const deserializeMap = {
36
+ "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/snapshots/{snapshotName}": { deserializer: _createDeserialize, expectedStatuses: ["200", "201", "202"] },
37
+ "DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/replicas/{replicaName}": { deserializer: _$deleteDeserialize, expectedStatuses: ["200", "202", "204", "201"] },
38
+ "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/replicas/{replicaName}": { deserializer: _createDeserializeReplicas, expectedStatuses: ["200", "201", "202"] },
39
+ "DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/keyValues/{keyValueName}": { deserializer: _$deleteDeserializeKeyValues, expectedStatuses: ["200", "202", "204", "201"] },
40
+ "DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}": {
41
+ deserializer: _$deleteDeserializePrivateEndpointConnections,
42
+ expectedStatuses: ["200", "202", "204", "201"],
43
+ },
44
+ "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}": { deserializer: _createOrUpdateDeserialize, expectedStatuses: ["200", "201", "202"] },
45
+ "POST /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}/purge": { deserializer: _purgeDeletedDeserialize, expectedStatuses: ["202", "200", "204", "201"] },
46
+ "DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}": {
47
+ deserializer: _$deleteDeserializeConfigurationStores,
48
+ expectedStatuses: ["200", "202", "204", "201"],
49
+ },
50
+ "PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}": { deserializer: _updateDeserialize, expectedStatuses: ["200", "201", "202"] },
51
+ "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}": {
52
+ deserializer: _createDeserializeConfigurationStores,
53
+ expectedStatuses: ["200", "201", "202"],
54
+ },
55
+ };
56
+ function getDeserializationHelper(urlStr, method) {
57
+ const path = new URL(urlStr).pathname;
58
+ const pathParts = path.split("/");
59
+ // Traverse list to match the longest candidate
60
+ // matchedLen: the length of candidate path
61
+ // matchedValue: the matched status code array
62
+ let matchedLen = -1, matchedValue;
63
+ // Iterate the responseMap to find a match
64
+ for (const [key, value] of Object.entries(deserializeMap)) {
65
+ // Extracting the path from the map key which is in format
66
+ // GET /path/foo
67
+ if (!key.startsWith(method)) {
68
+ continue;
69
+ }
70
+ const candidatePath = getPathFromMapKey(key);
71
+ // Get each part of the url path
72
+ const candidateParts = candidatePath.split("/");
73
+ // track if we have found a match to return the values found.
74
+ let found = true;
75
+ for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {
76
+ if (candidateParts[i]?.startsWith("{") && candidateParts[i]?.indexOf("}") !== -1) {
77
+ const start = candidateParts[i].indexOf("}") + 1, end = candidateParts[i]?.length;
78
+ // If the current part of the candidate is a "template" part
79
+ // Try to use the suffix of pattern to match the path
80
+ // {guid} ==> $
81
+ // {guid}:export ==> :export$
82
+ const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(pathParts[j] || "");
83
+ if (!isMatched) {
84
+ found = false;
85
+ break;
86
+ }
87
+ continue;
88
+ }
89
+ // If the candidate part is not a template and
90
+ // the parts don't match mark the candidate as not found
91
+ // to move on with the next candidate path.
92
+ if (candidateParts[i] !== pathParts[j]) {
93
+ found = false;
94
+ break;
95
+ }
96
+ }
97
+ // We finished evaluating the current candidate parts
98
+ // Update the matched value if and only if we found the longer pattern
99
+ if (found && candidatePath.length > matchedLen) {
100
+ matchedLen = candidatePath.length;
101
+ matchedValue = value;
102
+ }
103
+ }
104
+ return matchedValue;
105
+ }
106
+ function getPathFromMapKey(mapKey) {
107
+ const pathStart = mapKey.indexOf("/");
108
+ return mapKey.slice(pathStart);
109
+ }
110
+ //# sourceMappingURL=restorePollerHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"restorePollerHelpers.js","sourceRoot":"","sources":["../../src/restorePollerHelpers.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AppConfigurationManagementClient } from \"./appConfigurationManagementClient.js\";\nimport { _createDeserialize } from \"./api/snapshots/operations.js\";\nimport {\n _$deleteDeserialize,\n _createDeserialize as _createDeserializeReplicas,\n} from \"./api/replicas/operations.js\";\nimport { _$deleteDeserialize as _$deleteDeserializeKeyValues } from \"./api/keyValues/operations.js\";\nimport {\n _$deleteDeserialize as _$deleteDeserializePrivateEndpointConnections,\n _createOrUpdateDeserialize,\n} from \"./api/privateEndpointConnections/operations.js\";\nimport {\n _purgeDeletedDeserialize,\n _$deleteDeserialize as _$deleteDeserializeConfigurationStores,\n _updateDeserialize,\n _createDeserialize as _createDeserializeConfigurationStores,\n} from \"./api/configurationStores/operations.js\";\nimport { getLongRunningPoller } from \"./static-helpers/pollingHelpers.js\";\nimport type { OperationOptions, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport type { AbortSignalLike } from \"@azure/abort-controller\";\nimport type { PollerLike, OperationState, ResourceLocationConfig } from \"@azure/core-lro\";\nimport { deserializeState } from \"@azure/core-lro\";\n\nexport interface RestorePollerOptions<\n TResult,\n TResponse extends PathUncheckedResponse = PathUncheckedResponse,\n> extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /**\n * The signal which can be used to abort requests.\n */\n abortSignal?: AbortSignalLike;\n /** Deserialization function for raw response body */\n processResponseBody?: (result: TResponse) => Promise<TResult>;\n}\n\n/**\n * Creates a poller from the serialized state of another poller. This can be\n * useful when you want to create pollers on a different host or a poller\n * needs to be constructed after the original one is not in scope.\n */\nexport function restorePoller<TResponse extends PathUncheckedResponse, TResult>(\n client: AppConfigurationManagementClient,\n serializedState: string,\n sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>,\n options?: RestorePollerOptions<TResult>,\n): PollerLike<OperationState<TResult>, TResult> {\n const pollerConfig = deserializeState(serializedState).config;\n const { initialRequestUrl, requestMethod, metadata } = pollerConfig;\n if (!initialRequestUrl || !requestMethod) {\n throw new Error(\n `Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`,\n );\n }\n const resourceLocationConfig = metadata?.[\"resourceLocationConfig\"] as\n | ResourceLocationConfig\n | undefined;\n const { deserializer, expectedStatuses = [] } =\n getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};\n const deserializeHelper = options?.processResponseBody ?? deserializer;\n if (!deserializeHelper) {\n throw new Error(\n `Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`,\n );\n }\n return getLongRunningPoller(\n (client as any)[\"_client\"] ?? client,\n deserializeHelper as (result: TResponse) => Promise<TResult>,\n expectedStatuses,\n {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n resourceLocationConfig,\n restoreFrom: serializedState,\n initialRequestUrl,\n },\n );\n}\n\ninterface DeserializationHelper {\n deserializer: (result: PathUncheckedResponse) => Promise<any>;\n expectedStatuses: string[];\n}\n\nconst deserializeMap: Record<string, DeserializationHelper> = {\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/snapshots/{snapshotName}\":\n { deserializer: _createDeserialize, expectedStatuses: [\"200\", \"201\", \"202\"] },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/replicas/{replicaName}\":\n { deserializer: _$deleteDeserialize, expectedStatuses: [\"200\", \"202\", \"204\", \"201\"] },\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/replicas/{replicaName}\":\n { deserializer: _createDeserializeReplicas, expectedStatuses: [\"200\", \"201\", \"202\"] },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/keyValues/{keyValueName}\":\n { deserializer: _$deleteDeserializeKeyValues, expectedStatuses: [\"200\", \"202\", \"204\", \"201\"] },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}\":\n {\n deserializer: _$deleteDeserializePrivateEndpointConnections,\n expectedStatuses: [\"200\", \"202\", \"204\", \"201\"],\n },\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}\":\n { deserializer: _createOrUpdateDeserialize, expectedStatuses: [\"200\", \"201\", \"202\"] },\n \"POST /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}/purge\":\n { deserializer: _purgeDeletedDeserialize, expectedStatuses: [\"202\", \"200\", \"204\", \"201\"] },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\":\n {\n deserializer: _$deleteDeserializeConfigurationStores,\n expectedStatuses: [\"200\", \"202\", \"204\", \"201\"],\n },\n \"PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\":\n { deserializer: _updateDeserialize, expectedStatuses: [\"200\", \"201\", \"202\"] },\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\":\n {\n deserializer: _createDeserializeConfigurationStores,\n expectedStatuses: [\"200\", \"201\", \"202\"],\n },\n};\n\nfunction getDeserializationHelper(\n urlStr: string,\n method: string,\n): DeserializationHelper | undefined {\n const path = new URL(urlStr).pathname;\n const pathParts = path.split(\"/\");\n\n // Traverse list to match the longest candidate\n // matchedLen: the length of candidate path\n // matchedValue: the matched status code array\n let matchedLen = -1,\n matchedValue: DeserializationHelper | undefined;\n\n // Iterate the responseMap to find a match\n for (const [key, value] of Object.entries(deserializeMap)) {\n // Extracting the path from the map key which is in format\n // GET /path/foo\n if (!key.startsWith(method)) {\n continue;\n }\n const candidatePath = getPathFromMapKey(key);\n // Get each part of the url path\n const candidateParts = candidatePath.split(\"/\");\n\n // track if we have found a match to return the values found.\n let found = true;\n for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {\n if (candidateParts[i]?.startsWith(\"{\") && candidateParts[i]?.indexOf(\"}\") !== -1) {\n const start = candidateParts[i]!.indexOf(\"}\") + 1,\n end = candidateParts[i]?.length;\n // If the current part of the candidate is a \"template\" part\n // Try to use the suffix of pattern to match the path\n // {guid} ==> $\n // {guid}:export ==> :export$\n const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(\n pathParts[j] || \"\",\n );\n\n if (!isMatched) {\n found = false;\n break;\n }\n continue;\n }\n\n // If the candidate part is not a template and\n // the parts don't match mark the candidate as not found\n // to move on with the next candidate path.\n if (candidateParts[i] !== pathParts[j]) {\n found = false;\n break;\n }\n }\n\n // We finished evaluating the current candidate parts\n // Update the matched value if and only if we found the longer pattern\n if (found && candidatePath.length > matchedLen) {\n matchedLen = candidatePath.length;\n matchedValue = value;\n }\n }\n\n return matchedValue;\n}\n\nfunction getPathFromMapKey(mapKey: string): string {\n const pathStart = mapKey.indexOf(\"/\");\n return mapKey.slice(pathStart);\n}\n"]}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * An enum to describe Azure Cloud environments.
3
+ * @enum {string}
4
+ */
5
+ export declare enum AzureClouds {
6
+ /** Azure public cloud, which is the default cloud for Azure SDKs. */
7
+ AZURE_PUBLIC_CLOUD = "AZURE_PUBLIC_CLOUD",
8
+ /** Azure China cloud */
9
+ AZURE_CHINA_CLOUD = "AZURE_CHINA_CLOUD",
10
+ /** Azure US government cloud */
11
+ AZURE_US_GOVERNMENT = "AZURE_US_GOVERNMENT"
12
+ }
13
+ /** The supported values for cloud setting as a string literal type */
14
+ export type AzureSupportedClouds = `${AzureClouds}`;
15
+ /**
16
+ * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.
17
+ * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.
18
+ * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.
19
+ * @throws {Error} Throws an error if an unknown cloud setting is provided.
20
+ */
21
+ export declare function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined;
22
+ //# sourceMappingURL=cloudSettingHelpers.d.ts.map
@@ -0,0 +1,38 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ /**
4
+ * An enum to describe Azure Cloud environments.
5
+ * @enum {string}
6
+ */
7
+ export var AzureClouds;
8
+ (function (AzureClouds) {
9
+ /** Azure public cloud, which is the default cloud for Azure SDKs. */
10
+ AzureClouds["AZURE_PUBLIC_CLOUD"] = "AZURE_PUBLIC_CLOUD";
11
+ /** Azure China cloud */
12
+ AzureClouds["AZURE_CHINA_CLOUD"] = "AZURE_CHINA_CLOUD";
13
+ /** Azure US government cloud */
14
+ AzureClouds["AZURE_US_GOVERNMENT"] = "AZURE_US_GOVERNMENT";
15
+ })(AzureClouds || (AzureClouds = {}));
16
+ /**
17
+ * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.
18
+ * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.
19
+ * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.
20
+ * @throws {Error} Throws an error if an unknown cloud setting is provided.
21
+ */
22
+ export function getArmEndpoint(cloudSetting) {
23
+ if (cloudSetting === undefined) {
24
+ return undefined;
25
+ }
26
+ const cloudEndpoints = {
27
+ AZURE_CHINA_CLOUD: "https://management.chinacloudapi.cn/",
28
+ AZURE_US_GOVERNMENT: "https://management.usgovcloudapi.net/",
29
+ AZURE_PUBLIC_CLOUD: "https://management.azure.com/",
30
+ };
31
+ if (cloudSetting in cloudEndpoints) {
32
+ return cloudEndpoints[cloudSetting];
33
+ }
34
+ else {
35
+ throw new Error(`Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`);
36
+ }
37
+ }
38
+ //# sourceMappingURL=cloudSettingHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cloudSettingHelpers.js","sourceRoot":"","sources":["../../../src/static-helpers/cloudSettingHelpers.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC;;;GAGG;AACH,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,qEAAqE;IACrE,wDAAyC,CAAA;IACzC,wBAAwB;IACxB,sDAAuC,CAAA;IACvC,gCAAgC;IAChC,0DAA2C,CAAA;AAC7C,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAKD;;;;;GAKG;AACH,MAAM,UAAU,cAAc,CAAC,YAAmC;IAChE,IAAI,YAAY,KAAK,SAAS,EAAE,CAAC;QAC/B,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,MAAM,cAAc,GAA6C;QAC/D,iBAAiB,EAAE,sCAAsC;QACzD,mBAAmB,EAAE,uCAAuC;QAC5D,kBAAkB,EAAE,+BAA+B;KACpD,CAAC;IACF,IAAI,YAAY,IAAI,cAAc,EAAE,CAAC;QACnC,OAAO,cAAc,CAAC,YAAY,CAAC,CAAC;IACtC,CAAC;SAAM,CAAC;QACN,MAAM,IAAI,KAAK,CACb,0BAA0B,YAAY,6DAA6D,CACpG,CAAC;IACJ,CAAC;AACH,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * An enum to describe Azure Cloud environments.\n * @enum {string}\n */\nexport enum AzureClouds {\n /** Azure public cloud, which is the default cloud for Azure SDKs. */\n AZURE_PUBLIC_CLOUD = \"AZURE_PUBLIC_CLOUD\",\n /** Azure China cloud */\n AZURE_CHINA_CLOUD = \"AZURE_CHINA_CLOUD\",\n /** Azure US government cloud */\n AZURE_US_GOVERNMENT = \"AZURE_US_GOVERNMENT\",\n}\n\n/** The supported values for cloud setting as a string literal type */\nexport type AzureSupportedClouds = `${AzureClouds}`;\n\n/**\n * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.\n * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.\n * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.\n * @throws {Error} Throws an error if an unknown cloud setting is provided.\n */\nexport function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined {\n if (cloudSetting === undefined) {\n return undefined;\n }\n const cloudEndpoints: Record<keyof typeof AzureClouds, string> = {\n AZURE_CHINA_CLOUD: \"https://management.chinacloudapi.cn/\",\n AZURE_US_GOVERNMENT: \"https://management.usgovcloudapi.net/\",\n AZURE_PUBLIC_CLOUD: \"https://management.azure.com/\",\n };\n if (cloudSetting in cloudEndpoints) {\n return cloudEndpoints[cloudSetting];\n } else {\n throw new Error(\n `Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`,\n );\n }\n}\n"]}
@@ -0,0 +1,73 @@
1
+ import type { Client, PathUncheckedResponse } from "@azure-rest/core-client";
2
+ /**
3
+ * Options for the byPage method
4
+ */
5
+ export interface PageSettings {
6
+ /**
7
+ * A reference to a specific page to start iterating from.
8
+ */
9
+ continuationToken?: string;
10
+ }
11
+ /**
12
+ * An interface that describes a page of results.
13
+ */
14
+ export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
15
+ /**
16
+ * The token that keeps track of where to continue the iterator
17
+ */
18
+ continuationToken?: string;
19
+ };
20
+ /**
21
+ * An interface that allows async iterable iteration both to completion and by page.
22
+ */
23
+ export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
24
+ /**
25
+ * The next method, part of the iteration protocol
26
+ */
27
+ next(): Promise<IteratorResult<TElement>>;
28
+ /**
29
+ * The connection to the async iterator, part of the iteration protocol
30
+ */
31
+ [Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
32
+ /**
33
+ * Return an AsyncIterableIterator that works a page at a time
34
+ */
35
+ byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
36
+ }
37
+ /**
38
+ * An interface that describes how to communicate with the service.
39
+ */
40
+ export interface PagedResult<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
41
+ /**
42
+ * Link to the first page of results.
43
+ */
44
+ firstPageLink?: string;
45
+ /**
46
+ * A method that returns a page of results.
47
+ */
48
+ getPage: (pageLink?: string) => Promise<{
49
+ page: TPage;
50
+ nextPageLink?: string;
51
+ } | undefined>;
52
+ /**
53
+ * a function to implement the `byPage` method on the paged async iterator.
54
+ */
55
+ byPage?: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
56
+ /**
57
+ * A function to extract elements from a page.
58
+ */
59
+ toElements?: (page: TPage) => TElement[];
60
+ }
61
+ /**
62
+ * Options for the paging helper
63
+ */
64
+ export interface BuildPagedAsyncIteratorOptions {
65
+ itemName?: string;
66
+ nextLinkName?: string;
67
+ nextLinkMethod?: "GET" | "POST";
68
+ }
69
+ /**
70
+ * Helper to paginate results in a generic way and return a PagedAsyncIterableIterator
71
+ */
72
+ export declare function buildPagedAsyncIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings, TResponse extends PathUncheckedResponse = PathUncheckedResponse>(client: Client, getInitialResponse: () => PromiseLike<TResponse>, processResponseBody: (result: TResponse) => PromiseLike<unknown>, expectedStatuses: string[], options?: BuildPagedAsyncIteratorOptions): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
73
+ //# sourceMappingURL=pagingHelpers.d.ts.map