@azure/arm-paloaltonetworksngfw 1.1.2-alpha.20251110.1 → 1.2.0-alpha.20251111.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 (654) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -2
  3. package/dist/browser/index.d.ts.map +1 -1
  4. package/dist/browser/index.js +4 -7
  5. package/dist/browser/index.js.map +1 -1
  6. package/dist/browser/lroImpl.d.ts +1 -1
  7. package/dist/browser/lroImpl.d.ts.map +1 -1
  8. package/dist/browser/lroImpl.js +4 -2
  9. package/dist/browser/lroImpl.js.map +1 -1
  10. package/dist/browser/models/index.d.ts +457 -73
  11. package/dist/browser/models/index.d.ts.map +1 -1
  12. package/dist/browser/models/index.js +18 -7
  13. package/dist/browser/models/index.js.map +1 -1
  14. package/dist/browser/models/mappers.d.ts +37 -3
  15. package/dist/browser/models/mappers.d.ts.map +1 -1
  16. package/dist/browser/models/mappers.js +2011 -1186
  17. package/dist/browser/models/mappers.js.map +1 -1
  18. package/dist/browser/models/parameters.d.ts +2 -1
  19. package/dist/browser/models/parameters.d.ts.map +1 -1
  20. package/dist/browser/models/parameters.js +89 -87
  21. package/dist/browser/models/parameters.js.map +1 -1
  22. package/dist/browser/operations/certificateObjectGlobalRulestack.d.ts +5 -5
  23. package/dist/browser/operations/certificateObjectGlobalRulestack.d.ts.map +1 -1
  24. package/dist/browser/operations/certificateObjectGlobalRulestack.js +43 -64
  25. package/dist/browser/operations/certificateObjectGlobalRulestack.js.map +1 -1
  26. package/dist/browser/operations/certificateObjectLocalRulestack.d.ts +5 -5
  27. package/dist/browser/operations/certificateObjectLocalRulestack.d.ts.map +1 -1
  28. package/dist/browser/operations/certificateObjectLocalRulestack.js +45 -50
  29. package/dist/browser/operations/certificateObjectLocalRulestack.js.map +1 -1
  30. package/dist/browser/operations/firewallStatus.d.ts +4 -4
  31. package/dist/browser/operations/firewallStatus.d.ts.map +1 -1
  32. package/dist/browser/operations/firewallStatus.js +20 -25
  33. package/dist/browser/operations/firewallStatus.js.map +1 -1
  34. package/dist/browser/operations/firewalls.d.ts +5 -5
  35. package/dist/browser/operations/firewalls.d.ts.map +1 -1
  36. package/dist/browser/operations/firewalls.js +80 -93
  37. package/dist/browser/operations/firewalls.js.map +1 -1
  38. package/dist/browser/operations/fqdnListGlobalRulestack.d.ts +5 -5
  39. package/dist/browser/operations/fqdnListGlobalRulestack.d.ts.map +1 -1
  40. package/dist/browser/operations/fqdnListGlobalRulestack.js +43 -64
  41. package/dist/browser/operations/fqdnListGlobalRulestack.js.map +1 -1
  42. package/dist/browser/operations/fqdnListLocalRulestack.d.ts +5 -5
  43. package/dist/browser/operations/fqdnListLocalRulestack.d.ts.map +1 -1
  44. package/dist/browser/operations/fqdnListLocalRulestack.js +45 -50
  45. package/dist/browser/operations/fqdnListLocalRulestack.js.map +1 -1
  46. package/dist/browser/operations/globalRulestack.d.ts +5 -5
  47. package/dist/browser/operations/globalRulestack.d.ts.map +1 -1
  48. package/dist/browser/operations/globalRulestack.js +86 -101
  49. package/dist/browser/operations/globalRulestack.js.map +1 -1
  50. package/dist/browser/operations/index.d.ts +3 -1
  51. package/dist/browser/operations/index.d.ts.map +1 -1
  52. package/dist/browser/operations/index.js +7 -8
  53. package/dist/browser/operations/index.js.map +1 -1
  54. package/dist/browser/operations/localRules.d.ts +5 -5
  55. package/dist/browser/operations/localRules.d.ts.map +1 -1
  56. package/dist/browser/operations/localRules.js +60 -65
  57. package/dist/browser/operations/localRules.js.map +1 -1
  58. package/dist/browser/operations/localRulestacks.d.ts +60 -8
  59. package/dist/browser/operations/localRulestacks.d.ts.map +1 -1
  60. package/dist/browser/operations/localRulestacks.js +350 -141
  61. package/dist/browser/operations/localRulestacks.js.map +1 -1
  62. package/dist/browser/operations/metricsObjectFirewall.d.ts +76 -0
  63. package/dist/browser/operations/metricsObjectFirewall.d.ts.map +1 -0
  64. package/dist/browser/operations/metricsObjectFirewall.js +338 -0
  65. package/dist/browser/operations/metricsObjectFirewall.js.map +1 -0
  66. package/dist/browser/operations/operations.d.ts +4 -4
  67. package/dist/browser/operations/operations.d.ts.map +1 -1
  68. package/dist/browser/operations/operations.js +13 -18
  69. package/dist/browser/operations/operations.js.map +1 -1
  70. package/dist/browser/operations/paloAltoNetworksCloudngfwOperations.d.ts +21 -0
  71. package/dist/browser/operations/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  72. package/dist/browser/operations/paloAltoNetworksCloudngfwOperations.js +100 -0
  73. package/dist/browser/operations/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  74. package/dist/browser/operations/postRules.d.ts +5 -5
  75. package/dist/browser/operations/postRules.d.ts.map +1 -1
  76. package/dist/browser/operations/postRules.js +57 -90
  77. package/dist/browser/operations/postRules.js.map +1 -1
  78. package/dist/browser/operations/preRules.d.ts +5 -5
  79. package/dist/browser/operations/preRules.d.ts.map +1 -1
  80. package/dist/browser/operations/preRules.js +58 -91
  81. package/dist/browser/operations/preRules.js.map +1 -1
  82. package/dist/browser/operations/prefixListGlobalRulestack.d.ts +5 -5
  83. package/dist/browser/operations/prefixListGlobalRulestack.d.ts.map +1 -1
  84. package/dist/browser/operations/prefixListGlobalRulestack.js +44 -65
  85. package/dist/browser/operations/prefixListGlobalRulestack.js.map +1 -1
  86. package/dist/browser/operations/prefixListLocalRulestack.d.ts +5 -5
  87. package/dist/browser/operations/prefixListLocalRulestack.d.ts.map +1 -1
  88. package/dist/browser/operations/prefixListLocalRulestack.js +45 -50
  89. package/dist/browser/operations/prefixListLocalRulestack.js.map +1 -1
  90. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +3 -3
  91. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -1
  92. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.js +2 -7
  93. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -1
  94. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.d.ts +3 -3
  95. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -1
  96. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.js +2 -7
  97. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -1
  98. package/dist/browser/operationsInterfaces/firewallStatus.d.ts +2 -2
  99. package/dist/browser/operationsInterfaces/firewallStatus.d.ts.map +1 -1
  100. package/dist/browser/operationsInterfaces/firewallStatus.js +2 -7
  101. package/dist/browser/operationsInterfaces/firewallStatus.js.map +1 -1
  102. package/dist/browser/operationsInterfaces/firewalls.d.ts +3 -3
  103. package/dist/browser/operationsInterfaces/firewalls.d.ts.map +1 -1
  104. package/dist/browser/operationsInterfaces/firewalls.js +2 -7
  105. package/dist/browser/operationsInterfaces/firewalls.js.map +1 -1
  106. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.d.ts +3 -3
  107. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -1
  108. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.js +2 -7
  109. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -1
  110. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.d.ts +3 -3
  111. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -1
  112. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.js +2 -7
  113. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -1
  114. package/dist/browser/operationsInterfaces/globalRulestack.d.ts +3 -3
  115. package/dist/browser/operationsInterfaces/globalRulestack.d.ts.map +1 -1
  116. package/dist/browser/operationsInterfaces/globalRulestack.js +2 -7
  117. package/dist/browser/operationsInterfaces/globalRulestack.js.map +1 -1
  118. package/dist/browser/operationsInterfaces/index.d.ts +3 -1
  119. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  120. package/dist/browser/operationsInterfaces/index.js +7 -8
  121. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  122. package/dist/browser/operationsInterfaces/localRules.d.ts +3 -3
  123. package/dist/browser/operationsInterfaces/localRules.d.ts.map +1 -1
  124. package/dist/browser/operationsInterfaces/localRules.js +2 -7
  125. package/dist/browser/operationsInterfaces/localRules.js.map +1 -1
  126. package/dist/browser/operationsInterfaces/localRulestacks.d.ts +24 -24
  127. package/dist/browser/operationsInterfaces/localRulestacks.d.ts.map +1 -1
  128. package/dist/browser/operationsInterfaces/localRulestacks.js +2 -7
  129. package/dist/browser/operationsInterfaces/localRulestacks.js.map +1 -1
  130. package/dist/browser/operationsInterfaces/metricsObjectFirewall.d.ts +51 -0
  131. package/dist/browser/operationsInterfaces/metricsObjectFirewall.d.ts.map +1 -0
  132. package/dist/browser/operationsInterfaces/metricsObjectFirewall.js +4 -0
  133. package/dist/browser/operationsInterfaces/metricsObjectFirewall.js.map +1 -0
  134. package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
  135. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  136. package/dist/browser/operationsInterfaces/operations.js +2 -7
  137. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  138. package/dist/browser/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts +13 -0
  139. package/dist/browser/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  140. package/dist/browser/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js +4 -0
  141. package/dist/browser/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  142. package/dist/browser/operationsInterfaces/postRules.d.ts +3 -3
  143. package/dist/browser/operationsInterfaces/postRules.d.ts.map +1 -1
  144. package/dist/browser/operationsInterfaces/postRules.js +2 -7
  145. package/dist/browser/operationsInterfaces/postRules.js.map +1 -1
  146. package/dist/browser/operationsInterfaces/preRules.d.ts +3 -3
  147. package/dist/browser/operationsInterfaces/preRules.d.ts.map +1 -1
  148. package/dist/browser/operationsInterfaces/preRules.js +2 -7
  149. package/dist/browser/operationsInterfaces/preRules.js.map +1 -1
  150. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.d.ts +3 -3
  151. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -1
  152. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.js +2 -7
  153. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -1
  154. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.d.ts +3 -3
  155. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -1
  156. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.js +2 -7
  157. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.js.map +1 -1
  158. package/dist/browser/pagingHelper.d.ts.map +1 -1
  159. package/dist/browser/pagingHelper.js +2 -7
  160. package/dist/browser/pagingHelper.js.map +1 -1
  161. package/dist/browser/paloAltoNetworksCloudngfw.d.ts +6 -4
  162. package/dist/browser/paloAltoNetworksCloudngfw.d.ts.map +1 -1
  163. package/dist/browser/paloAltoNetworksCloudngfw.js +22 -23
  164. package/dist/browser/paloAltoNetworksCloudngfw.js.map +1 -1
  165. package/dist/commonjs/index.d.ts.map +1 -1
  166. package/dist/commonjs/index.js +4 -7
  167. package/dist/commonjs/index.js.map +1 -1
  168. package/dist/commonjs/lroImpl.d.ts +1 -1
  169. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  170. package/dist/commonjs/lroImpl.js +4 -2
  171. package/dist/commonjs/lroImpl.js.map +1 -1
  172. package/dist/commonjs/models/index.d.ts +457 -73
  173. package/dist/commonjs/models/index.d.ts.map +1 -1
  174. package/dist/commonjs/models/index.js +19 -8
  175. package/dist/commonjs/models/index.js.map +1 -1
  176. package/dist/commonjs/models/mappers.d.ts +37 -3
  177. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  178. package/dist/commonjs/models/mappers.js +2014 -1188
  179. package/dist/commonjs/models/mappers.js.map +1 -1
  180. package/dist/commonjs/models/parameters.d.ts +2 -1
  181. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  182. package/dist/commonjs/models/parameters.js +89 -87
  183. package/dist/commonjs/models/parameters.js.map +1 -1
  184. package/dist/commonjs/operations/certificateObjectGlobalRulestack.d.ts +5 -5
  185. package/dist/commonjs/operations/certificateObjectGlobalRulestack.d.ts.map +1 -1
  186. package/dist/commonjs/operations/certificateObjectGlobalRulestack.js +43 -64
  187. package/dist/commonjs/operations/certificateObjectGlobalRulestack.js.map +1 -1
  188. package/dist/commonjs/operations/certificateObjectLocalRulestack.d.ts +5 -5
  189. package/dist/commonjs/operations/certificateObjectLocalRulestack.d.ts.map +1 -1
  190. package/dist/commonjs/operations/certificateObjectLocalRulestack.js +45 -50
  191. package/dist/commonjs/operations/certificateObjectLocalRulestack.js.map +1 -1
  192. package/dist/commonjs/operations/firewallStatus.d.ts +4 -4
  193. package/dist/commonjs/operations/firewallStatus.d.ts.map +1 -1
  194. package/dist/commonjs/operations/firewallStatus.js +20 -25
  195. package/dist/commonjs/operations/firewallStatus.js.map +1 -1
  196. package/dist/commonjs/operations/firewalls.d.ts +5 -5
  197. package/dist/commonjs/operations/firewalls.d.ts.map +1 -1
  198. package/dist/commonjs/operations/firewalls.js +80 -93
  199. package/dist/commonjs/operations/firewalls.js.map +1 -1
  200. package/dist/commonjs/operations/fqdnListGlobalRulestack.d.ts +5 -5
  201. package/dist/commonjs/operations/fqdnListGlobalRulestack.d.ts.map +1 -1
  202. package/dist/commonjs/operations/fqdnListGlobalRulestack.js +43 -64
  203. package/dist/commonjs/operations/fqdnListGlobalRulestack.js.map +1 -1
  204. package/dist/commonjs/operations/fqdnListLocalRulestack.d.ts +5 -5
  205. package/dist/commonjs/operations/fqdnListLocalRulestack.d.ts.map +1 -1
  206. package/dist/commonjs/operations/fqdnListLocalRulestack.js +45 -50
  207. package/dist/commonjs/operations/fqdnListLocalRulestack.js.map +1 -1
  208. package/dist/commonjs/operations/globalRulestack.d.ts +5 -5
  209. package/dist/commonjs/operations/globalRulestack.d.ts.map +1 -1
  210. package/dist/commonjs/operations/globalRulestack.js +86 -101
  211. package/dist/commonjs/operations/globalRulestack.js.map +1 -1
  212. package/dist/commonjs/operations/index.d.ts +3 -1
  213. package/dist/commonjs/operations/index.d.ts.map +1 -1
  214. package/dist/commonjs/operations/index.js +7 -8
  215. package/dist/commonjs/operations/index.js.map +1 -1
  216. package/dist/commonjs/operations/localRules.d.ts +5 -5
  217. package/dist/commonjs/operations/localRules.d.ts.map +1 -1
  218. package/dist/commonjs/operations/localRules.js +60 -65
  219. package/dist/commonjs/operations/localRules.js.map +1 -1
  220. package/dist/commonjs/operations/localRulestacks.d.ts +60 -8
  221. package/dist/commonjs/operations/localRulestacks.d.ts.map +1 -1
  222. package/dist/commonjs/operations/localRulestacks.js +350 -141
  223. package/dist/commonjs/operations/localRulestacks.js.map +1 -1
  224. package/dist/commonjs/operations/metricsObjectFirewall.d.ts +76 -0
  225. package/dist/commonjs/operations/metricsObjectFirewall.d.ts.map +1 -0
  226. package/dist/commonjs/operations/metricsObjectFirewall.js +343 -0
  227. package/dist/commonjs/operations/metricsObjectFirewall.js.map +1 -0
  228. package/dist/commonjs/operations/operations.d.ts +4 -4
  229. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  230. package/dist/commonjs/operations/operations.js +13 -18
  231. package/dist/commonjs/operations/operations.js.map +1 -1
  232. package/dist/commonjs/operations/paloAltoNetworksCloudngfwOperations.d.ts +21 -0
  233. package/dist/commonjs/operations/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  234. package/dist/commonjs/operations/paloAltoNetworksCloudngfwOperations.js +105 -0
  235. package/dist/commonjs/operations/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  236. package/dist/commonjs/operations/postRules.d.ts +5 -5
  237. package/dist/commonjs/operations/postRules.d.ts.map +1 -1
  238. package/dist/commonjs/operations/postRules.js +57 -90
  239. package/dist/commonjs/operations/postRules.js.map +1 -1
  240. package/dist/commonjs/operations/preRules.d.ts +5 -5
  241. package/dist/commonjs/operations/preRules.d.ts.map +1 -1
  242. package/dist/commonjs/operations/preRules.js +58 -91
  243. package/dist/commonjs/operations/preRules.js.map +1 -1
  244. package/dist/commonjs/operations/prefixListGlobalRulestack.d.ts +5 -5
  245. package/dist/commonjs/operations/prefixListGlobalRulestack.d.ts.map +1 -1
  246. package/dist/commonjs/operations/prefixListGlobalRulestack.js +44 -65
  247. package/dist/commonjs/operations/prefixListGlobalRulestack.js.map +1 -1
  248. package/dist/commonjs/operations/prefixListLocalRulestack.d.ts +5 -5
  249. package/dist/commonjs/operations/prefixListLocalRulestack.d.ts.map +1 -1
  250. package/dist/commonjs/operations/prefixListLocalRulestack.js +45 -50
  251. package/dist/commonjs/operations/prefixListLocalRulestack.js.map +1 -1
  252. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +3 -3
  253. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -1
  254. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.js +2 -7
  255. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -1
  256. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.d.ts +3 -3
  257. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -1
  258. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.js +2 -7
  259. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -1
  260. package/dist/commonjs/operationsInterfaces/firewallStatus.d.ts +2 -2
  261. package/dist/commonjs/operationsInterfaces/firewallStatus.d.ts.map +1 -1
  262. package/dist/commonjs/operationsInterfaces/firewallStatus.js +2 -7
  263. package/dist/commonjs/operationsInterfaces/firewallStatus.js.map +1 -1
  264. package/dist/commonjs/operationsInterfaces/firewalls.d.ts +3 -3
  265. package/dist/commonjs/operationsInterfaces/firewalls.d.ts.map +1 -1
  266. package/dist/commonjs/operationsInterfaces/firewalls.js +2 -7
  267. package/dist/commonjs/operationsInterfaces/firewalls.js.map +1 -1
  268. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.d.ts +3 -3
  269. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -1
  270. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.js +2 -7
  271. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -1
  272. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.d.ts +3 -3
  273. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -1
  274. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.js +2 -7
  275. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -1
  276. package/dist/commonjs/operationsInterfaces/globalRulestack.d.ts +3 -3
  277. package/dist/commonjs/operationsInterfaces/globalRulestack.d.ts.map +1 -1
  278. package/dist/commonjs/operationsInterfaces/globalRulestack.js +2 -7
  279. package/dist/commonjs/operationsInterfaces/globalRulestack.js.map +1 -1
  280. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -1
  281. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  282. package/dist/commonjs/operationsInterfaces/index.js +7 -8
  283. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  284. package/dist/commonjs/operationsInterfaces/localRules.d.ts +3 -3
  285. package/dist/commonjs/operationsInterfaces/localRules.d.ts.map +1 -1
  286. package/dist/commonjs/operationsInterfaces/localRules.js +2 -7
  287. package/dist/commonjs/operationsInterfaces/localRules.js.map +1 -1
  288. package/dist/commonjs/operationsInterfaces/localRulestacks.d.ts +24 -24
  289. package/dist/commonjs/operationsInterfaces/localRulestacks.d.ts.map +1 -1
  290. package/dist/commonjs/operationsInterfaces/localRulestacks.js +2 -7
  291. package/dist/commonjs/operationsInterfaces/localRulestacks.js.map +1 -1
  292. package/dist/commonjs/operationsInterfaces/metricsObjectFirewall.d.ts +51 -0
  293. package/dist/commonjs/operationsInterfaces/metricsObjectFirewall.d.ts.map +1 -0
  294. package/dist/commonjs/operationsInterfaces/metricsObjectFirewall.js +5 -0
  295. package/dist/commonjs/operationsInterfaces/metricsObjectFirewall.js.map +1 -0
  296. package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
  297. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  298. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  299. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  300. package/dist/commonjs/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts +13 -0
  301. package/dist/commonjs/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  302. package/dist/commonjs/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js +5 -0
  303. package/dist/commonjs/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  304. package/dist/commonjs/operationsInterfaces/postRules.d.ts +3 -3
  305. package/dist/commonjs/operationsInterfaces/postRules.d.ts.map +1 -1
  306. package/dist/commonjs/operationsInterfaces/postRules.js +2 -7
  307. package/dist/commonjs/operationsInterfaces/postRules.js.map +1 -1
  308. package/dist/commonjs/operationsInterfaces/preRules.d.ts +3 -3
  309. package/dist/commonjs/operationsInterfaces/preRules.d.ts.map +1 -1
  310. package/dist/commonjs/operationsInterfaces/preRules.js +2 -7
  311. package/dist/commonjs/operationsInterfaces/preRules.js.map +1 -1
  312. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.d.ts +3 -3
  313. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -1
  314. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.js +2 -7
  315. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -1
  316. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.d.ts +3 -3
  317. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -1
  318. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.js +2 -7
  319. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.js.map +1 -1
  320. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  321. package/dist/commonjs/pagingHelper.js +2 -7
  322. package/dist/commonjs/pagingHelper.js.map +1 -1
  323. package/dist/commonjs/paloAltoNetworksCloudngfw.d.ts +6 -4
  324. package/dist/commonjs/paloAltoNetworksCloudngfw.d.ts.map +1 -1
  325. package/dist/commonjs/paloAltoNetworksCloudngfw.js +21 -22
  326. package/dist/commonjs/paloAltoNetworksCloudngfw.js.map +1 -1
  327. package/dist/commonjs/tsdoc-metadata.json +1 -1
  328. package/dist/esm/index.d.ts.map +1 -1
  329. package/dist/esm/index.js +4 -7
  330. package/dist/esm/index.js.map +1 -1
  331. package/dist/esm/lroImpl.d.ts +1 -1
  332. package/dist/esm/lroImpl.d.ts.map +1 -1
  333. package/dist/esm/lroImpl.js +4 -2
  334. package/dist/esm/lroImpl.js.map +1 -1
  335. package/dist/esm/models/index.d.ts +457 -73
  336. package/dist/esm/models/index.d.ts.map +1 -1
  337. package/dist/esm/models/index.js +18 -7
  338. package/dist/esm/models/index.js.map +1 -1
  339. package/dist/esm/models/mappers.d.ts +37 -3
  340. package/dist/esm/models/mappers.d.ts.map +1 -1
  341. package/dist/esm/models/mappers.js +2011 -1186
  342. package/dist/esm/models/mappers.js.map +1 -1
  343. package/dist/esm/models/parameters.d.ts +2 -1
  344. package/dist/esm/models/parameters.d.ts.map +1 -1
  345. package/dist/esm/models/parameters.js +89 -87
  346. package/dist/esm/models/parameters.js.map +1 -1
  347. package/dist/esm/operations/certificateObjectGlobalRulestack.d.ts +5 -5
  348. package/dist/esm/operations/certificateObjectGlobalRulestack.d.ts.map +1 -1
  349. package/dist/esm/operations/certificateObjectGlobalRulestack.js +43 -64
  350. package/dist/esm/operations/certificateObjectGlobalRulestack.js.map +1 -1
  351. package/dist/esm/operations/certificateObjectLocalRulestack.d.ts +5 -5
  352. package/dist/esm/operations/certificateObjectLocalRulestack.d.ts.map +1 -1
  353. package/dist/esm/operations/certificateObjectLocalRulestack.js +45 -50
  354. package/dist/esm/operations/certificateObjectLocalRulestack.js.map +1 -1
  355. package/dist/esm/operations/firewallStatus.d.ts +4 -4
  356. package/dist/esm/operations/firewallStatus.d.ts.map +1 -1
  357. package/dist/esm/operations/firewallStatus.js +20 -25
  358. package/dist/esm/operations/firewallStatus.js.map +1 -1
  359. package/dist/esm/operations/firewalls.d.ts +5 -5
  360. package/dist/esm/operations/firewalls.d.ts.map +1 -1
  361. package/dist/esm/operations/firewalls.js +80 -93
  362. package/dist/esm/operations/firewalls.js.map +1 -1
  363. package/dist/esm/operations/fqdnListGlobalRulestack.d.ts +5 -5
  364. package/dist/esm/operations/fqdnListGlobalRulestack.d.ts.map +1 -1
  365. package/dist/esm/operations/fqdnListGlobalRulestack.js +43 -64
  366. package/dist/esm/operations/fqdnListGlobalRulestack.js.map +1 -1
  367. package/dist/esm/operations/fqdnListLocalRulestack.d.ts +5 -5
  368. package/dist/esm/operations/fqdnListLocalRulestack.d.ts.map +1 -1
  369. package/dist/esm/operations/fqdnListLocalRulestack.js +45 -50
  370. package/dist/esm/operations/fqdnListLocalRulestack.js.map +1 -1
  371. package/dist/esm/operations/globalRulestack.d.ts +5 -5
  372. package/dist/esm/operations/globalRulestack.d.ts.map +1 -1
  373. package/dist/esm/operations/globalRulestack.js +86 -101
  374. package/dist/esm/operations/globalRulestack.js.map +1 -1
  375. package/dist/esm/operations/index.d.ts +3 -1
  376. package/dist/esm/operations/index.d.ts.map +1 -1
  377. package/dist/esm/operations/index.js +7 -8
  378. package/dist/esm/operations/index.js.map +1 -1
  379. package/dist/esm/operations/localRules.d.ts +5 -5
  380. package/dist/esm/operations/localRules.d.ts.map +1 -1
  381. package/dist/esm/operations/localRules.js +60 -65
  382. package/dist/esm/operations/localRules.js.map +1 -1
  383. package/dist/esm/operations/localRulestacks.d.ts +60 -8
  384. package/dist/esm/operations/localRulestacks.d.ts.map +1 -1
  385. package/dist/esm/operations/localRulestacks.js +350 -141
  386. package/dist/esm/operations/localRulestacks.js.map +1 -1
  387. package/dist/esm/operations/metricsObjectFirewall.d.ts +76 -0
  388. package/dist/esm/operations/metricsObjectFirewall.d.ts.map +1 -0
  389. package/dist/esm/operations/metricsObjectFirewall.js +338 -0
  390. package/dist/esm/operations/metricsObjectFirewall.js.map +1 -0
  391. package/dist/esm/operations/operations.d.ts +4 -4
  392. package/dist/esm/operations/operations.d.ts.map +1 -1
  393. package/dist/esm/operations/operations.js +13 -18
  394. package/dist/esm/operations/operations.js.map +1 -1
  395. package/dist/esm/operations/paloAltoNetworksCloudngfwOperations.d.ts +21 -0
  396. package/dist/esm/operations/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  397. package/dist/esm/operations/paloAltoNetworksCloudngfwOperations.js +100 -0
  398. package/dist/esm/operations/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  399. package/dist/esm/operations/postRules.d.ts +5 -5
  400. package/dist/esm/operations/postRules.d.ts.map +1 -1
  401. package/dist/esm/operations/postRules.js +57 -90
  402. package/dist/esm/operations/postRules.js.map +1 -1
  403. package/dist/esm/operations/preRules.d.ts +5 -5
  404. package/dist/esm/operations/preRules.d.ts.map +1 -1
  405. package/dist/esm/operations/preRules.js +58 -91
  406. package/dist/esm/operations/preRules.js.map +1 -1
  407. package/dist/esm/operations/prefixListGlobalRulestack.d.ts +5 -5
  408. package/dist/esm/operations/prefixListGlobalRulestack.d.ts.map +1 -1
  409. package/dist/esm/operations/prefixListGlobalRulestack.js +44 -65
  410. package/dist/esm/operations/prefixListGlobalRulestack.js.map +1 -1
  411. package/dist/esm/operations/prefixListLocalRulestack.d.ts +5 -5
  412. package/dist/esm/operations/prefixListLocalRulestack.d.ts.map +1 -1
  413. package/dist/esm/operations/prefixListLocalRulestack.js +45 -50
  414. package/dist/esm/operations/prefixListLocalRulestack.js.map +1 -1
  415. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +3 -3
  416. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -1
  417. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.js +2 -7
  418. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -1
  419. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.d.ts +3 -3
  420. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -1
  421. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.js +2 -7
  422. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -1
  423. package/dist/esm/operationsInterfaces/firewallStatus.d.ts +2 -2
  424. package/dist/esm/operationsInterfaces/firewallStatus.d.ts.map +1 -1
  425. package/dist/esm/operationsInterfaces/firewallStatus.js +2 -7
  426. package/dist/esm/operationsInterfaces/firewallStatus.js.map +1 -1
  427. package/dist/esm/operationsInterfaces/firewalls.d.ts +3 -3
  428. package/dist/esm/operationsInterfaces/firewalls.d.ts.map +1 -1
  429. package/dist/esm/operationsInterfaces/firewalls.js +2 -7
  430. package/dist/esm/operationsInterfaces/firewalls.js.map +1 -1
  431. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.d.ts +3 -3
  432. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -1
  433. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.js +2 -7
  434. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -1
  435. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.d.ts +3 -3
  436. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -1
  437. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.js +2 -7
  438. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -1
  439. package/dist/esm/operationsInterfaces/globalRulestack.d.ts +3 -3
  440. package/dist/esm/operationsInterfaces/globalRulestack.d.ts.map +1 -1
  441. package/dist/esm/operationsInterfaces/globalRulestack.js +2 -7
  442. package/dist/esm/operationsInterfaces/globalRulestack.js.map +1 -1
  443. package/dist/esm/operationsInterfaces/index.d.ts +3 -1
  444. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  445. package/dist/esm/operationsInterfaces/index.js +7 -8
  446. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  447. package/dist/esm/operationsInterfaces/localRules.d.ts +3 -3
  448. package/dist/esm/operationsInterfaces/localRules.d.ts.map +1 -1
  449. package/dist/esm/operationsInterfaces/localRules.js +2 -7
  450. package/dist/esm/operationsInterfaces/localRules.js.map +1 -1
  451. package/dist/esm/operationsInterfaces/localRulestacks.d.ts +24 -24
  452. package/dist/esm/operationsInterfaces/localRulestacks.d.ts.map +1 -1
  453. package/dist/esm/operationsInterfaces/localRulestacks.js +2 -7
  454. package/dist/esm/operationsInterfaces/localRulestacks.js.map +1 -1
  455. package/dist/esm/operationsInterfaces/metricsObjectFirewall.d.ts +51 -0
  456. package/dist/esm/operationsInterfaces/metricsObjectFirewall.d.ts.map +1 -0
  457. package/dist/esm/operationsInterfaces/metricsObjectFirewall.js +4 -0
  458. package/dist/esm/operationsInterfaces/metricsObjectFirewall.js.map +1 -0
  459. package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
  460. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  461. package/dist/esm/operationsInterfaces/operations.js +2 -7
  462. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  463. package/dist/esm/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts +13 -0
  464. package/dist/esm/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  465. package/dist/esm/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js +4 -0
  466. package/dist/esm/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  467. package/dist/esm/operationsInterfaces/postRules.d.ts +3 -3
  468. package/dist/esm/operationsInterfaces/postRules.d.ts.map +1 -1
  469. package/dist/esm/operationsInterfaces/postRules.js +2 -7
  470. package/dist/esm/operationsInterfaces/postRules.js.map +1 -1
  471. package/dist/esm/operationsInterfaces/preRules.d.ts +3 -3
  472. package/dist/esm/operationsInterfaces/preRules.d.ts.map +1 -1
  473. package/dist/esm/operationsInterfaces/preRules.js +2 -7
  474. package/dist/esm/operationsInterfaces/preRules.js.map +1 -1
  475. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.d.ts +3 -3
  476. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -1
  477. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.js +2 -7
  478. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -1
  479. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.d.ts +3 -3
  480. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -1
  481. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.js +2 -7
  482. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.js.map +1 -1
  483. package/dist/esm/pagingHelper.d.ts.map +1 -1
  484. package/dist/esm/pagingHelper.js +2 -7
  485. package/dist/esm/pagingHelper.js.map +1 -1
  486. package/dist/esm/paloAltoNetworksCloudngfw.d.ts +6 -4
  487. package/dist/esm/paloAltoNetworksCloudngfw.d.ts.map +1 -1
  488. package/dist/esm/paloAltoNetworksCloudngfw.js +22 -23
  489. package/dist/esm/paloAltoNetworksCloudngfw.js.map +1 -1
  490. package/dist/react-native/index.d.ts.map +1 -1
  491. package/dist/react-native/index.js +4 -7
  492. package/dist/react-native/index.js.map +1 -1
  493. package/dist/react-native/lroImpl.d.ts +1 -1
  494. package/dist/react-native/lroImpl.d.ts.map +1 -1
  495. package/dist/react-native/lroImpl.js +4 -2
  496. package/dist/react-native/lroImpl.js.map +1 -1
  497. package/dist/react-native/models/index.d.ts +457 -73
  498. package/dist/react-native/models/index.d.ts.map +1 -1
  499. package/dist/react-native/models/index.js +18 -7
  500. package/dist/react-native/models/index.js.map +1 -1
  501. package/dist/react-native/models/mappers.d.ts +37 -3
  502. package/dist/react-native/models/mappers.d.ts.map +1 -1
  503. package/dist/react-native/models/mappers.js +2011 -1186
  504. package/dist/react-native/models/mappers.js.map +1 -1
  505. package/dist/react-native/models/parameters.d.ts +2 -1
  506. package/dist/react-native/models/parameters.d.ts.map +1 -1
  507. package/dist/react-native/models/parameters.js +89 -87
  508. package/dist/react-native/models/parameters.js.map +1 -1
  509. package/dist/react-native/operations/certificateObjectGlobalRulestack.d.ts +5 -5
  510. package/dist/react-native/operations/certificateObjectGlobalRulestack.d.ts.map +1 -1
  511. package/dist/react-native/operations/certificateObjectGlobalRulestack.js +43 -64
  512. package/dist/react-native/operations/certificateObjectGlobalRulestack.js.map +1 -1
  513. package/dist/react-native/operations/certificateObjectLocalRulestack.d.ts +5 -5
  514. package/dist/react-native/operations/certificateObjectLocalRulestack.d.ts.map +1 -1
  515. package/dist/react-native/operations/certificateObjectLocalRulestack.js +45 -50
  516. package/dist/react-native/operations/certificateObjectLocalRulestack.js.map +1 -1
  517. package/dist/react-native/operations/firewallStatus.d.ts +4 -4
  518. package/dist/react-native/operations/firewallStatus.d.ts.map +1 -1
  519. package/dist/react-native/operations/firewallStatus.js +20 -25
  520. package/dist/react-native/operations/firewallStatus.js.map +1 -1
  521. package/dist/react-native/operations/firewalls.d.ts +5 -5
  522. package/dist/react-native/operations/firewalls.d.ts.map +1 -1
  523. package/dist/react-native/operations/firewalls.js +80 -93
  524. package/dist/react-native/operations/firewalls.js.map +1 -1
  525. package/dist/react-native/operations/fqdnListGlobalRulestack.d.ts +5 -5
  526. package/dist/react-native/operations/fqdnListGlobalRulestack.d.ts.map +1 -1
  527. package/dist/react-native/operations/fqdnListGlobalRulestack.js +43 -64
  528. package/dist/react-native/operations/fqdnListGlobalRulestack.js.map +1 -1
  529. package/dist/react-native/operations/fqdnListLocalRulestack.d.ts +5 -5
  530. package/dist/react-native/operations/fqdnListLocalRulestack.d.ts.map +1 -1
  531. package/dist/react-native/operations/fqdnListLocalRulestack.js +45 -50
  532. package/dist/react-native/operations/fqdnListLocalRulestack.js.map +1 -1
  533. package/dist/react-native/operations/globalRulestack.d.ts +5 -5
  534. package/dist/react-native/operations/globalRulestack.d.ts.map +1 -1
  535. package/dist/react-native/operations/globalRulestack.js +86 -101
  536. package/dist/react-native/operations/globalRulestack.js.map +1 -1
  537. package/dist/react-native/operations/index.d.ts +3 -1
  538. package/dist/react-native/operations/index.d.ts.map +1 -1
  539. package/dist/react-native/operations/index.js +7 -8
  540. package/dist/react-native/operations/index.js.map +1 -1
  541. package/dist/react-native/operations/localRules.d.ts +5 -5
  542. package/dist/react-native/operations/localRules.d.ts.map +1 -1
  543. package/dist/react-native/operations/localRules.js +60 -65
  544. package/dist/react-native/operations/localRules.js.map +1 -1
  545. package/dist/react-native/operations/localRulestacks.d.ts +60 -8
  546. package/dist/react-native/operations/localRulestacks.d.ts.map +1 -1
  547. package/dist/react-native/operations/localRulestacks.js +350 -141
  548. package/dist/react-native/operations/localRulestacks.js.map +1 -1
  549. package/dist/react-native/operations/metricsObjectFirewall.d.ts +76 -0
  550. package/dist/react-native/operations/metricsObjectFirewall.d.ts.map +1 -0
  551. package/dist/react-native/operations/metricsObjectFirewall.js +338 -0
  552. package/dist/react-native/operations/metricsObjectFirewall.js.map +1 -0
  553. package/dist/react-native/operations/operations.d.ts +4 -4
  554. package/dist/react-native/operations/operations.d.ts.map +1 -1
  555. package/dist/react-native/operations/operations.js +13 -18
  556. package/dist/react-native/operations/operations.js.map +1 -1
  557. package/dist/react-native/operations/paloAltoNetworksCloudngfwOperations.d.ts +21 -0
  558. package/dist/react-native/operations/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  559. package/dist/react-native/operations/paloAltoNetworksCloudngfwOperations.js +100 -0
  560. package/dist/react-native/operations/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  561. package/dist/react-native/operations/postRules.d.ts +5 -5
  562. package/dist/react-native/operations/postRules.d.ts.map +1 -1
  563. package/dist/react-native/operations/postRules.js +57 -90
  564. package/dist/react-native/operations/postRules.js.map +1 -1
  565. package/dist/react-native/operations/preRules.d.ts +5 -5
  566. package/dist/react-native/operations/preRules.d.ts.map +1 -1
  567. package/dist/react-native/operations/preRules.js +58 -91
  568. package/dist/react-native/operations/preRules.js.map +1 -1
  569. package/dist/react-native/operations/prefixListGlobalRulestack.d.ts +5 -5
  570. package/dist/react-native/operations/prefixListGlobalRulestack.d.ts.map +1 -1
  571. package/dist/react-native/operations/prefixListGlobalRulestack.js +44 -65
  572. package/dist/react-native/operations/prefixListGlobalRulestack.js.map +1 -1
  573. package/dist/react-native/operations/prefixListLocalRulestack.d.ts +5 -5
  574. package/dist/react-native/operations/prefixListLocalRulestack.d.ts.map +1 -1
  575. package/dist/react-native/operations/prefixListLocalRulestack.js +45 -50
  576. package/dist/react-native/operations/prefixListLocalRulestack.js.map +1 -1
  577. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +3 -3
  578. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -1
  579. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.js +2 -7
  580. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -1
  581. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.d.ts +3 -3
  582. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -1
  583. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.js +2 -7
  584. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -1
  585. package/dist/react-native/operationsInterfaces/firewallStatus.d.ts +2 -2
  586. package/dist/react-native/operationsInterfaces/firewallStatus.d.ts.map +1 -1
  587. package/dist/react-native/operationsInterfaces/firewallStatus.js +2 -7
  588. package/dist/react-native/operationsInterfaces/firewallStatus.js.map +1 -1
  589. package/dist/react-native/operationsInterfaces/firewalls.d.ts +3 -3
  590. package/dist/react-native/operationsInterfaces/firewalls.d.ts.map +1 -1
  591. package/dist/react-native/operationsInterfaces/firewalls.js +2 -7
  592. package/dist/react-native/operationsInterfaces/firewalls.js.map +1 -1
  593. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.d.ts +3 -3
  594. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -1
  595. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.js +2 -7
  596. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -1
  597. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.d.ts +3 -3
  598. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -1
  599. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.js +2 -7
  600. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -1
  601. package/dist/react-native/operationsInterfaces/globalRulestack.d.ts +3 -3
  602. package/dist/react-native/operationsInterfaces/globalRulestack.d.ts.map +1 -1
  603. package/dist/react-native/operationsInterfaces/globalRulestack.js +2 -7
  604. package/dist/react-native/operationsInterfaces/globalRulestack.js.map +1 -1
  605. package/dist/react-native/operationsInterfaces/index.d.ts +3 -1
  606. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  607. package/dist/react-native/operationsInterfaces/index.js +7 -8
  608. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  609. package/dist/react-native/operationsInterfaces/localRules.d.ts +3 -3
  610. package/dist/react-native/operationsInterfaces/localRules.d.ts.map +1 -1
  611. package/dist/react-native/operationsInterfaces/localRules.js +2 -7
  612. package/dist/react-native/operationsInterfaces/localRules.js.map +1 -1
  613. package/dist/react-native/operationsInterfaces/localRulestacks.d.ts +24 -24
  614. package/dist/react-native/operationsInterfaces/localRulestacks.d.ts.map +1 -1
  615. package/dist/react-native/operationsInterfaces/localRulestacks.js +2 -7
  616. package/dist/react-native/operationsInterfaces/localRulestacks.js.map +1 -1
  617. package/dist/react-native/operationsInterfaces/metricsObjectFirewall.d.ts +51 -0
  618. package/dist/react-native/operationsInterfaces/metricsObjectFirewall.d.ts.map +1 -0
  619. package/dist/react-native/operationsInterfaces/metricsObjectFirewall.js +4 -0
  620. package/dist/react-native/operationsInterfaces/metricsObjectFirewall.js.map +1 -0
  621. package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
  622. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  623. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  624. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  625. package/dist/react-native/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts +13 -0
  626. package/dist/react-native/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  627. package/dist/react-native/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js +4 -0
  628. package/dist/react-native/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  629. package/dist/react-native/operationsInterfaces/postRules.d.ts +3 -3
  630. package/dist/react-native/operationsInterfaces/postRules.d.ts.map +1 -1
  631. package/dist/react-native/operationsInterfaces/postRules.js +2 -7
  632. package/dist/react-native/operationsInterfaces/postRules.js.map +1 -1
  633. package/dist/react-native/operationsInterfaces/preRules.d.ts +3 -3
  634. package/dist/react-native/operationsInterfaces/preRules.d.ts.map +1 -1
  635. package/dist/react-native/operationsInterfaces/preRules.js +2 -7
  636. package/dist/react-native/operationsInterfaces/preRules.js.map +1 -1
  637. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.d.ts +3 -3
  638. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -1
  639. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.js +2 -7
  640. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -1
  641. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.d.ts +3 -3
  642. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -1
  643. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.js +2 -7
  644. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.js.map +1 -1
  645. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  646. package/dist/react-native/pagingHelper.js +2 -7
  647. package/dist/react-native/pagingHelper.js.map +1 -1
  648. package/dist/react-native/paloAltoNetworksCloudngfw.d.ts +6 -4
  649. package/dist/react-native/paloAltoNetworksCloudngfw.d.ts.map +1 -1
  650. package/dist/react-native/paloAltoNetworksCloudngfw.js +22 -23
  651. package/dist/react-native/paloAltoNetworksCloudngfw.js.map +1 -1
  652. package/package.json +37 -36
  653. package/CHANGELOG.md +0 -28
  654. package/review/arm-paloaltonetworksngfw-node.api.md +0 -2026
