@pulumi/scm 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (925) hide show
  1. package/address.d.ts +231 -0
  2. package/{addressObject.js → address.js} +69 -15
  3. package/address.js.map +1 -0
  4. package/addressGroup.d.ts +73 -38
  5. package/addressGroup.js +47 -12
  6. package/addressGroup.js.map +1 -1
  7. package/aggregateInterface.d.ts +141 -0
  8. package/aggregateInterface.js +70 -0
  9. package/aggregateInterface.js.map +1 -0
  10. package/antiSpywareProfile.d.ts +37 -44
  11. package/antiSpywareProfile.js +3 -10
  12. package/antiSpywareProfile.js.map +1 -1
  13. package/antiSpywareSignature.d.ts +47 -54
  14. package/antiSpywareSignature.js +1 -8
  15. package/antiSpywareSignature.js.map +1 -1
  16. package/appOverrideRule.d.ts +163 -59
  17. package/appOverrideRule.js +86 -2
  18. package/appOverrideRule.js.map +1 -1
  19. package/application.d.ts +101 -108
  20. package/application.js +1 -14
  21. package/application.js.map +1 -1
  22. package/applicationFilter.d.ts +77 -68
  23. package/applicationFilter.js +11 -2
  24. package/applicationFilter.js.map +1 -1
  25. package/applicationGroup.d.ts +44 -17
  26. package/applicationGroup.js +29 -2
  27. package/applicationGroup.js.map +1 -1
  28. package/authenticationProfile.d.ts +35 -44
  29. package/authenticationProfile.js +1 -10
  30. package/authenticationProfile.js.map +1 -1
  31. package/authenticationRule.d.ts +202 -88
  32. package/authenticationRule.js +111 -2
  33. package/authenticationRule.js.map +1 -1
  34. package/authenticationSequence.d.ts +19 -28
  35. package/authenticationSequence.js +1 -10
  36. package/authenticationSequence.js.map +1 -1
  37. package/bgpAddressFamilyProfile.d.ts +103 -0
  38. package/bgpAddressFamilyProfile.js +62 -0
  39. package/bgpAddressFamilyProfile.js.map +1 -0
  40. package/bgpAuthProfile.d.ts +113 -0
  41. package/bgpAuthProfile.js +66 -0
  42. package/bgpAuthProfile.js.map +1 -0
  43. package/bgpFilteringProfile.d.ts +115 -0
  44. package/bgpFilteringProfile.js +64 -0
  45. package/bgpFilteringProfile.js.map +1 -0
  46. package/bgpRedistributionProfile.d.ts +103 -0
  47. package/bgpRedistributionProfile.js +65 -0
  48. package/bgpRedistributionProfile.js.map +1 -0
  49. package/bgpRouteMap.d.ts +115 -0
  50. package/bgpRouteMap.js +64 -0
  51. package/bgpRouteMap.js.map +1 -0
  52. package/bgpRouteMapRedistribution.d.ts +139 -0
  53. package/bgpRouteMapRedistribution.js +68 -0
  54. package/bgpRouteMapRedistribution.js.map +1 -0
  55. package/certificateProfile.d.ts +72 -50
  56. package/certificateProfile.js +24 -2
  57. package/certificateProfile.js.map +1 -1
  58. package/decryptionExclusion.d.ts +16 -25
  59. package/decryptionExclusion.js +1 -10
  60. package/decryptionExclusion.js.map +1 -1
  61. package/decryptionProfile.d.ts +160 -30
  62. package/decryptionProfile.js +132 -2
  63. package/decryptionProfile.js.map +1 -1
  64. package/decryptionRule.d.ts +207 -77
  65. package/decryptionRule.js +112 -2
  66. package/decryptionRule.js.map +1 -1
  67. package/dhcpInterface.d.ts +115 -0
  68. package/dhcpInterface.js +64 -0
  69. package/dhcpInterface.js.map +1 -0
  70. package/dnsProxy.d.ts +187 -0
  71. package/dnsProxy.js +79 -0
  72. package/dnsProxy.js.map +1 -0
  73. package/dnsSecurityProfile.d.ts +19 -26
  74. package/dnsSecurityProfile.js +1 -8
  75. package/dnsSecurityProfile.js.map +1 -1
  76. package/dosProtectionProfile.d.ts +139 -0
  77. package/dosProtectionProfile.js +71 -0
  78. package/dosProtectionProfile.js.map +1 -0
  79. package/dosProtectionRule.d.ts +259 -0
  80. package/dosProtectionRule.js +88 -0
  81. package/dosProtectionRule.js.map +1 -0
  82. package/dynamicUserGroup.d.ts +52 -23
  83. package/dynamicUserGroup.js +31 -2
  84. package/dynamicUserGroup.js.map +1 -1
  85. package/ethernetInterface.d.ts +213 -0
  86. package/ethernetInterface.js +84 -0
  87. package/ethernetInterface.js.map +1 -0
  88. package/externalDynamicList.d.ts +94 -21
  89. package/externalDynamicList.js +75 -5
  90. package/externalDynamicList.js.map +1 -1
  91. package/fileBlockingProfile.d.ts +19 -28
  92. package/fileBlockingProfile.js +1 -10
  93. package/fileBlockingProfile.js.map +1 -1
  94. package/folder.d.ts +67 -22
  95. package/folder.js +52 -7
  96. package/folder.js.map +1 -1
  97. package/getAddress.d.ts +155 -0
  98. package/getAddress.js +100 -0
  99. package/getAddress.js.map +1 -0
  100. package/getAddressGroup.d.ts +52 -16
  101. package/getAddressGroup.js +24 -6
  102. package/getAddressGroup.js.map +1 -1
  103. package/getAddressGroupList.d.ts +54 -26
  104. package/getAddressGroupList.js +32 -4
  105. package/getAddressGroupList.js.map +1 -1
  106. package/getAddressList.d.ts +160 -0
  107. package/getAddressList.js +90 -0
  108. package/getAddressList.js.map +1 -0
  109. package/getAggregateInterface.d.ts +116 -0
  110. package/getAggregateInterface.js +68 -0
  111. package/getAggregateInterface.js.map +1 -0
  112. package/getAggregateInterfaceList.d.ts +136 -0
  113. package/{getVulnerabilityProtectionSignaturesList.js → getAggregateInterfaceList.js} +16 -12
  114. package/getAggregateInterfaceList.js.map +1 -0
  115. package/getAntiSpywareProfile.d.ts +54 -18
  116. package/getAntiSpywareProfile.js +24 -6
  117. package/getAntiSpywareProfile.js.map +1 -1
  118. package/getAntiSpywareProfileList.d.ts +30 -26
  119. package/getAntiSpywareProfileList.js +8 -4
  120. package/getAntiSpywareProfileList.js.map +1 -1
  121. package/getAntiSpywareSignature.d.ts +29 -39
  122. package/getAntiSpywareSignature.js +2 -24
  123. package/getAntiSpywareSignature.js.map +1 -1
  124. package/getAntiSpywareSignatureList.d.ts +30 -26
  125. package/getAntiSpywareSignatureList.js +8 -4
  126. package/getAntiSpywareSignatureList.js.map +1 -1
  127. package/getAppOverrideRule.d.ts +86 -24
  128. package/getAppOverrideRule.js +38 -6
  129. package/getAppOverrideRule.js.map +1 -1
  130. package/getAppOverrideRuleList.d.ts +43 -33
  131. package/getAppOverrideRuleList.js +14 -6
  132. package/getAppOverrideRuleList.js.map +1 -1
  133. package/getApplication.d.ts +64 -38
  134. package/getApplication.js +14 -6
  135. package/getApplication.js.map +1 -1
  136. package/getApplicationFilter.d.ts +50 -28
  137. package/getApplicationFilter.js +10 -6
  138. package/getApplicationFilter.js.map +1 -1
  139. package/getApplicationFilterList.d.ts +22 -44
  140. package/getApplicationFilterList.js +0 -22
  141. package/getApplicationFilterList.js.map +1 -1
  142. package/getApplicationGroup.d.ts +45 -11
  143. package/getApplicationGroup.js +22 -6
  144. package/getApplicationGroup.js.map +1 -1
  145. package/getApplicationGroupList.d.ts +52 -26
  146. package/getApplicationGroupList.js +30 -4
  147. package/getApplicationGroupList.js.map +1 -1
  148. package/getApplicationList.d.ts +32 -26
  149. package/getApplicationList.js +10 -4
  150. package/getApplicationList.js.map +1 -1
  151. package/getAuthenticationProfile.d.ts +33 -35
  152. package/getAuthenticationProfile.js +4 -24
  153. package/getAuthenticationProfile.js.map +1 -1
  154. package/getAuthenticationProfileList.d.ts +22 -44
  155. package/getAuthenticationProfileList.js +0 -22
  156. package/getAuthenticationProfileList.js.map +1 -1
  157. package/getAuthenticationRule.d.ts +102 -30
  158. package/getAuthenticationRule.js +48 -6
  159. package/getAuthenticationRule.js.map +1 -1
  160. package/getAuthenticationRuleList.d.ts +45 -33
  161. package/getAuthenticationRuleList.js +16 -6
  162. package/getAuthenticationRuleList.js.map +1 -1
  163. package/getAuthenticationSequence.d.ts +28 -30
  164. package/getAuthenticationSequence.js +4 -24
  165. package/getAuthenticationSequence.js.map +1 -1
  166. package/getAuthenticationSequenceList.d.ts +22 -44
  167. package/getAuthenticationSequenceList.js +0 -22
  168. package/getAuthenticationSequenceList.js.map +1 -1
  169. package/getBgpAddressFamilyProfile.d.ts +66 -0
  170. package/getBgpAddressFamilyProfile.js +30 -0
  171. package/getBgpAddressFamilyProfile.js.map +1 -0
  172. package/getBgpAddressFamilyProfileList.d.ts +110 -0
  173. package/getBgpAddressFamilyProfileList.js +40 -0
  174. package/getBgpAddressFamilyProfileList.js.map +1 -0
  175. package/getBgpAuthProfile.d.ts +71 -0
  176. package/getBgpAuthProfile.js +30 -0
  177. package/getBgpAuthProfile.js.map +1 -0
  178. package/getBgpAuthProfileList.d.ts +110 -0
  179. package/{getDeviceList.js → getBgpAuthProfileList.js} +14 -26
  180. package/getBgpAuthProfileList.js.map +1 -0
  181. package/getBgpFilteringProfile.d.ts +70 -0
  182. package/getBgpFilteringProfile.js +30 -0
  183. package/getBgpFilteringProfile.js.map +1 -0
  184. package/getBgpFilteringProfileList.d.ts +110 -0
  185. package/getBgpFilteringProfileList.js +40 -0
  186. package/getBgpFilteringProfileList.js.map +1 -0
  187. package/getBgpRedistributionProfile.d.ts +66 -0
  188. package/getBgpRedistributionProfile.js +30 -0
  189. package/getBgpRedistributionProfile.js.map +1 -0
  190. package/getBgpRedistributionProfileList.d.ts +110 -0
  191. package/getBgpRedistributionProfileList.js +40 -0
  192. package/getBgpRedistributionProfileList.js.map +1 -0
  193. package/getBgpRouteMap.d.ts +70 -0
  194. package/getBgpRouteMap.js +30 -0
  195. package/getBgpRouteMap.js.map +1 -0
  196. package/getBgpRouteMapList.d.ts +110 -0
  197. package/getBgpRouteMapList.js +40 -0
  198. package/getBgpRouteMapList.js.map +1 -0
  199. package/getBgpRouteMapRedistribution.d.ts +78 -0
  200. package/getBgpRouteMapRedistribution.js +30 -0
  201. package/getBgpRouteMapRedistribution.js.map +1 -0
  202. package/getBgpRouteMapRedistributionList.d.ts +110 -0
  203. package/getBgpRouteMapRedistributionList.js +40 -0
  204. package/getBgpRouteMapRedistributionList.js.map +1 -0
  205. package/getCertificateProfile.d.ts +48 -22
  206. package/getCertificateProfile.js +14 -6
  207. package/getCertificateProfile.js.map +1 -1
  208. package/getCertificateProfileList.d.ts +30 -26
  209. package/getCertificateProfileList.js +8 -4
  210. package/getCertificateProfileList.js.map +1 -1
  211. package/getDecryptionExclusion.d.ts +27 -29
  212. package/getDecryptionExclusion.js +4 -24
  213. package/getDecryptionExclusion.js.map +1 -1
  214. package/getDecryptionExclusionList.d.ts +110 -0
  215. package/getDecryptionExclusionList.js +40 -0
  216. package/getDecryptionExclusionList.js.map +1 -0
  217. package/getDecryptionProfile.d.ts +52 -14
  218. package/getDecryptionProfile.js +26 -6
  219. package/getDecryptionProfile.js.map +1 -1
  220. package/getDecryptionProfileList.d.ts +36 -26
  221. package/getDecryptionProfileList.js +14 -4
  222. package/getDecryptionProfileList.js.map +1 -1
  223. package/getDecryptionRule.d.ts +102 -30
  224. package/getDecryptionRule.js +48 -6
  225. package/getDecryptionRule.js.map +1 -1
  226. package/getDecryptionRuleList.d.ts +43 -33
  227. package/getDecryptionRuleList.js +14 -6
  228. package/getDecryptionRuleList.js.map +1 -1
  229. package/getDhcpInterface.d.ts +70 -0
  230. package/getDhcpInterface.js +30 -0
  231. package/getDhcpInterface.js.map +1 -0
  232. package/getDhcpInterfaceList.d.ts +110 -0
  233. package/getDhcpInterfaceList.js +40 -0
  234. package/getDhcpInterfaceList.js.map +1 -0
  235. package/getDnsProxy.d.ts +94 -0
  236. package/getDnsProxy.js +30 -0
  237. package/getDnsProxy.js.map +1 -0
  238. package/getDnsProxyList.d.ts +110 -0
  239. package/getDnsProxyList.js +40 -0
  240. package/getDnsProxyList.js.map +1 -0
  241. package/getDnsSecurityProfile.d.ts +50 -12
  242. package/getDnsSecurityProfile.js +26 -6
  243. package/getDnsSecurityProfile.js.map +1 -1
  244. package/getDnsSecurityProfileList.d.ts +36 -26
  245. package/getDnsSecurityProfileList.js +14 -4
  246. package/getDnsSecurityProfileList.js.map +1 -1
  247. package/getDosProtectionProfile.d.ts +78 -0
  248. package/getDosProtectionProfile.js +30 -0
  249. package/getDosProtectionProfile.js.map +1 -0
  250. package/getDosProtectionProfileList.d.ts +110 -0
  251. package/getDosProtectionProfileList.js +40 -0
  252. package/getDosProtectionProfileList.js.map +1 -0
  253. package/getDosProtectionRule.d.ts +118 -0
  254. package/getDosProtectionRule.js +30 -0
  255. package/getDosProtectionRule.js.map +1 -0
  256. package/getDosProtectionRuleList.d.ts +110 -0
  257. package/getDosProtectionRuleList.js +40 -0
  258. package/getDosProtectionRuleList.js.map +1 -0
  259. package/getDynamicUserGroup.d.ts +51 -13
  260. package/getDynamicUserGroup.js +26 -6
  261. package/getDynamicUserGroup.js.map +1 -1
  262. package/getDynamicUserGroupList.d.ts +52 -26
  263. package/getDynamicUserGroupList.js +30 -4
  264. package/getDynamicUserGroupList.js.map +1 -1
  265. package/getEthernetInterface.d.ts +142 -0
  266. package/getEthernetInterface.js +68 -0
  267. package/getEthernetInterface.js.map +1 -0
  268. package/getEthernetInterfaceList.d.ts +136 -0
  269. package/getEthernetInterfaceList.js +66 -0
  270. package/getEthernetInterfaceList.js.map +1 -0
  271. package/getExternalDynamicList.d.ts +55 -11
  272. package/getExternalDynamicList.js +26 -6
  273. package/getExternalDynamicList.js.map +1 -1
  274. package/getExternalDynamicListList.d.ts +52 -26
  275. package/getExternalDynamicListList.js +30 -4
  276. package/getExternalDynamicListList.js.map +1 -1
  277. package/getFileBlockingProfile.d.ts +28 -30
  278. package/getFileBlockingProfile.js +4 -24
  279. package/getFileBlockingProfile.js.map +1 -1
  280. package/getFileBlockingProfileList.d.ts +22 -44
  281. package/getFileBlockingProfileList.js +0 -22
  282. package/getFileBlockingProfileList.js.map +1 -1
  283. package/getFolder.d.ts +36 -14
  284. package/getFolder.js +22 -6
  285. package/getFolder.js.map +1 -1
  286. package/getFolderList.d.ts +49 -31
  287. package/getFolderList.js +6 -18
  288. package/getFolderList.js.map +1 -1
  289. package/getHipObject.d.ts +46 -22
  290. package/getHipObject.js +12 -6
  291. package/getHipObject.js.map +1 -1
  292. package/getHipObjectList.d.ts +44 -26
  293. package/getHipObjectList.js +22 -4
  294. package/getHipObjectList.js.map +1 -1
  295. package/getHipProfile.d.ts +36 -12
  296. package/getHipProfile.js +12 -6
  297. package/getHipProfile.js.map +1 -1
  298. package/getHipProfileList.d.ts +44 -26
  299. package/getHipProfileList.js +22 -4
  300. package/getHipProfileList.js.map +1 -1
  301. package/getHttpHeaderProfile.d.ts +28 -30
  302. package/getHttpHeaderProfile.js +4 -24
  303. package/getHttpHeaderProfile.js.map +1 -1
  304. package/getHttpHeaderProfileList.d.ts +22 -44
  305. package/getHttpHeaderProfileList.js +0 -22
  306. package/getHttpHeaderProfileList.js.map +1 -1
  307. package/getHttpServerProfile.d.ts +74 -0
  308. package/getHttpServerProfile.js +30 -0
  309. package/getHttpServerProfile.js.map +1 -0
  310. package/getHttpServerProfileList.d.ts +110 -0
  311. package/getHttpServerProfileList.js +40 -0
  312. package/getHttpServerProfileList.js.map +1 -0
  313. package/getIkeCryptoProfile.d.ts +29 -41
  314. package/getIkeCryptoProfile.js +12 -12
  315. package/getIkeCryptoProfile.js.map +1 -1
  316. package/getIkeCryptoProfileList.d.ts +32 -26
  317. package/getIkeCryptoProfileList.js +10 -4
  318. package/getIkeCryptoProfileList.js.map +1 -1
  319. package/getIkeGateway.d.ts +42 -42
  320. package/getIkeGateway.js +14 -12
  321. package/getIkeGateway.js.map +1 -1
  322. package/getIkeGatewayList.d.ts +34 -24
  323. package/getIkeGatewayList.js +12 -2
  324. package/getIkeGatewayList.js.map +1 -1
  325. package/getInterfaceManagementProfile.d.ts +186 -0
  326. package/getInterfaceManagementProfile.js +110 -0
  327. package/getInterfaceManagementProfile.js.map +1 -0
  328. package/getInterfaceManagementProfileList.d.ts +152 -0
  329. package/getInterfaceManagementProfileList.js +82 -0
  330. package/getInterfaceManagementProfileList.js.map +1 -0
  331. package/getIpsecCryptoProfile.d.ts +29 -41
  332. package/getIpsecCryptoProfile.js +12 -12
  333. package/getIpsecCryptoProfile.js.map +1 -1
  334. package/getIpsecCryptoProfileList.d.ts +32 -26
  335. package/getIpsecCryptoProfileList.js +10 -4
  336. package/getIpsecCryptoProfileList.js.map +1 -1
  337. package/getIpsecTunnel.d.ts +39 -23
  338. package/getIpsecTunnel.js +12 -8
  339. package/getIpsecTunnel.js.map +1 -1
  340. package/getIpsecTunnelList.d.ts +32 -26
  341. package/getIpsecTunnelList.js +10 -4
  342. package/getIpsecTunnelList.js.map +1 -1
  343. package/getKerberosServerProfile.d.ts +30 -28
  344. package/getKerberosServerProfile.js +4 -24
  345. package/getKerberosServerProfile.js.map +1 -1
  346. package/getKerberosServerProfileList.d.ts +22 -44
  347. package/getKerberosServerProfileList.js +0 -22
  348. package/getKerberosServerProfileList.js.map +1 -1
  349. package/getLabel.d.ts +53 -0
  350. package/getLabel.js +30 -0
  351. package/getLabel.js.map +1 -0
  352. package/getLabelList.d.ts +49 -31
  353. package/getLabelList.js +6 -18
  354. package/getLabelList.js.map +1 -1
  355. package/getLayer2Subinterface.d.ts +113 -0
  356. package/getLayer2Subinterface.js +70 -0
  357. package/getLayer2Subinterface.js.map +1 -0
  358. package/getLayer2SubinterfaceList.d.ts +136 -0
  359. package/getLayer2SubinterfaceList.js +66 -0
  360. package/getLayer2SubinterfaceList.js.map +1 -0
  361. package/getLayer3Subinterface.d.ts +140 -0
  362. package/getLayer3Subinterface.js +72 -0
  363. package/getLayer3Subinterface.js.map +1 -0
  364. package/getLayer3SubinterfaceList.d.ts +136 -0
  365. package/getLayer3SubinterfaceList.js +66 -0
  366. package/getLayer3SubinterfaceList.js.map +1 -0
  367. package/getLdapServerProfile.d.ts +45 -37
  368. package/getLdapServerProfile.js +4 -24
  369. package/getLdapServerProfile.js.map +1 -1
  370. package/getLdapServerProfileList.d.ts +22 -44
  371. package/getLdapServerProfileList.js +0 -22
  372. package/getLdapServerProfileList.js.map +1 -1
  373. package/getLinkTag.d.ts +69 -0
  374. package/getLinkTag.js +30 -0
  375. package/getLinkTag.js.map +1 -0
  376. package/getLinkTagList.d.ts +110 -0
  377. package/getLinkTagList.js +40 -0
  378. package/getLinkTagList.js.map +1 -0
  379. package/getLocalUser.d.ts +34 -30
  380. package/getLocalUser.js +4 -24
  381. package/getLocalUser.js.map +1 -1
  382. package/getLocalUserGroup.d.ts +65 -0
  383. package/getLocalUserGroup.js +30 -0
  384. package/getLocalUserGroup.js.map +1 -0
  385. package/getLocalUserGroupList.d.ts +22 -44
  386. package/getLocalUserGroupList.js +0 -22
  387. package/getLocalUserGroupList.js.map +1 -1
  388. package/getLocalUserList.d.ts +22 -44
  389. package/getLocalUserList.js +0 -22
  390. package/getLocalUserList.js.map +1 -1
  391. package/getLogForwardingProfile.d.ts +70 -0
  392. package/getLogForwardingProfile.js +30 -0
  393. package/getLogForwardingProfile.js.map +1 -0
  394. package/getLogForwardingProfileList.d.ts +110 -0
  395. package/getLogForwardingProfileList.js +40 -0
  396. package/getLogForwardingProfileList.js.map +1 -0
  397. package/getLogicalRouter.d.ts +108 -0
  398. package/getLogicalRouter.js +68 -0
  399. package/getLogicalRouter.js.map +1 -0
  400. package/getLogicalRouterList.d.ts +150 -0
  401. package/getLogicalRouterList.js +70 -0
  402. package/getLogicalRouterList.js.map +1 -0
  403. package/getLoopbackInterface.d.ts +124 -0
  404. package/getLoopbackInterface.js +68 -0
  405. package/getLoopbackInterface.js.map +1 -0
  406. package/getLoopbackInterfaceList.d.ts +136 -0
  407. package/getLoopbackInterfaceList.js +66 -0
  408. package/getLoopbackInterfaceList.js.map +1 -0
  409. package/getNatRule.d.ts +93 -35
  410. package/getNatRule.js +62 -6
  411. package/getNatRule.js.map +1 -1
  412. package/getNatRuleList.d.ts +51 -31
  413. package/getNatRuleList.js +22 -4
  414. package/getNatRuleList.js.map +1 -1
  415. package/getOspfAuthProfile.d.ts +76 -0
  416. package/getOspfAuthProfile.js +30 -0
  417. package/getOspfAuthProfile.js.map +1 -0
  418. package/getOspfAuthProfileList.d.ts +110 -0
  419. package/getOspfAuthProfileList.js +40 -0
  420. package/getOspfAuthProfileList.js.map +1 -0
  421. package/getPbfRule.d.ts +194 -0
  422. package/getPbfRule.js +118 -0
  423. package/getPbfRule.js.map +1 -0
  424. package/getPbfRuleList.d.ts +144 -0
  425. package/{getTrustedCertificateAuthorityList.js → getPbfRuleList.js} +24 -12
  426. package/getPbfRuleList.js.map +1 -0
  427. package/getProfileGroup.d.ts +38 -36
  428. package/getProfileGroup.js +4 -24
  429. package/getProfileGroup.js.map +1 -1
  430. package/getProfileGroupList.d.ts +22 -44
  431. package/getProfileGroupList.js +0 -22
  432. package/getProfileGroupList.js.map +1 -1
  433. package/getQosPolicyRule.d.ts +80 -22
  434. package/getQosPolicyRule.js +46 -8
  435. package/getQosPolicyRule.js.map +1 -1
  436. package/getQosPolicyRuleList.d.ts +43 -33
  437. package/getQosPolicyRuleList.js +14 -6
  438. package/getQosPolicyRuleList.js.map +1 -1
  439. package/getQosProfile.d.ts +24 -38
  440. package/getQosProfile.js +4 -26
  441. package/getQosProfile.js.map +1 -1
  442. package/getQosProfileList.d.ts +22 -44
  443. package/getQosProfileList.js +0 -22
  444. package/getQosProfileList.js.map +1 -1
  445. package/getRadiusServerProfile.d.ts +69 -13
  446. package/getRadiusServerProfile.js +40 -6
  447. package/getRadiusServerProfile.js.map +1 -1
  448. package/getRadiusServerProfileList.d.ts +22 -44
  449. package/getRadiusServerProfileList.js +0 -22
  450. package/getRadiusServerProfileList.js.map +1 -1
  451. package/getRegion.d.ts +28 -30
  452. package/getRegion.js +4 -24
  453. package/getRegion.js.map +1 -1
  454. package/getRegionList.d.ts +22 -44
  455. package/getRegionList.js +0 -22
  456. package/getRegionList.js.map +1 -1
  457. package/getRemoteNetwork.d.ts +42 -24
  458. package/getRemoteNetwork.js +18 -6
  459. package/getRemoteNetwork.js.map +1 -1
  460. package/getRemoteNetworkList.d.ts +51 -17
  461. package/getRemoteNetworkList.js +14 -0
  462. package/getRemoteNetworkList.js.map +1 -1
  463. package/getRouteAccessList.d.ts +70 -0
  464. package/getRouteAccessList.js +30 -0
  465. package/getRouteAccessList.js.map +1 -0
  466. package/getRouteAccessListList.d.ts +110 -0
  467. package/getRouteAccessListList.js +40 -0
  468. package/getRouteAccessListList.js.map +1 -0
  469. package/getRouteCommunityList.d.ts +70 -0
  470. package/getRouteCommunityList.js +30 -0
  471. package/getRouteCommunityList.js.map +1 -0
  472. package/getRouteCommunityListList.d.ts +110 -0
  473. package/getRouteCommunityListList.js +40 -0
  474. package/getRouteCommunityListList.js.map +1 -0
  475. package/getRoutePathAccessList.d.ts +70 -0
  476. package/getRoutePathAccessList.js +30 -0
  477. package/getRoutePathAccessList.js.map +1 -0
  478. package/getRoutePathAccessListList.d.ts +110 -0
  479. package/getRoutePathAccessListList.js +40 -0
  480. package/getRoutePathAccessListList.js.map +1 -0
  481. package/getRoutePrefixList.d.ts +70 -0
  482. package/getRoutePrefixList.js +30 -0
  483. package/getRoutePrefixList.js.map +1 -0
  484. package/getRoutePrefixListList.d.ts +110 -0
  485. package/getRoutePrefixListList.js +40 -0
  486. package/getRoutePrefixListList.js.map +1 -0
  487. package/getSamlServerProfile.d.ts +37 -35
  488. package/getSamlServerProfile.js +4 -24
  489. package/getSamlServerProfile.js.map +1 -1
  490. package/getSamlServerProfileList.d.ts +22 -44
  491. package/getSamlServerProfileList.js +0 -22
  492. package/getSamlServerProfileList.js.map +1 -1
  493. package/getScepProfile.d.ts +44 -40
  494. package/getScepProfile.js +4 -24
  495. package/getScepProfile.js.map +1 -1
  496. package/getScepProfileList.d.ts +22 -44
  497. package/getScepProfileList.js +0 -22
  498. package/getScepProfileList.js.map +1 -1
  499. package/getSchedule.d.ts +27 -29
  500. package/getSchedule.js +4 -24
  501. package/getSchedule.js.map +1 -1
  502. package/getScheduleList.d.ts +22 -44
  503. package/getScheduleList.js +0 -22
  504. package/getScheduleList.js.map +1 -1
  505. package/getSdwanErrorCorrectionProfile.d.ts +70 -0
  506. package/getSdwanErrorCorrectionProfile.js +30 -0
  507. package/getSdwanErrorCorrectionProfile.js.map +1 -0
  508. package/getSdwanErrorCorrectionProfileList.d.ts +110 -0
  509. package/getSdwanErrorCorrectionProfileList.js +40 -0
  510. package/getSdwanErrorCorrectionProfileList.js.map +1 -0
  511. package/getSdwanPathQualityProfile.d.ts +66 -0
  512. package/getSdwanPathQualityProfile.js +30 -0
  513. package/getSdwanPathQualityProfile.js.map +1 -0
  514. package/getSdwanPathQualityProfileList.d.ts +110 -0
  515. package/getSdwanPathQualityProfileList.js +40 -0
  516. package/getSdwanPathQualityProfileList.js.map +1 -0
  517. package/getSdwanRule.d.ts +130 -0
  518. package/getSdwanRule.js +30 -0
  519. package/getSdwanRule.js.map +1 -0
  520. package/getSdwanRuleList.d.ts +110 -0
  521. package/getSdwanRuleList.js +40 -0
  522. package/getSdwanRuleList.js.map +1 -0
  523. package/getSdwanSaasQualityProfile.d.ts +66 -0
  524. package/getSdwanSaasQualityProfile.js +30 -0
  525. package/getSdwanSaasQualityProfile.js.map +1 -0
  526. package/getSdwanSaasQualityProfileList.d.ts +110 -0
  527. package/getSdwanSaasQualityProfileList.js +40 -0
  528. package/getSdwanSaasQualityProfileList.js.map +1 -0
  529. package/getSdwanTrafficDistributionProfile.d.ts +70 -0
  530. package/getSdwanTrafficDistributionProfile.js +30 -0
  531. package/getSdwanTrafficDistributionProfile.js.map +1 -0
  532. package/getSdwanTrafficDistributionProfileList.d.ts +110 -0
  533. package/getSdwanTrafficDistributionProfileList.js +40 -0
  534. package/getSdwanTrafficDistributionProfileList.js.map +1 -0
  535. package/getSecurityRule.d.ts +188 -28
  536. package/getSecurityRule.js +80 -6
  537. package/getSecurityRule.js.map +1 -1
  538. package/getSecurityRuleList.d.ts +41 -33
  539. package/getSecurityRuleList.js +12 -6
  540. package/getSecurityRuleList.js.map +1 -1
  541. package/getService.d.ts +47 -13
  542. package/getService.js +22 -6
  543. package/getService.js.map +1 -1
  544. package/getServiceConnection.d.ts +191 -33
  545. package/getServiceConnection.js +166 -10
  546. package/getServiceConnection.js.map +1 -1
  547. package/getServiceConnectionGroup.d.ts +209 -25
  548. package/getServiceConnectionGroup.js +198 -10
  549. package/getServiceConnectionGroup.js.map +1 -1
  550. package/getServiceConnectionGroupList.d.ts +63 -21
  551. package/getServiceConnectionGroupList.js +26 -4
  552. package/getServiceConnectionGroupList.js.map +1 -1
  553. package/getServiceConnectionList.d.ts +63 -21
  554. package/getServiceConnectionList.js +26 -4
  555. package/getServiceConnectionList.js.map +1 -1
  556. package/getServiceGroup.d.ts +38 -12
  557. package/getServiceGroup.js +14 -6
  558. package/getServiceGroup.js.map +1 -1
  559. package/getServiceGroupList.d.ts +32 -26
  560. package/getServiceGroupList.js +10 -4
  561. package/getServiceGroupList.js.map +1 -1
  562. package/getServiceList.d.ts +54 -26
  563. package/getServiceList.js +32 -4
  564. package/getServiceList.js.map +1 -1
  565. package/getSite.d.ts +94 -0
  566. package/getSite.js +30 -0
  567. package/getSite.js.map +1 -0
  568. package/getSiteList.d.ts +110 -0
  569. package/getSiteList.js +40 -0
  570. package/getSiteList.js.map +1 -0
  571. package/getSnippet.d.ts +47 -13
  572. package/getSnippet.js +34 -6
  573. package/getSnippet.js.map +1 -1
  574. package/getSnippetList.d.ts +57 -15
  575. package/getSnippetList.js +14 -2
  576. package/getSnippetList.js.map +1 -1
  577. package/getSyslogServerProfile.d.ts +70 -0
  578. package/getSyslogServerProfile.js +30 -0
  579. package/getSyslogServerProfile.js.map +1 -0
  580. package/getSyslogServerProfileList.d.ts +110 -0
  581. package/getSyslogServerProfileList.js +40 -0
  582. package/getSyslogServerProfileList.js.map +1 -0
  583. package/getTacacsServerProfile.d.ts +33 -31
  584. package/getTacacsServerProfile.js +4 -24
  585. package/getTacacsServerProfile.js.map +1 -1
  586. package/getTacacsServerProfileList.d.ts +22 -44
  587. package/getTacacsServerProfileList.js +0 -22
  588. package/getTacacsServerProfileList.js.map +1 -1
  589. package/getTag.d.ts +48 -12
  590. package/getTag.js +24 -6
  591. package/getTag.js.map +1 -1
  592. package/getTagList.d.ts +32 -26
  593. package/getTagList.js +10 -4
  594. package/getTagList.js.map +1 -1
  595. package/getTlsServiceProfile.d.ts +28 -30
  596. package/getTlsServiceProfile.js +4 -24
  597. package/getTlsServiceProfile.js.map +1 -1
  598. package/getTlsServiceProfileList.d.ts +22 -44
  599. package/getTlsServiceProfileList.js +0 -22
  600. package/getTlsServiceProfileList.js.map +1 -1
  601. package/getTrafficSteeringRule.d.ts +24 -16
  602. package/getTrafficSteeringRule.js +4 -6
  603. package/getTrafficSteeringRule.js.map +1 -1
  604. package/getTrafficSteeringRuleList.d.ts +41 -39
  605. package/getTrafficSteeringRuleList.js +4 -22
  606. package/getTrafficSteeringRuleList.js.map +1 -1
  607. package/getTunnelInterface.d.ts +120 -0
  608. package/getTunnelInterface.js +68 -0
  609. package/getTunnelInterface.js.map +1 -0
  610. package/getTunnelInterfaceList.d.ts +136 -0
  611. package/{getAuthenticationPortalList.js → getTunnelInterfaceList.js} +16 -12
  612. package/getTunnelInterfaceList.js.map +1 -0
  613. package/getUrlAccessProfile.d.ts +56 -22
  614. package/getUrlAccessProfile.js +16 -4
  615. package/getUrlAccessProfile.js.map +1 -1
  616. package/getUrlAccessProfileList.d.ts +36 -26
  617. package/getUrlAccessProfileList.js +14 -4
  618. package/getUrlAccessProfileList.js.map +1 -1
  619. package/getUrlCategory.d.ts +61 -9
  620. package/getUrlCategory.js +36 -2
  621. package/getUrlCategory.js.map +1 -1
  622. package/getUrlCategoryList.d.ts +50 -26
  623. package/getUrlCategoryList.js +28 -4
  624. package/getUrlCategoryList.js.map +1 -1
  625. package/getVariable.d.ts +38 -40
  626. package/getVariable.js +22 -12
  627. package/getVariable.js.map +1 -1
  628. package/getVariableList.d.ts +50 -26
  629. package/getVariableList.js +28 -4
  630. package/getVariableList.js.map +1 -1
  631. package/getVlanInterface.d.ts +138 -0
  632. package/getVlanInterface.js +70 -0
  633. package/getVlanInterface.js.map +1 -0
  634. package/getVlanInterfaceList.d.ts +136 -0
  635. package/{getOcspResponderList.js → getVlanInterfaceList.js} +16 -12
  636. package/getVlanInterfaceList.js.map +1 -0
  637. package/getVulnerabilityProtectionProfile.d.ts +51 -13
  638. package/getVulnerabilityProtectionProfile.js +26 -6
  639. package/getVulnerabilityProtectionProfile.js.map +1 -1
  640. package/getVulnerabilityProtectionProfileList.d.ts +36 -26
  641. package/getVulnerabilityProtectionProfileList.js +14 -4
  642. package/getVulnerabilityProtectionProfileList.js.map +1 -1
  643. package/getVulnerabilityProtectionSignature.d.ts +138 -0
  644. package/getVulnerabilityProtectionSignature.js +68 -0
  645. package/getVulnerabilityProtectionSignature.js.map +1 -0
  646. package/getVulnerabilityProtectionSignatureList.d.ts +142 -0
  647. package/getVulnerabilityProtectionSignatureList.js +72 -0
  648. package/getVulnerabilityProtectionSignatureList.js.map +1 -0
  649. package/getWildfireAntiVirusProfile.d.ts +31 -33
  650. package/getWildfireAntiVirusProfile.js +4 -24
  651. package/getWildfireAntiVirusProfile.js.map +1 -1
  652. package/getWildfireAntiVirusProfileList.d.ts +22 -44
  653. package/getWildfireAntiVirusProfileList.js +0 -22
  654. package/getWildfireAntiVirusProfileList.js.map +1 -1
  655. package/getZone.d.ts +134 -0
  656. package/getZone.js +74 -0
  657. package/getZone.js.map +1 -0
  658. package/getZoneList.d.ts +136 -0
  659. package/{getAddressObjectList.js → getZoneList.js} +16 -12
  660. package/getZoneList.js.map +1 -0
  661. package/getZoneProtectionProfile.d.ts +68 -0
  662. package/getZoneProtectionProfile.js +30 -0
  663. package/getZoneProtectionProfile.js.map +1 -0
  664. package/getZoneProtectionProfileList.d.ts +50 -0
  665. package/getZoneProtectionProfileList.js +40 -0
  666. package/getZoneProtectionProfileList.js.map +1 -0
  667. package/hipObject.d.ts +55 -55
  668. package/hipObject.js +1 -1
  669. package/hipProfile.d.ts +26 -20
  670. package/hipProfile.js +8 -2
  671. package/hipProfile.js.map +1 -1
  672. package/httpHeaderProfile.d.ts +19 -28
  673. package/httpHeaderProfile.js +1 -10
  674. package/httpHeaderProfile.js.map +1 -1
  675. package/httpServerProfile.d.ts +127 -0
  676. package/httpServerProfile.js +66 -0
  677. package/httpServerProfile.js.map +1 -0
  678. package/ikeCryptoProfile.d.ts +49 -29
  679. package/ikeCryptoProfile.js +22 -2
  680. package/ikeCryptoProfile.js.map +1 -1
  681. package/ikeGateway.d.ts +95 -34
  682. package/ikeGateway.js +52 -1
  683. package/ikeGateway.js.map +1 -1
  684. package/index.d.ts +363 -72
  685. package/index.js +453 -87
  686. package/index.js.map +1 -1
  687. package/interfaceManagementProfile.d.ts +253 -0
  688. package/interfaceManagementProfile.js +112 -0
  689. package/interfaceManagementProfile.js.map +1 -0
  690. package/internalDnsServer.d.ts +13 -22
  691. package/internalDnsServer.js +1 -10
  692. package/internalDnsServer.js.map +1 -1
  693. package/ipsecCryptoProfile.d.ts +50 -29
  694. package/ipsecCryptoProfile.js +23 -2
  695. package/ipsecCryptoProfile.js.map +1 -1
  696. package/ipsecTunnel.d.ts +101 -30
  697. package/ipsecTunnel.js +63 -2
  698. package/ipsecTunnel.js.map +1 -1
  699. package/kerberosServerProfile.d.ts +25 -22
  700. package/kerberosServerProfile.js +3 -10
  701. package/kerberosServerProfile.js.map +1 -1
  702. package/label.d.ts +65 -0
  703. package/label.js +56 -0
  704. package/label.js.map +1 -0
  705. package/layer2Subinterface.d.ts +154 -0
  706. package/layer2Subinterface.js +98 -0
  707. package/layer2Subinterface.js.map +1 -0
  708. package/layer3Subinterface.d.ts +258 -0
  709. package/layer3Subinterface.js +137 -0
  710. package/layer3Subinterface.js.map +1 -0
  711. package/ldapServerProfile.d.ts +64 -49
  712. package/ldapServerProfile.js +6 -11
  713. package/ldapServerProfile.js.map +1 -1
  714. package/linkTag.d.ts +113 -0
  715. package/linkTag.js +64 -0
  716. package/linkTag.js.map +1 -0
  717. package/localUser.d.ts +25 -38
  718. package/localUser.js +4 -14
  719. package/localUser.js.map +1 -1
  720. package/localUserGroup.d.ts +101 -0
  721. package/localUserGroup.js +62 -0
  722. package/localUserGroup.js.map +1 -0
  723. package/logForwardingProfile.d.ts +115 -0
  724. package/logForwardingProfile.js +64 -0
  725. package/logForwardingProfile.js.map +1 -0
  726. package/logicalRouter.d.ts +117 -0
  727. package/{ocspResponder.js → logicalRouter.js} +15 -23
  728. package/logicalRouter.js.map +1 -0
  729. package/loopbackInterface.d.ts +194 -0
  730. package/loopbackInterface.js +103 -0
  731. package/loopbackInterface.js.map +1 -0
  732. package/mfaServer.d.ts +32 -29
  733. package/mfaServer.js +5 -10
  734. package/mfaServer.js.map +1 -1
  735. package/natRule.d.ts +175 -84
  736. package/natRule.js +116 -5
  737. package/natRule.js.map +1 -1
  738. package/ospfAuthProfile.d.ts +127 -0
  739. package/ospfAuthProfile.js +68 -0
  740. package/ospfAuthProfile.js.map +1 -0
  741. package/package.json +2 -2
  742. package/pbfRule.d.ts +312 -0
  743. package/pbfRule.js +171 -0
  744. package/pbfRule.js.map +1 -0
  745. package/profileGroup.d.ts +49 -46
  746. package/profileGroup.js +3 -10
  747. package/profileGroup.js.map +1 -1
  748. package/qosPolicyRule.d.ts +115 -29
  749. package/qosPolicyRule.js +68 -2
  750. package/qosPolicyRule.js.map +1 -1
  751. package/qosProfile.d.ts +19 -28
  752. package/qosProfile.js +1 -10
  753. package/qosProfile.js.map +1 -1
  754. package/radiusServerProfile.d.ts +70 -34
  755. package/radiusServerProfile.js +42 -5
  756. package/radiusServerProfile.js.map +1 -1
  757. package/region.d.ts +19 -28
  758. package/region.js +1 -10
  759. package/region.js.map +1 -1
  760. package/remoteNetwork.d.ts +113 -39
  761. package/remoteNetwork.js +82 -2
  762. package/remoteNetwork.js.map +1 -1
  763. package/routeAccessList.d.ts +115 -0
  764. package/routeAccessList.js +64 -0
  765. package/routeAccessList.js.map +1 -0
  766. package/routeCommunityList.d.ts +115 -0
  767. package/routeCommunityList.js +64 -0
  768. package/routeCommunityList.js.map +1 -0
  769. package/routePathAccessList.d.ts +115 -0
  770. package/routePathAccessList.js +64 -0
  771. package/routePathAccessList.js.map +1 -0
  772. package/routePrefixList.d.ts +115 -0
  773. package/routePrefixList.js +64 -0
  774. package/routePrefixList.js.map +1 -0
  775. package/samlServerProfile.d.ts +52 -49
  776. package/samlServerProfile.js +12 -10
  777. package/samlServerProfile.js.map +1 -1
  778. package/scepProfile.d.ts +57 -66
  779. package/scepProfile.js +10 -10
  780. package/scepProfile.js.map +1 -1
  781. package/schedule.d.ts +16 -25
  782. package/schedule.js +1 -10
  783. package/schedule.js.map +1 -1
  784. package/sdwanErrorCorrectionProfile.d.ts +115 -0
  785. package/sdwanErrorCorrectionProfile.js +70 -0
  786. package/sdwanErrorCorrectionProfile.js.map +1 -0
  787. package/sdwanPathQualityProfile.d.ts +103 -0
  788. package/sdwanPathQualityProfile.js +65 -0
  789. package/sdwanPathQualityProfile.js.map +1 -0
  790. package/sdwanRule.d.ts +295 -0
  791. package/sdwanRule.js +124 -0
  792. package/sdwanRule.js.map +1 -0
  793. package/sdwanSaasQualityProfile.d.ts +103 -0
  794. package/sdwanSaasQualityProfile.js +65 -0
  795. package/sdwanSaasQualityProfile.js.map +1 -0
  796. package/sdwanTrafficDistributionProfile.d.ts +115 -0
  797. package/sdwanTrafficDistributionProfile.js +64 -0
  798. package/sdwanTrafficDistributionProfile.js.map +1 -0
  799. package/securityRule.d.ts +434 -92
  800. package/securityRule.js +184 -29
  801. package/securityRule.js.map +1 -1
  802. package/service.d.ts +66 -25
  803. package/service.js +43 -5
  804. package/service.js.map +1 -1
  805. package/serviceConnection.d.ts +118 -58
  806. package/serviceConnection.js +76 -6
  807. package/serviceConnection.js.map +1 -1
  808. package/serviceConnectionGroup.d.ts +107 -26
  809. package/serviceConnectionGroup.js +95 -4
  810. package/serviceConnectionGroup.js.map +1 -1
  811. package/serviceGroup.d.ts +63 -20
  812. package/serviceGroup.js +45 -2
  813. package/serviceGroup.js.map +1 -1
  814. package/snippet.d.ts +32 -14
  815. package/snippet.js +17 -3
  816. package/snippet.js.map +1 -1
  817. package/syslogServerProfile.d.ts +115 -0
  818. package/syslogServerProfile.js +64 -0
  819. package/syslogServerProfile.js.map +1 -0
  820. package/tacacsServerProfile.d.ts +32 -41
  821. package/tacacsServerProfile.js +3 -14
  822. package/tacacsServerProfile.js.map +1 -1
  823. package/tag.d.ts +35 -24
  824. package/tag.js +17 -6
  825. package/tag.js.map +1 -1
  826. package/tlsServiceProfile.d.ts +19 -28
  827. package/tlsServiceProfile.js +1 -10
  828. package/tlsServiceProfile.js.map +1 -1
  829. package/trafficSteeringRule.d.ts +28 -37
  830. package/trafficSteeringRule.js +4 -10
  831. package/trafficSteeringRule.js.map +1 -1
  832. package/tunnelInterface.d.ts +181 -0
  833. package/tunnelInterface.js +100 -0
  834. package/tunnelInterface.js.map +1 -0
  835. package/types/input.d.ts +11537 -2086
  836. package/types/output.d.ts +38209 -7871
  837. package/urlAccessProfile.d.ts +84 -57
  838. package/urlAccessProfile.js +19 -2
  839. package/urlAccessProfile.js.map +1 -1
  840. package/urlCategory.d.ts +35 -23
  841. package/urlCategory.js +14 -2
  842. package/urlCategory.js.map +1 -1
  843. package/variable.d.ts +144 -31
  844. package/variable.js +118 -3
  845. package/variable.js.map +1 -1
  846. package/vlanInterface.d.ts +219 -0
  847. package/vlanInterface.js +98 -0
  848. package/vlanInterface.js.map +1 -0
  849. package/vulnerabilityProtectionProfile.d.ts +22 -29
  850. package/vulnerabilityProtectionProfile.js +1 -8
  851. package/vulnerabilityProtectionProfile.js.map +1 -1
  852. package/{vulnerabilityProtectionSignatures.d.ts → vulnerabilityProtectionSignature.d.ts} +73 -80
  853. package/{vulnerabilityProtectionSignatures.js → vulnerabilityProtectionSignature.js} +23 -18
  854. package/vulnerabilityProtectionSignature.js.map +1 -0
  855. package/wildfireAntiVirusProfile.d.ts +28 -37
  856. package/wildfireAntiVirusProfile.js +1 -10
  857. package/wildfireAntiVirusProfile.js.map +1 -1
  858. package/zone.d.ts +246 -0
  859. package/zone.js +145 -0
  860. package/zone.js.map +1 -0
  861. package/zoneProtectionProfile.d.ts +523 -0
  862. package/zoneProtectionProfile.js +126 -0
  863. package/zoneProtectionProfile.js.map +1 -0
  864. package/addressObject.d.ts +0 -183
  865. package/addressObject.js.map +0 -1
  866. package/authenticationPortal.d.ts +0 -170
  867. package/authenticationPortal.js +0 -81
  868. package/authenticationPortal.js.map +0 -1
  869. package/getAddressObject.d.ts +0 -91
  870. package/getAddressObject.js +0 -50
  871. package/getAddressObject.js.map +0 -1
  872. package/getAddressObjectList.d.ts +0 -132
  873. package/getAddressObjectList.js.map +0 -1
  874. package/getAuthenticationPortal.d.ts +0 -87
  875. package/getAuthenticationPortal.js +0 -50
  876. package/getAuthenticationPortal.js.map +0 -1
  877. package/getAuthenticationPortalList.d.ts +0 -132
  878. package/getAuthenticationPortalList.js.map +0 -1
  879. package/getAutoTagActionsList.d.ts +0 -92
  880. package/getAutoTagActionsList.js +0 -52
  881. package/getAutoTagActionsList.js.map +0 -1
  882. package/getDevice.d.ts +0 -200
  883. package/getDevice.js +0 -50
  884. package/getDevice.js.map +0 -1
  885. package/getDeviceList.d.ts +0 -92
  886. package/getDeviceList.js.map +0 -1
  887. package/getInternalDnsServer.d.ts +0 -75
  888. package/getInternalDnsServer.js +0 -50
  889. package/getInternalDnsServer.js.map +0 -1
  890. package/getInternalDnsServerList.d.ts +0 -92
  891. package/getInternalDnsServerList.js +0 -52
  892. package/getInternalDnsServerList.js.map +0 -1
  893. package/getJobs.d.ts +0 -111
  894. package/getJobs.js +0 -46
  895. package/getJobs.js.map +0 -1
  896. package/getJobsList.d.ts +0 -40
  897. package/getJobsList.js +0 -28
  898. package/getJobsList.js.map +0 -1
  899. package/getLabelsGetbyidResponse.d.ts +0 -75
  900. package/getLabelsGetbyidResponse.js +0 -50
  901. package/getLabelsGetbyidResponse.js.map +0 -1
  902. package/getMfaServer.d.ts +0 -72
  903. package/getMfaServer.js +0 -50
  904. package/getMfaServer.js.map +0 -1
  905. package/getOcspResponder.d.ts +0 -67
  906. package/getOcspResponder.js +0 -50
  907. package/getOcspResponder.js.map +0 -1
  908. package/getOcspResponderList.d.ts +0 -132
  909. package/getOcspResponderList.js.map +0 -1
  910. package/getSharedInfrastructureSettingsList.d.ts +0 -80
  911. package/getSharedInfrastructureSettingsList.js +0 -50
  912. package/getSharedInfrastructureSettingsList.js.map +0 -1
  913. package/getTrustedCertificateAuthorityList.d.ts +0 -132
  914. package/getTrustedCertificateAuthorityList.js.map +0 -1
  915. package/getUrlFilteringCategoryList.d.ts +0 -132
  916. package/getUrlFilteringCategoryList.js +0 -62
  917. package/getUrlFilteringCategoryList.js.map +0 -1
  918. package/getVulnerabilityProtectionSignatures.d.ts +0 -108
  919. package/getVulnerabilityProtectionSignatures.js +0 -50
  920. package/getVulnerabilityProtectionSignatures.js.map +0 -1
  921. package/getVulnerabilityProtectionSignaturesList.d.ts +0 -132
  922. package/getVulnerabilityProtectionSignaturesList.js.map +0 -1
  923. package/ocspResponder.d.ts +0 -110
  924. package/ocspResponder.js.map +0 -1
  925. package/vulnerabilityProtectionSignatures.js.map +0 -1
