@pulumi/scm 1.0.0-alpha.1763793524 → 1.0.0-alpha.1764128391

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 (447) hide show
  1. package/address.d.ts +36 -0
  2. package/address.js.map +1 -1
  3. package/addressGroup.d.ts +24 -0
  4. package/addressGroup.js.map +1 -1
  5. package/aggregateInterface.d.ts +24 -0
  6. package/aggregateInterface.js.map +1 -1
  7. package/antiSpywareProfile.d.ts +12 -0
  8. package/antiSpywareProfile.js.map +1 -1
  9. package/antiSpywareSignature.d.ts +12 -0
  10. package/antiSpywareSignature.js.map +1 -1
  11. package/appOverrideRule.d.ts +12 -0
  12. package/appOverrideRule.js.map +1 -1
  13. package/application.d.ts +12 -0
  14. package/application.js.map +1 -1
  15. package/applicationFilter.d.ts +12 -0
  16. package/applicationFilter.js.map +1 -1
  17. package/applicationGroup.d.ts +12 -0
  18. package/applicationGroup.js.map +1 -1
  19. package/authenticationPortal.d.ts +191 -0
  20. package/authenticationPortal.js +93 -0
  21. package/authenticationPortal.js.map +1 -0
  22. package/authenticationProfile.d.ts +66 -9
  23. package/authenticationProfile.js +45 -0
  24. package/authenticationProfile.js.map +1 -1
  25. package/authenticationRule.d.ts +12 -0
  26. package/authenticationRule.js.map +1 -1
  27. package/authenticationSequence.d.ts +35 -0
  28. package/authenticationSequence.js +23 -0
  29. package/authenticationSequence.js.map +1 -1
  30. package/autoVpnCluster.d.ts +176 -0
  31. package/autoVpnCluster.js +115 -0
  32. package/autoVpnCluster.js.map +1 -0
  33. package/autoVpnSetting.d.ts +95 -0
  34. package/autoVpnSetting.js +80 -0
  35. package/autoVpnSetting.js.map +1 -0
  36. package/bgpAddressFamilyProfile.d.ts +38 -3
  37. package/bgpAddressFamilyProfile.js +23 -0
  38. package/bgpAddressFamilyProfile.js.map +1 -1
  39. package/bgpAuthProfile.d.ts +25 -0
  40. package/bgpAuthProfile.js +13 -0
  41. package/bgpAuthProfile.js.map +1 -1
  42. package/bgpFilteringProfile.d.ts +46 -0
  43. package/bgpFilteringProfile.js +34 -0
  44. package/bgpFilteringProfile.js.map +1 -1
  45. package/bgpRedistributionProfile.d.ts +39 -0
  46. package/bgpRedistributionProfile.js +27 -0
  47. package/bgpRedistributionProfile.js.map +1 -1
  48. package/bgpRouteMap.d.ts +65 -0
  49. package/bgpRouteMap.js +53 -0
  50. package/bgpRouteMap.js.map +1 -1
  51. package/bgpRouteMapRedistribution.d.ts +30 -0
  52. package/bgpRouteMapRedistribution.js.map +1 -1
  53. package/bgpRouting.d.ts +133 -0
  54. package/bgpRouting.js +82 -0
  55. package/bgpRouting.js.map +1 -0
  56. package/certificateProfile.d.ts +12 -0
  57. package/certificateProfile.js.map +1 -1
  58. package/decryptionExclusion.d.ts +12 -0
  59. package/decryptionExclusion.js.map +1 -1
  60. package/decryptionProfile.d.ts +12 -0
  61. package/decryptionProfile.js.map +1 -1
  62. package/decryptionRule.d.ts +38 -0
  63. package/decryptionRule.js +26 -0
  64. package/decryptionRule.js.map +1 -1
  65. package/dhcpInterface.d.ts +24 -0
  66. package/dhcpInterface.js.map +1 -1
  67. package/dnsProxy.d.ts +12 -0
  68. package/dnsProxy.js.map +1 -1
  69. package/dnsSecurityProfile.d.ts +12 -0
  70. package/dnsSecurityProfile.js.map +1 -1
  71. package/dosProtectionProfile.d.ts +12 -0
  72. package/dosProtectionProfile.js.map +1 -1
  73. package/dosProtectionRule.d.ts +12 -0
  74. package/dosProtectionRule.js.map +1 -1
  75. package/dynamicUserGroup.d.ts +12 -0
  76. package/dynamicUserGroup.js.map +1 -1
  77. package/ethernetInterface.d.ts +85 -0
  78. package/ethernetInterface.js +39 -0
  79. package/ethernetInterface.js.map +1 -1
  80. package/externalDynamicList.d.ts +12 -0
  81. package/externalDynamicList.js.map +1 -1
  82. package/fileBlockingProfile.d.ts +86 -0
  83. package/fileBlockingProfile.js +74 -0
  84. package/fileBlockingProfile.js.map +1 -1
  85. package/getAddress.d.ts +0 -21
  86. package/getAddress.js.map +1 -1
  87. package/getAddressGroup.d.ts +0 -15
  88. package/getAddressGroup.js.map +1 -1
  89. package/getAggregateInterface.d.ts +0 -12
  90. package/getAggregateInterface.js.map +1 -1
  91. package/getAntiSpywareProfile.d.ts +0 -21
  92. package/getAntiSpywareProfile.js.map +1 -1
  93. package/getAntiSpywareSignature.d.ts +0 -27
  94. package/getAntiSpywareSignature.js.map +1 -1
  95. package/getAppOverrideRule.d.ts +4 -77
  96. package/getAppOverrideRule.js +4 -32
  97. package/getAppOverrideRule.js.map +1 -1
  98. package/getApplication.d.ts +0 -66
  99. package/getApplication.js.map +1 -1
  100. package/getApplicationFilter.d.ts +0 -57
  101. package/getApplicationFilter.js.map +1 -1
  102. package/getApplicationGroup.d.ts +0 -9
  103. package/getApplicationGroup.js.map +1 -1
  104. package/getAuthenticationProfile.d.ts +27 -25
  105. package/getAuthenticationProfile.js +26 -0
  106. package/getAuthenticationProfile.js.map +1 -1
  107. package/getAuthenticationProfileList.d.ts +32 -0
  108. package/getAuthenticationProfileList.js +32 -0
  109. package/getAuthenticationProfileList.js.map +1 -1
  110. package/getAuthenticationRule.d.ts +8 -104
  111. package/getAuthenticationRule.js +8 -44
  112. package/getAuthenticationRule.js.map +1 -1
  113. package/getAuthenticationSequence.d.ts +26 -9
  114. package/getAuthenticationSequence.js +26 -0
  115. package/getAuthenticationSequence.js.map +1 -1
  116. package/getAuthenticationSequenceList.d.ts +32 -0
  117. package/getAuthenticationSequenceList.js +32 -0
  118. package/getAuthenticationSequenceList.js.map +1 -1
  119. package/getAutoVpnCluster.d.ts +112 -0
  120. package/getAutoVpnCluster.js +68 -0
  121. package/getAutoVpnCluster.js.map +1 -0
  122. package/getAutoVpnClusterList.d.ts +136 -0
  123. package/getAutoVpnClusterList.js +66 -0
  124. package/getAutoVpnClusterList.js.map +1 -0
  125. package/getAutoVpnSetting.d.ts +52 -0
  126. package/getAutoVpnSetting.js +44 -0
  127. package/getAutoVpnSetting.js.map +1 -0
  128. package/getBgpAddressFamilyProfile.d.ts +36 -9
  129. package/getBgpAddressFamilyProfile.js +36 -0
  130. package/getBgpAddressFamilyProfile.js.map +1 -1
  131. package/getBgpAuthProfile.d.ts +36 -12
  132. package/getBgpAuthProfile.js +36 -0
  133. package/getBgpAuthProfile.js.map +1 -1
  134. package/getBgpAuthProfileList.d.ts +26 -0
  135. package/getBgpAuthProfileList.js +26 -0
  136. package/getBgpAuthProfileList.js.map +1 -1
  137. package/getBgpFilteringProfile.d.ts +0 -9
  138. package/getBgpFilteringProfile.js.map +1 -1
  139. package/getBgpRedistributionProfile.d.ts +36 -9
  140. package/getBgpRedistributionProfile.js +36 -0
  141. package/getBgpRedistributionProfile.js.map +1 -1
  142. package/getBgpRedistributionProfileList.d.ts +26 -0
  143. package/getBgpRedistributionProfileList.js +26 -0
  144. package/getBgpRedistributionProfileList.js.map +1 -1
  145. package/getBgpRouteMap.d.ts +36 -9
  146. package/getBgpRouteMap.js +36 -0
  147. package/getBgpRouteMap.js.map +1 -1
  148. package/getBgpRouteMapList.d.ts +26 -0
  149. package/getBgpRouteMapList.js +26 -0
  150. package/getBgpRouteMapList.js.map +1 -1
  151. package/getBgpRouteMapRedistribution.d.ts +0 -18
  152. package/getBgpRouteMapRedistribution.js.map +1 -1
  153. package/getBgpRouting.d.ts +64 -0
  154. package/getBgpRouting.js +44 -0
  155. package/getBgpRouting.js.map +1 -0
  156. package/getCertificateProfile.d.ts +0 -21
  157. package/getCertificateProfile.js.map +1 -1
  158. package/getDecryptionExclusion.d.ts +0 -6
  159. package/getDecryptionExclusion.js.map +1 -1
  160. package/getDecryptionProfile.d.ts +0 -18
  161. package/getDecryptionProfile.js.map +1 -1
  162. package/getDecryptionRule.d.ts +4 -100
  163. package/getDecryptionRule.js +4 -40
  164. package/getDecryptionRule.js.map +1 -1
  165. package/getDhcpInterface.d.ts +0 -12
  166. package/getDhcpInterface.js.map +1 -1
  167. package/getDnsProxy.d.ts +0 -24
  168. package/getDnsProxy.js.map +1 -1
  169. package/getDnsSecurityProfile.d.ts +0 -6
  170. package/getDnsSecurityProfile.js.map +1 -1
  171. package/getDosProtectionProfile.d.ts +0 -15
  172. package/getDosProtectionProfile.js.map +1 -1
  173. package/getDosProtectionRule.d.ts +0 -39
  174. package/getDosProtectionRule.js.map +1 -1
  175. package/getDynamicUserGroup.d.ts +0 -12
  176. package/getDynamicUserGroup.js.map +1 -1
  177. package/getEthernetInterface.d.ts +2 -37
  178. package/getEthernetInterface.js.map +1 -1
  179. package/getExternalDynamicList.d.ts +0 -12
  180. package/getExternalDynamicList.js.map +1 -1
  181. package/getFileBlockingProfile.d.ts +40 -9
  182. package/getFileBlockingProfile.js +40 -0
  183. package/getFileBlockingProfile.js.map +1 -1
  184. package/getFileBlockingProfileList.d.ts +32 -0
  185. package/getFileBlockingProfileList.js +32 -0
  186. package/getFileBlockingProfileList.js.map +1 -1
  187. package/getHipObject.d.ts +0 -27
  188. package/getHipObject.js.map +1 -1
  189. package/getHipProfile.d.ts +0 -9
  190. package/getHipProfile.js.map +1 -1
  191. package/getHttpHeaderProfile.d.ts +0 -9
  192. package/getHttpHeaderProfile.js.map +1 -1
  193. package/getHttpServerProfile.d.ts +0 -15
  194. package/getHttpServerProfile.js.map +1 -1
  195. package/getIkeCryptoProfile.d.ts +0 -18
  196. package/getIkeCryptoProfile.js.map +1 -1
  197. package/getIkeGateway.d.ts +0 -27
  198. package/getIkeGateway.js.map +1 -1
  199. package/getInterfaceManagementProfile.d.ts +6 -99
  200. package/getInterfaceManagementProfile.js +6 -60
  201. package/getInterfaceManagementProfile.js.map +1 -1
  202. package/getIpsecCryptoProfile.d.ts +0 -21
  203. package/getIpsecCryptoProfile.js.map +1 -1
  204. package/getIpsecTunnel.d.ts +0 -15
  205. package/getIpsecTunnel.js.map +1 -1
  206. package/getKerberosServerProfile.d.ts +0 -9
  207. package/getKerberosServerProfile.js.map +1 -1
  208. package/getLayer2Subinterface.d.ts +0 -12
  209. package/getLayer2Subinterface.js.map +1 -1
  210. package/getLayer3Subinterface.d.ts +0 -24
  211. package/getLayer3Subinterface.js.map +1 -1
  212. package/getLdapServerProfile.d.ts +0 -27
  213. package/getLdapServerProfile.js.map +1 -1
  214. package/getLinkTag.d.ts +0 -6
  215. package/getLinkTag.js.map +1 -1
  216. package/getLocalUser.d.ts +0 -15
  217. package/getLocalUser.js.map +1 -1
  218. package/getLocalUserGroup.d.ts +0 -9
  219. package/getLocalUserGroup.js.map +1 -1
  220. package/getLogForwardingProfile.d.ts +0 -9
  221. package/getLogForwardingProfile.js.map +1 -1
  222. package/getLogicalRouter.d.ts +0 -12
  223. package/getLogicalRouter.js.map +1 -1
  224. package/getLoopbackInterface.d.ts +0 -18
  225. package/getLoopbackInterface.js.map +1 -1
  226. package/getNatRule.d.ts +10 -50
  227. package/getNatRule.js +10 -50
  228. package/getNatRule.js.map +1 -1
  229. package/getOspfAuthProfile.d.ts +0 -15
  230. package/getOspfAuthProfile.js.map +1 -1
  231. package/getPbfRule.d.ts +8 -89
  232. package/getPbfRule.js +8 -62
  233. package/getPbfRule.js.map +1 -1
  234. package/getProfileGroup.d.ts +0 -27
  235. package/getProfileGroup.js.map +1 -1
  236. package/getQosPolicyRule.d.ts +4 -61
  237. package/getQosPolicyRule.js +4 -40
  238. package/getQosPolicyRule.js.map +1 -1
  239. package/getQosProfile.d.ts +0 -6
  240. package/getQosProfile.js.map +1 -1
  241. package/getRadiusServerProfile.d.ts +6 -54
  242. package/getRadiusServerProfile.js +6 -36
  243. package/getRadiusServerProfile.js.map +1 -1
  244. package/getRegion.d.ts +0 -9
  245. package/getRegion.js.map +1 -1
  246. package/getRouteAccessList.d.ts +0 -9
  247. package/getRouteAccessList.js.map +1 -1
  248. package/getRouteCommunityList.d.ts +0 -9
  249. package/getRouteCommunityList.js.map +1 -1
  250. package/getRoutePathAccessList.d.ts +0 -6
  251. package/getRoutePathAccessList.js.map +1 -1
  252. package/getRoutePrefixList.d.ts +1 -10
  253. package/getRoutePrefixList.js.map +1 -1
  254. package/getSamlServerProfile.d.ts +0 -27
  255. package/getSamlServerProfile.js.map +1 -1
  256. package/getScepProfile.d.ts +0 -36
  257. package/getScepProfile.js.map +1 -1
  258. package/getSchedule.d.ts +0 -9
  259. package/getSchedule.js.map +1 -1
  260. package/getSdwanErrorCorrectionProfile.d.ts +0 -9
  261. package/getSdwanErrorCorrectionProfile.js.map +1 -1
  262. package/getSdwanPathQualityProfile.d.ts +0 -9
  263. package/getSdwanPathQualityProfile.js.map +1 -1
  264. package/getSdwanRule.d.ts +0 -45
  265. package/getSdwanRule.js.map +1 -1
  266. package/getSdwanSaasQualityProfile.d.ts +0 -9
  267. package/getSdwanSaasQualityProfile.js.map +1 -1
  268. package/getSdwanTrafficDistributionProfile.d.ts +0 -12
  269. package/getSdwanTrafficDistributionProfile.js.map +1 -1
  270. package/getSecurityRule.d.ts +10 -74
  271. package/getSecurityRule.js +10 -74
  272. package/getSecurityRule.js.map +1 -1
  273. package/getService.d.ts +0 -12
  274. package/getService.js.map +1 -1
  275. package/getServiceConnection.d.ts +10 -156
  276. package/getServiceConnection.js +10 -156
  277. package/getServiceConnection.js.map +1 -1
  278. package/getServiceConnectionGroup.d.ts +4 -186
  279. package/getServiceConnectionGroup.js +4 -186
  280. package/getServiceConnectionGroup.js.map +1 -1
  281. package/getServiceGroup.d.ts +0 -12
  282. package/getServiceGroup.js.map +1 -1
  283. package/getSite.d.ts +30 -2
  284. package/getSite.js +24 -0
  285. package/getSite.js.map +1 -1
  286. package/getSiteList.d.ts +28 -0
  287. package/getSiteList.js +28 -0
  288. package/getSiteList.js.map +1 -1
  289. package/getSnippet.d.ts +12 -24
  290. package/getSnippet.js +12 -24
  291. package/getSnippet.js.map +1 -1
  292. package/getSyslogServerProfile.d.ts +0 -12
  293. package/getSyslogServerProfile.js.map +1 -1
  294. package/getTacacsServerProfile.d.ts +0 -18
  295. package/getTacacsServerProfile.js.map +1 -1
  296. package/getTag.d.ts +0 -6
  297. package/getTag.js.map +1 -1
  298. package/getTlsServiceProfile.d.ts +0 -9
  299. package/getTlsServiceProfile.js.map +1 -1
  300. package/getTunnelInterface.d.ts +0 -15
  301. package/getTunnelInterface.js.map +1 -1
  302. package/getUrlAccessProfile.d.ts +0 -30
  303. package/getUrlAccessProfile.js.map +1 -1
  304. package/getUrlCategory.d.ts +0 -12
  305. package/getUrlCategory.js.map +1 -1
  306. package/getVariable.d.ts +0 -15
  307. package/getVariable.js.map +1 -1
  308. package/getVlanInterface.d.ts +0 -21
  309. package/getVlanInterface.js.map +1 -1
  310. package/getVulnerabilityProtectionProfile.d.ts +0 -12
  311. package/getVulnerabilityProtectionProfile.js.map +1 -1
  312. package/getVulnerabilityProtectionSignature.d.ts +0 -27
  313. package/getVulnerabilityProtectionSignature.js.map +1 -1
  314. package/getWildfireAntiVirusProfile.d.ts +0 -18
  315. package/getWildfireAntiVirusProfile.js.map +1 -1
  316. package/getZone.d.ts +0 -27
  317. package/getZone.js.map +1 -1
  318. package/hipObject.d.ts +12 -0
  319. package/hipObject.js.map +1 -1
  320. package/hipProfile.d.ts +12 -0
  321. package/hipProfile.js.map +1 -1
  322. package/httpHeaderProfile.d.ts +12 -0
  323. package/httpHeaderProfile.js.map +1 -1
  324. package/httpServerProfile.d.ts +12 -0
  325. package/httpServerProfile.js.map +1 -1
  326. package/ikeCryptoProfile.d.ts +12 -0
  327. package/ikeCryptoProfile.js.map +1 -1
  328. package/ikeGateway.d.ts +12 -0
  329. package/ikeGateway.js.map +1 -1
  330. package/index.d.ts +27 -0
  331. package/index.js +47 -10
  332. package/index.js.map +1 -1
  333. package/interfaceManagementProfile.d.ts +12 -0
  334. package/interfaceManagementProfile.js.map +1 -1
  335. package/ipsecCryptoProfile.d.ts +24 -0
  336. package/ipsecCryptoProfile.js.map +1 -1
  337. package/ipsecTunnel.d.ts +12 -0
  338. package/ipsecTunnel.js.map +1 -1
  339. package/kerberosServerProfile.d.ts +12 -0
  340. package/kerberosServerProfile.js.map +1 -1
  341. package/layer2Subinterface.d.ts +12 -0
  342. package/layer2Subinterface.js.map +1 -1
  343. package/layer3Subinterface.d.ts +24 -0
  344. package/layer3Subinterface.js.map +1 -1
  345. package/ldapServerProfile.d.ts +12 -0
  346. package/ldapServerProfile.js.map +1 -1
  347. package/linkTag.d.ts +12 -0
  348. package/linkTag.js.map +1 -1
  349. package/localUser.d.ts +12 -0
  350. package/localUser.js.map +1 -1
  351. package/localUserGroup.d.ts +12 -0
  352. package/localUserGroup.js.map +1 -1
  353. package/logForwardingProfile.d.ts +12 -0
  354. package/logForwardingProfile.js.map +1 -1
  355. package/logicalRouter.d.ts +12 -0
  356. package/logicalRouter.js.map +1 -1
  357. package/loopbackInterface.d.ts +12 -0
  358. package/loopbackInterface.js.map +1 -1
  359. package/mfaServer.d.ts +12 -0
  360. package/mfaServer.js.map +1 -1
  361. package/ospfAuthProfile.d.ts +24 -0
  362. package/ospfAuthProfile.js.map +1 -1
  363. package/package.json +2 -2
  364. package/pbfRule.d.ts +12 -0
  365. package/pbfRule.js.map +1 -1
  366. package/profileGroup.d.ts +12 -0
  367. package/profileGroup.js.map +1 -1
  368. package/qosPolicyRule.d.ts +12 -0
  369. package/qosPolicyRule.js.map +1 -1
  370. package/qosProfile.d.ts +12 -0
  371. package/qosProfile.js.map +1 -1
  372. package/radiusServerProfile.d.ts +14 -2
  373. package/radiusServerProfile.js +2 -2
  374. package/radiusServerProfile.js.map +1 -1
  375. package/region.d.ts +12 -0
  376. package/region.js.map +1 -1
  377. package/remoteNetwork.d.ts +4 -4
  378. package/remoteNetwork.js +4 -4
  379. package/routeAccessList.d.ts +12 -0
  380. package/routeAccessList.js.map +1 -1
  381. package/routeCommunityList.d.ts +12 -0
  382. package/routeCommunityList.js.map +1 -1
  383. package/routePathAccessList.d.ts +12 -0
  384. package/routePathAccessList.js.map +1 -1
  385. package/routePrefixList.d.ts +49 -12
  386. package/routePrefixList.js +27 -2
  387. package/routePrefixList.js.map +1 -1
  388. package/samlServerProfile.d.ts +12 -0
  389. package/samlServerProfile.js.map +1 -1
  390. package/scepProfile.d.ts +12 -0
  391. package/scepProfile.js.map +1 -1
  392. package/schedule.d.ts +12 -0
  393. package/schedule.js.map +1 -1
  394. package/sdwanErrorCorrectionProfile.d.ts +12 -0
  395. package/sdwanErrorCorrectionProfile.js.map +1 -1
  396. package/sdwanPathQualityProfile.d.ts +12 -0
  397. package/sdwanPathQualityProfile.js.map +1 -1
  398. package/sdwanRule.d.ts +12 -0
  399. package/sdwanRule.js.map +1 -1
  400. package/sdwanSaasQualityProfile.d.ts +12 -0
  401. package/sdwanSaasQualityProfile.js.map +1 -1
  402. package/sdwanTrafficDistributionProfile.d.ts +12 -0
  403. package/sdwanTrafficDistributionProfile.js.map +1 -1
  404. package/securityRule.d.ts +26 -0
  405. package/securityRule.js +26 -0
  406. package/securityRule.js.map +1 -1
  407. package/service.d.ts +12 -0
  408. package/service.js.map +1 -1
  409. package/serviceGroup.d.ts +12 -0
  410. package/serviceGroup.js.map +1 -1
  411. package/site.d.ts +298 -0
  412. package/site.js +177 -0
  413. package/site.js.map +1 -0
  414. package/snippet.d.ts +1 -5
  415. package/snippet.js +1 -1
  416. package/snippet.js.map +1 -1
  417. package/syslogServerProfile.d.ts +12 -0
  418. package/syslogServerProfile.js.map +1 -1
  419. package/tacacsServerProfile.d.ts +12 -0
  420. package/tacacsServerProfile.js.map +1 -1
  421. package/tag.d.ts +12 -0
  422. package/tag.js.map +1 -1
  423. package/tlsServiceProfile.d.ts +12 -0
  424. package/tlsServiceProfile.js.map +1 -1
  425. package/tunnelInterface.d.ts +12 -0
  426. package/tunnelInterface.js.map +1 -1
  427. package/types/input.d.ts +1026 -148
  428. package/types/output.d.ts +3272 -647
  429. package/urlAccessProfile.d.ts +12 -0
  430. package/urlAccessProfile.js.map +1 -1
  431. package/urlCategory.d.ts +12 -0
  432. package/urlCategory.js.map +1 -1
  433. package/variable.d.ts +13 -5
  434. package/variable.js +1 -1
  435. package/variable.js.map +1 -1
  436. package/vlanInterface.d.ts +24 -0
  437. package/vlanInterface.js.map +1 -1
  438. package/vulnerabilityProtectionProfile.d.ts +12 -0
  439. package/vulnerabilityProtectionProfile.js.map +1 -1
  440. package/vulnerabilityProtectionSignature.d.ts +12 -0
  441. package/vulnerabilityProtectionSignature.js.map +1 -1
  442. package/wildfireAntiVirusProfile.d.ts +12 -0
  443. package/wildfireAntiVirusProfile.js.map +1 -1
  444. package/zone.d.ts +12 -0
  445. package/zone.js.map +1 -1
  446. package/zoneProtectionProfile.d.ts +18 -0
  447. package/zoneProtectionProfile.js.map +1 -1