@@ -1 +1 @@
1
- {"version":3,"file":"globalRulestack.js","sourceRoot":"","sources":["../../../src/operations/globalRulestack.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { GlobalRulestack } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { PaloAltoNetworksCloudngfw } from \"../paloAltoNetworksCloudngfw.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n GlobalRulestackResource,\n GlobalRulestackListNextOptionalParams,\n GlobalRulestackListOptionalParams,\n GlobalRulestackListResponse,\n GlobalRulestackGetOptionalParams,\n GlobalRulestackGetResponse,\n GlobalRulestackCreateOrUpdateOptionalParams,\n GlobalRulestackCreateOrUpdateResponse,\n GlobalRulestackResourceUpdate,\n GlobalRulestackUpdateOptionalParams,\n GlobalRulestackUpdateResponse,\n GlobalRulestackDeleteOptionalParams,\n GlobalRulestackCommitOptionalParams,\n GlobalRulestackGetChangeLogOptionalParams,\n GlobalRulestackGetChangeLogResponse,\n AdvSecurityObjectTypeEnum,\n GlobalRulestackListAdvancedSecurityObjectsOptionalParams,\n GlobalRulestackListAdvancedSecurityObjectsResponse,\n GlobalRulestackListAppIdsOptionalParams,\n GlobalRulestackListAppIdsResponse,\n GlobalRulestackListCountriesOptionalParams,\n GlobalRulestackListCountriesResponse,\n GlobalRulestackListFirewallsOptionalParams,\n GlobalRulestackListFirewallsResponse,\n GlobalRulestackListPredefinedUrlCategoriesOptionalParams,\n GlobalRulestackListPredefinedUrlCategoriesResponse,\n SecurityServicesTypeEnum,\n GlobalRulestackListSecurityServicesOptionalParams,\n GlobalRulestackListSecurityServicesResponse,\n GlobalRulestackRevertOptionalParams,\n GlobalRulestackListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing GlobalRulestack operations. */\nexport class GlobalRulestackImpl implements GlobalRulestack {\n private readonly client: PaloAltoNetworksCloudngfw;\n\n /**\n * Initialize a new instance of the class GlobalRulestack class.\n * @param client Reference to the service client\n */\n constructor(client: PaloAltoNetworksCloudngfw) {\n this.client = client;\n }\n\n /**\n * List GlobalRulestackResource resources by Tenant\n * @param options The options parameters.\n */\n public list(\n options?: GlobalRulestackListOptionalParams\n ): PagedAsyncIterableIterator<GlobalRulestackResource> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: GlobalRulestackListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<GlobalRulestackResource[]> {\n let result: GlobalRulestackListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: GlobalRulestackListOptionalParams\n ): AsyncIterableIterator<GlobalRulestackResource> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List GlobalRulestackResource resources by Tenant\n * @param options The options parameters.\n */\n private _list(\n options?: GlobalRulestackListOptionalParams\n ): Promise<GlobalRulestackListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Get a GlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n get(\n globalRulestackName: string,\n options?: GlobalRulestackGetOptionalParams\n ): Promise<GlobalRulestackGetResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a GlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n globalRulestackName: string,\n resource: GlobalRulestackResource,\n options?: GlobalRulestackCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<GlobalRulestackCreateOrUpdateResponse>,\n GlobalRulestackCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<GlobalRulestackCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { globalRulestackName, resource, options },\n spec: createOrUpdateOperationSpec\n });\n const poller = await createHttpPoller<\n GlobalRulestackCreateOrUpdateResponse,\n OperationState<GlobalRulestackCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create a GlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n globalRulestackName: string,\n resource: GlobalRulestackResource,\n options?: GlobalRulestackCreateOrUpdateOptionalParams\n ): Promise<GlobalRulestackCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n globalRulestackName,\n resource,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update a GlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param properties The resource properties to be updated.\n * @param options The options parameters.\n */\n update(\n globalRulestackName: string,\n properties: GlobalRulestackResourceUpdate,\n options?: GlobalRulestackUpdateOptionalParams\n ): Promise<GlobalRulestackUpdateResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, properties, options },\n updateOperationSpec\n );\n }\n\n /**\n * Delete a GlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n async beginDelete(\n globalRulestackName: string,\n options?: GlobalRulestackDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { globalRulestackName, options },\n spec: deleteOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a GlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n globalRulestackName: string,\n options?: GlobalRulestackDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(globalRulestackName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Commit rulestack configuration\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n async beginCommit(\n globalRulestackName: string,\n options?: GlobalRulestackCommitOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { globalRulestackName, options },\n spec: commitOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Commit rulestack configuration\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n async beginCommitAndWait(\n globalRulestackName: string,\n options?: GlobalRulestackCommitOptionalParams\n ): Promise<void> {\n const poller = await this.beginCommit(globalRulestackName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Get changelog\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n getChangeLog(\n globalRulestackName: string,\n options?: GlobalRulestackGetChangeLogOptionalParams\n ): Promise<GlobalRulestackGetChangeLogResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, options },\n getChangeLogOperationSpec\n );\n }\n\n /**\n * Get the list of advanced security objects\n * @param globalRulestackName GlobalRulestack resource name\n * @param typeParam\n * @param options The options parameters.\n */\n listAdvancedSecurityObjects(\n globalRulestackName: string,\n typeParam: AdvSecurityObjectTypeEnum,\n options?: GlobalRulestackListAdvancedSecurityObjectsOptionalParams\n ): Promise<GlobalRulestackListAdvancedSecurityObjectsResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, typeParam, options },\n listAdvancedSecurityObjectsOperationSpec\n );\n }\n\n /**\n * List of AppIds for GlobalRulestack ApiVersion\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n listAppIds(\n globalRulestackName: string,\n options?: GlobalRulestackListAppIdsOptionalParams\n ): Promise<GlobalRulestackListAppIdsResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, options },\n listAppIdsOperationSpec\n );\n }\n\n /**\n * List of countries for Rulestack\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n listCountries(\n globalRulestackName: string,\n options?: GlobalRulestackListCountriesOptionalParams\n ): Promise<GlobalRulestackListCountriesResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, options },\n listCountriesOperationSpec\n );\n }\n\n /**\n * List of Firewalls associated with Rulestack\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n listFirewalls(\n globalRulestackName: string,\n options?: GlobalRulestackListFirewallsOptionalParams\n ): Promise<GlobalRulestackListFirewallsResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, options },\n listFirewallsOperationSpec\n );\n }\n\n /**\n * List predefined URL categories for rulestack\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n listPredefinedUrlCategories(\n globalRulestackName: string,\n options?: GlobalRulestackListPredefinedUrlCategoriesOptionalParams\n ): Promise<GlobalRulestackListPredefinedUrlCategoriesResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, options },\n listPredefinedUrlCategoriesOperationSpec\n );\n }\n\n /**\n * List the security services for rulestack\n * @param globalRulestackName GlobalRulestack resource name\n * @param typeParam\n * @param options The options parameters.\n */\n listSecurityServices(\n globalRulestackName: string,\n typeParam: SecurityServicesTypeEnum,\n options?: GlobalRulestackListSecurityServicesOptionalParams\n ): Promise<GlobalRulestackListSecurityServicesResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, typeParam, options },\n listSecurityServicesOperationSpec\n );\n }\n\n /**\n * Revert rulestack configuration\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n revert(\n globalRulestackName: string,\n options?: GlobalRulestackRevertOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { globalRulestackName, options },\n revertOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: GlobalRulestackListNextOptionalParams\n ): Promise<GlobalRulestackListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GlobalRulestackResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GlobalRulestackResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.GlobalRulestackResource\n },\n 201: {\n bodyMapper: Mappers.GlobalRulestackResource\n },\n 202: {\n bodyMapper: Mappers.GlobalRulestackResource\n },\n 204: {\n bodyMapper: Mappers.GlobalRulestackResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.resource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.GlobalRulestackResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.properties,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst commitOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/commit\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getChangeLogOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/getChangeLog\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.Changelog\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listAdvancedSecurityObjectsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listAdvancedSecurityObjects\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdvSecurityObjectListResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skip,\n Parameters.top,\n Parameters.typeParam\n ],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listAppIdsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listAppIds\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListAppIdResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skip,\n Parameters.top,\n Parameters.appIdVersion,\n Parameters.appPrefix\n ],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listCountriesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listCountries\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CountriesResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skip, Parameters.top],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listFirewallsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listFirewalls\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListFirewallsResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listPredefinedUrlCategoriesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listPredefinedUrlCategories\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PredefinedUrlCategoriesResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skip, Parameters.top],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listSecurityServicesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listSecurityServices\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityServicesResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skip,\n Parameters.top,\n Parameters.typeParam1\n ],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst revertOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/revert\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GlobalRulestackResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
1
+ {"version":3,"file":"globalRulestack.js","sourceRoot":"","sources":["../../../src/operations/globalRulestack.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { GlobalRulestack } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { PaloAltoNetworksCloudngfw } from \"../paloAltoNetworksCloudngfw.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n GlobalRulestackResource,\n GlobalRulestackListNextOptionalParams,\n GlobalRulestackListOptionalParams,\n GlobalRulestackListResponse,\n GlobalRulestackGetOptionalParams,\n GlobalRulestackGetResponse,\n GlobalRulestackCreateOrUpdateOptionalParams,\n GlobalRulestackCreateOrUpdateResponse,\n GlobalRulestackResourceUpdate,\n GlobalRulestackUpdateOptionalParams,\n GlobalRulestackUpdateResponse,\n GlobalRulestackDeleteOptionalParams,\n GlobalRulestackCommitOptionalParams,\n GlobalRulestackGetChangeLogOptionalParams,\n GlobalRulestackGetChangeLogResponse,\n AdvSecurityObjectTypeEnum,\n GlobalRulestackListAdvancedSecurityObjectsOptionalParams,\n GlobalRulestackListAdvancedSecurityObjectsResponse,\n GlobalRulestackListAppIdsOptionalParams,\n GlobalRulestackListAppIdsResponse,\n GlobalRulestackListCountriesOptionalParams,\n GlobalRulestackListCountriesResponse,\n GlobalRulestackListFirewallsOptionalParams,\n GlobalRulestackListFirewallsResponse,\n GlobalRulestackListPredefinedUrlCategoriesOptionalParams,\n GlobalRulestackListPredefinedUrlCategoriesResponse,\n SecurityServicesTypeEnum,\n GlobalRulestackListSecurityServicesOptionalParams,\n GlobalRulestackListSecurityServicesResponse,\n GlobalRulestackRevertOptionalParams,\n GlobalRulestackListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing GlobalRulestack operations. */\nexport class GlobalRulestackImpl implements GlobalRulestack {\n private readonly client: PaloAltoNetworksCloudngfw;\n\n /**\n * Initialize a new instance of the class GlobalRulestack class.\n * @param client Reference to the service client\n */\n constructor(client: PaloAltoNetworksCloudngfw) {\n this.client = client;\n }\n\n /**\n * List GlobalRulestackResource resources by Tenant\n * @param options The options parameters.\n */\n public list(\n options?: GlobalRulestackListOptionalParams,\n ): PagedAsyncIterableIterator<GlobalRulestackResource> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: GlobalRulestackListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<GlobalRulestackResource[]> {\n let result: GlobalRulestackListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: GlobalRulestackListOptionalParams,\n ): AsyncIterableIterator<GlobalRulestackResource> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List GlobalRulestackResource resources by Tenant\n * @param options The options parameters.\n */\n private _list(options?: GlobalRulestackListOptionalParams): Promise<GlobalRulestackListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Get a GlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n get(\n globalRulestackName: string,\n options?: GlobalRulestackGetOptionalParams,\n ): Promise<GlobalRulestackGetResponse> {\n return this.client.sendOperationRequest({ globalRulestackName, options }, getOperationSpec);\n }\n\n /**\n * Create a GlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n globalRulestackName: string,\n resource: GlobalRulestackResource,\n options?: GlobalRulestackCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GlobalRulestackCreateOrUpdateResponse>,\n GlobalRulestackCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<GlobalRulestackCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { globalRulestackName, resource, options },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n GlobalRulestackCreateOrUpdateResponse,\n OperationState<GlobalRulestackCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create a GlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n globalRulestackName: string,\n resource: GlobalRulestackResource,\n options?: GlobalRulestackCreateOrUpdateOptionalParams,\n ): Promise<GlobalRulestackCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(globalRulestackName, resource, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Update a GlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param properties The resource properties to be updated.\n * @param options The options parameters.\n */\n update(\n globalRulestackName: string,\n properties: GlobalRulestackResourceUpdate,\n options?: GlobalRulestackUpdateOptionalParams,\n ): Promise<GlobalRulestackUpdateResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, properties, options },\n updateOperationSpec,\n );\n }\n\n /**\n * Delete a GlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n async beginDelete(\n globalRulestackName: string,\n options?: GlobalRulestackDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { globalRulestackName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a GlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n globalRulestackName: string,\n options?: GlobalRulestackDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(globalRulestackName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Commit rulestack configuration\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n async beginCommit(\n globalRulestackName: string,\n options?: GlobalRulestackCommitOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { globalRulestackName, options },\n spec: commitOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Commit rulestack configuration\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n async beginCommitAndWait(\n globalRulestackName: string,\n options?: GlobalRulestackCommitOptionalParams,\n ): Promise<void> {\n const poller = await this.beginCommit(globalRulestackName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Get changelog\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n getChangeLog(\n globalRulestackName: string,\n options?: GlobalRulestackGetChangeLogOptionalParams,\n ): Promise<GlobalRulestackGetChangeLogResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, options },\n getChangeLogOperationSpec,\n );\n }\n\n /**\n * Get the list of advanced security objects\n * @param globalRulestackName GlobalRulestack resource name\n * @param typeParam\n * @param options The options parameters.\n */\n listAdvancedSecurityObjects(\n globalRulestackName: string,\n typeParam: AdvSecurityObjectTypeEnum,\n options?: GlobalRulestackListAdvancedSecurityObjectsOptionalParams,\n ): Promise<GlobalRulestackListAdvancedSecurityObjectsResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, typeParam, options },\n listAdvancedSecurityObjectsOperationSpec,\n );\n }\n\n /**\n * List of AppIds for GlobalRulestack ApiVersion\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n listAppIds(\n globalRulestackName: string,\n options?: GlobalRulestackListAppIdsOptionalParams,\n ): Promise<GlobalRulestackListAppIdsResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, options },\n listAppIdsOperationSpec,\n );\n }\n\n /**\n * List of countries for Rulestack\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n listCountries(\n globalRulestackName: string,\n options?: GlobalRulestackListCountriesOptionalParams,\n ): Promise<GlobalRulestackListCountriesResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, options },\n listCountriesOperationSpec,\n );\n }\n\n /**\n * List of Firewalls associated with Rulestack\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n listFirewalls(\n globalRulestackName: string,\n options?: GlobalRulestackListFirewallsOptionalParams,\n ): Promise<GlobalRulestackListFirewallsResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, options },\n listFirewallsOperationSpec,\n );\n }\n\n /**\n * List predefined URL categories for rulestack\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n listPredefinedUrlCategories(\n globalRulestackName: string,\n options?: GlobalRulestackListPredefinedUrlCategoriesOptionalParams,\n ): Promise<GlobalRulestackListPredefinedUrlCategoriesResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, options },\n listPredefinedUrlCategoriesOperationSpec,\n );\n }\n\n /**\n * List the security services for rulestack\n * @param globalRulestackName GlobalRulestack resource name\n * @param typeParam\n * @param options The options parameters.\n */\n listSecurityServices(\n globalRulestackName: string,\n typeParam: SecurityServicesTypeEnum,\n options?: GlobalRulestackListSecurityServicesOptionalParams,\n ): Promise<GlobalRulestackListSecurityServicesResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, typeParam, options },\n listSecurityServicesOperationSpec,\n );\n }\n\n /**\n * Revert rulestack configuration\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n revert(\n globalRulestackName: string,\n options?: GlobalRulestackRevertOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest({ globalRulestackName, options }, revertOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: GlobalRulestackListNextOptionalParams,\n ): Promise<GlobalRulestackListNextResponse> {\n return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GlobalRulestackResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GlobalRulestackResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.GlobalRulestackResource,\n },\n 201: {\n bodyMapper: Mappers.GlobalRulestackResource,\n },\n 202: {\n bodyMapper: Mappers.GlobalRulestackResource,\n },\n 204: {\n bodyMapper: Mappers.GlobalRulestackResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.resource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.GlobalRulestackResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.properties,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst commitOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/commit\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getChangeLogOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/getChangeLog\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.Changelog,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listAdvancedSecurityObjectsOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listAdvancedSecurityObjects\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdvSecurityObjectListResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.skip, Parameters.top, Parameters.typeParam],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listAppIdsOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listAppIds\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListAppIdResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skip,\n Parameters.top,\n Parameters.appIdVersion,\n Parameters.appPrefix,\n ],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listCountriesOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listCountries\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CountriesResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.skip, Parameters.top],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listFirewallsOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listFirewalls\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListFirewallsResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listPredefinedUrlCategoriesOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listPredefinedUrlCategories\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PredefinedUrlCategoriesResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.skip, Parameters.top],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listSecurityServicesOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listSecurityServices\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityServicesResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.skip, Parameters.top, Parameters.typeParam1],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst revertOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/revert\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GlobalRulestackResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -2,11 +2,13 @@ export * from "./globalRulestack.js";
2
2
  export * from "./certificateObjectGlobalRulestack.js";
3
3
  export * from "./fqdnListGlobalRulestack.js";
4
4
  export * from "./postRules.js";
5
- export * from "./prefixListGlobalRulestack.js";
6
5
  export * from "./preRules.js";
6
+ export * from "./prefixListGlobalRulestack.js";
7
7
  export * from "./operations.js";
8
+ export * from "./paloAltoNetworksCloudngfwOperations.js";
8
9
  export * from "./firewalls.js";
9
10
  export * from "./localRulestacks.js";
11
+ export * from "./metricsObjectFirewall.js";
10
12
  export * from "./firewallStatus.js";
11
13
  export * from "./certificateObjectLocalRulestack.js";
12
14
  export * from "./fqdnListLocalRulestack.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,sBAAsB,CAAC;AACrC,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sCAAsC,CAAC;AACrD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iBAAiB,CAAC;AAChC,cAAc,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAMA,cAAc,sBAAsB,CAAC;AACrC,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iBAAiB,CAAC;AAChC,cAAc,0CAA0C,CAAC;AACzD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sCAAsC,CAAC;AACrD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iBAAiB,CAAC;AAChC,cAAc,+BAA+B,CAAC"}
@@ -1,19 +1,18 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ // Code generated by Microsoft (R) AutoRest Code Generator.
4
+ // Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
5
  export * from "./globalRulestack.js";
9
6
  export * from "./certificateObjectGlobalRulestack.js";
10
7
  export * from "./fqdnListGlobalRulestack.js";
11
8
  export * from "./postRules.js";
12
- export * from "./prefixListGlobalRulestack.js";
13
9
  export * from "./preRules.js";
10
+ export * from "./prefixListGlobalRulestack.js";
14
11
  export * from "./operations.js";
12
+ export * from "./paloAltoNetworksCloudngfwOperations.js";
15
13
  export * from "./firewalls.js";
16
14
  export * from "./localRulestacks.js";
15
+ export * from "./metricsObjectFirewall.js";
17
16
  export * from "./firewallStatus.js";
18
17
  export * from "./certificateObjectLocalRulestack.js";
19
18
  export * from "./fqdnListLocalRulestack.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,sBAAsB,CAAC;AACrC,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sCAAsC,CAAC;AACrD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iBAAiB,CAAC;AAChC,cAAc,+BAA+B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./globalRulestack.js\";\nexport * from \"./certificateObjectGlobalRulestack.js\";\nexport * from \"./fqdnListGlobalRulestack.js\";\nexport * from \"./postRules.js\";\nexport * from \"./prefixListGlobalRulestack.js\";\nexport * from \"./preRules.js\";\nexport * from \"./operations.js\";\nexport * from \"./firewalls.js\";\nexport * from \"./localRulestacks.js\";\nexport * from \"./firewallStatus.js\";\nexport * from \"./certificateObjectLocalRulestack.js\";\nexport * from \"./fqdnListLocalRulestack.js\";\nexport * from \"./localRules.js\";\nexport * from \"./prefixListLocalRulestack.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,2DAA2D;AAC3D,oFAAoF;AAEpF,cAAc,sBAAsB,CAAC;AACrC,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iBAAiB,CAAC;AAChC,cAAc,0CAA0C,CAAC;AACzD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sCAAsC,CAAC;AACrD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iBAAiB,CAAC;AAChC,cAAc,+BAA+B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nexport * from \"./globalRulestack.js\";\nexport * from \"./certificateObjectGlobalRulestack.js\";\nexport * from \"./fqdnListGlobalRulestack.js\";\nexport * from \"./postRules.js\";\nexport * from \"./preRules.js\";\nexport * from \"./prefixListGlobalRulestack.js\";\nexport * from \"./operations.js\";\nexport * from \"./paloAltoNetworksCloudngfwOperations.js\";\nexport * from \"./firewalls.js\";\nexport * from \"./localRulestacks.js\";\nexport * from \"./metricsObjectFirewall.js\";\nexport * from \"./firewallStatus.js\";\nexport * from \"./certificateObjectLocalRulestack.js\";\nexport * from \"./fqdnListLocalRulestack.js\";\nexport * from \"./localRules.js\";\nexport * from \"./prefixListLocalRulestack.js\";\n"]}
@@ -1,8 +1,8 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { LocalRules } from "../operationsInterfaces/index.js";
3
- import { PaloAltoNetworksCloudngfw } from "../paloAltoNetworksCloudngfw.js";
4
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
5
- import { LocalRulesResource, LocalRulesListByLocalRulestacksOptionalParams, LocalRulesGetOptionalParams, LocalRulesGetResponse, LocalRulesCreateOrUpdateOptionalParams, LocalRulesCreateOrUpdateResponse, LocalRulesDeleteOptionalParams, LocalRulesGetCountersOptionalParams, LocalRulesGetCountersResponse, LocalRulesRefreshCountersOptionalParams, LocalRulesResetCountersOptionalParams, LocalRulesResetCountersResponse } from "../models/index.js";
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { LocalRules } from "../operationsInterfaces/index.js";
3
+ import type { PaloAltoNetworksCloudngfw } from "../paloAltoNetworksCloudngfw.js";
4
+ import type { SimplePollerLike, OperationState } from "@azure/core-lro";
5
+ import type { LocalRulesResource, LocalRulesListByLocalRulestacksOptionalParams, LocalRulesGetOptionalParams, LocalRulesGetResponse, LocalRulesCreateOrUpdateOptionalParams, LocalRulesCreateOrUpdateResponse, LocalRulesDeleteOptionalParams, LocalRulesGetCountersOptionalParams, LocalRulesGetCountersResponse, LocalRulesRefreshCountersOptionalParams, LocalRulesResetCountersOptionalParams, LocalRulesResetCountersResponse } from "../models/index.js";
6
6
  /** Class containing LocalRules operations. */
7
7
  export declare class LocalRulesImpl implements LocalRules {
8
8
  private readonly client;
@@ -1 +1 @@
1
- {"version":3,"file":"localRules.d.ts","sourceRoot":"","sources":["../../../src/operations/localRules.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"localRules.d.ts","sourceRoot":"","sources":["../../../src/operations/localRules.ts"],"names":[],"mappings":"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"}
@@ -1,10 +1,5 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
8
3
  import { setContinuationToken } from "../pagingHelper.js";
9
4
  import * as coreClient from "@azure/core-client";
10
5
  import * as Mappers from "../models/mappers.js";
@@ -42,7 +37,7 @@ export class LocalRulesImpl {
42
37
  throw new Error("maxPageSize is not supported by this operation.");
43
38
  }
44
39
  return this.listByLocalRulestacksPagingPage(resourceGroupName, localRulestackName, options, settings);
45
- }
40
+ },
46
41
  };
47
42
  }