package/index.d.ts CHANGED
@@ -1,9 +1,12 @@
1
+ export { AddressArgs, AddressState } from "./address";
2
+ export type Address = import("./address").Address;
3
+ export declare const Address: typeof import("./address").Address;
1
4
  export { AddressGroupArgs, AddressGroupState } from "./addressGroup";
2
5
  export type AddressGroup = import("./addressGroup").AddressGroup;
3
6
  export declare const AddressGroup: typeof import("./addressGroup").AddressGroup;
4
- export { AddressObjectArgs, AddressObjectState } from "./addressObject";
5
- export type AddressObject = import("./addressObject").AddressObject;
6
- export declare const AddressObject: typeof import("./addressObject").AddressObject;
7
+ export { AggregateInterfaceArgs, AggregateInterfaceState } from "./aggregateInterface";
8
+ export type AggregateInterface = import("./aggregateInterface").AggregateInterface;
9
+ export declare const AggregateInterface: typeof import("./aggregateInterface").AggregateInterface;
7
10
  export { AntiSpywareProfileArgs, AntiSpywareProfileState } from "./antiSpywareProfile";
8
11
  export type AntiSpywareProfile = import("./antiSpywareProfile").AntiSpywareProfile;
9
12
  export declare const AntiSpywareProfile: typeof import("./antiSpywareProfile").AntiSpywareProfile;