@@ -14,102 +14,11 @@ const utilities = require("./utilities");
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
15
  * import * as scm from "@pulumi/scm";
16
16
  *
17
- * const config = new pulumi.Config();
18
- * // The folder scope for the SCM resource (e.g., 'Shared', 'Predefined', or a specific folder name).
19
- * const folderScope = config.get("folderScope") || "Service Connections";
20
- * //# 1. IKE Crypto Profile (IKE Phase 1)
21
- * const example = new scm.IkeCryptoProfile("example", {
22
- * name: "example-ike-crypto_sc_grp",
23
- * folder: folderScope,
24
- * hashes: ["sha256"],
25
- * dhGroups: ["group14"],
26
- * encryptions: ["aes-256-cbc"],
27
- * });
28
- * //# 2. IPsec Crypto Profile (IKE Phase 2)
29
- * const exampleIpsecCryptoProfile = new scm.IpsecCryptoProfile("example", {
30
- * name: "panw-IPSec-Crypto_sc_grp",
31
- * folder: folderScope,
32
- * esp: {
33
- * encryptions: ["aes-256-gcm"],
34
- * authentications: ["sha256"],
35
- * },
36
- * dhGroup: "group14",
37
- * lifetime: {
38
- * hours: 8,
39
- * },
40
- * });
41
- * //# 3. IKE Gateway
42
- * const exampleIkeGateway = new scm.IkeGateway("example", {
43
- * name: "example-gateway_sc_grp",
44
- * folder: folderScope,
45
- * peerAddress: {
46
- * ip: "1.1.1.1",
47
- * },
48
- * authentication: {
49
- * preSharedKey: {
50
- * key: "secret",
51
- * },
52
- * },
53
- * protocol: {
54
- * ikev1: {
55
- * ikeCryptoProfile: example.name,
56
- * },
57
- * },
58
- * });
59
- * //# 4. IPsec Tunnel
60
- * const exampleIpsecTunnel = new scm.IpsecTunnel("example", {
61
- * name: "example-tunnel_sc_grp",
62
- * folder: folderScope,
63
- * tunnelInterface: "tunnel",
64
- * antiReplay: true,
65
- * copyTos: false,
66
- * enableGreEncapsulation: false,
67
- * autoKey: {
68
- * ikeGateways: [{
69
- * name: exampleIkeGateway.name,
70
- * }],
71
- * ipsecCryptoProfile: exampleIpsecCryptoProfile.name,
72
- * },
73
- * }, {
74
- * dependsOn: [exampleIkeGateway],
75
- * });
76
- * //# 5. Service Connection (The target for the group)
77
- * const siteAVpnSc = new scm.ServiceConnection("site_a_vpn_sc", {
78
- * name: "creating_a_service_connection_sc_grp",
79
- * region: "us-west-1a",
80
- * ipsecTunnel: exampleIpsecTunnel.name,
81
- * subnets: [
82
- * "10.1.0.0/16",
83
- * "172.16.0.0/24",
84
- * ],
85
- * sourceNat: false,
86
- * });
87
- * //# 5. Service Connection (The target for the group)
88
- * const siteAVpnSc2 = new scm.ServiceConnection("site_a_vpn_sc_2", {
89
- * name: "creating_a_service_connection_sc_grp_2",
90
- * region: "us-west-1a",
91
- * ipsecTunnel: exampleIpsecTunnel.name,
92
- * subnets: [
93
- * "10.1.0.0/16",
94
- * "172.16.0.0/24",
95
- * ],
96
- * sourceNat: false,
97
- * });
98
- * //# 6. Service Connection Group (Groups the Service Connection created above)
99
- * const exampleGroup = new scm.ServiceConnectionGroup("example_group", {
100
- * name: "service-connection-group-app_sc_grp",
101
- * targets: [
102
- * siteAVpnSc.name,
103
- * siteAVpnSc2.name,
104
- * ],
105
- * disableSnat: false,
106
- * pbfOnly: true,
107
- * });
108
17
  * // ------------------------------------------------------------------