48
43
  async *listByLocalRulestacksPagingPage(resourceGroupName, localRulestackName, options, settings) {
@@ -50,7 +45,7 @@ export class LocalRulesImpl {
50
45
  let continuationToken = settings?.continuationToken;
51
46
  if (!continuationToken) {
52
47
  result = await this._listByLocalRulestacks(resourceGroupName, localRulestackName, options);
53
- let page = result.value || [];
48
+ const page = result.value || [];
54
49
  continuationToken = result.nextLink;
55
50
  setContinuationToken(page, continuationToken);
56
51
  yield page;
@@ -58,7 +53,7 @@ export class LocalRulesImpl {
58
53
  while (continuationToken) {
59
54
  result = await this._listByLocalRulestacksNext(resourceGroupName, localRulestackName, continuationToken, options);
60
55
  continuationToken = result.nextLink;
61
- let page = result.value || [];
56
+ const page = result.value || [];
62
57
  setContinuationToken(page, continuationToken);
63
58
  yield page;
64
59
  }
@@ -110,8 +105,8 @@ export class LocalRulesImpl {
110
105
  ...args,
111
106
  options: {
112
107
  ...args.options,
113
- onResponse: callback
114
- }
108
+ onResponse: callback,
109
+ },
115
110
  };
116
111
  const flatResponse = await directSendOperation(updatedArgs, spec);
117
112
  return {
@@ -119,8 +114,8 @@ export class LocalRulesImpl {
119
114
  rawResponse: {
120
115
  statusCode: currentRawResponse.status,
121
116
  body: currentRawResponse.parsedBody,
122
- headers: currentRawResponse.headers.toJSON()
123
- }
117
+ headers: currentRawResponse.headers.toJSON(),
118
+ },
124
119
  };
125
120
  };
126
121
  const lro = createLroSpec({
@@ -130,14 +125,14 @@ export class LocalRulesImpl {
130
125
  localRulestackName,
131
126
  priority,
132
127
  resource,
133
- options
128
+ options,
134
129
  },
135
- spec: createOrUpdateOperationSpec
130
+ spec: createOrUpdateOperationSpec,
136
131
  });
137
132
  const poller = await createHttpPoller(lro, {
138
133
  restoreFrom: options?.resumeFrom,
139
134
  intervalInMs: options?.updateIntervalInMs,
140
- resourceLocationConfig: "azure-async-operation"
135
+ resourceLocationConfig: "azure-async-operation",
141
136
  });
142
137
  await poller.poll();
143
138
  return poller;
@@ -176,8 +171,8 @@ export class LocalRulesImpl {
176
171
  ...args,
177
172
  options: {
178
173
  ...args.options,
179
- onResponse: callback
180
- }
174
+ onResponse: callback,
175
+ },
181
176
  };
182
177
  const flatResponse = await directSendOperation(updatedArgs, spec);
183
178
  return {
@@ -185,19 +180,19 @@ export class LocalRulesImpl {
185
180
  rawResponse: {
186
181
  statusCode: currentRawResponse.status,
187
182
  body: currentRawResponse.parsedBody,
188
- headers: currentRawResponse.headers.toJSON()
189
- }
183
+ headers: currentRawResponse.headers.toJSON(),
184
+ },
190
185
  };
191
186
  };