@@ -22,9 +25,6 @@ export declare const ApplicationFilter: typeof import("./applicationFilter").App
22
25
  export { ApplicationGroupArgs, ApplicationGroupState } from "./applicationGroup";
23
26
  export type ApplicationGroup = import("./applicationGroup").ApplicationGroup;
24
27
  export declare const ApplicationGroup: typeof import("./applicationGroup").ApplicationGroup;
25
- export { AuthenticationPortalArgs, AuthenticationPortalState } from "./authenticationPortal";
26
- export type AuthenticationPortal = import("./authenticationPortal").AuthenticationPortal;
27
- export declare const AuthenticationPortal: typeof import("./authenticationPortal").AuthenticationPortal;
28
28
  export { AuthenticationProfileArgs, AuthenticationProfileState } from "./authenticationProfile";
29
29
  export type AuthenticationProfile = import("./authenticationProfile").AuthenticationProfile;
30
30
  export declare const AuthenticationProfile: typeof import("./authenticationProfile").AuthenticationProfile;
@@ -34,6 +34,24 @@ export declare const AuthenticationRule: typeof import("./authenticationRule").A
34
34
  export { AuthenticationSequenceArgs, AuthenticationSequenceState } from "./authenticationSequence";
35
35
  export type AuthenticationSequence = import("./authenticationSequence").AuthenticationSequence;