109
18
  * // Data Source: SCM Service Connection Group (Single Lookup)
110
19
  * // ------------------------------------------------------------------
111
- * const groupLookup = scm.getServiceConnectionGroupOutput({
112
- * id: exampleGroup.id,
20
+ * const groupLookup = scm.getServiceConnectionGroup({
21
+ * id: "1480fd9d-dae7-4bf3-94f6-4945e89b59b6",
113
22
  * });
114
23
  * export const lookedUpServiceConnectionGroupDetails = groupLookup;
115
24
  * ```
@@ -131,102 +40,11 @@ exports.getServiceConnectionGroup = getServiceConnectionGroup;
131
40
  * import * as pulumi from "@pulumi/pulumi";
132
41
  * import * as scm from "@pulumi/scm";
133
42
  *
134
- * const config = new pulumi.Config();
135
- * // The folder scope for the SCM resource (e.g., 'Shared', 'Predefined', or a specific folder name).
136
- * const folderScope = config.get("folderScope") || "Service Connections";
137
- * //# 1. IKE Crypto Profile (IKE Phase 1)
138
- * const example = new scm.IkeCryptoProfile("example", {
139
- * name: "example-ike-crypto_sc_grp",
140
- * folder: folderScope,
141
- * hashes: ["sha256"],
142
- * dhGroups: ["group14"],
143
- * encryptions: ["aes-256-cbc"],
144
- * });
145
- * //# 2. IPsec Crypto Profile (IKE Phase 2)
146
- * const exampleIpsecCryptoProfile = new scm.IpsecCryptoProfile("example", {
147
- * name: "panw-IPSec-Crypto_sc_grp",
148
- * folder: folderScope,
149
- * esp: {
150
- * encryptions: ["aes-256-gcm"],
151
- * authentications: ["sha256"],
152
- * },
153
- * dhGroup: "group14",
154
- * lifetime: {
155
- * hours: 8,
156
- * },
157
- * });
158
- * //# 3. IKE Gateway
159
- * const exampleIkeGateway = new scm.IkeGateway("example", {
160
- * name: "example-gateway_sc_grp",
161
- * folder: folderScope,
162
- * peerAddress: {
163
- * ip: "1.1.1.1",
164
- * },
165
- * authentication: {
166
- * preSharedKey: {
167
- * key: "secret",
168
- * },
169
- * },
170
- * protocol: {
171
- * ikev1: {
172
- * ikeCryptoProfile: example.name,
173
- * },
174
- * },
175
- * });
176
- * //# 4. IPsec Tunnel
177
- * const exampleIpsecTunnel = new scm.IpsecTunnel("example", {
178
- * name: "example-tunnel_sc_grp",
179
- * folder: folderScope,
180
- * tunnelInterface: "tunnel",
181
- * antiReplay: true,
182
- * copyTos: false,
183
- * enableGreEncapsulation: false,
184
- * autoKey: {
185
- * ikeGateways: [{
186
- * name: exampleIkeGateway.name,
187
- * }],
188
- * ipsecCryptoProfile: exampleIpsecCryptoProfile.name,
189
- * },
190
- * }, {
191
- * dependsOn: [exampleIkeGateway],
192
- * });
193
- * //# 5. Service Connection (The target for the group)
194
- * const siteAVpnSc = new scm.ServiceConnection("site_a_vpn_sc", {
195
- * name: "creating_a_service_connection_sc_grp",
196
- * region: "us-west-1a",
197
- * ipsecTunnel: exampleIpsecTunnel.name,
198
- * subnets: [
199
- * "10.1.0.0/16",
200
- * "172.16.0.0/24",
201
- * ],
202
- * sourceNat: false,
203
- * });
204
- * //# 5. Service Connection (The target for the group)
205
- * const siteAVpnSc2 = new scm.ServiceConnection("site_a_vpn_sc_2", {
206
- * name: "creating_a_service_connection_sc_grp_2",
207
- * region: "us-west-1a",
208
- * ipsecTunnel: exampleIpsecTunnel.name,
209
- * subnets: [
210
- * "10.1.0.0/16",
211
- * "172.16.0.0/24",
212
- * ],
213
- * sourceNat: false,
214
- * });
215
- * //# 6. Service Connection Group (Groups the Service Connection created above)
216
- * const exampleGroup = new scm.ServiceConnectionGroup("example_group", {
217
- * name: "service-connection-group-app_sc_grp",
218
- * targets: [
219
- * siteAVpnSc.name,
220
- * siteAVpnSc2.name,
221
- * ],
222
- * disableSnat: false,
223
- * pbfOnly: true,
224
- * });
225
43
  * // ------------------------------------------------------------------
226
44
  * // Data Source: SCM Service Connection Group (Single Lookup)
227
45
  * // ------------------------------------------------------------------
228
- * const groupLookup = scm.getServiceConnectionGroupOutput({
229
- * id: exampleGroup.id,
46
+ * const groupLookup = scm.getServiceConnectionGroup({
47
+ * id: "1480fd9d-dae7-4bf3-94f6-4945e89b59b6",
230
48
  * });
231
49
  * export const lookedUpServiceConnectionGroupDetails = groupLookup;
232
50
  * ```
@@ -1 +1 @@
1
- {"version":3,"file":"getServiceConnectionGroup.js","sourceRoot":"","sources":["../getServiceConnectionGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4GG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+DAA+D,EAAE;QAC1F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC;AA0CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4GG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAAiC;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+DAA+D,EAAE;QAChG,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0EAMC"}
1
+ {"version":3,"file":"getServiceConnectionGroup.js","sourceRoot":"","sources":["../getServiceConnectionGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+DAA+D,EAAE;QAC1F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC;AA0CD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAAiC;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+DAA+D,EAAE;QAChG,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0EAMC"}
@@ -38,29 +38,17 @@ export interface GetServiceGroupResult {
38
38
  * The device in which the resource is defined
39
39
  */
40
40
  readonly device: string;
41
- /**
42
- * The folder in which the resource is defined
43
- */
44
41
  readonly folder: string;
45
42
  /**
46
43
  * The UUID of the service group
47
44
  */
48
45
  readonly id: string;
49
- /**
50
- * Members
51
- */
52
46
  readonly members: string[];
53
47
  /**
54
48
  * The name of the service group
55
49
  */
56
50
  readonly name: string;
57
- /**
58
- * The snippet in which the resource is defined
59
- */
60
51
  readonly snippet: string;
61
- /**
62
- * Tags associated with the service group
63
- */
64
52
  readonly tags: string[];
65
53
  readonly tfid: string;
66
54
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getServiceGroup.js","sourceRoot":"","sources":["../getServiceGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AAkDD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC"}
1
+ {"version":3,"file":"getServiceGroup.js","sourceRoot":"","sources":["../getServiceGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AAsCD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC"}
package/getSite.d.ts CHANGED
@@ -2,6 +2,18 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
4
  * Site data source
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as scm from "@pulumi/scm";
11
+ *
12
+ * const singleSiteById = scm.getSite({
13
+ * id: "d037fe30-68ae-47ee-9a74-71bc63ac2c10",
14
+ * });
15
+ * export const singleSiteDetails = singleSiteById;
16
+ * ```
5
17
  */
6
18
  export declare function getSite(args: GetSiteArgs, opts?: pulumi.InvokeOptions): Promise<GetSiteResult>;
7
19
  /**
@@ -44,11 +56,15 @@ export interface GetSiteResult {
44
56
  /**
45
57
  * The latitude coordinate for the site
46
58
  */
47
- readonly latitude: number;
59
+ readonly latitude: string;
60
+ /**
61
+ * The license type of the site
62
+ */
63
+ readonly licenseType: string;
48
64
  /**
49
65
  * The longitude coordinate for the site
50
66
  */
51
- readonly longitude: number;
67
+ readonly longitude: string;
52
68
  /**
53
69
  * Members
54
70
  */
@@ -77,6 +93,18 @@ export interface GetSiteResult {
77
93
  }
78
94
  /**
79
95
  * Site data source
96
+ *
97
+ * ## Example Usage
98
+ *
99
+ * ```typescript
100
+ * import * as pulumi from "@pulumi/pulumi";
101
+ * import * as scm from "@pulumi/scm";
102
+ *
103
+ * const singleSiteById = scm.getSite({
104
+ * id: "d037fe30-68ae-47ee-9a74-71bc63ac2c10",
105
+ * });
106
+ * export const singleSiteDetails = singleSiteById;
107
+ * ```
80
108
  */
81
109
  export declare function getSiteOutput(args: GetSiteOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSiteResult>;
82
110
  /**
package/getSite.js CHANGED
@@ -7,6 +7,18 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * Site data source
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as scm from "@pulumi/scm";
16
+ *
17
+ * const singleSiteById = scm.getSite({
18
+ * id: "d037fe30-68ae-47ee-9a74-71bc63ac2c10",
19
+ * });
20
+ * export const singleSiteDetails = singleSiteById;
21
+ * ```
10
22
  */
11
23
  function getSite(args, opts) {
12
24
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -18,6 +30,18 @@ function getSite(args, opts) {
18
30
  exports.getSite = getSite;
19
31
  /**
20
32
  * Site data source
33
+ *
34
+ * ## Example Usage
35
+ *
36
+ * ```typescript
37
+ * import * as pulumi from "@pulumi/pulumi";
38
+ * import * as scm from "@pulumi/scm";
39
+ *
40
+ * const singleSiteById = scm.getSite({
41
+ * id: "d037fe30-68ae-47ee-9a74-71bc63ac2c10",
42
+ * });
43
+ * export const singleSiteDetails = singleSiteById;
44
+ * ```
21
45
  */
22
46
  function getSiteOutput(args, opts) {
23
47
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
package/getSite.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getSite.js","sourceRoot":"","sources":["../getSite.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE;QACtD,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;AA0ED;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2BAA2B,EAAE;QAC5D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC"}
1
+ {"version":3,"file":"getSite.js","sourceRoot":"","sources":["../getSite.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE;QACtD,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;AA8ED;;;;;;;;;;;;;;GAcG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2BAA2B,EAAE;QAC5D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC"}
package/getSiteList.d.ts CHANGED
@@ -2,6 +2,20 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
4
  * Retrieves a listing of config items.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as scm from "@pulumi/scm";
11
+ *
12
+ * const allSites = scm.getSiteList({
13
+ * limit: 50,
14
+ * folder: "Remote Networks",
15
+ * });
16
+ * export const listOfAllConnectionNames = allSites.then(allSites => .map(conn => (conn.name)));
17
+ * export const totalConnectionsCount = allSites.then(allSites => allSites.datas).length;
18
+ * ```
5
19
  */
6
20
  export declare function getSiteList(args?: GetSiteListArgs, opts?: pulumi.InvokeOptions): Promise<GetSiteListResult>;
7
21
  /**
@@ -77,6 +91,20 @@ export interface GetSiteListResult {
77
91
  }
78
92
  /**
79
93
  * Retrieves a listing of config items.
94
+ *
95
+ * ## Example Usage
96
+ *
97
+ * ```typescript
98
+ * import * as pulumi from "@pulumi/pulumi";
99
+ * import * as scm from "@pulumi/scm";
100
+ *
101
+ * const allSites = scm.getSiteList({
102
+ * limit: 50,
103
+ * folder: "Remote Networks",
104
+ * });
105
+ * export const listOfAllConnectionNames = allSites.then(allSites => .map(conn => (conn.name)));
106
+ * export const totalConnectionsCount = allSites.then(allSites => allSites.datas).length;
107
+ * ```
80
108
  */
81
109
  export declare function getSiteListOutput(args?: GetSiteListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSiteListResult>;
82
110
  /**
package/getSiteList.js CHANGED
@@ -7,6 +7,20 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * Retrieves a listing of config items.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as scm from "@pulumi/scm";
16
+ *
17
+ * const allSites = scm.getSiteList({
18
+ * limit: 50,
19
+ * folder: "Remote Networks",
20
+ * });
21
+ * export const listOfAllConnectionNames = allSites.then(allSites => .map(conn => (conn.name)));
22
+ * export const totalConnectionsCount = allSites.then(allSites => allSites.datas).length;
23
+ * ```
10
24
  */
11
25
  function getSiteList(args, opts) {
12
26
  args = args || {};
@@ -23,6 +37,20 @@ function getSiteList(args, opts) {
23
37
  exports.getSiteList = getSiteList;
24
38
  /**
25
39
  * Retrieves a listing of config items.
40
+ *
41
+ * ## Example Usage
42
+ *
43
+ * ```typescript
44
+ * import * as pulumi from "@pulumi/pulumi";
45
+ * import * as scm from "@pulumi/scm";
46
+ *
47
+ * const allSites = scm.getSiteList({
48
+ * limit: 50,
49
+ * folder: "Remote Networks",
50
+ * });
51
+ * export const listOfAllConnectionNames = allSites.then(allSites => .map(conn => (conn.name)));
52
+ * export const totalConnectionsCount = allSites.then(allSites => allSites.datas).length;
53
+ * ```
26
54
  */
27
55
  function getSiteListOutput(args, opts) {
28
56
  args = args || {};
@@ -1 +1 @@
1
- {"version":3,"file":"getSiteList.js","sourceRoot":"","sources":["../getSiteList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kCAWC;AA0ED;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mCAAmC,EAAE;QACpE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8CAWC"}
1
+ {"version":3,"file":"getSiteList.js","sourceRoot":"","sources":["../getSiteList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kCAWC;AA0ED;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mCAAmC,EAAE;QACpE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8CAWC"}
package/getSnippet.d.ts CHANGED
@@ -8,21 +8,15 @@ import * as pulumi from "@pulumi/pulumi";
8
8
  * import * as pulumi from "@pulumi/pulumi";
9
9
  * import * as scm from "@pulumi/scm";
10
10
  *
11
- * const scmLabel1 = new scm.Label("scm_label_1", {name: "scm_label"});
12
- * const scmSnippet1 = new scm.Snippet("scm_snippet_1", {
13
- * name: "scm_snippet",
14
- * description: "Adding a Description from Terraform",
15
- * labels: [scmLabel1.name],
16
- * });
17
11
  * // Look up the "scm_snippet" tag by its id
18
- * const scmSnippetOutputsDs = scm.getSnippetOutput({
19
- * id: scmSnippet1.id,
12
+ * const scmSnippetOutputsDs = scm.getSnippet({
13
+ * id: "b4811c43-e5f9-4b28-8316-7f18f97ba244",
20
14
  * });
21
15
  * export const snippetOutputs = {
22
- * productionId: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.id),
23
- * productionName: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.name),
24
- * productionDescription: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.description),
25
- * productionLabels: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.labels),
16
+ * productionId: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.id),
17
+ * productionName: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.name),
18
+ * productionDescription: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.description),
19
+ * productionLabels: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.labels),
26
20
  * };
27
21
  * ```
28
22
  */
@@ -75,21 +69,15 @@ export interface GetSnippetResult {
75
69
  * import * as pulumi from "@pulumi/pulumi";
76
70
  * import * as scm from "@pulumi/scm";
77
71
  *
78
- * const scmLabel1 = new scm.Label("scm_label_1", {name: "scm_label"});
79
- * const scmSnippet1 = new scm.Snippet("scm_snippet_1", {
80
- * name: "scm_snippet",
81
- * description: "Adding a Description from Terraform",
82
- * labels: [scmLabel1.name],
83
- * });
84
72
  * // Look up the "scm_snippet" tag by its id
85
- * const scmSnippetOutputsDs = scm.getSnippetOutput({
86
- * id: scmSnippet1.id,
73
+ * const scmSnippetOutputsDs = scm.getSnippet({
74
+ * id: "b4811c43-e5f9-4b28-8316-7f18f97ba244",
87
75
  * });
88
76
  * export const snippetOutputs = {
89
- * productionId: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.id),
90
- * productionName: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.name),
91
- * productionDescription: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.description),
92
- * productionLabels: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.labels),
77
+ * productionId: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.id),
78
+ * productionName: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.name),
79
+ * productionDescription: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.description),
80
+ * productionLabels: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.labels),
93
81
  * };
94
82
  * ```
95
83
  */
package/getSnippet.js CHANGED
@@ -14,21 +14,15 @@ const utilities = require("./utilities");
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
15
  * import * as scm from "@pulumi/scm";
16
16
  *
17
- * const scmLabel1 = new scm.Label("scm_label_1", {name: "scm_label"});
18
- * const scmSnippet1 = new scm.Snippet("scm_snippet_1", {
19
- * name: "scm_snippet",
20
- * description: "Adding a Description from Terraform",
21
- * labels: [scmLabel1.name],
22
- * });
23
17
  * // Look up the "scm_snippet" tag by its id
24
- * const scmSnippetOutputsDs = scm.getSnippetOutput({
25
- * id: scmSnippet1.id,
18
+ * const scmSnippetOutputsDs = scm.getSnippet({
19
+ * id: "b4811c43-e5f9-4b28-8316-7f18f97ba244",
26
20
  * });
27
21
  * export const snippetOutputs = {
28
- * productionId: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.id),
29
- * productionName: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.name),
30
- * productionDescription: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.description),
31
- * productionLabels: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.labels),
22
+ * productionId: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.id),
23
+ * productionName: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.name),
24
+ * productionDescription: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.description),
25
+ * productionLabels: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.labels),
32
26
  * };
33
27
  * ```
34
28
  */
@@ -49,21 +43,15 @@ exports.getSnippet = getSnippet;
49
43
  * import * as pulumi from "@pulumi/pulumi";
50
44
  * import * as scm from "@pulumi/scm";
51
45
  *
52
- * const scmLabel1 = new scm.Label("scm_label_1", {name: "scm_label"});
53
- * const scmSnippet1 = new scm.Snippet("scm_snippet_1", {
54
- * name: "scm_snippet",
55
- * description: "Adding a Description from Terraform",
56
- * labels: [scmLabel1.name],
57
- * });
58
46
  * // Look up the "scm_snippet" tag by its id
59
- * const scmSnippetOutputsDs = scm.getSnippetOutput({
60
- * id: scmSnippet1.id,
47
+ * const scmSnippetOutputsDs = scm.getSnippet({
48
+ * id: "b4811c43-e5f9-4b28-8316-7f18f97ba244",
61
49
  * });
62
50
  * export const snippetOutputs = {
63
- * productionId: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.id),
64
- * productionName: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.name),
65
- * productionDescription: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.description),
66
- * productionLabels: scmSnippetOutputsDs.apply(scmSnippetOutputsDs => scmSnippetOutputsDs.labels),
51
+ * productionId: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.id),
52
+ * productionName: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.name),
53
+ * productionDescription: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.description),
54
+ * productionLabels: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.labels),
67
55
  * };
68
56
  * ```
69
57
  */
package/getSnippet.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getSnippet.js","sourceRoot":"","sources":["../getSnippet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AA0CD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
1
+ {"version":3,"file":"getSnippet.js","sourceRoot":"","sources":["../getSnippet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AA0CD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
@@ -25,13 +25,7 @@ export interface GetSyslogServerProfileResult {
25
25
  * The device in which the resource is defined
26
26
  */
27
27
  readonly device: string;
28
- /**
29
- * The folder in which the resource is defined
30
- */
31
28
  readonly folder: string;
32
- /**
33
- * Format
34
- */
35
29
  readonly format: outputs.GetSyslogServerProfileFormat;
36
30
  /**
37
31
  * The UUID of the syslog server profile
@@ -41,13 +35,7 @@ export interface GetSyslogServerProfileResult {
41
35
  * The name of the syslog server profile
42
36
  */
43
37
  readonly name: string;
44
- /**
45
- * Servers
46
- */
47
38
  readonly servers: outputs.GetSyslogServerProfileServers;
48
- /**
49
- * The snippet in which the resource is defined
50
- */
51
39
  readonly snippet: string;
52
40
  readonly tfid: string;
53
41
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getSyslogServerProfile.js","sourceRoot":"","sources":["../getSyslogServerProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;AAkDD;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yDAAyD,EAAE;QAC1F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC"}
1
+ {"version":3,"file":"getSyslogServerProfile.js","sourceRoot":"","sources":["../getSyslogServerProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;AAsCD;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yDAAyD,EAAE;QAC1F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC"}
@@ -25,9 +25,6 @@ export interface GetTacacsServerProfileResult {
25
25
  * The device in which the resource is defined
26
26
  */
27
27
  readonly device: string;
28
- /**
29
- * The folder in which the resource is defined
30
- */
31
28
  readonly folder: string;
32
29
  /**
33
30
  * The UUID of the TACACS+ server profile
@@ -37,26 +34,11 @@ export interface GetTacacsServerProfileResult {
37
34
  * The name of the TACACS+ server profile
38
35
  */
39
36
  readonly name: string;
40
- /**
41
- * The TACACS+ authentication protocol
42
- */
43
37
  readonly protocol: string;
44
- /**
45
- * The TACACS+ server configuration
46
- */
47
38
  readonly servers: outputs.GetTacacsServerProfileServer[];
48
- /**
49
- * The snippet in which the resource is defined
50
- */
51
39
  readonly snippet: string;
52
40
  readonly tfid: string;
53
- /**
54
- * The TACACS+ timeout (seconds)
55
- */
56
41
  readonly timeout: number;
57
- /**
58
- * Use a single TACACS+ connection?
59
- */
60
42
  readonly useSingleConnection: boolean;
61
43
  }
62
44
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"getTacacsServerProfile.js","sourceRoot":"","sources":["../getTacacsServerProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;AA0DD;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yDAAyD,EAAE;QAC1F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC"}
1
+ {"version":3,"file":"getTacacsServerProfile.js","sourceRoot":"","sources":["../getTacacsServerProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;AAwCD;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yDAAyD,EAAE;QAC1F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC"}
package/getTag.d.ts CHANGED
@@ -51,9 +51,6 @@ export interface GetTagResult {
51
51
  * The device in which the resource is defined
52
52
  */
53
53
  readonly device: string;
54
- /**
55
- * The folder in which the resource is defined
56
- */
57
54
  readonly folder: string;
58
55
  /**
59
56
  * The UUID of the tag
@@ -63,9 +60,6 @@ export interface GetTagResult {
63
60
  * The name of the tag
64
61
  */
65
62
  readonly name: string;
66
- /**
67
- * The snippet in which the resource is defined
68
- */
69
63
  readonly snippet: string;
70
64
  readonly tfid: string;
71
65
  }