192
187
  const lro = createLroSpec({
193
188
  sendOperationFn,
194
189
  args: { resourceGroupName, localRulestackName, priority, options },
195
- spec: deleteOperationSpec
190
+ spec: deleteOperationSpec,
196
191
  });
197
192
  const poller = await createHttpPoller(lro, {
198
193
  restoreFrom: options?.resumeFrom,
199
194
  intervalInMs: options?.updateIntervalInMs,
200
- resourceLocationConfig: "azure-async-operation"
195
+ resourceLocationConfig: "azure-async-operation",
201
196
  });
202
197
  await poller.poll();
203
198
  return poller;
@@ -261,32 +256,32 @@ const listByLocalRulestacksOperationSpec = {
261
256
  httpMethod: "GET",
262
257
  responses: {
263
258
  200: {
264
- bodyMapper: Mappers.LocalRulesResourceListResult
259
+ bodyMapper: Mappers.LocalRulesResourceListResult,
265
260
  },
266
261
  default: {
267
- bodyMapper: Mappers.ErrorResponse
268
- }
262
+ bodyMapper: Mappers.ErrorResponse,
263
+ },
269
264
  },
270
265
  queryParameters: [Parameters.apiVersion],
271
266
  urlParameters: [
272
267
  Parameters.$host,
273
268
  Parameters.subscriptionId,
274
269
  Parameters.resourceGroupName,
275
- Parameters.localRulestackName
270
+ Parameters.localRulestackName,
276
271
  ],