36
36
  export declare const AuthenticationSequence: typeof import("./authenticationSequence").AuthenticationSequence;
37
+ export { BgpAddressFamilyProfileArgs, BgpAddressFamilyProfileState } from "./bgpAddressFamilyProfile";
38
+ export type BgpAddressFamilyProfile = import("./bgpAddressFamilyProfile").BgpAddressFamilyProfile;
39
+ export declare const BgpAddressFamilyProfile: typeof import("./bgpAddressFamilyProfile").BgpAddressFamilyProfile;
40
+ export { BgpAuthProfileArgs, BgpAuthProfileState } from "./bgpAuthProfile";
41
+ export type BgpAuthProfile = import("./bgpAuthProfile").BgpAuthProfile;
42
+ export declare const BgpAuthProfile: typeof import("./bgpAuthProfile").BgpAuthProfile;
43
+ export { BgpFilteringProfileArgs, BgpFilteringProfileState } from "./bgpFilteringProfile";
44
+ export type BgpFilteringProfile = import("./bgpFilteringProfile").BgpFilteringProfile;
45
+ export declare const BgpFilteringProfile: typeof import("./bgpFilteringProfile").BgpFilteringProfile;
46
+ export { BgpRedistributionProfileArgs, BgpRedistributionProfileState } from "./bgpRedistributionProfile";
47
+ export type BgpRedistributionProfile = import("./bgpRedistributionProfile").BgpRedistributionProfile;
48
+ export declare const BgpRedistributionProfile: typeof import("./bgpRedistributionProfile").BgpRedistributionProfile;
49
+ export { BgpRouteMapArgs, BgpRouteMapState } from "./bgpRouteMap";
50
+ export type BgpRouteMap = import("./bgpRouteMap").BgpRouteMap;
51
+ export declare const BgpRouteMap: typeof import("./bgpRouteMap").BgpRouteMap;
52
+ export { BgpRouteMapRedistributionArgs, BgpRouteMapRedistributionState } from "./bgpRouteMapRedistribution";
53
+ export type BgpRouteMapRedistribution = import("./bgpRouteMapRedistribution").BgpRouteMapRedistribution;
54
+ export declare const BgpRouteMapRedistribution: typeof import("./bgpRouteMapRedistribution").BgpRouteMapRedistribution;
37
55
  export { CertificateProfileArgs, CertificateProfileState } from "./certificateProfile";
38
56
  export type CertificateProfile = import("./certificateProfile").CertificateProfile;
39
57
  export declare const CertificateProfile: typeof import("./certificateProfile").CertificateProfile;
@@ -46,12 +64,27 @@ export declare const DecryptionProfile: typeof import("./decryptionProfile").Dec
46
64
  export { DecryptionRuleArgs, DecryptionRuleState } from "./decryptionRule";
47
65
  export type DecryptionRule = import("./decryptionRule").DecryptionRule;
48
66
  export declare const DecryptionRule: typeof import("./decryptionRule").DecryptionRule;
67
+ export { DhcpInterfaceArgs, DhcpInterfaceState } from "./dhcpInterface";
68
+ export type DhcpInterface = import("./dhcpInterface").DhcpInterface;
69
+ export declare const DhcpInterface: typeof import("./dhcpInterface").DhcpInterface;
70
+ export { DnsProxyArgs, DnsProxyState } from "./dnsProxy";
71
+ export type DnsProxy = import("./dnsProxy").DnsProxy;
72
+ export declare const DnsProxy: typeof import("./dnsProxy").DnsProxy;
49
73
  export { DnsSecurityProfileArgs, DnsSecurityProfileState } from "./dnsSecurityProfile";
50
74
  export type DnsSecurityProfile = import("./dnsSecurityProfile").DnsSecurityProfile;
51
75
  export declare const DnsSecurityProfile: typeof import("./dnsSecurityProfile").DnsSecurityProfile;
76
+ export { DosProtectionProfileArgs, DosProtectionProfileState } from "./dosProtectionProfile";
77
+ export type DosProtectionProfile = import("./dosProtectionProfile").DosProtectionProfile;
78
+ export declare const DosProtectionProfile: typeof import("./dosProtectionProfile").DosProtectionProfile;
79
+ export { DosProtectionRuleArgs, DosProtectionRuleState } from "./dosProtectionRule";
80
+ export type DosProtectionRule = import("./dosProtectionRule").DosProtectionRule;
81
+ export declare const DosProtectionRule: typeof import("./dosProtectionRule").DosProtectionRule;
52
82
  export { DynamicUserGroupArgs, DynamicUserGroupState } from "./dynamicUserGroup";
53
83
  export type DynamicUserGroup = import("./dynamicUserGroup").DynamicUserGroup;
54
84
  export declare const DynamicUserGroup: typeof import("./dynamicUserGroup").DynamicUserGroup;
85
+ export { EthernetInterfaceArgs, EthernetInterfaceState } from "./ethernetInterface";
86
+ export type EthernetInterface = import("./ethernetInterface").EthernetInterface;
87
+ export declare const EthernetInterface: typeof import("./ethernetInterface").EthernetInterface;
55
88
  export { ExternalDynamicListArgs, ExternalDynamicListState } from "./externalDynamicList";
56
89
  export type ExternalDynamicList = import("./externalDynamicList").ExternalDynamicList;
57
90
  export declare const ExternalDynamicList: typeof import("./externalDynamicList").ExternalDynamicList;
@@ -61,18 +94,24 @@ export declare const FileBlockingProfile: typeof import("./fileBlockingProfile")
61
94
  export { FolderArgs, FolderState } from "./folder";
62
95
  export type Folder = import("./folder").Folder;
63
96
  export declare const Folder: typeof import("./folder").Folder;
97
+ export { GetAddressArgs, GetAddressResult, GetAddressOutputArgs } from "./getAddress";
98
+ export declare const getAddress: typeof import("./getAddress").getAddress;
99
+ export declare const getAddressOutput: typeof import("./getAddress").getAddressOutput;
64
100
  export { GetAddressGroupArgs, GetAddressGroupResult, GetAddressGroupOutputArgs } from "./getAddressGroup";
65
101
  export declare const getAddressGroup: typeof import("./getAddressGroup").getAddressGroup;
66
102
  export declare const getAddressGroupOutput: typeof import("./getAddressGroup").getAddressGroupOutput;
67
103
  export { GetAddressGroupListArgs, GetAddressGroupListResult, GetAddressGroupListOutputArgs } from "./getAddressGroupList";
68
104
  export declare const getAddressGroupList: typeof import("./getAddressGroupList").getAddressGroupList;
69
105
  export declare const getAddressGroupListOutput: typeof import("./getAddressGroupList").getAddressGroupListOutput;
70
- export { GetAddressObjectArgs, GetAddressObjectResult, GetAddressObjectOutputArgs } from "./getAddressObject";
71
- export declare const getAddressObject: typeof import("./getAddressObject").getAddressObject;
72
- export declare const getAddressObjectOutput: typeof import("./getAddressObject").getAddressObjectOutput;
73
- export { GetAddressObjectListArgs, GetAddressObjectListResult, GetAddressObjectListOutputArgs } from "./getAddressObjectList";
74
- export declare const getAddressObjectList: typeof import("./getAddressObjectList").getAddressObjectList;
75
- export declare const getAddressObjectListOutput: typeof import("./getAddressObjectList").getAddressObjectListOutput;
106
+ export { GetAddressListArgs, GetAddressListResult, GetAddressListOutputArgs } from "./getAddressList";
107
+ export declare const getAddressList: typeof import("./getAddressList").getAddressList;
108
+ export declare const getAddressListOutput: typeof import("./getAddressList").getAddressListOutput;
109
+ export { GetAggregateInterfaceArgs, GetAggregateInterfaceResult, GetAggregateInterfaceOutputArgs } from "./getAggregateInterface";
110
+ export declare const getAggregateInterface: typeof import("./getAggregateInterface").getAggregateInterface;
111
+ export declare const getAggregateInterfaceOutput: typeof import("./getAggregateInterface").getAggregateInterfaceOutput;
112
+ export { GetAggregateInterfaceListArgs, GetAggregateInterfaceListResult, GetAggregateInterfaceListOutputArgs } from "./getAggregateInterfaceList";
113
+ export declare const getAggregateInterfaceList: typeof import("./getAggregateInterfaceList").getAggregateInterfaceList;
114
+ export declare const getAggregateInterfaceListOutput: typeof import("./getAggregateInterfaceList").getAggregateInterfaceListOutput;
76
115
  export { GetAntiSpywareProfileArgs, GetAntiSpywareProfileResult, GetAntiSpywareProfileOutputArgs } from "./getAntiSpywareProfile";
77
116
  export declare const getAntiSpywareProfile: typeof import("./getAntiSpywareProfile").getAntiSpywareProfile;
78
117
  export declare const getAntiSpywareProfileOutput: typeof import("./getAntiSpywareProfile").getAntiSpywareProfileOutput;