277
272
  headerParameters: [Parameters.accept],
278
- serializer
273
+ serializer,
279
274
  };
280
275
  const getOperationSpec = {
281
276
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}",
282
277
  httpMethod: "GET",
283
278
  responses: {
284
279
  200: {
285
- bodyMapper: Mappers.LocalRulesResource
280
+ bodyMapper: Mappers.LocalRulesResource,
286
281
  },
287
282
  default: {
288
- bodyMapper: Mappers.ErrorResponse
289
- }
283
+ bodyMapper: Mappers.ErrorResponse,
284
+ },
290
285
  },
291
286
  queryParameters: [Parameters.apiVersion],
292
287
  urlParameters: [
@@ -294,43 +289,43 @@ const getOperationSpec = {
294
289
  Parameters.priority,
295
290
  Parameters.subscriptionId,
296
291
  Parameters.resourceGroupName,
297
- Parameters.localRulestackName
292
+ Parameters.localRulestackName,
298
293
  ],
299
294
  headerParameters: [Parameters.accept],
300
- serializer
295
+ serializer,
301
296
  };
302
297
  const createOrUpdateOperationSpec = {
303
298
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}",
304
299
  httpMethod: "PUT",
305
300
  responses: {
306
301
  200: {
307
- bodyMapper: Mappers.LocalRulesResource
302
+ bodyMapper: Mappers.LocalRulesResource,
308
303
  },
309
304
  201: {
310
- bodyMapper: Mappers.LocalRulesResource
305
+ bodyMapper: Mappers.LocalRulesResource,
311
306
  },
312
307
  202: {
313
- bodyMapper: Mappers.LocalRulesResource
308
+ bodyMapper: Mappers.LocalRulesResource,
314
309
  },
315
310
  204: {
316
- bodyMapper: Mappers.LocalRulesResource
311
+ bodyMapper: Mappers.LocalRulesResource,
317
312
  },
318
313
  default: {
319
- bodyMapper: Mappers.ErrorResponse
320
- }
314
+ bodyMapper: Mappers.ErrorResponse,
315
+ },
321
316
  },
322
- requestBody: Parameters.resource10,
317
+ requestBody: Parameters.resource11,
323
318
  queryParameters: [Parameters.apiVersion],
324
319
  urlParameters: [
325
320
  Parameters.$host,
326
321
  Parameters.priority,
327
322
  Parameters.subscriptionId,
328
323
  Parameters.resourceGroupName,
329
- Parameters.localRulestackName
324
+ Parameters.localRulestackName,
330
325
  ],
331
326
  headerParameters: [Parameters.accept, Parameters.contentType],
332
327
  mediaType: "json",
333
- serializer
328
+ serializer,
334
329
  };
335
330
  const deleteOperationSpec = {
336
331
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}",
@@ -341,8 +336,8 @@ const deleteOperationSpec = {
341
336
  202: {},
342
337
  204: {},
343
338
  default: {
344
- bodyMapper: Mappers.ErrorResponse
345
- }
339
+ bodyMapper: Mappers.ErrorResponse,
340
+ },
346
341
  },
347
342
  queryParameters: [Parameters.apiVersion],
348
343
  urlParameters: [
@@ -350,21 +345,21 @@ const deleteOperationSpec = {
350
345
  Parameters.priority,
351
346
  Parameters.subscriptionId,
352
347
  Parameters.resourceGroupName,
353
- Parameters.localRulestackName
348
+ Parameters.localRulestackName,
354
349
  ],
355
350
  headerParameters: [Parameters.accept],
356
- serializer
351
+ serializer,
357
352
  };