@@ -109,12 +148,6 @@ export declare const getApplicationGroupListOutput: typeof import("./getApplicat
109
148
  export { GetApplicationListArgs, GetApplicationListResult, GetApplicationListOutputArgs } from "./getApplicationList";
110
149
  export declare const getApplicationList: typeof import("./getApplicationList").getApplicationList;
111
150
  export declare const getApplicationListOutput: typeof import("./getApplicationList").getApplicationListOutput;
112
- export { GetAuthenticationPortalArgs, GetAuthenticationPortalResult, GetAuthenticationPortalOutputArgs } from "./getAuthenticationPortal";
113
- export declare const getAuthenticationPortal: typeof import("./getAuthenticationPortal").getAuthenticationPortal;
114
- export declare const getAuthenticationPortalOutput: typeof import("./getAuthenticationPortal").getAuthenticationPortalOutput;
115
- export { GetAuthenticationPortalListArgs, GetAuthenticationPortalListResult, GetAuthenticationPortalListOutputArgs } from "./getAuthenticationPortalList";
116
- export declare const getAuthenticationPortalList: typeof import("./getAuthenticationPortalList").getAuthenticationPortalList;
117
- export declare const getAuthenticationPortalListOutput: typeof import("./getAuthenticationPortalList").getAuthenticationPortalListOutput;
118
151
  export { GetAuthenticationProfileArgs, GetAuthenticationProfileResult, GetAuthenticationProfileOutputArgs } from "./getAuthenticationProfile";
119
152
  export declare const getAuthenticationProfile: typeof import("./getAuthenticationProfile").getAuthenticationProfile;
120
153
  export declare const getAuthenticationProfileOutput: typeof import("./getAuthenticationProfile").getAuthenticationProfileOutput;
@@ -133,9 +166,42 @@ export declare const getAuthenticationSequenceOutput: typeof import("./getAuthen
133
166
  export { GetAuthenticationSequenceListArgs, GetAuthenticationSequenceListResult, GetAuthenticationSequenceListOutputArgs } from "./getAuthenticationSequenceList";
134
167
  export declare const getAuthenticationSequenceList: typeof import("./getAuthenticationSequenceList").getAuthenticationSequenceList;
135
168
  export declare const getAuthenticationSequenceListOutput: typeof import("./getAuthenticationSequenceList").getAuthenticationSequenceListOutput;
136
- export { GetAutoTagActionsListArgs, GetAutoTagActionsListResult, GetAutoTagActionsListOutputArgs } from "./getAutoTagActionsList";
137
- export declare const getAutoTagActionsList: typeof import("./getAutoTagActionsList").getAutoTagActionsList;
138
- export declare const getAutoTagActionsListOutput: typeof import("./getAutoTagActionsList").getAutoTagActionsListOutput;
169
+ export { GetBgpAddressFamilyProfileArgs, GetBgpAddressFamilyProfileResult, GetBgpAddressFamilyProfileOutputArgs } from "./getBgpAddressFamilyProfile";
170
+ export declare const getBgpAddressFamilyProfile: typeof import("./getBgpAddressFamilyProfile").getBgpAddressFamilyProfile;
171
+ export declare const getBgpAddressFamilyProfileOutput: typeof import("./getBgpAddressFamilyProfile").getBgpAddressFamilyProfileOutput;
172
+ export { GetBgpAddressFamilyProfileListArgs, GetBgpAddressFamilyProfileListResult, GetBgpAddressFamilyProfileListOutputArgs } from "./getBgpAddressFamilyProfileList";
173
+ export declare const getBgpAddressFamilyProfileList: typeof import("./getBgpAddressFamilyProfileList").getBgpAddressFamilyProfileList;
174
+ export declare const getBgpAddressFamilyProfileListOutput: typeof import("./getBgpAddressFamilyProfileList").getBgpAddressFamilyProfileListOutput;
175
+ export { GetBgpAuthProfileArgs, GetBgpAuthProfileResult, GetBgpAuthProfileOutputArgs } from "./getBgpAuthProfile";
176
+ export declare const getBgpAuthProfile: typeof import("./getBgpAuthProfile").getBgpAuthProfile;
177
+ export declare const getBgpAuthProfileOutput: typeof import("./getBgpAuthProfile").getBgpAuthProfileOutput;
178
+ export { GetBgpAuthProfileListArgs, GetBgpAuthProfileListResult, GetBgpAuthProfileListOutputArgs } from "./getBgpAuthProfileList";
179
+ export declare const getBgpAuthProfileList: typeof import("./getBgpAuthProfileList").getBgpAuthProfileList;
180
+ export declare const getBgpAuthProfileListOutput: typeof import("./getBgpAuthProfileList").getBgpAuthProfileListOutput;
181
+ export { GetBgpFilteringProfileArgs, GetBgpFilteringProfileResult, GetBgpFilteringProfileOutputArgs } from "./getBgpFilteringProfile";
182
+ export declare const getBgpFilteringProfile: typeof import("./getBgpFilteringProfile").getBgpFilteringProfile;
183
+ export declare const getBgpFilteringProfileOutput: typeof import("./getBgpFilteringProfile").getBgpFilteringProfileOutput;
184
+ export { GetBgpFilteringProfileListArgs, GetBgpFilteringProfileListResult, GetBgpFilteringProfileListOutputArgs } from "./getBgpFilteringProfileList";
185
+ export declare const getBgpFilteringProfileList: typeof import("./getBgpFilteringProfileList").getBgpFilteringProfileList;
186
+ export declare const getBgpFilteringProfileListOutput: typeof import("./getBgpFilteringProfileList").getBgpFilteringProfileListOutput;
187
+ export { GetBgpRedistributionProfileArgs, GetBgpRedistributionProfileResult, GetBgpRedistributionProfileOutputArgs } from "./getBgpRedistributionProfile";
188
+ export declare const getBgpRedistributionProfile: typeof import("./getBgpRedistributionProfile").getBgpRedistributionProfile;
189
+ export declare const getBgpRedistributionProfileOutput: typeof import("./getBgpRedistributionProfile").getBgpRedistributionProfileOutput;
190
+ export { GetBgpRedistributionProfileListArgs, GetBgpRedistributionProfileListResult, GetBgpRedistributionProfileListOutputArgs } from "./getBgpRedistributionProfileList";
191
+ export declare const getBgpRedistributionProfileList: typeof import("./getBgpRedistributionProfileList").getBgpRedistributionProfileList;
192
+ export declare const getBgpRedistributionProfileListOutput: typeof import("./getBgpRedistributionProfileList").getBgpRedistributionProfileListOutput;
193
+ export { GetBgpRouteMapArgs, GetBgpRouteMapResult, GetBgpRouteMapOutputArgs } from "./getBgpRouteMap";
194
+ export declare const getBgpRouteMap: typeof import("./getBgpRouteMap").getBgpRouteMap;
195
+ export declare const getBgpRouteMapOutput: typeof import("./getBgpRouteMap").getBgpRouteMapOutput;
196
+ export { GetBgpRouteMapListArgs, GetBgpRouteMapListResult, GetBgpRouteMapListOutputArgs } from "./getBgpRouteMapList";
197
+ export declare const getBgpRouteMapList: typeof import("./getBgpRouteMapList").getBgpRouteMapList;
198
+ export declare const getBgpRouteMapListOutput: typeof import("./getBgpRouteMapList").getBgpRouteMapListOutput;
199
+ export { GetBgpRouteMapRedistributionArgs, GetBgpRouteMapRedistributionResult, GetBgpRouteMapRedistributionOutputArgs } from "./getBgpRouteMapRedistribution";
200
+ export declare const getBgpRouteMapRedistribution: typeof import("./getBgpRouteMapRedistribution").getBgpRouteMapRedistribution;
201
+ export declare const getBgpRouteMapRedistributionOutput: typeof import("./getBgpRouteMapRedistribution").getBgpRouteMapRedistributionOutput;
202
+ export { GetBgpRouteMapRedistributionListArgs, GetBgpRouteMapRedistributionListResult, GetBgpRouteMapRedistributionListOutputArgs } from "./getBgpRouteMapRedistributionList";
203
+ export declare const getBgpRouteMapRedistributionList: typeof import("./getBgpRouteMapRedistributionList").getBgpRouteMapRedistributionList;
204
+ export declare const getBgpRouteMapRedistributionListOutput: typeof import("./getBgpRouteMapRedistributionList").getBgpRouteMapRedistributionListOutput;
139
205
  export { GetCertificateProfileArgs, GetCertificateProfileResult, GetCertificateProfileOutputArgs } from "./getCertificateProfile";
140
206
  export declare const getCertificateProfile: typeof import("./getCertificateProfile").getCertificateProfile;
141
207
  export declare const getCertificateProfileOutput: typeof import("./getCertificateProfile").getCertificateProfileOutput;
@@ -145,6 +211,9 @@ export declare const getCertificateProfileListOutput: typeof import("./getCertif
145
211
  export { GetDecryptionExclusionArgs, GetDecryptionExclusionResult, GetDecryptionExclusionOutputArgs } from "./getDecryptionExclusion";
146
212
  export declare const getDecryptionExclusion: typeof import("./getDecryptionExclusion").getDecryptionExclusion;
147
213
  export declare const getDecryptionExclusionOutput: typeof import("./getDecryptionExclusion").getDecryptionExclusionOutput;
214
+ export { GetDecryptionExclusionListArgs, GetDecryptionExclusionListResult, GetDecryptionExclusionListOutputArgs } from "./getDecryptionExclusionList";
215
+ export declare const getDecryptionExclusionList: typeof import("./getDecryptionExclusionList").getDecryptionExclusionList;
216
+ export declare const getDecryptionExclusionListOutput: typeof import("./getDecryptionExclusionList").getDecryptionExclusionListOutput;
148
217
  export { GetDecryptionProfileArgs, GetDecryptionProfileResult, GetDecryptionProfileOutputArgs } from "./getDecryptionProfile";
149
218
  export declare const getDecryptionProfile: typeof import("./getDecryptionProfile").getDecryptionProfile;
150
219
  export declare const getDecryptionProfileOutput: typeof import("./getDecryptionProfile").getDecryptionProfileOutput;
@@ -157,24 +226,48 @@ export declare const getDecryptionRuleOutput: typeof import("./getDecryptionRule
157
226
  export { GetDecryptionRuleListArgs, GetDecryptionRuleListResult, GetDecryptionRuleListOutputArgs } from "./getDecryptionRuleList";
158
227
  export declare const getDecryptionRuleList: typeof import("./getDecryptionRuleList").getDecryptionRuleList;
159
228
  export declare const getDecryptionRuleListOutput: typeof import("./getDecryptionRuleList").getDecryptionRuleListOutput;
160
- export { GetDeviceArgs, GetDeviceResult, GetDeviceOutputArgs } from "./getDevice";
161
- export declare const getDevice: typeof import("./getDevice").getDevice;
162
- export declare const getDeviceOutput: typeof import("./getDevice").getDeviceOutput;
163
- export { GetDeviceListArgs, GetDeviceListResult, GetDeviceListOutputArgs } from "./getDeviceList";
164
- export declare const getDeviceList: typeof import("./getDeviceList").getDeviceList;
165
- export declare const getDeviceListOutput: typeof import("./getDeviceList").getDeviceListOutput;
229
+ export { GetDhcpInterfaceArgs, GetDhcpInterfaceResult, GetDhcpInterfaceOutputArgs } from "./getDhcpInterface";
230
+ export declare const getDhcpInterface: typeof import("./getDhcpInterface").getDhcpInterface;
231
+ export declare const getDhcpInterfaceOutput: typeof import("./getDhcpInterface").getDhcpInterfaceOutput;
232
+ export { GetDhcpInterfaceListArgs, GetDhcpInterfaceListResult, GetDhcpInterfaceListOutputArgs } from "./getDhcpInterfaceList";
233
+ export declare const getDhcpInterfaceList: typeof import("./getDhcpInterfaceList").getDhcpInterfaceList;
234
+ export declare const getDhcpInterfaceListOutput: typeof import("./getDhcpInterfaceList").getDhcpInterfaceListOutput;
235
+ export { GetDnsProxyArgs, GetDnsProxyResult, GetDnsProxyOutputArgs } from "./getDnsProxy";
236
+ export declare const getDnsProxy: typeof import("./getDnsProxy").getDnsProxy;
237
+ export declare const getDnsProxyOutput: typeof import("./getDnsProxy").getDnsProxyOutput;
238
+ export { GetDnsProxyListArgs, GetDnsProxyListResult, GetDnsProxyListOutputArgs } from "./getDnsProxyList";
239
+ export declare const getDnsProxyList: typeof import("./getDnsProxyList").getDnsProxyList;
240
+ export declare const getDnsProxyListOutput: typeof import("./getDnsProxyList").getDnsProxyListOutput;
166
241
  export { GetDnsSecurityProfileArgs, GetDnsSecurityProfileResult, GetDnsSecurityProfileOutputArgs } from "./getDnsSecurityProfile";
167
242
  export declare const getDnsSecurityProfile: typeof import("./getDnsSecurityProfile").getDnsSecurityProfile;
168
243
  export declare const getDnsSecurityProfileOutput: typeof import("./getDnsSecurityProfile").getDnsSecurityProfileOutput;
169
244
  export { GetDnsSecurityProfileListArgs, GetDnsSecurityProfileListResult, GetDnsSecurityProfileListOutputArgs } from "./getDnsSecurityProfileList";
170
245
  export declare const getDnsSecurityProfileList: typeof import("./getDnsSecurityProfileList").getDnsSecurityProfileList;
171
246
  export declare const getDnsSecurityProfileListOutput: typeof import("./getDnsSecurityProfileList").getDnsSecurityProfileListOutput;
247
+ export { GetDosProtectionProfileArgs, GetDosProtectionProfileResult, GetDosProtectionProfileOutputArgs } from "./getDosProtectionProfile";
248
+ export declare const getDosProtectionProfile: typeof import("./getDosProtectionProfile").getDosProtectionProfile;
249
+ export declare const getDosProtectionProfileOutput: typeof import("./getDosProtectionProfile").getDosProtectionProfileOutput;
250
+ export { GetDosProtectionProfileListArgs, GetDosProtectionProfileListResult, GetDosProtectionProfileListOutputArgs } from "./getDosProtectionProfileList";
251
+ export declare const getDosProtectionProfileList: typeof import("./getDosProtectionProfileList").getDosProtectionProfileList;
252
+ export declare const getDosProtectionProfileListOutput: typeof import("./getDosProtectionProfileList").getDosProtectionProfileListOutput;
253
+ export { GetDosProtectionRuleArgs, GetDosProtectionRuleResult, GetDosProtectionRuleOutputArgs } from "./getDosProtectionRule";
254
+ export declare const getDosProtectionRule: typeof import("./getDosProtectionRule").getDosProtectionRule;
255
+ export declare const getDosProtectionRuleOutput: typeof import("./getDosProtectionRule").getDosProtectionRuleOutput;
256
+ export { GetDosProtectionRuleListArgs, GetDosProtectionRuleListResult, GetDosProtectionRuleListOutputArgs } from "./getDosProtectionRuleList";
257
+ export declare const getDosProtectionRuleList: typeof import("./getDosProtectionRuleList").getDosProtectionRuleList;
258
+ export declare const getDosProtectionRuleListOutput: typeof import("./getDosProtectionRuleList").getDosProtectionRuleListOutput;
172
259
  export { GetDynamicUserGroupArgs, GetDynamicUserGroupResult, GetDynamicUserGroupOutputArgs } from "./getDynamicUserGroup";
173
260
  export declare const getDynamicUserGroup: typeof import("./getDynamicUserGroup").getDynamicUserGroup;
174
261
  export declare const getDynamicUserGroupOutput: typeof import("./getDynamicUserGroup").getDynamicUserGroupOutput;
175
262
  export { GetDynamicUserGroupListArgs, GetDynamicUserGroupListResult, GetDynamicUserGroupListOutputArgs } from "./getDynamicUserGroupList";
176
263
  export declare const getDynamicUserGroupList: typeof import("./getDynamicUserGroupList").getDynamicUserGroupList;
177
264
  export declare const getDynamicUserGroupListOutput: typeof import("./getDynamicUserGroupList").getDynamicUserGroupListOutput;
265
+ export { GetEthernetInterfaceArgs, GetEthernetInterfaceResult, GetEthernetInterfaceOutputArgs } from "./getEthernetInterface";
266
+ export declare const getEthernetInterface: typeof import("./getEthernetInterface").getEthernetInterface;
267
+ export declare const getEthernetInterfaceOutput: typeof import("./getEthernetInterface").getEthernetInterfaceOutput;
268
+ export { GetEthernetInterfaceListArgs, GetEthernetInterfaceListResult, GetEthernetInterfaceListOutputArgs } from "./getEthernetInterfaceList";
269
+ export declare const getEthernetInterfaceList: typeof import("./getEthernetInterfaceList").getEthernetInterfaceList;
270
+ export declare const getEthernetInterfaceListOutput: typeof import("./getEthernetInterfaceList").getEthernetInterfaceListOutput;
178
271
  export { GetExternalDynamicListArgs, GetExternalDynamicListResult, GetExternalDynamicListOutputArgs } from "./getExternalDynamicList";
179
272
  export declare const getExternalDynamicList: typeof import("./getExternalDynamicList").getExternalDynamicList;
180
273
  export declare const getExternalDynamicListOutput: typeof import("./getExternalDynamicList").getExternalDynamicListOutput;
@@ -211,6 +304,12 @@ export declare const getHttpHeaderProfileOutput: typeof import("./getHttpHeaderP
211
304
  export { GetHttpHeaderProfileListArgs, GetHttpHeaderProfileListResult, GetHttpHeaderProfileListOutputArgs } from "./getHttpHeaderProfileList";
212
305
  export declare const getHttpHeaderProfileList: typeof import("./getHttpHeaderProfileList").getHttpHeaderProfileList;
213
306
  export declare const getHttpHeaderProfileListOutput: typeof import("./getHttpHeaderProfileList").getHttpHeaderProfileListOutput;
307
+ export { GetHttpServerProfileArgs, GetHttpServerProfileResult, GetHttpServerProfileOutputArgs } from "./getHttpServerProfile";
308
+ export declare const getHttpServerProfile: typeof import("./getHttpServerProfile").getHttpServerProfile;
309
+ export declare const getHttpServerProfileOutput: typeof import("./getHttpServerProfile").getHttpServerProfileOutput;
310
+ export { GetHttpServerProfileListArgs, GetHttpServerProfileListResult, GetHttpServerProfileListOutputArgs } from "./getHttpServerProfileList";
311
+ export declare const getHttpServerProfileList: typeof import("./getHttpServerProfileList").getHttpServerProfileList;
312
+ export declare const getHttpServerProfileListOutput: typeof import("./getHttpServerProfileList").getHttpServerProfileListOutput;
214
313
  export { GetIkeCryptoProfileArgs, GetIkeCryptoProfileResult, GetIkeCryptoProfileOutputArgs } from "./getIkeCryptoProfile";
215
314
  export declare const getIkeCryptoProfile: typeof import("./getIkeCryptoProfile").getIkeCryptoProfile;
216
315
  export declare const getIkeCryptoProfileOutput: typeof import("./getIkeCryptoProfile").getIkeCryptoProfileOutput;
@@ -223,12 +322,12 @@ export declare const getIkeGatewayOutput: typeof import("./getIkeGateway").getIk
223
322
  export { GetIkeGatewayListArgs, GetIkeGatewayListResult, GetIkeGatewayListOutputArgs } from "./getIkeGatewayList";
224
323
  export declare const getIkeGatewayList: typeof import("./getIkeGatewayList").getIkeGatewayList;
225
324
  export declare const getIkeGatewayListOutput: typeof import("./getIkeGatewayList").getIkeGatewayListOutput;
226
- export { GetInternalDnsServerArgs, GetInternalDnsServerResult, GetInternalDnsServerOutputArgs } from "./getInternalDnsServer";
227
- export declare const getInternalDnsServer: typeof import("./getInternalDnsServer").getInternalDnsServer;
228
- export declare const getInternalDnsServerOutput: typeof import("./getInternalDnsServer").getInternalDnsServerOutput;
229
- export { GetInternalDnsServerListArgs, GetInternalDnsServerListResult, GetInternalDnsServerListOutputArgs } from "./getInternalDnsServerList";
230
- export declare const getInternalDnsServerList: typeof import("./getInternalDnsServerList").getInternalDnsServerList;
231
- export declare const getInternalDnsServerListOutput: typeof import("./getInternalDnsServerList").getInternalDnsServerListOutput;
325
+ export { GetInterfaceManagementProfileArgs, GetInterfaceManagementProfileResult, GetInterfaceManagementProfileOutputArgs } from "./getInterfaceManagementProfile";
326
+ export declare const getInterfaceManagementProfile: typeof import("./getInterfaceManagementProfile").getInterfaceManagementProfile;
327
+ export declare const getInterfaceManagementProfileOutput: typeof import("./getInterfaceManagementProfile").getInterfaceManagementProfileOutput;
328
+ export { GetInterfaceManagementProfileListArgs, GetInterfaceManagementProfileListResult, GetInterfaceManagementProfileListOutputArgs } from "./getInterfaceManagementProfileList";
329
+ export declare const getInterfaceManagementProfileList: typeof import("./getInterfaceManagementProfileList").getInterfaceManagementProfileList;
330
+ export declare const getInterfaceManagementProfileListOutput: typeof import("./getInterfaceManagementProfileList").getInterfaceManagementProfileListOutput;
232
331
  export { GetIpsecCryptoProfileArgs, GetIpsecCryptoProfileResult, GetIpsecCryptoProfileOutputArgs } from "./getIpsecCryptoProfile";
233
332
  export declare const getIpsecCryptoProfile: typeof import("./getIpsecCryptoProfile").getIpsecCryptoProfile;
234
333
  export declare const getIpsecCryptoProfileOutput: typeof import("./getIpsecCryptoProfile").getIpsecCryptoProfileOutput;
@@ -241,54 +340,90 @@ export declare const getIpsecTunnelOutput: typeof import("./getIpsecTunnel").get
241
340
  export { GetIpsecTunnelListArgs, GetIpsecTunnelListResult, GetIpsecTunnelListOutputArgs } from "./getIpsecTunnelList";
242
341
  export declare const getIpsecTunnelList: typeof import("./getIpsecTunnelList").getIpsecTunnelList;
243
342
  export declare const getIpsecTunnelListOutput: typeof import("./getIpsecTunnelList").getIpsecTunnelListOutput;
244
- export { GetJobsArgs, GetJobsResult, GetJobsOutputArgs } from "./getJobs";
245
- export declare const getJobs: typeof import("./getJobs").getJobs;
246
- export declare const getJobsOutput: typeof import("./getJobs").getJobsOutput;
247
- export { GetJobsListResult } from "./getJobsList";
248
- export declare const getJobsList: typeof import("./getJobsList").getJobsList;
249
- export declare const getJobsListOutput: typeof import("./getJobsList").getJobsListOutput;
250
343
  export { GetKerberosServerProfileArgs, GetKerberosServerProfileResult, GetKerberosServerProfileOutputArgs } from "./getKerberosServerProfile";
251
344
  export declare const getKerberosServerProfile: typeof import("./getKerberosServerProfile").getKerberosServerProfile;
252
345
  export declare const getKerberosServerProfileOutput: typeof import("./getKerberosServerProfile").getKerberosServerProfileOutput;
253
346
  export { GetKerberosServerProfileListArgs, GetKerberosServerProfileListResult, GetKerberosServerProfileListOutputArgs } from "./getKerberosServerProfileList";
254
347
  export declare const getKerberosServerProfileList: typeof import("./getKerberosServerProfileList").getKerberosServerProfileList;
255
348
  export declare const getKerberosServerProfileListOutput: typeof import("./getKerberosServerProfileList").getKerberosServerProfileListOutput;
349
+ export { GetLabelArgs, GetLabelResult, GetLabelOutputArgs } from "./getLabel";
350
+ export declare const getLabel: typeof import("./getLabel").getLabel;
351
+ export declare const getLabelOutput: typeof import("./getLabel").getLabelOutput;
256
352
  export { GetLabelListArgs, GetLabelListResult, GetLabelListOutputArgs } from "./getLabelList";
257
353
  export declare const getLabelList: typeof import("./getLabelList").getLabelList;
258
354
  export declare const getLabelListOutput: typeof import("./getLabelList").getLabelListOutput;
259
- export { GetLabelsGetbyidResponseArgs, GetLabelsGetbyidResponseResult, GetLabelsGetbyidResponseOutputArgs } from "./getLabelsGetbyidResponse";
260
- export declare const getLabelsGetbyidResponse: typeof import("./getLabelsGetbyidResponse").getLabelsGetbyidResponse;
261
- export declare const getLabelsGetbyidResponseOutput: typeof import("./getLabelsGetbyidResponse").getLabelsGetbyidResponseOutput;
355
+ export { GetLayer2SubinterfaceArgs, GetLayer2SubinterfaceResult, GetLayer2SubinterfaceOutputArgs } from "./getLayer2Subinterface";
356
+ export declare const getLayer2Subinterface: typeof import("./getLayer2Subinterface").getLayer2Subinterface;
357
+ export declare const getLayer2SubinterfaceOutput: typeof import("./getLayer2Subinterface").getLayer2SubinterfaceOutput;
358
+ export { GetLayer2SubinterfaceListArgs, GetLayer2SubinterfaceListResult, GetLayer2SubinterfaceListOutputArgs } from "./getLayer2SubinterfaceList";
359
+ export declare const getLayer2SubinterfaceList: typeof import("./getLayer2SubinterfaceList").getLayer2SubinterfaceList;
360
+ export declare const getLayer2SubinterfaceListOutput: typeof import("./getLayer2SubinterfaceList").getLayer2SubinterfaceListOutput;
361
+ export { GetLayer3SubinterfaceArgs, GetLayer3SubinterfaceResult, GetLayer3SubinterfaceOutputArgs } from "./getLayer3Subinterface";
362
+ export declare const getLayer3Subinterface: typeof import("./getLayer3Subinterface").getLayer3Subinterface;
363
+ export declare const getLayer3SubinterfaceOutput: typeof import("./getLayer3Subinterface").getLayer3SubinterfaceOutput;
364
+ export { GetLayer3SubinterfaceListArgs, GetLayer3SubinterfaceListResult, GetLayer3SubinterfaceListOutputArgs } from "./getLayer3SubinterfaceList";
365
+ export declare const getLayer3SubinterfaceList: typeof import("./getLayer3SubinterfaceList").getLayer3SubinterfaceList;
366
+ export declare const getLayer3SubinterfaceListOutput: typeof import("./getLayer3SubinterfaceList").getLayer3SubinterfaceListOutput;
262
367
  export { GetLdapServerProfileArgs, GetLdapServerProfileResult, GetLdapServerProfileOutputArgs } from "./getLdapServerProfile";
263
368
  export declare const getLdapServerProfile: typeof import("./getLdapServerProfile").getLdapServerProfile;
264
369
  export declare const getLdapServerProfileOutput: typeof import("./getLdapServerProfile").getLdapServerProfileOutput;
265
370
  export { GetLdapServerProfileListArgs, GetLdapServerProfileListResult, GetLdapServerProfileListOutputArgs } from "./getLdapServerProfileList";
266
371
  export declare const getLdapServerProfileList: typeof import("./getLdapServerProfileList").getLdapServerProfileList;
267
372
  export declare const getLdapServerProfileListOutput: typeof import("./getLdapServerProfileList").getLdapServerProfileListOutput;
373
+ export { GetLinkTagArgs, GetLinkTagResult, GetLinkTagOutputArgs } from "./getLinkTag";
374
+ export declare const getLinkTag: typeof import("./getLinkTag").getLinkTag;
375
+ export declare const getLinkTagOutput: typeof import("./getLinkTag").getLinkTagOutput;
376
+ export { GetLinkTagListArgs, GetLinkTagListResult, GetLinkTagListOutputArgs } from "./getLinkTagList";
377
+ export declare const getLinkTagList: typeof import("./getLinkTagList").getLinkTagList;
378
+ export declare const getLinkTagListOutput: typeof import("./getLinkTagList").getLinkTagListOutput;
268
379
  export { GetLocalUserArgs, GetLocalUserResult, GetLocalUserOutputArgs } from "./getLocalUser";
269
380
  export declare const getLocalUser: typeof import("./getLocalUser").getLocalUser;
270
381
  export declare const getLocalUserOutput: typeof import("./getLocalUser").getLocalUserOutput;
382
+ export { GetLocalUserGroupArgs, GetLocalUserGroupResult, GetLocalUserGroupOutputArgs } from "./getLocalUserGroup";
383
+ export declare const getLocalUserGroup: typeof import("./getLocalUserGroup").getLocalUserGroup;
384
+ export declare const getLocalUserGroupOutput: typeof import("./getLocalUserGroup").getLocalUserGroupOutput;
271
385
  export { GetLocalUserGroupListArgs, GetLocalUserGroupListResult, GetLocalUserGroupListOutputArgs } from "./getLocalUserGroupList";
272
386
  export declare const getLocalUserGroupList: typeof import("./getLocalUserGroupList").getLocalUserGroupList;
273
387
  export declare const getLocalUserGroupListOutput: typeof import("./getLocalUserGroupList").getLocalUserGroupListOutput;
274
388
  export { GetLocalUserListArgs, GetLocalUserListResult, GetLocalUserListOutputArgs } from "./getLocalUserList";
275
389
  export declare const getLocalUserList: typeof import("./getLocalUserList").getLocalUserList;
276
390
  export declare const getLocalUserListOutput: typeof import("./getLocalUserList").getLocalUserListOutput;
277
- export { GetMfaServerArgs, GetMfaServerResult, GetMfaServerOutputArgs } from "./getMfaServer";
278
- export declare const getMfaServer: typeof import("./getMfaServer").getMfaServer;
279
- export declare const getMfaServerOutput: typeof import("./getMfaServer").getMfaServerOutput;
391
+ export { GetLogForwardingProfileArgs, GetLogForwardingProfileResult, GetLogForwardingProfileOutputArgs } from "./getLogForwardingProfile";
392
+ export declare const getLogForwardingProfile: typeof import("./getLogForwardingProfile").getLogForwardingProfile;
393
+ export declare const getLogForwardingProfileOutput: typeof import("./getLogForwardingProfile").getLogForwardingProfileOutput;
394
+ export { GetLogForwardingProfileListArgs, GetLogForwardingProfileListResult, GetLogForwardingProfileListOutputArgs } from "./getLogForwardingProfileList";
395
+ export declare const getLogForwardingProfileList: typeof import("./getLogForwardingProfileList").getLogForwardingProfileList;
396
+ export declare const getLogForwardingProfileListOutput: typeof import("./getLogForwardingProfileList").getLogForwardingProfileListOutput;
397
+ export { GetLogicalRouterArgs, GetLogicalRouterResult, GetLogicalRouterOutputArgs } from "./getLogicalRouter";
398
+ export declare const getLogicalRouter: typeof import("./getLogicalRouter").getLogicalRouter;
399
+ export declare const getLogicalRouterOutput: typeof import("./getLogicalRouter").getLogicalRouterOutput;
400
+ export { GetLogicalRouterListArgs, GetLogicalRouterListResult, GetLogicalRouterListOutputArgs } from "./getLogicalRouterList";
401
+ export declare const getLogicalRouterList: typeof import("./getLogicalRouterList").getLogicalRouterList;
402
+ export declare const getLogicalRouterListOutput: typeof import("./getLogicalRouterList").getLogicalRouterListOutput;
403
+ export { GetLoopbackInterfaceArgs, GetLoopbackInterfaceResult, GetLoopbackInterfaceOutputArgs } from "./getLoopbackInterface";
404
+ export declare const getLoopbackInterface: typeof import("./getLoopbackInterface").getLoopbackInterface;
405
+ export declare const getLoopbackInterfaceOutput: typeof import("./getLoopbackInterface").getLoopbackInterfaceOutput;
406
+ export { GetLoopbackInterfaceListArgs, GetLoopbackInterfaceListResult, GetLoopbackInterfaceListOutputArgs } from "./getLoopbackInterfaceList";
407
+ export declare const getLoopbackInterfaceList: typeof import("./getLoopbackInterfaceList").getLoopbackInterfaceList;
408
+ export declare const getLoopbackInterfaceListOutput: typeof import("./getLoopbackInterfaceList").getLoopbackInterfaceListOutput;
280
409
  export { GetNatRuleArgs, GetNatRuleResult, GetNatRuleOutputArgs } from "./getNatRule";
281
410
  export declare const getNatRule: typeof import("./getNatRule").getNatRule;
282
411
  export declare const getNatRuleOutput: typeof import("./getNatRule").getNatRuleOutput;
283
412
  export { GetNatRuleListArgs, GetNatRuleListResult, GetNatRuleListOutputArgs } from "./getNatRuleList";
284
413
  export declare const getNatRuleList: typeof import("./getNatRuleList").getNatRuleList;
285
414
  export declare const getNatRuleListOutput: typeof import("./getNatRuleList").getNatRuleListOutput;
286
- export { GetOcspResponderArgs, GetOcspResponderResult, GetOcspResponderOutputArgs } from "./getOcspResponder";
287
- export declare const getOcspResponder: typeof import("./getOcspResponder").getOcspResponder;
288
- export declare const getOcspResponderOutput: typeof import("./getOcspResponder").getOcspResponderOutput;
289
- export { GetOcspResponderListArgs, GetOcspResponderListResult, GetOcspResponderListOutputArgs } from "./getOcspResponderList";
290
- export declare const getOcspResponderList: typeof import("./getOcspResponderList").getOcspResponderList;
291
- export declare const getOcspResponderListOutput: typeof import("./getOcspResponderList").getOcspResponderListOutput;
415
+ export { GetOspfAuthProfileArgs, GetOspfAuthProfileResult, GetOspfAuthProfileOutputArgs } from "./getOspfAuthProfile";
416
+ export declare const getOspfAuthProfile: typeof import("./getOspfAuthProfile").getOspfAuthProfile;
417
+ export declare const getOspfAuthProfileOutput: typeof import("./getOspfAuthProfile").getOspfAuthProfileOutput;
418
+ export { GetOspfAuthProfileListArgs, GetOspfAuthProfileListResult, GetOspfAuthProfileListOutputArgs } from "./getOspfAuthProfileList";
419
+ export declare const getOspfAuthProfileList: typeof import("./getOspfAuthProfileList").getOspfAuthProfileList;
420
+ export declare const getOspfAuthProfileListOutput: typeof import("./getOspfAuthProfileList").getOspfAuthProfileListOutput;
421
+ export { GetPbfRuleArgs, GetPbfRuleResult, GetPbfRuleOutputArgs } from "./getPbfRule";
422
+ export declare const getPbfRule: typeof import("./getPbfRule").getPbfRule;
423
+ export declare const getPbfRuleOutput: typeof import("./getPbfRule").getPbfRuleOutput;
424
+ export { GetPbfRuleListArgs, GetPbfRuleListResult, GetPbfRuleListOutputArgs } from "./getPbfRuleList";
425
+ export declare const getPbfRuleList: typeof import("./getPbfRuleList").getPbfRuleList;
426
+ export declare const getPbfRuleListOutput: typeof import("./getPbfRuleList").getPbfRuleListOutput;
292
427
  export { GetProfileGroupArgs, GetProfileGroupResult, GetProfileGroupOutputArgs } from "./getProfileGroup";
293
428
  export declare const getProfileGroup: typeof import("./getProfileGroup").getProfileGroup;
294
429
  export declare const getProfileGroupOutput: typeof import("./getProfileGroup").getProfileGroupOutput;
@@ -325,6 +460,30 @@ export declare const getRemoteNetworkOutput: typeof import("./getRemoteNetwork")
325
460
  export { GetRemoteNetworkListArgs, GetRemoteNetworkListResult, GetRemoteNetworkListOutputArgs } from "./getRemoteNetworkList";
326
461
  export declare const getRemoteNetworkList: typeof import("./getRemoteNetworkList").getRemoteNetworkList;
327
462
  export declare const getRemoteNetworkListOutput: typeof import("./getRemoteNetworkList").getRemoteNetworkListOutput;
463
+ export { GetRouteAccessListArgs, GetRouteAccessListResult, GetRouteAccessListOutputArgs } from "./getRouteAccessList";
464
+ export declare const getRouteAccessList: typeof import("./getRouteAccessList").getRouteAccessList;
465
+ export declare const getRouteAccessListOutput: typeof import("./getRouteAccessList").getRouteAccessListOutput;
466
+ export { GetRouteAccessListListArgs, GetRouteAccessListListResult, GetRouteAccessListListOutputArgs } from "./getRouteAccessListList";
467
+ export declare const getRouteAccessListList: typeof import("./getRouteAccessListList").getRouteAccessListList;
468
+ export declare const getRouteAccessListListOutput: typeof import("./getRouteAccessListList").getRouteAccessListListOutput;
469
+ export { GetRouteCommunityListArgs, GetRouteCommunityListResult, GetRouteCommunityListOutputArgs } from "./getRouteCommunityList";
470
+ export declare const getRouteCommunityList: typeof import("./getRouteCommunityList").getRouteCommunityList;
471
+ export declare const getRouteCommunityListOutput: typeof import("./getRouteCommunityList").getRouteCommunityListOutput;
472
+ export { GetRouteCommunityListListArgs, GetRouteCommunityListListResult, GetRouteCommunityListListOutputArgs } from "./getRouteCommunityListList";
473
+ export declare const getRouteCommunityListList: typeof import("./getRouteCommunityListList").getRouteCommunityListList;
474
+ export declare const getRouteCommunityListListOutput: typeof import("./getRouteCommunityListList").getRouteCommunityListListOutput;
475
+ export { GetRoutePathAccessListArgs, GetRoutePathAccessListResult, GetRoutePathAccessListOutputArgs } from "./getRoutePathAccessList";
476
+ export declare const getRoutePathAccessList: typeof import("./getRoutePathAccessList").getRoutePathAccessList;
477
+ export declare const getRoutePathAccessListOutput: typeof import("./getRoutePathAccessList").getRoutePathAccessListOutput;
478
+ export { GetRoutePathAccessListListArgs, GetRoutePathAccessListListResult, GetRoutePathAccessListListOutputArgs } from "./getRoutePathAccessListList";
479
+ export declare const getRoutePathAccessListList: typeof import("./getRoutePathAccessListList").getRoutePathAccessListList;
480
+ export declare const getRoutePathAccessListListOutput: typeof import("./getRoutePathAccessListList").getRoutePathAccessListListOutput;
481
+ export { GetRoutePrefixListArgs, GetRoutePrefixListResult, GetRoutePrefixListOutputArgs } from "./getRoutePrefixList";
482
+ export declare const getRoutePrefixList: typeof import("./getRoutePrefixList").getRoutePrefixList;
483
+ export declare const getRoutePrefixListOutput: typeof import("./getRoutePrefixList").getRoutePrefixListOutput;
484
+ export { GetRoutePrefixListListArgs, GetRoutePrefixListListResult, GetRoutePrefixListListOutputArgs } from "./getRoutePrefixListList";
485
+ export declare const getRoutePrefixListList: typeof import("./getRoutePrefixListList").getRoutePrefixListList;
486
+ export declare const getRoutePrefixListListOutput: typeof import("./getRoutePrefixListList").getRoutePrefixListListOutput;
328
487
  export { GetSamlServerProfileArgs, GetSamlServerProfileResult, GetSamlServerProfileOutputArgs } from "./getSamlServerProfile";
329
488
  export declare const getSamlServerProfile: typeof import("./getSamlServerProfile").getSamlServerProfile;
330
489
  export declare const getSamlServerProfileOutput: typeof import("./getSamlServerProfile").getSamlServerProfileOutput;
@@ -343,6 +502,36 @@ export declare const getScheduleOutput: typeof import("./getSchedule").getSchedu
343
502
  export { GetScheduleListArgs, GetScheduleListResult, GetScheduleListOutputArgs } from "./getScheduleList";
344
503
  export declare const getScheduleList: typeof import("./getScheduleList").getScheduleList;
345
504
  export declare const getScheduleListOutput: typeof import("./getScheduleList").getScheduleListOutput;
505
+ export { GetSdwanErrorCorrectionProfileArgs, GetSdwanErrorCorrectionProfileResult, GetSdwanErrorCorrectionProfileOutputArgs } from "./getSdwanErrorCorrectionProfile";
506
+ export declare const getSdwanErrorCorrectionProfile: typeof import("./getSdwanErrorCorrectionProfile").getSdwanErrorCorrectionProfile;
507
+ export declare const getSdwanErrorCorrectionProfileOutput: typeof import("./getSdwanErrorCorrectionProfile").getSdwanErrorCorrectionProfileOutput;
508
+ export { GetSdwanErrorCorrectionProfileListArgs, GetSdwanErrorCorrectionProfileListResult, GetSdwanErrorCorrectionProfileListOutputArgs } from "./getSdwanErrorCorrectionProfileList";
509
+ export declare const getSdwanErrorCorrectionProfileList: typeof import("./getSdwanErrorCorrectionProfileList").getSdwanErrorCorrectionProfileList;
510
+ export declare const getSdwanErrorCorrectionProfileListOutput: typeof import("./getSdwanErrorCorrectionProfileList").getSdwanErrorCorrectionProfileListOutput;
511
+ export { GetSdwanPathQualityProfileArgs, GetSdwanPathQualityProfileResult, GetSdwanPathQualityProfileOutputArgs } from "./getSdwanPathQualityProfile";
512
+ export declare const getSdwanPathQualityProfile: typeof import("./getSdwanPathQualityProfile").getSdwanPathQualityProfile;
513
+ export declare const getSdwanPathQualityProfileOutput: typeof import("./getSdwanPathQualityProfile").getSdwanPathQualityProfileOutput;
514
+ export { GetSdwanPathQualityProfileListArgs, GetSdwanPathQualityProfileListResult, GetSdwanPathQualityProfileListOutputArgs } from "./getSdwanPathQualityProfileList";
515
+ export declare const getSdwanPathQualityProfileList: typeof import("./getSdwanPathQualityProfileList").getSdwanPathQualityProfileList;
516
+ export declare const getSdwanPathQualityProfileListOutput: typeof import("./getSdwanPathQualityProfileList").getSdwanPathQualityProfileListOutput;
517
+ export { GetSdwanRuleArgs, GetSdwanRuleResult, GetSdwanRuleOutputArgs } from "./getSdwanRule";
518
+ export declare const getSdwanRule: typeof import("./getSdwanRule").getSdwanRule;
519
+ export declare const getSdwanRuleOutput: typeof import("./getSdwanRule").getSdwanRuleOutput;
520
+ export { GetSdwanRuleListArgs, GetSdwanRuleListResult, GetSdwanRuleListOutputArgs } from "./getSdwanRuleList";
521
+ export declare const getSdwanRuleList: typeof import("./getSdwanRuleList").getSdwanRuleList;
522
+ export declare const getSdwanRuleListOutput: typeof import("./getSdwanRuleList").getSdwanRuleListOutput;
523
+ export { GetSdwanSaasQualityProfileArgs, GetSdwanSaasQualityProfileResult, GetSdwanSaasQualityProfileOutputArgs } from "./getSdwanSaasQualityProfile";
524
+ export declare const getSdwanSaasQualityProfile: typeof import("./getSdwanSaasQualityProfile").getSdwanSaasQualityProfile;
525
+ export declare const getSdwanSaasQualityProfileOutput: typeof import("./getSdwanSaasQualityProfile").getSdwanSaasQualityProfileOutput;
526
+ export { GetSdwanSaasQualityProfileListArgs, GetSdwanSaasQualityProfileListResult, GetSdwanSaasQualityProfileListOutputArgs } from "./getSdwanSaasQualityProfileList";
527
+ export declare const getSdwanSaasQualityProfileList: typeof import("./getSdwanSaasQualityProfileList").getSdwanSaasQualityProfileList;
528
+ export declare const getSdwanSaasQualityProfileListOutput: typeof import("./getSdwanSaasQualityProfileList").getSdwanSaasQualityProfileListOutput;
529
+ export { GetSdwanTrafficDistributionProfileArgs, GetSdwanTrafficDistributionProfileResult, GetSdwanTrafficDistributionProfileOutputArgs } from "./getSdwanTrafficDistributionProfile";
530
+ export declare const getSdwanTrafficDistributionProfile: typeof import("./getSdwanTrafficDistributionProfile").getSdwanTrafficDistributionProfile;
531
+ export declare const getSdwanTrafficDistributionProfileOutput: typeof import("./getSdwanTrafficDistributionProfile").getSdwanTrafficDistributionProfileOutput;
532
+ export { GetSdwanTrafficDistributionProfileListArgs, GetSdwanTrafficDistributionProfileListResult, GetSdwanTrafficDistributionProfileListOutputArgs } from "./getSdwanTrafficDistributionProfileList";
533
+ export declare const getSdwanTrafficDistributionProfileList: typeof import("./getSdwanTrafficDistributionProfileList").getSdwanTrafficDistributionProfileList;
534
+ export declare const getSdwanTrafficDistributionProfileListOutput: typeof import("./getSdwanTrafficDistributionProfileList").getSdwanTrafficDistributionProfileListOutput;
346
535
  export { GetSecurityRuleArgs, GetSecurityRuleResult, GetSecurityRuleOutputArgs } from "./getSecurityRule";
347
536
  export declare const getSecurityRule: typeof import("./getSecurityRule").getSecurityRule;
348
537
  export declare const getSecurityRuleOutput: typeof import("./getSecurityRule").getSecurityRuleOutput;
@@ -373,15 +562,24 @@ export declare const getServiceGroupListOutput: typeof import("./getServiceGroup
373
562
  export { GetServiceListArgs, GetServiceListResult, GetServiceListOutputArgs } from "./getServiceList";
374
563
  export declare const getServiceList: typeof import("./getServiceList").getServiceList;
375
564
  export declare const getServiceListOutput: typeof import("./getServiceList").getServiceListOutput;
376
- export { GetSharedInfrastructureSettingsListArgs, GetSharedInfrastructureSettingsListResult, GetSharedInfrastructureSettingsListOutputArgs } from "./getSharedInfrastructureSettingsList";
377
- export declare const getSharedInfrastructureSettingsList: typeof import("./getSharedInfrastructureSettingsList").getSharedInfrastructureSettingsList;
378
- export declare const getSharedInfrastructureSettingsListOutput: typeof import("./getSharedInfrastructureSettingsList").getSharedInfrastructureSettingsListOutput;
565
+ export { GetSiteArgs, GetSiteResult, GetSiteOutputArgs } from "./getSite";
566
+ export declare const getSite: typeof import("./getSite").getSite;
567
+ export declare const getSiteOutput: typeof import("./getSite").getSiteOutput;
568
+ export { GetSiteListArgs, GetSiteListResult, GetSiteListOutputArgs } from "./getSiteList";
569
+ export declare const getSiteList: typeof import("./getSiteList").getSiteList;
570
+ export declare const getSiteListOutput: typeof import("./getSiteList").getSiteListOutput;
379
571
  export { GetSnippetArgs, GetSnippetResult, GetSnippetOutputArgs } from "./getSnippet";
380
572
  export declare const getSnippet: typeof import("./getSnippet").getSnippet;
381
573
  export declare const getSnippetOutput: typeof import("./getSnippet").getSnippetOutput;
382
574
  export { GetSnippetListArgs, GetSnippetListResult, GetSnippetListOutputArgs } from "./getSnippetList";
383
575
  export declare const getSnippetList: typeof import("./getSnippetList").getSnippetList;
384
576
  export declare const getSnippetListOutput: typeof import("./getSnippetList").getSnippetListOutput;
577
+ export { GetSyslogServerProfileArgs, GetSyslogServerProfileResult, GetSyslogServerProfileOutputArgs } from "./getSyslogServerProfile";
578
+ export declare const getSyslogServerProfile: typeof import("./getSyslogServerProfile").getSyslogServerProfile;
579
+ export declare const getSyslogServerProfileOutput: typeof import("./getSyslogServerProfile").getSyslogServerProfileOutput;
580
+ export { GetSyslogServerProfileListArgs, GetSyslogServerProfileListResult, GetSyslogServerProfileListOutputArgs } from "./getSyslogServerProfileList";
581
+ export declare const getSyslogServerProfileList: typeof import("./getSyslogServerProfileList").getSyslogServerProfileList;
582
+ export declare const getSyslogServerProfileListOutput: typeof import("./getSyslogServerProfileList").getSyslogServerProfileListOutput;
385
583
  export { GetTacacsServerProfileArgs, GetTacacsServerProfileResult, GetTacacsServerProfileOutputArgs } from "./getTacacsServerProfile";
386
584
  export declare const getTacacsServerProfile: typeof import("./getTacacsServerProfile").getTacacsServerProfile;
387
585
  export declare const getTacacsServerProfileOutput: typeof import("./getTacacsServerProfile").getTacacsServerProfileOutput;
@@ -406,9 +604,12 @@ export declare const getTrafficSteeringRuleOutput: typeof import("./getTrafficSt
406
604
  export { GetTrafficSteeringRuleListArgs, GetTrafficSteeringRuleListResult, GetTrafficSteeringRuleListOutputArgs } from "./getTrafficSteeringRuleList";
407
605
  export declare const getTrafficSteeringRuleList: typeof import("./getTrafficSteeringRuleList").getTrafficSteeringRuleList;
408
606
  export declare const getTrafficSteeringRuleListOutput: typeof import("./getTrafficSteeringRuleList").getTrafficSteeringRuleListOutput;
409
- export { GetTrustedCertificateAuthorityListArgs, GetTrustedCertificateAuthorityListResult, GetTrustedCertificateAuthorityListOutputArgs } from "./getTrustedCertificateAuthorityList";
410
- export declare const getTrustedCertificateAuthorityList: typeof import("./getTrustedCertificateAuthorityList").getTrustedCertificateAuthorityList;
411
- export declare const getTrustedCertificateAuthorityListOutput: typeof import("./getTrustedCertificateAuthorityList").getTrustedCertificateAuthorityListOutput;
607
+ export { GetTunnelInterfaceArgs, GetTunnelInterfaceResult, GetTunnelInterfaceOutputArgs } from "./getTunnelInterface";
608
+ export declare const getTunnelInterface: typeof import("./getTunnelInterface").getTunnelInterface;
609
+ export declare const getTunnelInterfaceOutput: typeof import("./getTunnelInterface").getTunnelInterfaceOutput;
610
+ export { GetTunnelInterfaceListArgs, GetTunnelInterfaceListResult, GetTunnelInterfaceListOutputArgs } from "./getTunnelInterfaceList";
611
+ export declare const getTunnelInterfaceList: typeof import("./getTunnelInterfaceList").getTunnelInterfaceList;
612
+ export declare const getTunnelInterfaceListOutput: typeof import("./getTunnelInterfaceList").getTunnelInterfaceListOutput;
412
613
  export { GetUrlAccessProfileArgs, GetUrlAccessProfileResult, GetUrlAccessProfileOutputArgs } from "./getUrlAccessProfile";
413
614
  export declare const getUrlAccessProfile: typeof import("./getUrlAccessProfile").getUrlAccessProfile;
414
615
  export declare const getUrlAccessProfileOutput: typeof import("./getUrlAccessProfile").getUrlAccessProfileOutput;
@@ -421,33 +622,48 @@ export declare const getUrlCategoryOutput: typeof import("./getUrlCategory").get
421
622
  export { GetUrlCategoryListArgs, GetUrlCategoryListResult, GetUrlCategoryListOutputArgs } from "./getUrlCategoryList";
422
623
  export declare const getUrlCategoryList: typeof import("./getUrlCategoryList").getUrlCategoryList;
423
624
  export declare const getUrlCategoryListOutput: typeof import("./getUrlCategoryList").getUrlCategoryListOutput;
424
- export { GetUrlFilteringCategoryListArgs, GetUrlFilteringCategoryListResult, GetUrlFilteringCategoryListOutputArgs } from "./getUrlFilteringCategoryList";
425
- export declare const getUrlFilteringCategoryList: typeof import("./getUrlFilteringCategoryList").getUrlFilteringCategoryList;
426
- export declare const getUrlFilteringCategoryListOutput: typeof import("./getUrlFilteringCategoryList").getUrlFilteringCategoryListOutput;
427
625
  export { GetVariableArgs, GetVariableResult, GetVariableOutputArgs } from "./getVariable";
428
626
  export declare const getVariable: typeof import("./getVariable").getVariable;
429
627
  export declare const getVariableOutput: typeof import("./getVariable").getVariableOutput;
430
628
  export { GetVariableListArgs, GetVariableListResult, GetVariableListOutputArgs } from "./getVariableList";
431
629
  export declare const getVariableList: typeof import("./getVariableList").getVariableList;
432
630
  export declare const getVariableListOutput: typeof import("./getVariableList").getVariableListOutput;
631
+ export { GetVlanInterfaceArgs, GetVlanInterfaceResult, GetVlanInterfaceOutputArgs } from "./getVlanInterface";
632
+ export declare const getVlanInterface: typeof import("./getVlanInterface").getVlanInterface;
633
+ export declare const getVlanInterfaceOutput: typeof import("./getVlanInterface").getVlanInterfaceOutput;
634
+ export { GetVlanInterfaceListArgs, GetVlanInterfaceListResult, GetVlanInterfaceListOutputArgs } from "./getVlanInterfaceList";
635
+ export declare const getVlanInterfaceList: typeof import("./getVlanInterfaceList").getVlanInterfaceList;
636
+ export declare const getVlanInterfaceListOutput: typeof import("./getVlanInterfaceList").getVlanInterfaceListOutput;
433
637
  export { GetVulnerabilityProtectionProfileArgs, GetVulnerabilityProtectionProfileResult, GetVulnerabilityProtectionProfileOutputArgs } from "./getVulnerabilityProtectionProfile";
434
638
  export declare const getVulnerabilityProtectionProfile: typeof import("./getVulnerabilityProtectionProfile").getVulnerabilityProtectionProfile;
435
639
  export declare const getVulnerabilityProtectionProfileOutput: typeof import("./getVulnerabilityProtectionProfile").getVulnerabilityProtectionProfileOutput;
436
640
  export { GetVulnerabilityProtectionProfileListArgs, GetVulnerabilityProtectionProfileListResult, GetVulnerabilityProtectionProfileListOutputArgs } from "./getVulnerabilityProtectionProfileList";
437
641
  export declare const getVulnerabilityProtectionProfileList: typeof import("./getVulnerabilityProtectionProfileList").getVulnerabilityProtectionProfileList;
438
642
  export declare const getVulnerabilityProtectionProfileListOutput: typeof import("./getVulnerabilityProtectionProfileList").getVulnerabilityProtectionProfileListOutput;
439
- export { GetVulnerabilityProtectionSignaturesArgs, GetVulnerabilityProtectionSignaturesResult, GetVulnerabilityProtectionSignaturesOutputArgs } from "./getVulnerabilityProtectionSignatures";
440
- export declare const getVulnerabilityProtectionSignatures: typeof import("./getVulnerabilityProtectionSignatures").getVulnerabilityProtectionSignatures;
441
- export declare const getVulnerabilityProtectionSignaturesOutput: typeof import("./getVulnerabilityProtectionSignatures").getVulnerabilityProtectionSignaturesOutput;
442
- export { GetVulnerabilityProtectionSignaturesListArgs, GetVulnerabilityProtectionSignaturesListResult, GetVulnerabilityProtectionSignaturesListOutputArgs } from "./getVulnerabilityProtectionSignaturesList";
443
- export declare const getVulnerabilityProtectionSignaturesList: typeof import("./getVulnerabilityProtectionSignaturesList").getVulnerabilityProtectionSignaturesList;
444
- export declare const getVulnerabilityProtectionSignaturesListOutput: typeof import("./getVulnerabilityProtectionSignaturesList").getVulnerabilityProtectionSignaturesListOutput;
643
+ export { GetVulnerabilityProtectionSignatureArgs, GetVulnerabilityProtectionSignatureResult, GetVulnerabilityProtectionSignatureOutputArgs } from "./getVulnerabilityProtectionSignature";
644
+ export declare const getVulnerabilityProtectionSignature: typeof import("./getVulnerabilityProtectionSignature").getVulnerabilityProtectionSignature;
645
+ export declare const getVulnerabilityProtectionSignatureOutput: typeof import("./getVulnerabilityProtectionSignature").getVulnerabilityProtectionSignatureOutput;
646
+ export { GetVulnerabilityProtectionSignatureListArgs, GetVulnerabilityProtectionSignatureListResult, GetVulnerabilityProtectionSignatureListOutputArgs } from "./getVulnerabilityProtectionSignatureList";
647
+ export declare const getVulnerabilityProtectionSignatureList: typeof import("./getVulnerabilityProtectionSignatureList").getVulnerabilityProtectionSignatureList;
648
+ export declare const getVulnerabilityProtectionSignatureListOutput: typeof import("./getVulnerabilityProtectionSignatureList").getVulnerabilityProtectionSignatureListOutput;
445
649
  export { GetWildfireAntiVirusProfileArgs, GetWildfireAntiVirusProfileResult, GetWildfireAntiVirusProfileOutputArgs } from "./getWildfireAntiVirusProfile";
446
650
  export declare const getWildfireAntiVirusProfile: typeof import("./getWildfireAntiVirusProfile").getWildfireAntiVirusProfile;
447
651
  export declare const getWildfireAntiVirusProfileOutput: typeof import("./getWildfireAntiVirusProfile").getWildfireAntiVirusProfileOutput;
448
652
  export { GetWildfireAntiVirusProfileListArgs, GetWildfireAntiVirusProfileListResult, GetWildfireAntiVirusProfileListOutputArgs } from "./getWildfireAntiVirusProfileList";
449
653
  export declare const getWildfireAntiVirusProfileList: typeof import("./getWildfireAntiVirusProfileList").getWildfireAntiVirusProfileList;
450
654
  export declare const getWildfireAntiVirusProfileListOutput: typeof import("./getWildfireAntiVirusProfileList").getWildfireAntiVirusProfileListOutput;
655
+ export { GetZoneArgs, GetZoneResult, GetZoneOutputArgs } from "./getZone";
656
+ export declare const getZone: typeof import("./getZone").getZone;
657
+ export declare const getZoneOutput: typeof import("./getZone").getZoneOutput;
658
+ export { GetZoneListArgs, GetZoneListResult, GetZoneListOutputArgs } from "./getZoneList";
659
+ export declare const getZoneList: typeof import("./getZoneList").getZoneList;
660
+ export declare const getZoneListOutput: typeof import("./getZoneList").getZoneListOutput;
661
+ export { GetZoneProtectionProfileArgs, GetZoneProtectionProfileResult, GetZoneProtectionProfileOutputArgs } from "./getZoneProtectionProfile";
662
+ export declare const getZoneProtectionProfile: typeof import("./getZoneProtectionProfile").getZoneProtectionProfile;
663
+ export declare const getZoneProtectionProfileOutput: typeof import("./getZoneProtectionProfile").getZoneProtectionProfileOutput;
664
+ export { GetZoneProtectionProfileListArgs, GetZoneProtectionProfileListResult, GetZoneProtectionProfileListOutputArgs } from "./getZoneProtectionProfileList";
665
+ export declare const getZoneProtectionProfileList: typeof import("./getZoneProtectionProfileList").getZoneProtectionProfileList;
666
+ export declare const getZoneProtectionProfileListOutput: typeof import("./getZoneProtectionProfileList").getZoneProtectionProfileListOutput;
451
667
  export { HipObjectArgs, HipObjectState } from "./hipObject";
452
668
  export type HipObject = import("./hipObject").HipObject;
453
669
  export declare const HipObject: typeof import("./hipObject").HipObject;
@@ -457,12 +673,18 @@ export declare const HipProfile: typeof import("./hipProfile").HipProfile;
457
673
  export { HttpHeaderProfileArgs, HttpHeaderProfileState } from "./httpHeaderProfile";
458
674
  export type HttpHeaderProfile = import("./httpHeaderProfile").HttpHeaderProfile;
459
675
  export declare const HttpHeaderProfile: typeof import("./httpHeaderProfile").HttpHeaderProfile;
676
+ export { HttpServerProfileArgs, HttpServerProfileState } from "./httpServerProfile";
677
+ export type HttpServerProfile = import("./httpServerProfile").HttpServerProfile;
678
+ export declare const HttpServerProfile: typeof import("./httpServerProfile").HttpServerProfile;
460
679
  export { IkeCryptoProfileArgs, IkeCryptoProfileState } from "./ikeCryptoProfile";
461
680
  export type IkeCryptoProfile = import("./ikeCryptoProfile").IkeCryptoProfile;
462
681
  export declare const IkeCryptoProfile: typeof import("./ikeCryptoProfile").IkeCryptoProfile;
463
682
  export { IkeGatewayArgs, IkeGatewayState } from "./ikeGateway";
464
683
  export type IkeGateway = import("./ikeGateway").IkeGateway;
465
684
  export declare const IkeGateway: typeof import("./ikeGateway").IkeGateway;
685
+ export { InterfaceManagementProfileArgs, InterfaceManagementProfileState } from "./interfaceManagementProfile";
686
+ export type InterfaceManagementProfile = import("./interfaceManagementProfile").InterfaceManagementProfile;
687
+ export declare const InterfaceManagementProfile: typeof import("./interfaceManagementProfile").InterfaceManagementProfile;
466
688
  export { InternalDnsServerArgs, InternalDnsServerState } from "./internalDnsServer";
467
689
  export type InternalDnsServer = import("./internalDnsServer").InternalDnsServer;
468
690
  export declare const InternalDnsServer: typeof import("./internalDnsServer").InternalDnsServer;
@@ -475,21 +697,48 @@ export declare const IpsecTunnel: typeof import("./ipsecTunnel").IpsecTunnel;
475
697
  export { KerberosServerProfileArgs, KerberosServerProfileState } from "./kerberosServerProfile";
476
698
  export type KerberosServerProfile = import("./kerberosServerProfile").KerberosServerProfile;
477
699
  export declare const KerberosServerProfile: typeof import("./kerberosServerProfile").KerberosServerProfile;
700
+ export { LabelArgs, LabelState } from "./label";
701
+ export type Label = import("./label").Label;
702
+ export declare const Label: typeof import("./label").Label;
703
+ export { Layer2SubinterfaceArgs, Layer2SubinterfaceState } from "./layer2Subinterface";
704
+ export type Layer2Subinterface = import("./layer2Subinterface").Layer2Subinterface;
705
+ export declare const Layer2Subinterface: typeof import("./layer2Subinterface").Layer2Subinterface;
706
+ export { Layer3SubinterfaceArgs, Layer3SubinterfaceState } from "./layer3Subinterface";
707
+ export type Layer3Subinterface = import("./layer3Subinterface").Layer3Subinterface;
708
+ export declare const Layer3Subinterface: typeof import("./layer3Subinterface").Layer3Subinterface;
478
709
  export { LdapServerProfileArgs, LdapServerProfileState } from "./ldapServerProfile";
479
710
  export type LdapServerProfile = import("./ldapServerProfile").LdapServerProfile;
480
711
  export declare const LdapServerProfile: typeof import("./ldapServerProfile").LdapServerProfile;
712
+ export { LinkTagArgs, LinkTagState } from "./linkTag";
713
+ export type LinkTag = import("./linkTag").LinkTag;
714
+ export declare const LinkTag: typeof import("./linkTag").LinkTag;
481
715
  export { LocalUserArgs, LocalUserState } from "./localUser";
482
716
  export type LocalUser = import("./localUser").LocalUser;
483
717
  export declare const LocalUser: typeof import("./localUser").LocalUser;
718
+ export { LocalUserGroupArgs, LocalUserGroupState } from "./localUserGroup";
719
+ export type LocalUserGroup = import("./localUserGroup").LocalUserGroup;
720
+ export declare const LocalUserGroup: typeof import("./localUserGroup").LocalUserGroup;
721
+ export { LogForwardingProfileArgs, LogForwardingProfileState } from "./logForwardingProfile";
722
+ export type LogForwardingProfile = import("./logForwardingProfile").LogForwardingProfile;
723
+ export declare const LogForwardingProfile: typeof import("./logForwardingProfile").LogForwardingProfile;
724
+ export { LogicalRouterArgs, LogicalRouterState } from "./logicalRouter";
725
+ export type LogicalRouter = import("./logicalRouter").LogicalRouter;
726
+ export declare const LogicalRouter: typeof import("./logicalRouter").LogicalRouter;
727
+ export { LoopbackInterfaceArgs, LoopbackInterfaceState } from "./loopbackInterface";
728
+ export type LoopbackInterface = import("./loopbackInterface").LoopbackInterface;
729
+ export declare const LoopbackInterface: typeof import("./loopbackInterface").LoopbackInterface;
484
730
  export { MfaServerArgs, MfaServerState } from "./mfaServer";
485
731
  export type MfaServer = import("./mfaServer").MfaServer;
486
732
  export declare const MfaServer: typeof import("./mfaServer").MfaServer;
487
733
  export { NatRuleArgs, NatRuleState } from "./natRule";
488
734
  export type NatRule = import("./natRule").NatRule;
489
735
  export declare const NatRule: typeof import("./natRule").NatRule;
490
- export { OcspResponderArgs, OcspResponderState } from "./ocspResponder";
491
- export type OcspResponder = import("./ocspResponder").OcspResponder;
492
- export declare const OcspResponder: typeof import("./ocspResponder").OcspResponder;
736
+ export { OspfAuthProfileArgs, OspfAuthProfileState } from "./ospfAuthProfile";
737
+ export type OspfAuthProfile = import("./ospfAuthProfile").OspfAuthProfile;
738
+ export declare const OspfAuthProfile: typeof import("./ospfAuthProfile").OspfAuthProfile;
739
+ export { PbfRuleArgs, PbfRuleState } from "./pbfRule";
740
+ export type PbfRule = import("./pbfRule").PbfRule;
741
+ export declare const PbfRule: typeof import("./pbfRule").PbfRule;
493
742
  export { ProfileGroupArgs, ProfileGroupState } from "./profileGroup";
494
743
  export type ProfileGroup = import("./profileGroup").ProfileGroup;
495
744
  export declare const ProfileGroup: typeof import("./profileGroup").ProfileGroup;
@@ -509,6 +758,18 @@ export declare const Region: typeof import("./region").Region;
509
758
  export { RemoteNetworkArgs, RemoteNetworkState } from "./remoteNetwork";
510
759
  export type RemoteNetwork = import("./remoteNetwork").RemoteNetwork;
511
760
  export declare const RemoteNetwork: typeof import("./remoteNetwork").RemoteNetwork;
761
+ export { RouteAccessListArgs, RouteAccessListState } from "./routeAccessList";
762
+ export type RouteAccessList = import("./routeAccessList").RouteAccessList;
763
+ export declare const RouteAccessList: typeof import("./routeAccessList").RouteAccessList;
764
+ export { RouteCommunityListArgs, RouteCommunityListState } from "./routeCommunityList";
765
+ export type RouteCommunityList = import("./routeCommunityList").RouteCommunityList;
766
+ export declare const RouteCommunityList: typeof import("./routeCommunityList").RouteCommunityList;
767
+ export { RoutePathAccessListArgs, RoutePathAccessListState } from "./routePathAccessList";
768
+ export type RoutePathAccessList = import("./routePathAccessList").RoutePathAccessList;
769
+ export declare const RoutePathAccessList: typeof import("./routePathAccessList").RoutePathAccessList;
770
+ export { RoutePrefixListArgs, RoutePrefixListState } from "./routePrefixList";
771
+ export type RoutePrefixList = import("./routePrefixList").RoutePrefixList;
772
+ export declare const RoutePrefixList: typeof import("./routePrefixList").RoutePrefixList;
512
773
  export { SamlServerProfileArgs, SamlServerProfileState } from "./samlServerProfile";
513
774
  export type SamlServerProfile = import("./samlServerProfile").SamlServerProfile;
514
775
  export declare const SamlServerProfile: typeof import("./samlServerProfile").SamlServerProfile;
@@ -518,6 +779,21 @@ export declare const ScepProfile: typeof import("./scepProfile").ScepProfile;
518
779
  export { ScheduleArgs, ScheduleState } from "./schedule";
519
780
  export type Schedule = import("./schedule").Schedule;
520
781
  export declare const Schedule: typeof import("./schedule").Schedule;
782
+ export { SdwanErrorCorrectionProfileArgs, SdwanErrorCorrectionProfileState } from "./sdwanErrorCorrectionProfile";
783
+ export type SdwanErrorCorrectionProfile = import("./sdwanErrorCorrectionProfile").SdwanErrorCorrectionProfile;
784
+ export declare const SdwanErrorCorrectionProfile: typeof import("./sdwanErrorCorrectionProfile").SdwanErrorCorrectionProfile;
785
+ export { SdwanPathQualityProfileArgs, SdwanPathQualityProfileState } from "./sdwanPathQualityProfile";
786
+ export type SdwanPathQualityProfile = import("./sdwanPathQualityProfile").SdwanPathQualityProfile;
787
+ export declare const SdwanPathQualityProfile: typeof import("./sdwanPathQualityProfile").SdwanPathQualityProfile;
788
+ export { SdwanRuleArgs, SdwanRuleState } from "./sdwanRule";
789
+ export type SdwanRule = import("./sdwanRule").SdwanRule;
790
+ export declare const SdwanRule: typeof import("./sdwanRule").SdwanRule;
791
+ export { SdwanSaasQualityProfileArgs, SdwanSaasQualityProfileState } from "./sdwanSaasQualityProfile";
792
+ export type SdwanSaasQualityProfile = import("./sdwanSaasQualityProfile").SdwanSaasQualityProfile;
793
+ export declare const SdwanSaasQualityProfile: typeof import("./sdwanSaasQualityProfile").SdwanSaasQualityProfile;
794
+ export { SdwanTrafficDistributionProfileArgs, SdwanTrafficDistributionProfileState } from "./sdwanTrafficDistributionProfile";
795
+ export type SdwanTrafficDistributionProfile = import("./sdwanTrafficDistributionProfile").SdwanTrafficDistributionProfile;
796
+ export declare const SdwanTrafficDistributionProfile: typeof import("./sdwanTrafficDistributionProfile").SdwanTrafficDistributionProfile;
521
797
  export { SecurityRuleArgs, SecurityRuleState } from "./securityRule";
522
798
  export type SecurityRule = import("./securityRule").SecurityRule;
523
799
  export declare const SecurityRule: typeof import("./securityRule").SecurityRule;
@@ -536,6 +812,9 @@ export declare const ServiceGroup: typeof import("./serviceGroup").ServiceGroup;
536
812
  export { SnippetArgs, SnippetState } from "./snippet";
537
813
  export type Snippet = import("./snippet").Snippet;
538
814
  export declare const Snippet: typeof import("./snippet").Snippet;
815
+ export { SyslogServerProfileArgs, SyslogServerProfileState } from "./syslogServerProfile";
816
+ export type SyslogServerProfile = import("./syslogServerProfile").SyslogServerProfile;
817
+ export declare const SyslogServerProfile: typeof import("./syslogServerProfile").SyslogServerProfile;
539
818
  export { TacacsServerProfileArgs, TacacsServerProfileState } from "./tacacsServerProfile";
540
819
  export type TacacsServerProfile = import("./tacacsServerProfile").TacacsServerProfile;
541
820
  export declare const TacacsServerProfile: typeof import("./tacacsServerProfile").TacacsServerProfile;
@@ -548,6 +827,9 @@ export declare const TlsServiceProfile: typeof import("./tlsServiceProfile").Tls
548
827
  export { TrafficSteeringRuleArgs, TrafficSteeringRuleState } from "./trafficSteeringRule";
549
828
  export type TrafficSteeringRule = import("./trafficSteeringRule").TrafficSteeringRule;
550
829
  export declare const TrafficSteeringRule: typeof import("./trafficSteeringRule").TrafficSteeringRule;
830
+ export { TunnelInterfaceArgs, TunnelInterfaceState } from "./tunnelInterface";
831
+ export type TunnelInterface = import("./tunnelInterface").TunnelInterface;
832
+ export declare const TunnelInterface: typeof import("./tunnelInterface").TunnelInterface;
551
833
  export { UrlAccessProfileArgs, UrlAccessProfileState } from "./urlAccessProfile";
552
834
  export type UrlAccessProfile = import("./urlAccessProfile").UrlAccessProfile;
553
835
  export declare const UrlAccessProfile: typeof import("./urlAccessProfile").UrlAccessProfile;
@@ -557,15 +839,24 @@ export declare const UrlCategory: typeof import("./urlCategory").UrlCategory;
557
839
  export { VariableArgs, VariableState } from "./variable";
558
840
  export type Variable = import("./variable").Variable;
559
841
  export declare const Variable: typeof import("./variable").Variable;
842
+ export { VlanInterfaceArgs, VlanInterfaceState } from "./vlanInterface";
843
+ export type VlanInterface = import("./vlanInterface").VlanInterface;
844
+ export declare const VlanInterface: typeof import("./vlanInterface").VlanInterface;
560
845
  export { VulnerabilityProtectionProfileArgs, VulnerabilityProtectionProfileState } from "./vulnerabilityProtectionProfile";
561
846
  export type VulnerabilityProtectionProfile = import("./vulnerabilityProtectionProfile").VulnerabilityProtectionProfile;
562
847
  export declare const VulnerabilityProtectionProfile: typeof import("./vulnerabilityProtectionProfile").VulnerabilityProtectionProfile;
563
- export { VulnerabilityProtectionSignaturesArgs, VulnerabilityProtectionSignaturesState } from "./vulnerabilityProtectionSignatures";
564
- export type VulnerabilityProtectionSignatures = import("./vulnerabilityProtectionSignatures").VulnerabilityProtectionSignatures;
565
- export declare const VulnerabilityProtectionSignatures: typeof import("./vulnerabilityProtectionSignatures").VulnerabilityProtectionSignatures;
848
+ export { VulnerabilityProtectionSignatureArgs, VulnerabilityProtectionSignatureState } from "./vulnerabilityProtectionSignature";
849
+ export type VulnerabilityProtectionSignature = import("./vulnerabilityProtectionSignature").VulnerabilityProtectionSignature;
850
+ export declare const VulnerabilityProtectionSignature: typeof import("./vulnerabilityProtectionSignature").VulnerabilityProtectionSignature;
566
851
  export { WildfireAntiVirusProfileArgs, WildfireAntiVirusProfileState } from "./wildfireAntiVirusProfile";
567
852
  export type WildfireAntiVirusProfile = import("./wildfireAntiVirusProfile").WildfireAntiVirusProfile;
568
853
  export declare const WildfireAntiVirusProfile: typeof import("./wildfireAntiVirusProfile").WildfireAntiVirusProfile;
854
+ export { ZoneArgs, ZoneState } from "./zone";
855
+ export type Zone = import("./zone").Zone;
856
+ export declare const Zone: typeof import("./zone").Zone;
857
+ export { ZoneProtectionProfileArgs, ZoneProtectionProfileState } from "./zoneProtectionProfile";
858
+ export type ZoneProtectionProfile = import("./zoneProtectionProfile").ZoneProtectionProfile;
859
+ export declare const ZoneProtectionProfile: typeof import("./zoneProtectionProfile").ZoneProtectionProfile;
569
860
  import * as config from "./config";
570
861
  import * as types from "./types";
571
862
  export { config, types, };