358
353
  const getCountersOperationSpec = {
359
354
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}/getCounters",
360
355
  httpMethod: "POST",
361
356
  responses: {
362
357
  200: {
363
- bodyMapper: Mappers.RuleCounter
358
+ bodyMapper: Mappers.RuleCounter,
364
359
  },
365
360
  default: {
366
- bodyMapper: Mappers.ErrorResponse
367
- }
361
+ bodyMapper: Mappers.ErrorResponse,
362
+ },
368
363
  },
369
364
  queryParameters: [Parameters.apiVersion, Parameters.firewallName],
370
365
  urlParameters: [
@@ -372,10 +367,10 @@ const getCountersOperationSpec = {
372
367
  Parameters.priority,
373
368
  Parameters.subscriptionId,
374
369
  Parameters.resourceGroupName,
375
- Parameters.localRulestackName
370
+ Parameters.localRulestackName,
376
371
  ],
377
372
  headerParameters: [Parameters.accept],
378
- serializer
373
+ serializer,
379
374
  };
380
375
  const refreshCountersOperationSpec = {
381
376
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}/refreshCounters",
@@ -383,8 +378,8 @@ const refreshCountersOperationSpec = {
383
378
  responses: {
384
379
  204: {},
385
380
  default: {
386
- bodyMapper: Mappers.ErrorResponse
387
- }
381
+ bodyMapper: Mappers.ErrorResponse,
382
+ },
388
383
  },
389
384
  queryParameters: [Parameters.apiVersion, Parameters.firewallName],
390
385
  urlParameters: [
@@ -392,21 +387,21 @@ const refreshCountersOperationSpec = {
392
387
  Parameters.priority,
393
388
  Parameters.subscriptionId,
394
389
  Parameters.resourceGroupName,
395
- Parameters.localRulestackName
390
+ Parameters.localRulestackName,
396
391
  ],
397
392
  headerParameters: [Parameters.accept],
398
- serializer
393
+ serializer,
399
394
  };
400
395
  const resetCountersOperationSpec = {
401
396
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}/resetCounters",
402
397
  httpMethod: "POST",
403
398
  responses: {
404
399
  200: {
405
- bodyMapper: Mappers.RuleCounterReset
400
+ bodyMapper: Mappers.RuleCounterReset,
406
401
  },
407
402
  default: {
408
- bodyMapper: Mappers.ErrorResponse
409
- }
403
+ bodyMapper: Mappers.ErrorResponse,
404
+ },
410
405
  },
411
406
  queryParameters: [Parameters.apiVersion, Parameters.firewallName],
412
407
  urlParameters: [
@@ -414,30 +409,30 @@ const resetCountersOperationSpec = {
414
409
  Parameters.priority,
415
410
  Parameters.subscriptionId,
416
411
  Parameters.resourceGroupName,
417
- Parameters.localRulestackName
412
+ Parameters.localRulestackName,
418
413
  ],
419
414
  headerParameters: [Parameters.accept],
420
- serializer
415
+ serializer,
421
416
  };
422
417
  const listByLocalRulestacksNextOperationSpec = {
423
418
  path: "{nextLink}",
424
419
  httpMethod: "GET",
425
420
  responses: {
426
421
  200: {
427
- bodyMapper: Mappers.LocalRulesResourceListResult
422
+ bodyMapper: Mappers.LocalRulesResourceListResult,
428
423
  },
429
424
  default: {
430
- bodyMapper: Mappers.ErrorResponse
431
- }
425
+ bodyMapper: Mappers.ErrorResponse,
426
+ },
432
427
  },
433
428
  urlParameters: [
434
429
  Parameters.$host,
435
430
  Parameters.nextLink,
436
431
  Parameters.subscriptionId,
437
432
  Parameters.resourceGroupName,
438
- Parameters.localRulestackName
433
+ Parameters.localRulestackName,
439
434
  ],
440
435
  headerParameters: [Parameters.accept],
441
- serializer
436
+ serializer,
442
437
  };
443
438
  //# sourceMappingURL=localRules.js.map