@sst-provider/cloudflare5 5.0.0-alpha1 → 5.0.0-alpha1-1

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/bin/accessRule.d.ts +29 -29
  2. package/bin/accessRule.js +2 -2
  3. package/bin/accessRule.js.map +1 -1
  4. package/bin/account.d.ts +41 -22
  5. package/bin/account.js +9 -4
  6. package/bin/account.js.map +1 -1
  7. package/bin/accountMember.d.ts +31 -24
  8. package/bin/accountMember.js +10 -11
  9. package/bin/accountMember.js.map +1 -1
  10. package/bin/accountSubscription.d.ts +94 -0
  11. package/bin/accountSubscription.js +60 -0
  12. package/bin/accountSubscription.js.map +1 -0
  13. package/bin/addressMap.d.ts +46 -31
  14. package/bin/addressMap.js +12 -5
  15. package/bin/addressMap.js.map +1 -1
  16. package/bin/apiShield.d.ts +14 -14
  17. package/bin/apiShield.js +9 -2
  18. package/bin/apiShield.js.map +1 -1
  19. package/bin/apiShieldOperation.d.ts +18 -39
  20. package/bin/apiShieldOperation.js +6 -16
  21. package/bin/apiShieldOperation.js.map +1 -1
  22. package/bin/apiShieldOperationSchemaValidationSettings.d.ts +19 -13
  23. package/bin/apiShieldOperationSchemaValidationSettings.js +0 -2
  24. package/bin/apiShieldOperationSchemaValidationSettings.js.map +1 -1
  25. package/bin/apiShieldSchema.d.ts +50 -22
  26. package/bin/apiShieldSchema.js +22 -5
  27. package/bin/apiShieldSchema.js.map +1 -1
  28. package/bin/apiShieldSchemaValidationSettings.d.ts +25 -13
  29. package/bin/apiShieldSchemaValidationSettings.js +0 -2
  30. package/bin/apiShieldSchemaValidationSettings.js.map +1 -1
  31. package/bin/apiToken.d.ts +35 -29
  32. package/bin/apiToken.js +3 -5
  33. package/bin/apiToken.js.map +1 -1
  34. package/bin/argoSmartRouting.d.ts +60 -0
  35. package/bin/argoSmartRouting.js +57 -0
  36. package/bin/argoSmartRouting.js.map +1 -0
  37. package/bin/argoTieredCaching.d.ts +76 -0
  38. package/bin/argoTieredCaching.js +61 -0
  39. package/bin/argoTieredCaching.js.map +1 -0
  40. package/bin/authenticatedOriginPulls.d.ts +106 -27
  41. package/bin/authenticatedOriginPulls.js +29 -7
  42. package/bin/authenticatedOriginPulls.js.map +1 -1
  43. package/bin/authenticatedOriginPullsCertificate.d.ts +19 -50
  44. package/bin/authenticatedOriginPullsCertificate.js +1 -14
  45. package/bin/authenticatedOriginPullsCertificate.js.map +1 -1
  46. package/bin/botManagement.d.ts +8 -19
  47. package/bin/botManagement.js +0 -4
  48. package/bin/botManagement.js.map +1 -1
  49. package/bin/byoIpPrefix.d.ts +90 -24
  50. package/bin/byoIpPrefix.js +36 -8
  51. package/bin/byoIpPrefix.js.map +1 -1
  52. package/bin/certificatePack.d.ts +38 -83
  53. package/bin/certificatePack.js +10 -26
  54. package/bin/certificatePack.js.map +1 -1
  55. package/bin/config/vars.d.ts +5 -35
  56. package/bin/config/vars.js +4 -40
  57. package/bin/config/vars.js.map +1 -1
  58. package/bin/customHostname.d.ts +57 -55
  59. package/bin/customHostname.js +9 -6
  60. package/bin/customHostname.js.map +1 -1
  61. package/bin/customHostnameFallbackOrigin.d.ts +30 -9
  62. package/bin/customHostnameFallbackOrigin.js +6 -2
  63. package/bin/customHostnameFallbackOrigin.js.map +1 -1
  64. package/bin/customSsl.d.ts +150 -15
  65. package/bin/customSsl.js +20 -6
  66. package/bin/customSsl.js.map +1 -1
  67. package/bin/d1database.d.ts +29 -9
  68. package/bin/d1database.js +10 -0
  69. package/bin/d1database.js.map +1 -1
  70. package/bin/dnsRecord.d.ts +217 -0
  71. package/bin/dnsRecord.js +90 -0
  72. package/bin/dnsRecord.js.map +1 -0
  73. package/bin/dnsZoneDnssec.d.ts +179 -0
  74. package/bin/dnsZoneDnssec.js +78 -0
  75. package/bin/dnsZoneDnssec.js.map +1 -0
  76. package/bin/emailRoutingAddress.d.ts +7 -7
  77. package/bin/emailRoutingCatchAll.d.ts +12 -15
  78. package/bin/emailRoutingCatchAll.js +0 -2
  79. package/bin/emailRoutingCatchAll.js.map +1 -1
  80. package/bin/emailRoutingRule.d.ts +19 -19
  81. package/bin/emailRoutingRule.js +6 -0
  82. package/bin/emailRoutingRule.js.map +1 -1
  83. package/bin/emailRoutingSettings.d.ts +7 -18
  84. package/bin/emailRoutingSettings.js +2 -7
  85. package/bin/emailRoutingSettings.js.map +1 -1
  86. package/bin/filter.d.ts +29 -29
  87. package/bin/filter.js +7 -7
  88. package/bin/filter.js.map +1 -1
  89. package/bin/firewallRule.d.ts +47 -54
  90. package/bin/firewallRule.js +16 -12
  91. package/bin/firewallRule.js.map +1 -1
  92. package/bin/getAccessRule.d.ts +36 -0
  93. package/bin/getAccessRule.js +30 -0
  94. package/bin/getAccessRule.js.map +1 -0
  95. package/bin/getAccessRules.d.ts +52 -0
  96. package/bin/getAccessRules.js +40 -0
  97. package/bin/getAccessRules.js.map +1 -0
  98. package/bin/getAccount.d.ts +30 -0
  99. package/bin/getAccount.js +26 -0
  100. package/bin/getAccount.js.map +1 -0
  101. package/bin/getAccountMember.d.ts +34 -0
  102. package/bin/getAccountMember.js +28 -0
  103. package/bin/getAccountMember.js.map +1 -0
  104. package/bin/getAccountMembers.d.ts +39 -0
  105. package/bin/getAccountMembers.js +30 -0
  106. package/bin/getAccountMembers.js.map +1 -0
  107. package/bin/getAccountSubscription.d.ts +25 -0
  108. package/bin/getAccountSubscription.js +22 -0
  109. package/bin/getAccountSubscription.js.map +1 -0
  110. package/bin/getAccounts.d.ts +10 -3
  111. package/bin/getAccounts.js +4 -2
  112. package/bin/getAccounts.js.map +1 -1
  113. package/bin/getAddressMap.d.ts +43 -0
  114. package/bin/getAddressMap.js +32 -0
  115. package/bin/getAddressMap.js.map +1 -0
  116. package/bin/getAddressMaps.d.ts +30 -0
  117. package/bin/getAddressMaps.js +24 -0
  118. package/bin/getAddressMaps.js.map +1 -0
  119. package/bin/getApiShield.d.ts +33 -0
  120. package/bin/getApiShield.js +26 -0
  121. package/bin/getApiShield.js.map +1 -0
  122. package/bin/getApiShieldOperation.d.ts +47 -0
  123. package/bin/getApiShieldOperation.js +40 -0
  124. package/bin/getApiShieldOperation.js.map +1 -0
  125. package/bin/getApiShieldOperationSchemaValidationSettings.d.ts +31 -0
  126. package/bin/getApiShieldOperationSchemaValidationSettings.js +26 -0
  127. package/bin/getApiShieldOperationSchemaValidationSettings.js.map +1 -0
  128. package/bin/getApiShieldOperations.d.ts +54 -0
  129. package/bin/getApiShieldOperations.js +40 -0
  130. package/bin/getApiShieldOperations.js.map +1 -0
  131. package/bin/getApiShieldSchema.d.ts +41 -0
  132. package/bin/getApiShieldSchema.js +30 -0
  133. package/bin/getApiShieldSchema.js.map +1 -0
  134. package/bin/getApiShieldSchemaValidationSettings.d.ts +31 -0
  135. package/bin/getApiShieldSchemaValidationSettings.js +26 -0
  136. package/bin/getApiShieldSchemaValidationSettings.js.map +1 -0
  137. package/bin/getApiShieldSchemas.d.ts +36 -0
  138. package/bin/getApiShieldSchemas.js +28 -0
  139. package/bin/getApiShieldSchemas.js.map +1 -0
  140. package/bin/getApiToken.d.ts +36 -0
  141. package/bin/getApiToken.js +26 -0
  142. package/bin/getApiToken.js.map +1 -0
  143. package/bin/getApiTokens.d.ts +30 -0
  144. package/bin/getApiTokens.js +26 -0
  145. package/bin/getApiTokens.js.map +1 -0
  146. package/bin/getArgoSmartRouting.d.ts +25 -0
  147. package/bin/getArgoSmartRouting.js +22 -0
  148. package/bin/getArgoSmartRouting.js.map +1 -0
  149. package/bin/getArgoTieredCaching.d.ts +33 -0
  150. package/bin/getArgoTieredCaching.js +30 -0
  151. package/bin/getArgoTieredCaching.js.map +1 -0
  152. package/bin/getAuthenticatedOriginPulls.d.ts +65 -0
  153. package/bin/getAuthenticatedOriginPulls.js +48 -0
  154. package/bin/getAuthenticatedOriginPulls.js.map +1 -0
  155. package/bin/getAuthenticatedOriginPullsCertificate.d.ts +36 -0
  156. package/bin/getAuthenticatedOriginPullsCertificate.js +28 -0
  157. package/bin/getAuthenticatedOriginPullsCertificate.js.map +1 -0
  158. package/bin/getAuthenticatedOriginPullsCertificates.d.ts +30 -0
  159. package/bin/getAuthenticatedOriginPullsCertificates.js +24 -0
  160. package/bin/getAuthenticatedOriginPullsCertificates.js.map +1 -0
  161. package/bin/getBotManagement.d.ts +25 -0
  162. package/bin/getBotManagement.js +22 -0
  163. package/bin/getBotManagement.js.map +1 -0
  164. package/bin/getByoIpPrefix.d.ts +41 -0
  165. package/bin/getByoIpPrefix.js +28 -0
  166. package/bin/getByoIpPrefix.js.map +1 -0
  167. package/bin/getByoIpPrefixes.d.ts +30 -0
  168. package/bin/getByoIpPrefixes.js +24 -0
  169. package/bin/getByoIpPrefixes.js.map +1 -0
  170. package/bin/getCertificatePack.d.ts +33 -0
  171. package/bin/getCertificatePack.js +28 -0
  172. package/bin/getCertificatePack.js.map +1 -0
  173. package/bin/getCertificatePacks.d.ts +33 -0
  174. package/bin/getCertificatePacks.js +26 -0
  175. package/bin/getCertificatePacks.js.map +1 -0
  176. package/bin/getCustomHostname.d.ts +42 -0
  177. package/bin/getCustomHostname.js +28 -0
  178. package/bin/getCustomHostname.js.map +1 -0
  179. package/bin/getCustomHostnameFallbackOrigin.d.ts +40 -0
  180. package/bin/getCustomHostnameFallbackOrigin.js +32 -0
  181. package/bin/getCustomHostnameFallbackOrigin.js.map +1 -0
  182. package/bin/getCustomHostnames.d.ts +41 -0
  183. package/bin/getCustomHostnames.js +34 -0
  184. package/bin/getCustomHostnames.js.map +1 -0
  185. package/bin/getCustomSsl.d.ts +42 -0
  186. package/bin/getCustomSsl.js +28 -0
  187. package/bin/getCustomSsl.js.map +1 -0
  188. package/bin/getCustomSsls.d.ts +36 -0
  189. package/bin/getCustomSsls.js +28 -0
  190. package/bin/getCustomSsls.js.map +1 -0
  191. package/bin/getD1Database.d.ts +43 -0
  192. package/bin/getD1Database.js +32 -0
  193. package/bin/getD1Database.js.map +1 -0
  194. package/bin/getD1Databases.d.ts +33 -0
  195. package/bin/getD1Databases.js +26 -0
  196. package/bin/getD1Databases.js.map +1 -0
  197. package/bin/getDcvDelegation.d.ts +6 -1
  198. package/bin/getDcvDelegation.js +2 -0
  199. package/bin/getDcvDelegation.js.map +1 -1
  200. package/bin/getDnsRecord.d.ts +42 -0
  201. package/bin/getDnsRecord.js +28 -0
  202. package/bin/getDnsRecord.js.map +1 -0
  203. package/bin/getDnsRecords.d.ts +64 -0
  204. package/bin/getDnsRecords.js +46 -0
  205. package/bin/getDnsRecords.js.map +1 -0
  206. package/bin/getDnsZoneDnssec.d.ts +64 -0
  207. package/bin/getDnsZoneDnssec.js +48 -0
  208. package/bin/getDnsZoneDnssec.js.map +1 -0
  209. package/bin/getEmailRoutingAddress.d.ts +35 -0
  210. package/bin/getEmailRoutingAddress.js +28 -0
  211. package/bin/getEmailRoutingAddress.js.map +1 -0
  212. package/bin/getEmailRoutingAddresses.d.ts +36 -0
  213. package/bin/getEmailRoutingAddresses.js +28 -0
  214. package/bin/getEmailRoutingAddresses.js.map +1 -0
  215. package/bin/getEmailRoutingCatchAll.d.ts +41 -0
  216. package/bin/getEmailRoutingCatchAll.js +34 -0
  217. package/bin/getEmailRoutingCatchAll.js.map +1 -0
  218. package/bin/getEmailRoutingRule.d.ts +36 -0
  219. package/bin/getEmailRoutingRule.js +28 -0
  220. package/bin/getEmailRoutingRule.js.map +1 -0
  221. package/bin/getEmailRoutingRules.d.ts +33 -0
  222. package/bin/getEmailRoutingRules.js +26 -0
  223. package/bin/getEmailRoutingRules.js.map +1 -0
  224. package/bin/getEmailRoutingSettings.d.ts +45 -0
  225. package/bin/getEmailRoutingSettings.js +38 -0
  226. package/bin/getEmailRoutingSettings.js.map +1 -0
  227. package/bin/getFilter.d.ts +33 -0
  228. package/bin/getFilter.js +28 -0
  229. package/bin/getFilter.js.map +1 -0
  230. package/bin/getFilters.d.ts +41 -0
  231. package/bin/getFilters.js +34 -0
  232. package/bin/getFilters.js.map +1 -0
  233. package/bin/getFirewallRule.d.ts +34 -0
  234. package/bin/getFirewallRule.js +28 -0
  235. package/bin/getFirewallRule.js.map +1 -0
  236. package/bin/getFirewallRules.d.ts +38 -0
  237. package/bin/getFirewallRules.js +32 -0
  238. package/bin/getFirewallRules.js.map +1 -0
  239. package/bin/getHealthcheck.d.ts +47 -0
  240. package/bin/getHealthcheck.js +28 -0
  241. package/bin/getHealthcheck.js.map +1 -0
  242. package/bin/getHealthchecks.d.ts +30 -0
  243. package/bin/getHealthchecks.js +24 -0
  244. package/bin/getHealthchecks.js.map +1 -0
  245. package/bin/getHostnameTlsSetting.d.ts +28 -0
  246. package/bin/getHostnameTlsSetting.js +24 -0
  247. package/bin/getHostnameTlsSetting.js.map +1 -0
  248. package/bin/getHyperdriveConfig.d.ts +36 -0
  249. package/bin/getHyperdriveConfig.js +28 -0
  250. package/bin/getHyperdriveConfig.js.map +1 -0
  251. package/bin/getHyperdriveConfigs.d.ts +30 -0
  252. package/bin/getHyperdriveConfigs.js +24 -0
  253. package/bin/getHyperdriveConfigs.js.map +1 -0
  254. package/bin/getKeylessCertificate.d.ts +39 -0
  255. package/bin/getKeylessCertificate.js +28 -0
  256. package/bin/getKeylessCertificate.js.map +1 -0
  257. package/bin/getKeylessCertificates.d.ts +30 -0
  258. package/bin/getKeylessCertificates.js +24 -0
  259. package/bin/getKeylessCertificates.js.map +1 -0
  260. package/bin/getList.d.ts +35 -12
  261. package/bin/getList.js +18 -0
  262. package/bin/getList.js.map +1 -1
  263. package/bin/getListItem.d.ts +36 -0
  264. package/bin/getListItem.js +30 -0
  265. package/bin/getListItem.js.map +1 -0
  266. package/bin/getListItems.d.ts +36 -0
  267. package/bin/getListItems.js +28 -0
  268. package/bin/getListItems.js.map +1 -0
  269. package/bin/getLists.d.ts +7 -3
  270. package/bin/getLists.js +2 -2
  271. package/bin/getLists.js.map +1 -1
  272. package/bin/getLoadBalancer.d.ts +57 -0
  273. package/bin/getLoadBalancer.js +28 -0
  274. package/bin/getLoadBalancer.js.map +1 -0
  275. package/bin/getLoadBalancerMonitor.d.ts +50 -0
  276. package/bin/getLoadBalancerMonitor.js +28 -0
  277. package/bin/getLoadBalancerMonitor.js.map +1 -0
  278. package/bin/getLoadBalancerMonitors.d.ts +30 -0
  279. package/bin/getLoadBalancerMonitors.js +24 -0
  280. package/bin/getLoadBalancerMonitors.js.map +1 -0
  281. package/bin/getLoadBalancerPool.d.ts +47 -0
  282. package/bin/getLoadBalancerPool.js +28 -0
  283. package/bin/getLoadBalancerPool.js.map +1 -0
  284. package/bin/getLoadBalancerPools.d.ts +10 -9
  285. package/bin/getLoadBalancerPools.js +4 -6
  286. package/bin/getLoadBalancerPools.js.map +1 -1
  287. package/bin/getLoadBalancers.d.ts +30 -0
  288. package/bin/getLoadBalancers.js +24 -0
  289. package/bin/getLoadBalancers.js.map +1 -0
  290. package/bin/getLogpullRetention.d.ts +28 -0
  291. package/bin/getLogpullRetention.js +24 -0
  292. package/bin/getLogpullRetention.js.map +1 -0
  293. package/bin/getLogpushJob.d.ts +47 -0
  294. package/bin/getLogpushJob.js +30 -0
  295. package/bin/getLogpushJob.js.map +1 -0
  296. package/bin/getLogpushJobs.d.ts +33 -0
  297. package/bin/getLogpushJobs.js +28 -0
  298. package/bin/getLogpushJobs.js.map +1 -0
  299. package/bin/getMagicWanGreTunnel.d.ts +33 -0
  300. package/bin/getMagicWanGreTunnel.js +26 -0
  301. package/bin/getMagicWanGreTunnel.js.map +1 -0
  302. package/bin/getMagicWanIpsecTunnel.d.ts +33 -0
  303. package/bin/getMagicWanIpsecTunnel.js +26 -0
  304. package/bin/getMagicWanIpsecTunnel.js.map +1 -0
  305. package/bin/getMagicWanStaticRoute.d.ts +33 -0
  306. package/bin/getMagicWanStaticRoute.js +26 -0
  307. package/bin/getMagicWanStaticRoute.js.map +1 -0
  308. package/bin/getManagedHeaders.d.ts +33 -0
  309. package/bin/getManagedHeaders.js +26 -0
  310. package/bin/getManagedHeaders.js.map +1 -0
  311. package/bin/getMtlsCertificate.d.ts +38 -0
  312. package/bin/getMtlsCertificate.js +28 -0
  313. package/bin/getMtlsCertificate.js.map +1 -0
  314. package/bin/getMtlsCertificates.d.ts +30 -0
  315. package/bin/getMtlsCertificates.js +24 -0
  316. package/bin/getMtlsCertificates.js.map +1 -0
  317. package/bin/getNotificationPolicies.d.ts +30 -0
  318. package/bin/getNotificationPolicies.js +24 -0
  319. package/bin/getNotificationPolicies.js.map +1 -0
  320. package/bin/getNotificationPolicy.d.ts +41 -0
  321. package/bin/getNotificationPolicy.js +28 -0
  322. package/bin/getNotificationPolicy.js.map +1 -0
  323. package/bin/getNotificationPolicyWebhooks.d.ts +37 -0
  324. package/bin/getNotificationPolicyWebhooks.js +28 -0
  325. package/bin/getNotificationPolicyWebhooks.js.map +1 -0
  326. package/bin/getNotificationPolicyWebhooksList.d.ts +30 -0
  327. package/bin/getNotificationPolicyWebhooksList.js +24 -0
  328. package/bin/getNotificationPolicyWebhooksList.js.map +1 -0
  329. package/bin/getObservatoryScheduledTest.d.ts +30 -0
  330. package/bin/getObservatoryScheduledTest.js +24 -0
  331. package/bin/getObservatoryScheduledTest.js.map +1 -0
  332. package/bin/getOriginCaCertificate.d.ts +12 -5
  333. package/bin/getOriginCaCertificate.js +6 -2
  334. package/bin/getOriginCaCertificate.js.map +1 -1
  335. package/bin/getOriginCaCertificates.d.ts +30 -0
  336. package/bin/getOriginCaCertificates.js +26 -0
  337. package/bin/getOriginCaCertificates.js.map +1 -0
  338. package/bin/getPageRule.d.ts +28 -0
  339. package/bin/getPageRule.js +24 -0
  340. package/bin/getPageRule.js.map +1 -0
  341. package/bin/getPagesDomain.d.ts +41 -0
  342. package/bin/getPagesDomain.js +30 -0
  343. package/bin/getPagesDomain.js.map +1 -0
  344. package/bin/getPagesDomains.d.ts +33 -0
  345. package/bin/getPagesDomains.js +26 -0
  346. package/bin/getPagesDomains.js.map +1 -0
  347. package/bin/getPagesProject.d.ts +93 -0
  348. package/bin/getPagesProject.js +64 -0
  349. package/bin/getPagesProject.js.map +1 -0
  350. package/bin/getPagesProjects.d.ts +30 -0
  351. package/bin/getPagesProjects.js +24 -0
  352. package/bin/getPagesProjects.js.map +1 -0
  353. package/bin/getQueue.d.ts +40 -0
  354. package/bin/getQueue.js +28 -0
  355. package/bin/getQueue.js.map +1 -0
  356. package/bin/getQueues.d.ts +30 -0
  357. package/bin/getQueues.js +24 -0
  358. package/bin/getQueues.js.map +1 -0
  359. package/bin/getR2Bucket.d.ts +40 -0
  360. package/bin/getR2Bucket.js +32 -0
  361. package/bin/getR2Bucket.js.map +1 -0
  362. package/bin/getRateLimit.d.ts +50 -0
  363. package/bin/getRateLimit.js +42 -0
  364. package/bin/getRateLimit.js.map +1 -0
  365. package/bin/getRateLimits.d.ts +30 -0
  366. package/bin/getRateLimits.js +24 -0
  367. package/bin/getRateLimits.js.map +1 -0
  368. package/bin/getRegionalHostname.d.ts +35 -0
  369. package/bin/getRegionalHostname.js +28 -0
  370. package/bin/getRegionalHostname.js.map +1 -0
  371. package/bin/getRegionalHostnames.d.ts +30 -0
  372. package/bin/getRegionalHostnames.js +24 -0
  373. package/bin/getRegionalHostnames.js.map +1 -0
  374. package/bin/getRegionalTieredCache.d.ts +32 -0
  375. package/bin/getRegionalTieredCache.js +28 -0
  376. package/bin/getRegionalTieredCache.js.map +1 -0
  377. package/bin/getRuleset.d.ts +42 -0
  378. package/bin/getRuleset.js +32 -0
  379. package/bin/getRuleset.js.map +1 -0
  380. package/bin/getRulesets.d.ts +7 -10
  381. package/bin/getRulesets.js +2 -6
  382. package/bin/getRulesets.js.map +1 -1
  383. package/bin/getSpectrumApplication.d.ts +28 -0
  384. package/bin/getSpectrumApplication.js +24 -0
  385. package/bin/getSpectrumApplication.js.map +1 -0
  386. package/bin/getTieredCache.d.ts +33 -0
  387. package/bin/getTieredCache.js +30 -0
  388. package/bin/getTieredCache.js.map +1 -0
  389. package/bin/getTotalTls.d.ts +34 -0
  390. package/bin/getTotalTls.js +28 -0
  391. package/bin/getTotalTls.js.map +1 -0
  392. package/bin/getTurnstileWidget.d.ts +45 -0
  393. package/bin/getTurnstileWidget.js +30 -0
  394. package/bin/getTurnstileWidget.js.map +1 -0
  395. package/bin/getTurnstileWidgets.d.ts +36 -0
  396. package/bin/getTurnstileWidgets.js +28 -0
  397. package/bin/getTurnstileWidgets.js.map +1 -0
  398. package/bin/getUrlNormalizationSettings.d.ts +31 -0
  399. package/bin/getUrlNormalizationSettings.js +26 -0
  400. package/bin/getUrlNormalizationSettings.js.map +1 -0
  401. package/bin/getUserAgentBlockingRule.d.ts +41 -0
  402. package/bin/getUserAgentBlockingRule.js +36 -0
  403. package/bin/getUserAgentBlockingRule.js.map +1 -0
  404. package/bin/getUserAgentBlockingRules.d.ts +39 -0
  405. package/bin/getUserAgentBlockingRules.js +30 -0
  406. package/bin/getUserAgentBlockingRules.js.map +1 -0
  407. package/bin/getWaitingRoom.d.ts +53 -0
  408. package/bin/getWaitingRoom.js +28 -0
  409. package/bin/getWaitingRoom.js.map +1 -0
  410. package/bin/getWaitingRoomEvent.d.ts +48 -0
  411. package/bin/getWaitingRoomEvent.js +30 -0
  412. package/bin/getWaitingRoomEvent.js.map +1 -0
  413. package/bin/getWaitingRoomEvents.d.ts +33 -0
  414. package/bin/getWaitingRoomEvents.js +26 -0
  415. package/bin/getWaitingRoomEvents.js.map +1 -0
  416. package/bin/getWaitingRoomRules.d.ts +28 -0
  417. package/bin/getWaitingRoomRules.js +24 -0
  418. package/bin/getWaitingRoomRules.js.map +1 -0
  419. package/bin/getWaitingRoomSetting.d.ts +28 -0
  420. package/bin/getWaitingRoomSetting.js +24 -0
  421. package/bin/getWaitingRoomSetting.js.map +1 -0
  422. package/bin/getWaitingRooms.d.ts +30 -0
  423. package/bin/getWaitingRooms.js +24 -0
  424. package/bin/getWaitingRooms.js.map +1 -0
  425. package/bin/getWeb3Hostname.d.ts +37 -0
  426. package/bin/getWeb3Hostname.js +28 -0
  427. package/bin/getWeb3Hostname.js.map +1 -0
  428. package/bin/getWeb3Hostnames.d.ts +30 -0
  429. package/bin/getWeb3Hostnames.js +24 -0
  430. package/bin/getWeb3Hostnames.js.map +1 -0
  431. package/bin/getWebAnalyticsSite.d.ts +40 -0
  432. package/bin/getWebAnalyticsSite.js +28 -0
  433. package/bin/getWebAnalyticsSite.js.map +1 -0
  434. package/bin/getWebAnalyticsSites.d.ts +33 -0
  435. package/bin/getWebAnalyticsSites.js +26 -0
  436. package/bin/getWebAnalyticsSites.js.map +1 -0
  437. package/bin/getWorkersCronTrigger.d.ts +33 -0
  438. package/bin/getWorkersCronTrigger.js +26 -0
  439. package/bin/getWorkersCronTrigger.js.map +1 -0
  440. package/bin/getWorkersCustomDomain.d.ts +35 -0
  441. package/bin/getWorkersCustomDomain.js +28 -0
  442. package/bin/getWorkersCustomDomain.js.map +1 -0
  443. package/bin/getWorkersCustomDomains.d.ts +45 -0
  444. package/bin/getWorkersCustomDomains.js +34 -0
  445. package/bin/getWorkersCustomDomains.js.map +1 -0
  446. package/bin/getWorkersForPlatformsDispatchNamespace.d.ts +40 -0
  447. package/bin/getWorkersForPlatformsDispatchNamespace.js +28 -0
  448. package/bin/getWorkersForPlatformsDispatchNamespace.js.map +1 -0
  449. package/bin/getWorkersForPlatformsDispatchNamespaces.d.ts +30 -0
  450. package/bin/getWorkersForPlatformsDispatchNamespaces.js +24 -0
  451. package/bin/getWorkersForPlatformsDispatchNamespaces.js.map +1 -0
  452. package/bin/getWorkersKv.d.ts +31 -0
  453. package/bin/getWorkersKv.js +26 -0
  454. package/bin/getWorkersKv.js.map +1 -0
  455. package/bin/getWorkersKvNamespace.d.ts +32 -0
  456. package/bin/getWorkersKvNamespace.js +28 -0
  457. package/bin/getWorkersKvNamespace.js.map +1 -0
  458. package/bin/getWorkersKvNamespaces.d.ts +36 -0
  459. package/bin/getWorkersKvNamespaces.js +28 -0
  460. package/bin/getWorkersKvNamespaces.js.map +1 -0
  461. package/bin/getWorkersScript.d.ts +53 -0
  462. package/bin/getWorkersScript.js +44 -0
  463. package/bin/getWorkersScript.js.map +1 -0
  464. package/bin/getWorkersScripts.d.ts +30 -0
  465. package/bin/getWorkersScripts.js +24 -0
  466. package/bin/getWorkersScripts.js.map +1 -0
  467. package/bin/getWorkersSecret.d.ts +41 -0
  468. package/bin/getWorkersSecret.js +32 -0
  469. package/bin/getWorkersSecret.js.map +1 -0
  470. package/bin/getWorkersSecrets.d.ts +36 -0
  471. package/bin/getWorkersSecrets.js +28 -0
  472. package/bin/getWorkersSecrets.js.map +1 -0
  473. package/bin/getZeroTrustAccessApplication.d.ts +11 -9
  474. package/bin/getZeroTrustAccessApplication.js +4 -6
  475. package/bin/getZeroTrustAccessApplication.js.map +1 -1
  476. package/bin/getZeroTrustAccessApplications.d.ts +33 -0
  477. package/bin/getZeroTrustAccessApplications.js +28 -0
  478. package/bin/getZeroTrustAccessApplications.js.map +1 -0
  479. package/bin/getZeroTrustAccessCustomPage.d.ts +42 -0
  480. package/bin/getZeroTrustAccessCustomPage.js +30 -0
  481. package/bin/getZeroTrustAccessCustomPage.js.map +1 -0
  482. package/bin/getZeroTrustAccessCustomPages.d.ts +30 -0
  483. package/bin/getZeroTrustAccessCustomPages.js +24 -0
  484. package/bin/getZeroTrustAccessCustomPages.js.map +1 -0
  485. package/bin/getZeroTrustAccessGroup.d.ts +40 -0
  486. package/bin/getZeroTrustAccessGroup.js +30 -0
  487. package/bin/getZeroTrustAccessGroup.js.map +1 -0
  488. package/bin/getZeroTrustAccessGroups.d.ts +33 -0
  489. package/bin/getZeroTrustAccessGroups.js +28 -0
  490. package/bin/getZeroTrustAccessGroups.js.map +1 -0
  491. package/bin/getZeroTrustAccessIdentityProvider.d.ts +13 -8
  492. package/bin/getZeroTrustAccessIdentityProvider.js +6 -4
  493. package/bin/getZeroTrustAccessIdentityProvider.js.map +1 -1
  494. package/bin/getZeroTrustAccessIdentityProviders.d.ts +33 -0
  495. package/bin/getZeroTrustAccessIdentityProviders.js +28 -0
  496. package/bin/getZeroTrustAccessIdentityProviders.js.map +1 -0
  497. package/bin/getZeroTrustAccessKeyConfiguration.d.ts +34 -0
  498. package/bin/getZeroTrustAccessKeyConfiguration.js +28 -0
  499. package/bin/getZeroTrustAccessKeyConfiguration.js.map +1 -0
  500. package/bin/getZeroTrustAccessMtlsCertificate.d.ts +39 -0
  501. package/bin/getZeroTrustAccessMtlsCertificate.js +30 -0
  502. package/bin/getZeroTrustAccessMtlsCertificate.js.map +1 -0
  503. package/bin/getZeroTrustAccessMtlsCertificates.d.ts +33 -0
  504. package/bin/getZeroTrustAccessMtlsCertificates.js +28 -0
  505. package/bin/getZeroTrustAccessMtlsCertificates.js.map +1 -0
  506. package/bin/getZeroTrustAccessMtlsHostnameSettings.d.ts +28 -0
  507. package/bin/getZeroTrustAccessMtlsHostnameSettings.js +26 -0
  508. package/bin/getZeroTrustAccessMtlsHostnameSettings.js.map +1 -0
  509. package/bin/getZeroTrustAccessPolicies.d.ts +36 -0
  510. package/bin/getZeroTrustAccessPolicies.js +28 -0
  511. package/bin/getZeroTrustAccessPolicies.js.map +1 -0
  512. package/bin/getZeroTrustAccessPolicy.d.ts +49 -0
  513. package/bin/getZeroTrustAccessPolicy.js +32 -0
  514. package/bin/getZeroTrustAccessPolicy.js.map +1 -0
  515. package/bin/getZeroTrustAccessServiceToken.d.ts +39 -0
  516. package/bin/getZeroTrustAccessServiceToken.js +30 -0
  517. package/bin/getZeroTrustAccessServiceToken.js.map +1 -0
  518. package/bin/getZeroTrustAccessServiceTokens.d.ts +33 -0
  519. package/bin/getZeroTrustAccessServiceTokens.js +28 -0
  520. package/bin/getZeroTrustAccessServiceTokens.js.map +1 -0
  521. package/bin/getZeroTrustAccessShortLivedCertificate.d.ts +41 -0
  522. package/bin/getZeroTrustAccessShortLivedCertificate.js +36 -0
  523. package/bin/getZeroTrustAccessShortLivedCertificate.js.map +1 -0
  524. package/bin/getZeroTrustAccessShortLivedCertificates.d.ts +33 -0
  525. package/bin/getZeroTrustAccessShortLivedCertificates.js +28 -0
  526. package/bin/getZeroTrustAccessShortLivedCertificates.js.map +1 -0
  527. package/bin/getZeroTrustAccessTag.d.ts +37 -0
  528. package/bin/getZeroTrustAccessTag.js +28 -0
  529. package/bin/getZeroTrustAccessTag.js.map +1 -0
  530. package/bin/getZeroTrustAccessTags.d.ts +30 -0
  531. package/bin/getZeroTrustAccessTags.js +24 -0
  532. package/bin/getZeroTrustAccessTags.js.map +1 -0
  533. package/bin/getZeroTrustDeviceCertificates.d.ts +25 -0
  534. package/bin/getZeroTrustDeviceCertificates.js +22 -0
  535. package/bin/getZeroTrustDeviceCertificates.js.map +1 -0
  536. package/bin/getZeroTrustDeviceManagedNetworks.d.ts +36 -0
  537. package/bin/getZeroTrustDeviceManagedNetworks.js +28 -0
  538. package/bin/getZeroTrustDeviceManagedNetworks.js.map +1 -0
  539. package/bin/getZeroTrustDeviceManagedNetworksList.d.ts +30 -0
  540. package/bin/getZeroTrustDeviceManagedNetworksList.js +24 -0
  541. package/bin/getZeroTrustDeviceManagedNetworksList.js.map +1 -0
  542. package/bin/getZeroTrustDevicePostureIntegration.d.ts +34 -0
  543. package/bin/getZeroTrustDevicePostureIntegration.js +28 -0
  544. package/bin/getZeroTrustDevicePostureIntegration.js.map +1 -0
  545. package/bin/getZeroTrustDevicePostureIntegrations.d.ts +30 -0
  546. package/bin/getZeroTrustDevicePostureIntegrations.js +24 -0
  547. package/bin/getZeroTrustDevicePostureIntegrations.js.map +1 -0
  548. package/bin/getZeroTrustDevicePostureRule.d.ts +37 -0
  549. package/bin/getZeroTrustDevicePostureRule.js +28 -0
  550. package/bin/getZeroTrustDevicePostureRule.js.map +1 -0
  551. package/bin/getZeroTrustDevicePostureRules.d.ts +30 -0
  552. package/bin/getZeroTrustDevicePostureRules.js +24 -0
  553. package/bin/getZeroTrustDevicePostureRules.js.map +1 -0
  554. package/bin/getZeroTrustDeviceProfiles.d.ts +57 -0
  555. package/bin/getZeroTrustDeviceProfiles.js +28 -0
  556. package/bin/getZeroTrustDeviceProfiles.js.map +1 -0
  557. package/bin/getZeroTrustDeviceProfilesList.d.ts +30 -0
  558. package/bin/getZeroTrustDeviceProfilesList.js +24 -0
  559. package/bin/getZeroTrustDeviceProfilesList.js.map +1 -0
  560. package/bin/getZeroTrustDexTest.d.ts +40 -0
  561. package/bin/getZeroTrustDexTest.js +28 -0
  562. package/bin/getZeroTrustDexTest.js.map +1 -0
  563. package/bin/getZeroTrustDexTests.d.ts +30 -0
  564. package/bin/getZeroTrustDexTests.js +24 -0
  565. package/bin/getZeroTrustDexTests.js.map +1 -0
  566. package/bin/getZeroTrustDlpCustomProfile.d.ts +28 -0
  567. package/bin/getZeroTrustDlpCustomProfile.js +24 -0
  568. package/bin/getZeroTrustDlpCustomProfile.js.map +1 -0
  569. package/bin/getZeroTrustDlpPredefinedProfile.d.ts +28 -0
  570. package/bin/getZeroTrustDlpPredefinedProfile.js +24 -0
  571. package/bin/getZeroTrustDlpPredefinedProfile.js.map +1 -0
  572. package/bin/getZeroTrustDnsLocation.d.ts +42 -0
  573. package/bin/getZeroTrustDnsLocation.js +28 -0
  574. package/bin/getZeroTrustDnsLocation.js.map +1 -0
  575. package/bin/getZeroTrustDnsLocations.d.ts +30 -0
  576. package/bin/getZeroTrustDnsLocations.js +24 -0
  577. package/bin/getZeroTrustDnsLocations.js.map +1 -0
  578. package/bin/getZeroTrustGatewayPolicies.d.ts +30 -0
  579. package/bin/getZeroTrustGatewayPolicies.js +24 -0
  580. package/bin/getZeroTrustGatewayPolicies.js.map +1 -0
  581. package/bin/getZeroTrustGatewayPolicy.d.ts +44 -0
  582. package/bin/getZeroTrustGatewayPolicy.js +28 -0
  583. package/bin/getZeroTrustGatewayPolicy.js.map +1 -0
  584. package/bin/getZeroTrustGatewayProxyEndpoint.d.ts +28 -0
  585. package/bin/getZeroTrustGatewayProxyEndpoint.js +24 -0
  586. package/bin/getZeroTrustGatewayProxyEndpoint.js.map +1 -0
  587. package/bin/getZeroTrustGatewaySettings.d.ts +36 -0
  588. package/bin/getZeroTrustGatewaySettings.js +28 -0
  589. package/bin/getZeroTrustGatewaySettings.js.map +1 -0
  590. package/bin/getZeroTrustList.d.ts +36 -0
  591. package/bin/getZeroTrustList.js +28 -0
  592. package/bin/getZeroTrustList.js.map +1 -0
  593. package/bin/getZeroTrustLists.d.ts +33 -0
  594. package/bin/getZeroTrustLists.js +26 -0
  595. package/bin/getZeroTrustLists.js.map +1 -0
  596. package/bin/getZeroTrustLocalDomainFallback.d.ts +42 -0
  597. package/bin/getZeroTrustLocalDomainFallback.js +34 -0
  598. package/bin/getZeroTrustLocalDomainFallback.js.map +1 -0
  599. package/bin/getZeroTrustLocalDomainFallbacks.d.ts +30 -0
  600. package/bin/getZeroTrustLocalDomainFallbacks.js +24 -0
  601. package/bin/getZeroTrustLocalDomainFallbacks.js.map +1 -0
  602. package/bin/getZeroTrustOrganization.d.ts +69 -0
  603. package/bin/getZeroTrustOrganization.js +52 -0
  604. package/bin/getZeroTrustOrganization.js.map +1 -0
  605. package/bin/getZeroTrustTunnelCloudflared.d.ts +16 -14
  606. package/bin/getZeroTrustTunnelCloudflared.js +6 -4
  607. package/bin/getZeroTrustTunnelCloudflared.js.map +1 -1
  608. package/bin/getZeroTrustTunnelCloudflaredConfig.d.ts +38 -0
  609. package/bin/getZeroTrustTunnelCloudflaredConfig.js +30 -0
  610. package/bin/getZeroTrustTunnelCloudflaredConfig.js.map +1 -0
  611. package/bin/getZeroTrustTunnelCloudflaredRoute.d.ts +45 -0
  612. package/bin/getZeroTrustTunnelCloudflaredRoute.js +34 -0
  613. package/bin/getZeroTrustTunnelCloudflaredRoute.js.map +1 -0
  614. package/bin/getZeroTrustTunnelCloudflaredRoutes.d.ts +57 -0
  615. package/bin/getZeroTrustTunnelCloudflaredRoutes.js +42 -0
  616. package/bin/getZeroTrustTunnelCloudflaredRoutes.js.map +1 -0
  617. package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.d.ts +35 -0
  618. package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js +28 -0
  619. package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -0
  620. package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +38 -0
  621. package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js +32 -0
  622. package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -0
  623. package/bin/getZeroTrustTunnelCloudflareds.d.ts +57 -0
  624. package/bin/getZeroTrustTunnelCloudflareds.js +42 -0
  625. package/bin/getZeroTrustTunnelCloudflareds.js.map +1 -0
  626. package/bin/getZone.d.ts +17 -9
  627. package/bin/getZone.js +2 -6
  628. package/bin/getZone.js.map +1 -1
  629. package/bin/getZoneCacheReserve.d.ts +12 -3
  630. package/bin/getZoneCacheReserve.js +6 -2
  631. package/bin/getZoneCacheReserve.js.map +1 -1
  632. package/bin/getZoneCacheVariants.d.ts +32 -0
  633. package/bin/getZoneCacheVariants.js +28 -0
  634. package/bin/getZoneCacheVariants.js.map +1 -0
  635. package/bin/getZoneHold.d.ts +34 -0
  636. package/bin/getZoneHold.js +28 -0
  637. package/bin/getZoneHold.js.map +1 -0
  638. package/bin/getZoneLockdown.d.ts +35 -0
  639. package/bin/getZoneLockdown.js +28 -0
  640. package/bin/getZoneLockdown.js.map +1 -0
  641. package/bin/getZoneLockdowns.d.ts +57 -0
  642. package/bin/getZoneLockdowns.js +42 -0
  643. package/bin/getZoneLockdowns.js.map +1 -0
  644. package/bin/getZoneSetting.d.ts +28 -0
  645. package/bin/getZoneSetting.js +24 -0
  646. package/bin/getZoneSetting.js.map +1 -0
  647. package/bin/getZoneSubscription.d.ts +25 -0
  648. package/bin/getZoneSubscription.js +22 -0
  649. package/bin/getZoneSubscription.js.map +1 -0
  650. package/bin/getZones.d.ts +27 -8
  651. package/bin/getZones.js +16 -4
  652. package/bin/getZones.js.map +1 -1
  653. package/bin/healthcheck.d.ts +64 -150
  654. package/bin/healthcheck.js +8 -23
  655. package/bin/healthcheck.js.map +1 -1
  656. package/bin/hostnameTlsSetting.d.ts +39 -22
  657. package/bin/hostnameTlsSetting.js +6 -9
  658. package/bin/hostnameTlsSetting.js.map +1 -1
  659. package/bin/hyperdriveConfig.d.ts +3 -42
  660. package/bin/hyperdriveConfig.js +0 -2
  661. package/bin/hyperdriveConfig.js.map +1 -1
  662. package/bin/index.d.ts +570 -240
  663. package/bin/index.js +612 -369
  664. package/bin/index.js.map +1 -1
  665. package/bin/keylessCertificate.d.ts +64 -35
  666. package/bin/keylessCertificate.js +8 -2
  667. package/bin/keylessCertificate.js.map +1 -1
  668. package/bin/list.d.ts +22 -21
  669. package/bin/list.js +0 -2
  670. package/bin/list.js.map +1 -1
  671. package/bin/listItem.d.ts +67 -32
  672. package/bin/listItem.js +10 -7
  673. package/bin/listItem.js.map +1 -1
  674. package/bin/loadBalancer.d.ts +228 -198
  675. package/bin/loadBalancer.js +16 -16
  676. package/bin/loadBalancer.js.map +1 -1
  677. package/bin/loadBalancerMonitor.d.ts +91 -90
  678. package/bin/loadBalancerMonitor.js +2 -4
  679. package/bin/loadBalancerMonitor.js.map +1 -1
  680. package/bin/loadBalancerPool.d.ts +94 -78
  681. package/bin/loadBalancerPool.js +10 -6
  682. package/bin/loadBalancerPool.js.map +1 -1
  683. package/bin/logpullRetention.d.ts +9 -12
  684. package/bin/logpullRetention.js +2 -7
  685. package/bin/logpullRetention.js.map +1 -1
  686. package/bin/logpushJob.d.ts +120 -98
  687. package/bin/logpushJob.js +6 -7
  688. package/bin/logpushJob.js.map +1 -1
  689. package/bin/logpushOwnershipChallenge.d.ts +15 -26
  690. package/bin/logpushOwnershipChallenge.js +6 -4
  691. package/bin/logpushOwnershipChallenge.js.map +1 -1
  692. package/bin/magicWanGreTunnel.d.ts +52 -56
  693. package/bin/magicWanGreTunnel.js +18 -16
  694. package/bin/magicWanGreTunnel.js.map +1 -1
  695. package/bin/magicWanIpsecTunnel.d.ts +62 -156
  696. package/bin/magicWanIpsecTunnel.js +20 -28
  697. package/bin/magicWanIpsecTunnel.js.map +1 -1
  698. package/bin/magicWanStaticRoute.d.ts +58 -47
  699. package/bin/magicWanStaticRoute.js +18 -14
  700. package/bin/magicWanStaticRoute.js.map +1 -1
  701. package/bin/managedHeaders.d.ts +7 -28
  702. package/bin/managedHeaders.js +6 -2
  703. package/bin/managedHeaders.js.map +1 -1
  704. package/bin/mtlsCertificate.d.ts +33 -31
  705. package/bin/mtlsCertificate.js +2 -2
  706. package/bin/mtlsCertificate.js.map +1 -1
  707. package/bin/notificationPolicy.d.ts +60 -124
  708. package/bin/notificationPolicy.js +14 -10
  709. package/bin/notificationPolicy.js.map +1 -1
  710. package/bin/notificationPolicyWebhooks.d.ts +46 -30
  711. package/bin/notificationPolicyWebhooks.js +11 -2
  712. package/bin/notificationPolicyWebhooks.js.map +1 -1
  713. package/bin/observatoryScheduledTest.d.ts +28 -36
  714. package/bin/observatoryScheduledTest.js +8 -12
  715. package/bin/observatoryScheduledTest.js.map +1 -1
  716. package/bin/originCaCertificate.d.ts +31 -38
  717. package/bin/originCaCertificate.js +2 -13
  718. package/bin/originCaCertificate.js.map +1 -1
  719. package/bin/package.json +1 -1
  720. package/bin/pageRule.d.ts +56 -20
  721. package/bin/pageRule.js +6 -6
  722. package/bin/pageRule.js.map +1 -1
  723. package/bin/pagesDomain.d.ts +23 -27
  724. package/bin/pagesDomain.js +14 -7
  725. package/bin/pagesDomain.js.map +1 -1
  726. package/bin/pagesProject.d.ts +32 -35
  727. package/bin/pagesProject.js +5 -6
  728. package/bin/pagesProject.js.map +1 -1
  729. package/bin/provider.d.ts +10 -45
  730. package/bin/provider.js +1 -7
  731. package/bin/provider.js.map +1 -1
  732. package/bin/queue.d.ts +20 -16
  733. package/bin/queue.js +18 -3
  734. package/bin/queue.js.map +1 -1
  735. package/bin/r2bucket.d.ts +29 -9
  736. package/bin/r2bucket.js +4 -0
  737. package/bin/r2bucket.js.map +1 -1
  738. package/bin/rateLimit.d.ts +33 -60
  739. package/bin/rateLimit.js +7 -12
  740. package/bin/rateLimit.js.map +1 -1
  741. package/bin/regionalHostname.d.ts +26 -20
  742. package/bin/regionalHostname.js +6 -4
  743. package/bin/regionalHostname.js.map +1 -1
  744. package/bin/regionalTieredCache.d.ts +12 -7
  745. package/bin/regionalTieredCache.js +2 -5
  746. package/bin/regionalTieredCache.js.map +1 -1
  747. package/bin/ruleset.d.ts +39 -38
  748. package/bin/ruleset.js +7 -0
  749. package/bin/ruleset.js.map +1 -1
  750. package/bin/spectrumApplication.d.ts +65 -56
  751. package/bin/spectrumApplication.js +0 -4
  752. package/bin/spectrumApplication.js.map +1 -1
  753. package/bin/tieredCache.d.ts +25 -12
  754. package/bin/tieredCache.js +8 -6
  755. package/bin/tieredCache.js.map +1 -1
  756. package/bin/totalTls.d.ts +21 -16
  757. package/bin/totalTls.js +2 -2
  758. package/bin/totalTls.js.map +1 -1
  759. package/bin/turnstileWidget.d.ts +50 -29
  760. package/bin/turnstileWidget.js +8 -4
  761. package/bin/turnstileWidget.js.map +1 -1
  762. package/bin/types/input.d.ts +9711 -4260
  763. package/bin/types/output.d.ts +14991 -4510
  764. package/bin/urlNormalizationSettings.d.ts +5 -8
  765. package/bin/urlNormalizationSettings.js +0 -8
  766. package/bin/urlNormalizationSettings.js.map +1 -1
  767. package/bin/userAgentBlockingRule.d.ts +15 -30
  768. package/bin/userAgentBlockingRule.js +4 -14
  769. package/bin/userAgentBlockingRule.js.map +1 -1
  770. package/bin/utilities.js +2 -2
  771. package/bin/utilities.js.map +1 -1
  772. package/bin/waitingRoom.d.ts +405 -85
  773. package/bin/waitingRoom.js +10 -4
  774. package/bin/waitingRoom.js.map +1 -1
  775. package/bin/waitingRoomEvent.d.ts +91 -88
  776. package/bin/waitingRoomEvent.js +0 -2
  777. package/bin/waitingRoomEvent.js.map +1 -1
  778. package/bin/waitingRoomRules.d.ts +51 -17
  779. package/bin/waitingRoomRules.js +16 -4
  780. package/bin/waitingRoomRules.js.map +1 -1
  781. package/bin/waitingRoomSetting.d.ts +63 -0
  782. package/bin/waitingRoomSetting.js +54 -0
  783. package/bin/waitingRoomSetting.js.map +1 -0
  784. package/bin/web3Hostname.d.ts +5 -24
  785. package/bin/web3Hostname.js +1 -3
  786. package/bin/web3Hostname.js.map +1 -1
  787. package/bin/webAnalyticsRule.d.ts +17 -39
  788. package/bin/webAnalyticsRule.js +4 -16
  789. package/bin/webAnalyticsRule.js.map +1 -1
  790. package/bin/webAnalyticsSite.d.ts +27 -38
  791. package/bin/webAnalyticsSite.js +6 -11
  792. package/bin/webAnalyticsSite.js.map +1 -1
  793. package/bin/workersCronTrigger.d.ts +13 -21
  794. package/bin/workersCronTrigger.js +3 -6
  795. package/bin/workersCronTrigger.js.map +1 -1
  796. package/bin/workersCustomDomain.d.ts +104 -0
  797. package/bin/workersCustomDomain.js +74 -0
  798. package/bin/workersCustomDomain.js.map +1 -0
  799. package/bin/workersForPlatformsDispatchNamespace.d.ts +62 -6
  800. package/bin/workersForPlatformsDispatchNamespace.js +14 -0
  801. package/bin/workersForPlatformsDispatchNamespace.js.map +1 -1
  802. package/bin/workersKv.d.ts +30 -21
  803. package/bin/workersKv.js +9 -6
  804. package/bin/workersKv.js.map +1 -1
  805. package/bin/workersKvNamespace.d.ts +16 -9
  806. package/bin/workersKvNamespace.js +2 -2
  807. package/bin/workersKvNamespace.js.map +1 -1
  808. package/bin/workersScript.d.ts +79 -90
  809. package/bin/workersScript.js +25 -41
  810. package/bin/workersScript.js.map +1 -1
  811. package/bin/workersSecret.d.ts +39 -21
  812. package/bin/workersSecret.js +9 -9
  813. package/bin/workersSecret.js.map +1 -1
  814. package/bin/zeroTrustAccessApplication.d.ts +120 -152
  815. package/bin/zeroTrustAccessApplication.js +2 -6
  816. package/bin/zeroTrustAccessApplication.js.map +1 -1
  817. package/bin/zeroTrustAccessCustomPage.d.ts +28 -37
  818. package/bin/zeroTrustAccessCustomPage.js +12 -4
  819. package/bin/zeroTrustAccessCustomPage.js.map +1 -1
  820. package/bin/zeroTrustAccessGroup.d.ts +61 -15
  821. package/bin/zeroTrustAccessGroup.js +6 -2
  822. package/bin/zeroTrustAccessGroup.js.map +1 -1
  823. package/bin/zeroTrustAccessIdentityProvider.d.ts +30 -39
  824. package/bin/zeroTrustAccessIdentityProvider.js +7 -6
  825. package/bin/zeroTrustAccessIdentityProvider.js.map +1 -1
  826. package/bin/zeroTrustAccessKeyConfiguration.d.ts +76 -0
  827. package/bin/zeroTrustAccessKeyConfiguration.js +61 -0
  828. package/bin/zeroTrustAccessKeyConfiguration.js.map +1 -0
  829. package/bin/zeroTrustAccessMtlsCertificate.d.ts +30 -21
  830. package/bin/zeroTrustAccessMtlsCertificate.js +9 -2
  831. package/bin/zeroTrustAccessMtlsCertificate.js.map +1 -1
  832. package/bin/zeroTrustAccessMtlsHostnameSettings.d.ts +9 -9
  833. package/bin/zeroTrustAccessMtlsHostnameSettings.js +3 -0
  834. package/bin/zeroTrustAccessMtlsHostnameSettings.js.map +1 -1
  835. package/bin/zeroTrustAccessPolicy.d.ts +92 -61
  836. package/bin/zeroTrustAccessPolicy.js +9 -6
  837. package/bin/zeroTrustAccessPolicy.js.map +1 -1
  838. package/bin/zeroTrustAccessServiceToken.d.ts +25 -28
  839. package/bin/zeroTrustAccessServiceToken.js +4 -6
  840. package/bin/zeroTrustAccessServiceToken.js.map +1 -1
  841. package/bin/zeroTrustAccessShortLivedCertificate.d.ts +14 -33
  842. package/bin/zeroTrustAccessShortLivedCertificate.js +4 -10
  843. package/bin/zeroTrustAccessShortLivedCertificate.js.map +1 -1
  844. package/bin/zeroTrustAccessTag.d.ts +15 -36
  845. package/bin/zeroTrustAccessTag.js +8 -5
  846. package/bin/zeroTrustAccessTag.js.map +1 -1
  847. package/bin/zeroTrustDeviceCertificates.d.ts +6 -18
  848. package/bin/zeroTrustDeviceCertificates.js +4 -6
  849. package/bin/zeroTrustDeviceCertificates.js.map +1 -1
  850. package/bin/zeroTrustDeviceManagedNetworks.d.ts +17 -21
  851. package/bin/zeroTrustDeviceManagedNetworks.js +2 -2
  852. package/bin/zeroTrustDeviceManagedNetworks.js.map +1 -1
  853. package/bin/zeroTrustDevicePostureIntegration.d.ts +20 -35
  854. package/bin/zeroTrustDevicePostureIntegration.js +8 -6
  855. package/bin/zeroTrustDevicePostureIntegration.js.map +1 -1
  856. package/bin/zeroTrustDevicePostureRule.d.ts +31 -43
  857. package/bin/zeroTrustDevicePostureRule.js +2 -4
  858. package/bin/zeroTrustDevicePostureRule.js.map +1 -1
  859. package/bin/zeroTrustDeviceProfiles.d.ts +120 -97
  860. package/bin/zeroTrustDeviceProfiles.js +24 -9
  861. package/bin/zeroTrustDeviceProfiles.js.map +1 -1
  862. package/bin/zeroTrustDexTest.d.ts +15 -28
  863. package/bin/zeroTrustDexTest.js +4 -9
  864. package/bin/zeroTrustDexTest.js.map +1 -1
  865. package/bin/zeroTrustDlpCustomProfile.d.ts +104 -0
  866. package/bin/zeroTrustDlpCustomProfile.js +73 -0
  867. package/bin/zeroTrustDlpCustomProfile.js.map +1 -0
  868. package/bin/zeroTrustDlpPredefinedProfile.d.ts +65 -0
  869. package/bin/zeroTrustDlpPredefinedProfile.js +68 -0
  870. package/bin/zeroTrustDlpPredefinedProfile.js.map +1 -0
  871. package/bin/zeroTrustDnsLocation.d.ts +68 -40
  872. package/bin/zeroTrustDnsLocation.js +10 -6
  873. package/bin/zeroTrustDnsLocation.js.map +1 -1
  874. package/bin/zeroTrustGatewayPolicy.d.ts +68 -55
  875. package/bin/zeroTrustGatewayPolicy.js +8 -10
  876. package/bin/zeroTrustGatewayPolicy.js.map +1 -1
  877. package/bin/zeroTrustGatewayProxyEndpoint.d.ts +12 -20
  878. package/bin/zeroTrustGatewayProxyEndpoint.js +4 -2
  879. package/bin/zeroTrustGatewayProxyEndpoint.js.map +1 -1
  880. package/bin/zeroTrustGatewaySettings.d.ts +10 -195
  881. package/bin/zeroTrustGatewaySettings.js +6 -34
  882. package/bin/zeroTrustGatewaySettings.js.map +1 -1
  883. package/bin/zeroTrustList.d.ts +24 -36
  884. package/bin/zeroTrustList.js +6 -4
  885. package/bin/zeroTrustList.js.map +1 -1
  886. package/bin/zeroTrustLocalDomainFallback.d.ts +87 -0
  887. package/bin/zeroTrustLocalDomainFallback.js +66 -0
  888. package/bin/zeroTrustLocalDomainFallback.js.map +1 -0
  889. package/bin/zeroTrustOrganization.d.ts +189 -0
  890. package/bin/zeroTrustOrganization.js +80 -0
  891. package/bin/zeroTrustOrganization.js.map +1 -0
  892. package/bin/zeroTrustTunnelCloudflared.d.ts +16 -47
  893. package/bin/zeroTrustTunnelCloudflared.js +2 -13
  894. package/bin/zeroTrustTunnelCloudflared.js.map +1 -1
  895. package/bin/zeroTrustTunnelCloudflaredConfig.d.ts +30 -13
  896. package/bin/zeroTrustTunnelCloudflaredConfig.js +6 -5
  897. package/bin/zeroTrustTunnelCloudflaredConfig.js.map +1 -1
  898. package/bin/zeroTrustTunnelCloudflaredRoute.d.ts +112 -0
  899. package/bin/zeroTrustTunnelCloudflaredRoute.js +70 -0
  900. package/bin/zeroTrustTunnelCloudflaredRoute.js.map +1 -0
  901. package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts +112 -0
  902. package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js +64 -0
  903. package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -0
  904. package/bin/zone.d.ts +92 -71
  905. package/bin/zone.js +23 -18
  906. package/bin/zone.js.map +1 -1
  907. package/bin/zoneCacheReserve.d.ts +25 -12
  908. package/bin/zoneCacheReserve.js +6 -7
  909. package/bin/zoneCacheReserve.js.map +1 -1
  910. package/bin/zoneCacheVariants.d.ts +15 -128
  911. package/bin/zoneCacheVariants.js +7 -24
  912. package/bin/zoneCacheVariants.js.map +1 -1
  913. package/bin/zoneHold.d.ts +5 -38
  914. package/bin/zoneHold.js +3 -8
  915. package/bin/zoneHold.js.map +1 -1
  916. package/bin/zoneLockdown.d.ts +43 -35
  917. package/bin/zoneLockdown.js +10 -10
  918. package/bin/zoneLockdown.js.map +1 -1
  919. package/bin/zoneSetting.d.ts +96 -0
  920. package/bin/zoneSetting.js +66 -0
  921. package/bin/zoneSetting.js.map +1 -0
  922. package/bin/zoneSubscription.d.ts +74 -0
  923. package/bin/zoneSubscription.js +56 -0
  924. package/bin/zoneSubscription.js.map +1 -0
  925. package/package.json +1 -1
package/bin/index.d.ts CHANGED
@@ -1,48 +1,15 @@
1
- export { AccessApplicationArgs, AccessApplicationState } from "./accessApplication";
2
- export type AccessApplication = import("./accessApplication").AccessApplication;
3
- export declare const AccessApplication: typeof import("./accessApplication").AccessApplication;
4
- export { AccessCaCertificateArgs, AccessCaCertificateState } from "./accessCaCertificate";
5
- export type AccessCaCertificate = import("./accessCaCertificate").AccessCaCertificate;
6
- export declare const AccessCaCertificate: typeof import("./accessCaCertificate").AccessCaCertificate;
7
- export { AccessCustomPageArgs, AccessCustomPageState } from "./accessCustomPage";
8
- export type AccessCustomPage = import("./accessCustomPage").AccessCustomPage;
9
- export declare const AccessCustomPage: typeof import("./accessCustomPage").AccessCustomPage;
10
- export { AccessGroupArgs, AccessGroupState } from "./accessGroup";
11
- export type AccessGroup = import("./accessGroup").AccessGroup;
12
- export declare const AccessGroup: typeof import("./accessGroup").AccessGroup;
13
- export { AccessIdentityProviderArgs, AccessIdentityProviderState } from "./accessIdentityProvider";
14
- export type AccessIdentityProvider = import("./accessIdentityProvider").AccessIdentityProvider;
15
- export declare const AccessIdentityProvider: typeof import("./accessIdentityProvider").AccessIdentityProvider;
16
- export { AccessKeysConfigurationArgs, AccessKeysConfigurationState } from "./accessKeysConfiguration";
17
- export type AccessKeysConfiguration = import("./accessKeysConfiguration").AccessKeysConfiguration;
18
- export declare const AccessKeysConfiguration: typeof import("./accessKeysConfiguration").AccessKeysConfiguration;
19
- export { AccessMutualTlsCertificateArgs, AccessMutualTlsCertificateState } from "./accessMutualTlsCertificate";
20
- export type AccessMutualTlsCertificate = import("./accessMutualTlsCertificate").AccessMutualTlsCertificate;
21
- export declare const AccessMutualTlsCertificate: typeof import("./accessMutualTlsCertificate").AccessMutualTlsCertificate;
22
- export { AccessMutualTlsHostnameSettingsArgs, AccessMutualTlsHostnameSettingsState } from "./accessMutualTlsHostnameSettings";
23
- export type AccessMutualTlsHostnameSettings = import("./accessMutualTlsHostnameSettings").AccessMutualTlsHostnameSettings;
24
- export declare const AccessMutualTlsHostnameSettings: typeof import("./accessMutualTlsHostnameSettings").AccessMutualTlsHostnameSettings;
25
- export { AccessOrganizationArgs, AccessOrganizationState } from "./accessOrganization";
26
- export type AccessOrganization = import("./accessOrganization").AccessOrganization;
27
- export declare const AccessOrganization: typeof import("./accessOrganization").AccessOrganization;
28
- export { AccessPolicyArgs, AccessPolicyState } from "./accessPolicy";
29
- export type AccessPolicy = import("./accessPolicy").AccessPolicy;
30
- export declare const AccessPolicy: typeof import("./accessPolicy").AccessPolicy;
31
1
  export { AccessRuleArgs, AccessRuleState } from "./accessRule";
32
2
  export type AccessRule = import("./accessRule").AccessRule;
33
3
  export declare const AccessRule: typeof import("./accessRule").AccessRule;
34
- export { AccessServiceTokenArgs, AccessServiceTokenState } from "./accessServiceToken";
35
- export type AccessServiceToken = import("./accessServiceToken").AccessServiceToken;
36
- export declare const AccessServiceToken: typeof import("./accessServiceToken").AccessServiceToken;
37
- export { AccessTagArgs, AccessTagState } from "./accessTag";
38
- export type AccessTag = import("./accessTag").AccessTag;
39
- export declare const AccessTag: typeof import("./accessTag").AccessTag;
40
4
  export { AccountArgs, AccountState } from "./account";
41
5
  export type Account = import("./account").Account;
42
6
  export declare const Account: typeof import("./account").Account;
43
7
  export { AccountMemberArgs, AccountMemberState } from "./accountMember";
44
8
  export type AccountMember = import("./accountMember").AccountMember;
45
9
  export declare const AccountMember: typeof import("./accountMember").AccountMember;
10
+ export { AccountSubscriptionArgs, AccountSubscriptionState } from "./accountSubscription";
11
+ export type AccountSubscription = import("./accountSubscription").AccountSubscription;
12
+ export declare const AccountSubscription: typeof import("./accountSubscription").AccountSubscription;
46
13
  export { AddressMapArgs, AddressMapState } from "./addressMap";
47
14
  export type AddressMap = import("./addressMap").AddressMap;
48
15
  export declare const AddressMap: typeof import("./addressMap").AddressMap;
@@ -64,9 +31,12 @@ export declare const ApiShieldSchemaValidationSettings: typeof import("./apiShie
64
31
  export { ApiTokenArgs, ApiTokenState } from "./apiToken";
65
32
  export type ApiToken = import("./apiToken").ApiToken;
66
33
  export declare const ApiToken: typeof import("./apiToken").ApiToken;
67
- export { ArgoArgs, ArgoState } from "./argo";
68
- export type Argo = import("./argo").Argo;
69
- export declare const Argo: typeof import("./argo").Argo;
34
+ export { ArgoSmartRoutingArgs, ArgoSmartRoutingState } from "./argoSmartRouting";
35
+ export type ArgoSmartRouting = import("./argoSmartRouting").ArgoSmartRouting;
36
+ export declare const ArgoSmartRouting: typeof import("./argoSmartRouting").ArgoSmartRouting;
37
+ export { ArgoTieredCachingArgs, ArgoTieredCachingState } from "./argoTieredCaching";
38
+ export type ArgoTieredCaching = import("./argoTieredCaching").ArgoTieredCaching;
39
+ export declare const ArgoTieredCaching: typeof import("./argoTieredCaching").ArgoTieredCaching;
70
40
  export { AuthenticatedOriginPullsArgs, AuthenticatedOriginPullsState } from "./authenticatedOriginPulls";
71
41
  export type AuthenticatedOriginPulls = import("./authenticatedOriginPulls").AuthenticatedOriginPulls;
72
42
  export declare const AuthenticatedOriginPulls: typeof import("./authenticatedOriginPulls").AuthenticatedOriginPulls;
@@ -82,45 +52,24 @@ export declare const ByoIpPrefix: typeof import("./byoIpPrefix").ByoIpPrefix;
82
52
  export { CertificatePackArgs, CertificatePackState } from "./certificatePack";
83
53
  export type CertificatePack = import("./certificatePack").CertificatePack;
84
54
  export declare const CertificatePack: typeof import("./certificatePack").CertificatePack;
85
- export { CloudConnectorRulesArgs, CloudConnectorRulesState } from "./cloudConnectorRules";
86
- export type CloudConnectorRules = import("./cloudConnectorRules").CloudConnectorRules;
87
- export declare const CloudConnectorRules: typeof import("./cloudConnectorRules").CloudConnectorRules;
88
55
  export { CustomHostnameArgs, CustomHostnameState } from "./customHostname";
89
56
  export type CustomHostname = import("./customHostname").CustomHostname;
90
57
  export declare const CustomHostname: typeof import("./customHostname").CustomHostname;
91
58
  export { CustomHostnameFallbackOriginArgs, CustomHostnameFallbackOriginState } from "./customHostnameFallbackOrigin";
92
59
  export type CustomHostnameFallbackOrigin = import("./customHostnameFallbackOrigin").CustomHostnameFallbackOrigin;
93
60
  export declare const CustomHostnameFallbackOrigin: typeof import("./customHostnameFallbackOrigin").CustomHostnameFallbackOrigin;
94
- export { CustomPagesArgs, CustomPagesState } from "./customPages";
95
- export type CustomPages = import("./customPages").CustomPages;
96
- export declare const CustomPages: typeof import("./customPages").CustomPages;
97
61
  export { CustomSslArgs, CustomSslState } from "./customSsl";
98
62
  export type CustomSsl = import("./customSsl").CustomSsl;
99
63
  export declare const CustomSsl: typeof import("./customSsl").CustomSsl;
100
64
  export { D1DatabaseArgs, D1DatabaseState } from "./d1database";
101
65
  export type D1Database = import("./d1database").D1Database;
102
66
  export declare const D1Database: typeof import("./d1database").D1Database;
103
- export { DeviceDexTestArgs, DeviceDexTestState } from "./deviceDexTest";
104
- export type DeviceDexTest = import("./deviceDexTest").DeviceDexTest;
105
- export declare const DeviceDexTest: typeof import("./deviceDexTest").DeviceDexTest;
106
- export { DeviceManagedNetworksArgs, DeviceManagedNetworksState } from "./deviceManagedNetworks";
107
- export type DeviceManagedNetworks = import("./deviceManagedNetworks").DeviceManagedNetworks;
108
- export declare const DeviceManagedNetworks: typeof import("./deviceManagedNetworks").DeviceManagedNetworks;
109
- export { DevicePolicyCertificatesArgs, DevicePolicyCertificatesState } from "./devicePolicyCertificates";
110
- export type DevicePolicyCertificates = import("./devicePolicyCertificates").DevicePolicyCertificates;
111
- export declare const DevicePolicyCertificates: typeof import("./devicePolicyCertificates").DevicePolicyCertificates;
112
- export { DevicePostureIntegrationArgs, DevicePostureIntegrationState } from "./devicePostureIntegration";
113
- export type DevicePostureIntegration = import("./devicePostureIntegration").DevicePostureIntegration;
114
- export declare const DevicePostureIntegration: typeof import("./devicePostureIntegration").DevicePostureIntegration;
115
- export { DevicePostureRuleArgs, DevicePostureRuleState } from "./devicePostureRule";
116
- export type DevicePostureRule = import("./devicePostureRule").DevicePostureRule;
117
- export declare const DevicePostureRule: typeof import("./devicePostureRule").DevicePostureRule;
118
- export { DeviceSettingsPolicyArgs, DeviceSettingsPolicyState } from "./deviceSettingsPolicy";
119
- export type DeviceSettingsPolicy = import("./deviceSettingsPolicy").DeviceSettingsPolicy;
120
- export declare const DeviceSettingsPolicy: typeof import("./deviceSettingsPolicy").DeviceSettingsPolicy;
121
- export { DlpProfileArgs, DlpProfileState } from "./dlpProfile";
122
- export type DlpProfile = import("./dlpProfile").DlpProfile;
123
- export declare const DlpProfile: typeof import("./dlpProfile").DlpProfile;
67
+ export { DnsRecordArgs, DnsRecordState } from "./dnsRecord";
68
+ export type DnsRecord = import("./dnsRecord").DnsRecord;
69
+ export declare const DnsRecord: typeof import("./dnsRecord").DnsRecord;
70
+ export { DnsZoneDnssecArgs, DnsZoneDnssecState } from "./dnsZoneDnssec";
71
+ export type DnsZoneDnssec = import("./dnsZoneDnssec").DnsZoneDnssec;
72
+ export declare const DnsZoneDnssec: typeof import("./dnsZoneDnssec").DnsZoneDnssec;
124
73
  export { EmailRoutingAddressArgs, EmailRoutingAddressState } from "./emailRoutingAddress";
125
74
  export type EmailRoutingAddress = import("./emailRoutingAddress").EmailRoutingAddress;
126
75
  export declare const EmailRoutingAddress: typeof import("./emailRoutingAddress").EmailRoutingAddress;
@@ -133,129 +82,582 @@ export declare const EmailRoutingRule: typeof import("./emailRoutingRule").Email
133
82
  export { EmailRoutingSettingsArgs, EmailRoutingSettingsState } from "./emailRoutingSettings";
134
83
  export type EmailRoutingSettings = import("./emailRoutingSettings").EmailRoutingSettings;
135
84
  export declare const EmailRoutingSettings: typeof import("./emailRoutingSettings").EmailRoutingSettings;
136
- export { FallbackDomainArgs, FallbackDomainState } from "./fallbackDomain";
137
- export type FallbackDomain = import("./fallbackDomain").FallbackDomain;
138
- export declare const FallbackDomain: typeof import("./fallbackDomain").FallbackDomain;
139
85
  export { FilterArgs, FilterState } from "./filter";
140
86
  export type Filter = import("./filter").Filter;
141
87
  export declare const Filter: typeof import("./filter").Filter;
142
88
  export { FirewallRuleArgs, FirewallRuleState } from "./firewallRule";
143
89
  export type FirewallRule = import("./firewallRule").FirewallRule;
144
90
  export declare const FirewallRule: typeof import("./firewallRule").FirewallRule;
145
- export { GetAccessApplicationArgs, GetAccessApplicationResult, GetAccessApplicationOutputArgs } from "./getAccessApplication";
146
- export declare const getAccessApplication: typeof import("./getAccessApplication").getAccessApplication;
147
- export declare const getAccessApplicationOutput: typeof import("./getAccessApplication").getAccessApplicationOutput;
148
- export { GetAccessIdentityProviderArgs, GetAccessIdentityProviderResult, GetAccessIdentityProviderOutputArgs } from "./getAccessIdentityProvider";
149
- export declare const getAccessIdentityProvider: typeof import("./getAccessIdentityProvider").getAccessIdentityProvider;
150
- export declare const getAccessIdentityProviderOutput: typeof import("./getAccessIdentityProvider").getAccessIdentityProviderOutput;
151
- export { GetAccountRolesArgs, GetAccountRolesResult, GetAccountRolesOutputArgs } from "./getAccountRoles";
152
- export declare const getAccountRoles: typeof import("./getAccountRoles").getAccountRoles;
153
- export declare const getAccountRolesOutput: typeof import("./getAccountRoles").getAccountRolesOutput;
91
+ export { GetAccessRuleArgs, GetAccessRuleResult, GetAccessRuleOutputArgs } from "./getAccessRule";
92
+ export declare const getAccessRule: typeof import("./getAccessRule").getAccessRule;
93
+ export declare const getAccessRuleOutput: typeof import("./getAccessRule").getAccessRuleOutput;
94
+ export { GetAccessRulesArgs, GetAccessRulesResult, GetAccessRulesOutputArgs } from "./getAccessRules";
95
+ export declare const getAccessRules: typeof import("./getAccessRules").getAccessRules;
96
+ export declare const getAccessRulesOutput: typeof import("./getAccessRules").getAccessRulesOutput;
97
+ export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount";
98
+ export declare const getAccount: typeof import("./getAccount").getAccount;
99
+ export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput;
100
+ export { GetAccountMemberArgs, GetAccountMemberResult, GetAccountMemberOutputArgs } from "./getAccountMember";
101
+ export declare const getAccountMember: typeof import("./getAccountMember").getAccountMember;
102
+ export declare const getAccountMemberOutput: typeof import("./getAccountMember").getAccountMemberOutput;
103
+ export { GetAccountMembersArgs, GetAccountMembersResult, GetAccountMembersOutputArgs } from "./getAccountMembers";
104
+ export declare const getAccountMembers: typeof import("./getAccountMembers").getAccountMembers;
105
+ export declare const getAccountMembersOutput: typeof import("./getAccountMembers").getAccountMembersOutput;
106
+ export { GetAccountSubscriptionArgs, GetAccountSubscriptionResult, GetAccountSubscriptionOutputArgs } from "./getAccountSubscription";
107
+ export declare const getAccountSubscription: typeof import("./getAccountSubscription").getAccountSubscription;
108
+ export declare const getAccountSubscriptionOutput: typeof import("./getAccountSubscription").getAccountSubscriptionOutput;
154
109
  export { GetAccountsArgs, GetAccountsResult, GetAccountsOutputArgs } from "./getAccounts";
155
110
  export declare const getAccounts: typeof import("./getAccounts").getAccounts;
156
111
  export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput;
157
- export { GetApiTokenPermissionGroupsResult } from "./getApiTokenPermissionGroups";
158
- export declare const getApiTokenPermissionGroups: typeof import("./getApiTokenPermissionGroups").getApiTokenPermissionGroups;
159
- export declare const getApiTokenPermissionGroupsOutput: typeof import("./getApiTokenPermissionGroups").getApiTokenPermissionGroupsOutput;
112
+ export { GetAddressMapArgs, GetAddressMapResult, GetAddressMapOutputArgs } from "./getAddressMap";
113
+ export declare const getAddressMap: typeof import("./getAddressMap").getAddressMap;
114
+ export declare const getAddressMapOutput: typeof import("./getAddressMap").getAddressMapOutput;
115
+ export { GetAddressMapsArgs, GetAddressMapsResult, GetAddressMapsOutputArgs } from "./getAddressMaps";
116
+ export declare const getAddressMaps: typeof import("./getAddressMaps").getAddressMaps;
117
+ export declare const getAddressMapsOutput: typeof import("./getAddressMaps").getAddressMapsOutput;
118
+ export { GetApiShieldArgs, GetApiShieldResult, GetApiShieldOutputArgs } from "./getApiShield";
119
+ export declare const getApiShield: typeof import("./getApiShield").getApiShield;
120
+ export declare const getApiShieldOutput: typeof import("./getApiShield").getApiShieldOutput;
121
+ export { GetApiShieldOperationArgs, GetApiShieldOperationResult, GetApiShieldOperationOutputArgs } from "./getApiShieldOperation";
122
+ export declare const getApiShieldOperation: typeof import("./getApiShieldOperation").getApiShieldOperation;
123
+ export declare const getApiShieldOperationOutput: typeof import("./getApiShieldOperation").getApiShieldOperationOutput;
124
+ export { GetApiShieldOperationSchemaValidationSettingsArgs, GetApiShieldOperationSchemaValidationSettingsResult, GetApiShieldOperationSchemaValidationSettingsOutputArgs } from "./getApiShieldOperationSchemaValidationSettings";
125
+ export declare const getApiShieldOperationSchemaValidationSettings: typeof import("./getApiShieldOperationSchemaValidationSettings").getApiShieldOperationSchemaValidationSettings;
126
+ export declare const getApiShieldOperationSchemaValidationSettingsOutput: typeof import("./getApiShieldOperationSchemaValidationSettings").getApiShieldOperationSchemaValidationSettingsOutput;
127
+ export { GetApiShieldOperationsArgs, GetApiShieldOperationsResult, GetApiShieldOperationsOutputArgs } from "./getApiShieldOperations";
128
+ export declare const getApiShieldOperations: typeof import("./getApiShieldOperations").getApiShieldOperations;
129
+ export declare const getApiShieldOperationsOutput: typeof import("./getApiShieldOperations").getApiShieldOperationsOutput;
130
+ export { GetApiShieldSchemaArgs, GetApiShieldSchemaResult, GetApiShieldSchemaOutputArgs } from "./getApiShieldSchema";
131
+ export declare const getApiShieldSchema: typeof import("./getApiShieldSchema").getApiShieldSchema;
132
+ export declare const getApiShieldSchemaOutput: typeof import("./getApiShieldSchema").getApiShieldSchemaOutput;
133
+ export { GetApiShieldSchemaValidationSettingsArgs, GetApiShieldSchemaValidationSettingsResult, GetApiShieldSchemaValidationSettingsOutputArgs } from "./getApiShieldSchemaValidationSettings";
134
+ export declare const getApiShieldSchemaValidationSettings: typeof import("./getApiShieldSchemaValidationSettings").getApiShieldSchemaValidationSettings;
135
+ export declare const getApiShieldSchemaValidationSettingsOutput: typeof import("./getApiShieldSchemaValidationSettings").getApiShieldSchemaValidationSettingsOutput;
136
+ export { GetApiShieldSchemasArgs, GetApiShieldSchemasResult, GetApiShieldSchemasOutputArgs } from "./getApiShieldSchemas";
137
+ export declare const getApiShieldSchemas: typeof import("./getApiShieldSchemas").getApiShieldSchemas;
138
+ export declare const getApiShieldSchemasOutput: typeof import("./getApiShieldSchemas").getApiShieldSchemasOutput;
139
+ export { GetApiTokenArgs, GetApiTokenResult, GetApiTokenOutputArgs } from "./getApiToken";
140
+ export declare const getApiToken: typeof import("./getApiToken").getApiToken;
141
+ export declare const getApiTokenOutput: typeof import("./getApiToken").getApiTokenOutput;
142
+ export { GetApiTokensArgs, GetApiTokensResult, GetApiTokensOutputArgs } from "./getApiTokens";
143
+ export declare const getApiTokens: typeof import("./getApiTokens").getApiTokens;
144
+ export declare const getApiTokensOutput: typeof import("./getApiTokens").getApiTokensOutput;
145
+ export { GetArgoSmartRoutingArgs, GetArgoSmartRoutingResult, GetArgoSmartRoutingOutputArgs } from "./getArgoSmartRouting";
146
+ export declare const getArgoSmartRouting: typeof import("./getArgoSmartRouting").getArgoSmartRouting;
147
+ export declare const getArgoSmartRoutingOutput: typeof import("./getArgoSmartRouting").getArgoSmartRoutingOutput;
148
+ export { GetArgoTieredCachingArgs, GetArgoTieredCachingResult, GetArgoTieredCachingOutputArgs } from "./getArgoTieredCaching";
149
+ export declare const getArgoTieredCaching: typeof import("./getArgoTieredCaching").getArgoTieredCaching;
150
+ export declare const getArgoTieredCachingOutput: typeof import("./getArgoTieredCaching").getArgoTieredCachingOutput;
151
+ export { GetAuthenticatedOriginPullsArgs, GetAuthenticatedOriginPullsResult, GetAuthenticatedOriginPullsOutputArgs } from "./getAuthenticatedOriginPulls";
152
+ export declare const getAuthenticatedOriginPulls: typeof import("./getAuthenticatedOriginPulls").getAuthenticatedOriginPulls;
153
+ export declare const getAuthenticatedOriginPullsOutput: typeof import("./getAuthenticatedOriginPulls").getAuthenticatedOriginPullsOutput;
154
+ export { GetAuthenticatedOriginPullsCertificateArgs, GetAuthenticatedOriginPullsCertificateResult, GetAuthenticatedOriginPullsCertificateOutputArgs } from "./getAuthenticatedOriginPullsCertificate";
155
+ export declare const getAuthenticatedOriginPullsCertificate: typeof import("./getAuthenticatedOriginPullsCertificate").getAuthenticatedOriginPullsCertificate;
156
+ export declare const getAuthenticatedOriginPullsCertificateOutput: typeof import("./getAuthenticatedOriginPullsCertificate").getAuthenticatedOriginPullsCertificateOutput;
157
+ export { GetAuthenticatedOriginPullsCertificatesArgs, GetAuthenticatedOriginPullsCertificatesResult, GetAuthenticatedOriginPullsCertificatesOutputArgs } from "./getAuthenticatedOriginPullsCertificates";
158
+ export declare const getAuthenticatedOriginPullsCertificates: typeof import("./getAuthenticatedOriginPullsCertificates").getAuthenticatedOriginPullsCertificates;
159
+ export declare const getAuthenticatedOriginPullsCertificatesOutput: typeof import("./getAuthenticatedOriginPullsCertificates").getAuthenticatedOriginPullsCertificatesOutput;
160
+ export { GetBotManagementArgs, GetBotManagementResult, GetBotManagementOutputArgs } from "./getBotManagement";
161
+ export declare const getBotManagement: typeof import("./getBotManagement").getBotManagement;
162
+ export declare const getBotManagementOutput: typeof import("./getBotManagement").getBotManagementOutput;
163
+ export { GetByoIpPrefixArgs, GetByoIpPrefixResult, GetByoIpPrefixOutputArgs } from "./getByoIpPrefix";
164
+ export declare const getByoIpPrefix: typeof import("./getByoIpPrefix").getByoIpPrefix;
165
+ export declare const getByoIpPrefixOutput: typeof import("./getByoIpPrefix").getByoIpPrefixOutput;
166
+ export { GetByoIpPrefixesArgs, GetByoIpPrefixesResult, GetByoIpPrefixesOutputArgs } from "./getByoIpPrefixes";
167
+ export declare const getByoIpPrefixes: typeof import("./getByoIpPrefixes").getByoIpPrefixes;
168
+ export declare const getByoIpPrefixesOutput: typeof import("./getByoIpPrefixes").getByoIpPrefixesOutput;
169
+ export { GetCertificatePackArgs, GetCertificatePackResult, GetCertificatePackOutputArgs } from "./getCertificatePack";
170
+ export declare const getCertificatePack: typeof import("./getCertificatePack").getCertificatePack;
171
+ export declare const getCertificatePackOutput: typeof import("./getCertificatePack").getCertificatePackOutput;
172
+ export { GetCertificatePacksArgs, GetCertificatePacksResult, GetCertificatePacksOutputArgs } from "./getCertificatePacks";
173
+ export declare const getCertificatePacks: typeof import("./getCertificatePacks").getCertificatePacks;
174
+ export declare const getCertificatePacksOutput: typeof import("./getCertificatePacks").getCertificatePacksOutput;
175
+ export { GetCustomHostnameArgs, GetCustomHostnameResult, GetCustomHostnameOutputArgs } from "./getCustomHostname";
176
+ export declare const getCustomHostname: typeof import("./getCustomHostname").getCustomHostname;
177
+ export declare const getCustomHostnameOutput: typeof import("./getCustomHostname").getCustomHostnameOutput;
178
+ export { GetCustomHostnameFallbackOriginArgs, GetCustomHostnameFallbackOriginResult, GetCustomHostnameFallbackOriginOutputArgs } from "./getCustomHostnameFallbackOrigin";
179
+ export declare const getCustomHostnameFallbackOrigin: typeof import("./getCustomHostnameFallbackOrigin").getCustomHostnameFallbackOrigin;
180
+ export declare const getCustomHostnameFallbackOriginOutput: typeof import("./getCustomHostnameFallbackOrigin").getCustomHostnameFallbackOriginOutput;
181
+ export { GetCustomHostnamesArgs, GetCustomHostnamesResult, GetCustomHostnamesOutputArgs } from "./getCustomHostnames";
182
+ export declare const getCustomHostnames: typeof import("./getCustomHostnames").getCustomHostnames;
183
+ export declare const getCustomHostnamesOutput: typeof import("./getCustomHostnames").getCustomHostnamesOutput;
184
+ export { GetCustomSslArgs, GetCustomSslResult, GetCustomSslOutputArgs } from "./getCustomSsl";
185
+ export declare const getCustomSsl: typeof import("./getCustomSsl").getCustomSsl;
186
+ export declare const getCustomSslOutput: typeof import("./getCustomSsl").getCustomSslOutput;
187
+ export { GetCustomSslsArgs, GetCustomSslsResult, GetCustomSslsOutputArgs } from "./getCustomSsls";
188
+ export declare const getCustomSsls: typeof import("./getCustomSsls").getCustomSsls;
189
+ export declare const getCustomSslsOutput: typeof import("./getCustomSsls").getCustomSslsOutput;
190
+ export { GetD1DatabaseArgs, GetD1DatabaseResult, GetD1DatabaseOutputArgs } from "./getD1Database";
191
+ export declare const getD1Database: typeof import("./getD1Database").getD1Database;
192
+ export declare const getD1DatabaseOutput: typeof import("./getD1Database").getD1DatabaseOutput;
193
+ export { GetD1DatabasesArgs, GetD1DatabasesResult, GetD1DatabasesOutputArgs } from "./getD1Databases";
194
+ export declare const getD1Databases: typeof import("./getD1Databases").getD1Databases;
195
+ export declare const getD1DatabasesOutput: typeof import("./getD1Databases").getD1DatabasesOutput;
160
196
  export { GetDcvDelegationArgs, GetDcvDelegationResult, GetDcvDelegationOutputArgs } from "./getDcvDelegation";
161
197
  export declare const getDcvDelegation: typeof import("./getDcvDelegation").getDcvDelegation;
162
198
  export declare const getDcvDelegationOutput: typeof import("./getDcvDelegation").getDcvDelegationOutput;
163
- export { GetDevicePostureRulesArgs, GetDevicePostureRulesResult, GetDevicePostureRulesOutputArgs } from "./getDevicePostureRules";
164
- export declare const getDevicePostureRules: typeof import("./getDevicePostureRules").getDevicePostureRules;
165
- export declare const getDevicePostureRulesOutput: typeof import("./getDevicePostureRules").getDevicePostureRulesOutput;
166
- export { GetDevicesArgs, GetDevicesResult, GetDevicesOutputArgs } from "./getDevices";
167
- export declare const getDevices: typeof import("./getDevices").getDevices;
168
- export declare const getDevicesOutput: typeof import("./getDevices").getDevicesOutput;
169
- export { GetDlpDatasetsArgs, GetDlpDatasetsResult, GetDlpDatasetsOutputArgs } from "./getDlpDatasets";
170
- export declare const getDlpDatasets: typeof import("./getDlpDatasets").getDlpDatasets;
171
- export declare const getDlpDatasetsOutput: typeof import("./getDlpDatasets").getDlpDatasetsOutput;
172
- export { GetGatewayAppTypesArgs, GetGatewayAppTypesResult, GetGatewayAppTypesOutputArgs } from "./getGatewayAppTypes";
173
- export declare const getGatewayAppTypes: typeof import("./getGatewayAppTypes").getGatewayAppTypes;
174
- export declare const getGatewayAppTypesOutput: typeof import("./getGatewayAppTypes").getGatewayAppTypesOutput;
175
- export { GetGatewayCategoriesArgs, GetGatewayCategoriesResult, GetGatewayCategoriesOutputArgs } from "./getGatewayCategories";
176
- export declare const getGatewayCategories: typeof import("./getGatewayCategories").getGatewayCategories;
177
- export declare const getGatewayCategoriesOutput: typeof import("./getGatewayCategories").getGatewayCategoriesOutput;
178
- export { GetInfrastructureAccessTargetsArgs, GetInfrastructureAccessTargetsResult, GetInfrastructureAccessTargetsOutputArgs } from "./getInfrastructureAccessTargets";
179
- export declare const getInfrastructureAccessTargets: typeof import("./getInfrastructureAccessTargets").getInfrastructureAccessTargets;
180
- export declare const getInfrastructureAccessTargetsOutput: typeof import("./getInfrastructureAccessTargets").getInfrastructureAccessTargetsOutput;
181
- export { GetIpRangesArgs, GetIpRangesResult, GetIpRangesOutputArgs } from "./getIpRanges";
182
- export declare const getIpRanges: typeof import("./getIpRanges").getIpRanges;
183
- export declare const getIpRangesOutput: typeof import("./getIpRanges").getIpRangesOutput;
199
+ export { GetDnsRecordArgs, GetDnsRecordResult, GetDnsRecordOutputArgs } from "./getDnsRecord";
200
+ export declare const getDnsRecord: typeof import("./getDnsRecord").getDnsRecord;
201
+ export declare const getDnsRecordOutput: typeof import("./getDnsRecord").getDnsRecordOutput;
202
+ export { GetDnsRecordsArgs, GetDnsRecordsResult, GetDnsRecordsOutputArgs } from "./getDnsRecords";
203
+ export declare const getDnsRecords: typeof import("./getDnsRecords").getDnsRecords;
204
+ export declare const getDnsRecordsOutput: typeof import("./getDnsRecords").getDnsRecordsOutput;
205
+ export { GetDnsZoneDnssecArgs, GetDnsZoneDnssecResult, GetDnsZoneDnssecOutputArgs } from "./getDnsZoneDnssec";
206
+ export declare const getDnsZoneDnssec: typeof import("./getDnsZoneDnssec").getDnsZoneDnssec;
207
+ export declare const getDnsZoneDnssecOutput: typeof import("./getDnsZoneDnssec").getDnsZoneDnssecOutput;
208
+ export { GetEmailRoutingAddressArgs, GetEmailRoutingAddressResult, GetEmailRoutingAddressOutputArgs } from "./getEmailRoutingAddress";
209
+ export declare const getEmailRoutingAddress: typeof import("./getEmailRoutingAddress").getEmailRoutingAddress;
210
+ export declare const getEmailRoutingAddressOutput: typeof import("./getEmailRoutingAddress").getEmailRoutingAddressOutput;
211
+ export { GetEmailRoutingAddressesArgs, GetEmailRoutingAddressesResult, GetEmailRoutingAddressesOutputArgs } from "./getEmailRoutingAddresses";
212
+ export declare const getEmailRoutingAddresses: typeof import("./getEmailRoutingAddresses").getEmailRoutingAddresses;
213
+ export declare const getEmailRoutingAddressesOutput: typeof import("./getEmailRoutingAddresses").getEmailRoutingAddressesOutput;
214
+ export { GetEmailRoutingCatchAllArgs, GetEmailRoutingCatchAllResult, GetEmailRoutingCatchAllOutputArgs } from "./getEmailRoutingCatchAll";
215
+ export declare const getEmailRoutingCatchAll: typeof import("./getEmailRoutingCatchAll").getEmailRoutingCatchAll;
216
+ export declare const getEmailRoutingCatchAllOutput: typeof import("./getEmailRoutingCatchAll").getEmailRoutingCatchAllOutput;
217
+ export { GetEmailRoutingRuleArgs, GetEmailRoutingRuleResult, GetEmailRoutingRuleOutputArgs } from "./getEmailRoutingRule";
218
+ export declare const getEmailRoutingRule: typeof import("./getEmailRoutingRule").getEmailRoutingRule;
219
+ export declare const getEmailRoutingRuleOutput: typeof import("./getEmailRoutingRule").getEmailRoutingRuleOutput;
220
+ export { GetEmailRoutingRulesArgs, GetEmailRoutingRulesResult, GetEmailRoutingRulesOutputArgs } from "./getEmailRoutingRules";
221
+ export declare const getEmailRoutingRules: typeof import("./getEmailRoutingRules").getEmailRoutingRules;
222
+ export declare const getEmailRoutingRulesOutput: typeof import("./getEmailRoutingRules").getEmailRoutingRulesOutput;
223
+ export { GetEmailRoutingSettingsArgs, GetEmailRoutingSettingsResult, GetEmailRoutingSettingsOutputArgs } from "./getEmailRoutingSettings";
224
+ export declare const getEmailRoutingSettings: typeof import("./getEmailRoutingSettings").getEmailRoutingSettings;
225
+ export declare const getEmailRoutingSettingsOutput: typeof import("./getEmailRoutingSettings").getEmailRoutingSettingsOutput;
226
+ export { GetFilterArgs, GetFilterResult, GetFilterOutputArgs } from "./getFilter";
227
+ export declare const getFilter: typeof import("./getFilter").getFilter;
228
+ export declare const getFilterOutput: typeof import("./getFilter").getFilterOutput;
229
+ export { GetFiltersArgs, GetFiltersResult, GetFiltersOutputArgs } from "./getFilters";
230
+ export declare const getFilters: typeof import("./getFilters").getFilters;
231
+ export declare const getFiltersOutput: typeof import("./getFilters").getFiltersOutput;
232
+ export { GetFirewallRuleArgs, GetFirewallRuleResult, GetFirewallRuleOutputArgs } from "./getFirewallRule";
233
+ export declare const getFirewallRule: typeof import("./getFirewallRule").getFirewallRule;
234
+ export declare const getFirewallRuleOutput: typeof import("./getFirewallRule").getFirewallRuleOutput;
235
+ export { GetFirewallRulesArgs, GetFirewallRulesResult, GetFirewallRulesOutputArgs } from "./getFirewallRules";
236
+ export declare const getFirewallRules: typeof import("./getFirewallRules").getFirewallRules;
237
+ export declare const getFirewallRulesOutput: typeof import("./getFirewallRules").getFirewallRulesOutput;
238
+ export { GetHealthcheckArgs, GetHealthcheckResult, GetHealthcheckOutputArgs } from "./getHealthcheck";
239
+ export declare const getHealthcheck: typeof import("./getHealthcheck").getHealthcheck;
240
+ export declare const getHealthcheckOutput: typeof import("./getHealthcheck").getHealthcheckOutput;
241
+ export { GetHealthchecksArgs, GetHealthchecksResult, GetHealthchecksOutputArgs } from "./getHealthchecks";
242
+ export declare const getHealthchecks: typeof import("./getHealthchecks").getHealthchecks;
243
+ export declare const getHealthchecksOutput: typeof import("./getHealthchecks").getHealthchecksOutput;
244
+ export { GetHostnameTlsSettingArgs, GetHostnameTlsSettingResult, GetHostnameTlsSettingOutputArgs } from "./getHostnameTlsSetting";
245
+ export declare const getHostnameTlsSetting: typeof import("./getHostnameTlsSetting").getHostnameTlsSetting;
246
+ export declare const getHostnameTlsSettingOutput: typeof import("./getHostnameTlsSetting").getHostnameTlsSettingOutput;
247
+ export { GetHyperdriveConfigArgs, GetHyperdriveConfigResult, GetHyperdriveConfigOutputArgs } from "./getHyperdriveConfig";
248
+ export declare const getHyperdriveConfig: typeof import("./getHyperdriveConfig").getHyperdriveConfig;
249
+ export declare const getHyperdriveConfigOutput: typeof import("./getHyperdriveConfig").getHyperdriveConfigOutput;
250
+ export { GetHyperdriveConfigsArgs, GetHyperdriveConfigsResult, GetHyperdriveConfigsOutputArgs } from "./getHyperdriveConfigs";
251
+ export declare const getHyperdriveConfigs: typeof import("./getHyperdriveConfigs").getHyperdriveConfigs;
252
+ export declare const getHyperdriveConfigsOutput: typeof import("./getHyperdriveConfigs").getHyperdriveConfigsOutput;
253
+ export { GetKeylessCertificateArgs, GetKeylessCertificateResult, GetKeylessCertificateOutputArgs } from "./getKeylessCertificate";
254
+ export declare const getKeylessCertificate: typeof import("./getKeylessCertificate").getKeylessCertificate;
255
+ export declare const getKeylessCertificateOutput: typeof import("./getKeylessCertificate").getKeylessCertificateOutput;
256
+ export { GetKeylessCertificatesArgs, GetKeylessCertificatesResult, GetKeylessCertificatesOutputArgs } from "./getKeylessCertificates";
257
+ export declare const getKeylessCertificates: typeof import("./getKeylessCertificates").getKeylessCertificates;
258
+ export declare const getKeylessCertificatesOutput: typeof import("./getKeylessCertificates").getKeylessCertificatesOutput;
184
259
  export { GetListArgs, GetListResult, GetListOutputArgs } from "./getList";
185
260
  export declare const getList: typeof import("./getList").getList;
186
261
  export declare const getListOutput: typeof import("./getList").getListOutput;
262
+ export { GetListItemArgs, GetListItemResult, GetListItemOutputArgs } from "./getListItem";
263
+ export declare const getListItem: typeof import("./getListItem").getListItem;
264
+ export declare const getListItemOutput: typeof import("./getListItem").getListItemOutput;
265
+ export { GetListItemsArgs, GetListItemsResult, GetListItemsOutputArgs } from "./getListItems";
266
+ export declare const getListItems: typeof import("./getListItems").getListItems;
267
+ export declare const getListItemsOutput: typeof import("./getListItems").getListItemsOutput;
187
268
  export { GetListsArgs, GetListsResult, GetListsOutputArgs } from "./getLists";
188
269
  export declare const getLists: typeof import("./getLists").getLists;
189
270
  export declare const getListsOutput: typeof import("./getLists").getListsOutput;
271
+ export { GetLoadBalancerArgs, GetLoadBalancerResult, GetLoadBalancerOutputArgs } from "./getLoadBalancer";
272
+ export declare const getLoadBalancer: typeof import("./getLoadBalancer").getLoadBalancer;
273
+ export declare const getLoadBalancerOutput: typeof import("./getLoadBalancer").getLoadBalancerOutput;
274
+ export { GetLoadBalancerMonitorArgs, GetLoadBalancerMonitorResult, GetLoadBalancerMonitorOutputArgs } from "./getLoadBalancerMonitor";
275
+ export declare const getLoadBalancerMonitor: typeof import("./getLoadBalancerMonitor").getLoadBalancerMonitor;
276
+ export declare const getLoadBalancerMonitorOutput: typeof import("./getLoadBalancerMonitor").getLoadBalancerMonitorOutput;
277
+ export { GetLoadBalancerMonitorsArgs, GetLoadBalancerMonitorsResult, GetLoadBalancerMonitorsOutputArgs } from "./getLoadBalancerMonitors";
278
+ export declare const getLoadBalancerMonitors: typeof import("./getLoadBalancerMonitors").getLoadBalancerMonitors;
279
+ export declare const getLoadBalancerMonitorsOutput: typeof import("./getLoadBalancerMonitors").getLoadBalancerMonitorsOutput;
280
+ export { GetLoadBalancerPoolArgs, GetLoadBalancerPoolResult, GetLoadBalancerPoolOutputArgs } from "./getLoadBalancerPool";
281
+ export declare const getLoadBalancerPool: typeof import("./getLoadBalancerPool").getLoadBalancerPool;
282
+ export declare const getLoadBalancerPoolOutput: typeof import("./getLoadBalancerPool").getLoadBalancerPoolOutput;
190
283
  export { GetLoadBalancerPoolsArgs, GetLoadBalancerPoolsResult, GetLoadBalancerPoolsOutputArgs } from "./getLoadBalancerPools";
191
284
  export declare const getLoadBalancerPools: typeof import("./getLoadBalancerPools").getLoadBalancerPools;
192
285
  export declare const getLoadBalancerPoolsOutput: typeof import("./getLoadBalancerPools").getLoadBalancerPoolsOutput;
286
+ export { GetLoadBalancersArgs, GetLoadBalancersResult, GetLoadBalancersOutputArgs } from "./getLoadBalancers";
287
+ export declare const getLoadBalancers: typeof import("./getLoadBalancers").getLoadBalancers;
288
+ export declare const getLoadBalancersOutput: typeof import("./getLoadBalancers").getLoadBalancersOutput;
289
+ export { GetLogpullRetentionArgs, GetLogpullRetentionResult, GetLogpullRetentionOutputArgs } from "./getLogpullRetention";
290
+ export declare const getLogpullRetention: typeof import("./getLogpullRetention").getLogpullRetention;
291
+ export declare const getLogpullRetentionOutput: typeof import("./getLogpullRetention").getLogpullRetentionOutput;
292
+ export { GetLogpushJobArgs, GetLogpushJobResult, GetLogpushJobOutputArgs } from "./getLogpushJob";
293
+ export declare const getLogpushJob: typeof import("./getLogpushJob").getLogpushJob;
294
+ export declare const getLogpushJobOutput: typeof import("./getLogpushJob").getLogpushJobOutput;
295
+ export { GetLogpushJobsArgs, GetLogpushJobsResult, GetLogpushJobsOutputArgs } from "./getLogpushJobs";
296
+ export declare const getLogpushJobs: typeof import("./getLogpushJobs").getLogpushJobs;
297
+ export declare const getLogpushJobsOutput: typeof import("./getLogpushJobs").getLogpushJobsOutput;
298
+ export { GetMagicWanGreTunnelArgs, GetMagicWanGreTunnelResult, GetMagicWanGreTunnelOutputArgs } from "./getMagicWanGreTunnel";
299
+ export declare const getMagicWanGreTunnel: typeof import("./getMagicWanGreTunnel").getMagicWanGreTunnel;
300
+ export declare const getMagicWanGreTunnelOutput: typeof import("./getMagicWanGreTunnel").getMagicWanGreTunnelOutput;
301
+ export { GetMagicWanIpsecTunnelArgs, GetMagicWanIpsecTunnelResult, GetMagicWanIpsecTunnelOutputArgs } from "./getMagicWanIpsecTunnel";
302
+ export declare const getMagicWanIpsecTunnel: typeof import("./getMagicWanIpsecTunnel").getMagicWanIpsecTunnel;
303
+ export declare const getMagicWanIpsecTunnelOutput: typeof import("./getMagicWanIpsecTunnel").getMagicWanIpsecTunnelOutput;
304
+ export { GetMagicWanStaticRouteArgs, GetMagicWanStaticRouteResult, GetMagicWanStaticRouteOutputArgs } from "./getMagicWanStaticRoute";
305
+ export declare const getMagicWanStaticRoute: typeof import("./getMagicWanStaticRoute").getMagicWanStaticRoute;
306
+ export declare const getMagicWanStaticRouteOutput: typeof import("./getMagicWanStaticRoute").getMagicWanStaticRouteOutput;
307
+ export { GetManagedHeadersArgs, GetManagedHeadersResult, GetManagedHeadersOutputArgs } from "./getManagedHeaders";
308
+ export declare const getManagedHeaders: typeof import("./getManagedHeaders").getManagedHeaders;
309
+ export declare const getManagedHeadersOutput: typeof import("./getManagedHeaders").getManagedHeadersOutput;
310
+ export { GetMtlsCertificateArgs, GetMtlsCertificateResult, GetMtlsCertificateOutputArgs } from "./getMtlsCertificate";
311
+ export declare const getMtlsCertificate: typeof import("./getMtlsCertificate").getMtlsCertificate;
312
+ export declare const getMtlsCertificateOutput: typeof import("./getMtlsCertificate").getMtlsCertificateOutput;
313
+ export { GetMtlsCertificatesArgs, GetMtlsCertificatesResult, GetMtlsCertificatesOutputArgs } from "./getMtlsCertificates";
314
+ export declare const getMtlsCertificates: typeof import("./getMtlsCertificates").getMtlsCertificates;
315
+ export declare const getMtlsCertificatesOutput: typeof import("./getMtlsCertificates").getMtlsCertificatesOutput;
316
+ export { GetNotificationPoliciesArgs, GetNotificationPoliciesResult, GetNotificationPoliciesOutputArgs } from "./getNotificationPolicies";
317
+ export declare const getNotificationPolicies: typeof import("./getNotificationPolicies").getNotificationPolicies;
318
+ export declare const getNotificationPoliciesOutput: typeof import("./getNotificationPolicies").getNotificationPoliciesOutput;
319
+ export { GetNotificationPolicyArgs, GetNotificationPolicyResult, GetNotificationPolicyOutputArgs } from "./getNotificationPolicy";
320
+ export declare const getNotificationPolicy: typeof import("./getNotificationPolicy").getNotificationPolicy;
321
+ export declare const getNotificationPolicyOutput: typeof import("./getNotificationPolicy").getNotificationPolicyOutput;
322
+ export { GetNotificationPolicyWebhooksArgs, GetNotificationPolicyWebhooksResult, GetNotificationPolicyWebhooksOutputArgs } from "./getNotificationPolicyWebhooks";
323
+ export declare const getNotificationPolicyWebhooks: typeof import("./getNotificationPolicyWebhooks").getNotificationPolicyWebhooks;
324
+ export declare const getNotificationPolicyWebhooksOutput: typeof import("./getNotificationPolicyWebhooks").getNotificationPolicyWebhooksOutput;
325
+ export { GetNotificationPolicyWebhooksListArgs, GetNotificationPolicyWebhooksListResult, GetNotificationPolicyWebhooksListOutputArgs } from "./getNotificationPolicyWebhooksList";
326
+ export declare const getNotificationPolicyWebhooksList: typeof import("./getNotificationPolicyWebhooksList").getNotificationPolicyWebhooksList;
327
+ export declare const getNotificationPolicyWebhooksListOutput: typeof import("./getNotificationPolicyWebhooksList").getNotificationPolicyWebhooksListOutput;
328
+ export { GetObservatoryScheduledTestArgs, GetObservatoryScheduledTestResult, GetObservatoryScheduledTestOutputArgs } from "./getObservatoryScheduledTest";
329
+ export declare const getObservatoryScheduledTest: typeof import("./getObservatoryScheduledTest").getObservatoryScheduledTest;
330
+ export declare const getObservatoryScheduledTestOutput: typeof import("./getObservatoryScheduledTest").getObservatoryScheduledTestOutput;
193
331
  export { GetOriginCaCertificateArgs, GetOriginCaCertificateResult, GetOriginCaCertificateOutputArgs } from "./getOriginCaCertificate";
194
332
  export declare const getOriginCaCertificate: typeof import("./getOriginCaCertificate").getOriginCaCertificate;
195
333
  export declare const getOriginCaCertificateOutput: typeof import("./getOriginCaCertificate").getOriginCaCertificateOutput;
196
- export { GetOriginCaRootCertificateArgs, GetOriginCaRootCertificateResult, GetOriginCaRootCertificateOutputArgs } from "./getOriginCaRootCertificate";
197
- export declare const getOriginCaRootCertificate: typeof import("./getOriginCaRootCertificate").getOriginCaRootCertificate;
198
- export declare const getOriginCaRootCertificateOutput: typeof import("./getOriginCaRootCertificate").getOriginCaRootCertificateOutput;
199
- export { GetRecordArgs, GetRecordResult, GetRecordOutputArgs } from "./getRecord";
200
- export declare const getRecord: typeof import("./getRecord").getRecord;
201
- export declare const getRecordOutput: typeof import("./getRecord").getRecordOutput;
334
+ export { GetOriginCaCertificatesArgs, GetOriginCaCertificatesResult, GetOriginCaCertificatesOutputArgs } from "./getOriginCaCertificates";
335
+ export declare const getOriginCaCertificates: typeof import("./getOriginCaCertificates").getOriginCaCertificates;
336
+ export declare const getOriginCaCertificatesOutput: typeof import("./getOriginCaCertificates").getOriginCaCertificatesOutput;
337
+ export { GetPageRuleArgs, GetPageRuleResult, GetPageRuleOutputArgs } from "./getPageRule";
338
+ export declare const getPageRule: typeof import("./getPageRule").getPageRule;
339
+ export declare const getPageRuleOutput: typeof import("./getPageRule").getPageRuleOutput;
340
+ export { GetPagesDomainArgs, GetPagesDomainResult, GetPagesDomainOutputArgs } from "./getPagesDomain";
341
+ export declare const getPagesDomain: typeof import("./getPagesDomain").getPagesDomain;
342
+ export declare const getPagesDomainOutput: typeof import("./getPagesDomain").getPagesDomainOutput;
343
+ export { GetPagesDomainsArgs, GetPagesDomainsResult, GetPagesDomainsOutputArgs } from "./getPagesDomains";
344
+ export declare const getPagesDomains: typeof import("./getPagesDomains").getPagesDomains;
345
+ export declare const getPagesDomainsOutput: typeof import("./getPagesDomains").getPagesDomainsOutput;
346
+ export { GetPagesProjectArgs, GetPagesProjectResult, GetPagesProjectOutputArgs } from "./getPagesProject";
347
+ export declare const getPagesProject: typeof import("./getPagesProject").getPagesProject;
348
+ export declare const getPagesProjectOutput: typeof import("./getPagesProject").getPagesProjectOutput;
349
+ export { GetPagesProjectsArgs, GetPagesProjectsResult, GetPagesProjectsOutputArgs } from "./getPagesProjects";
350
+ export declare const getPagesProjects: typeof import("./getPagesProjects").getPagesProjects;
351
+ export declare const getPagesProjectsOutput: typeof import("./getPagesProjects").getPagesProjectsOutput;
352
+ export { GetQueueArgs, GetQueueResult, GetQueueOutputArgs } from "./getQueue";
353
+ export declare const getQueue: typeof import("./getQueue").getQueue;
354
+ export declare const getQueueOutput: typeof import("./getQueue").getQueueOutput;
355
+ export { GetQueuesArgs, GetQueuesResult, GetQueuesOutputArgs } from "./getQueues";
356
+ export declare const getQueues: typeof import("./getQueues").getQueues;
357
+ export declare const getQueuesOutput: typeof import("./getQueues").getQueuesOutput;
358
+ export { GetR2BucketArgs, GetR2BucketResult, GetR2BucketOutputArgs } from "./getR2Bucket";
359
+ export declare const getR2Bucket: typeof import("./getR2Bucket").getR2Bucket;
360
+ export declare const getR2BucketOutput: typeof import("./getR2Bucket").getR2BucketOutput;
361
+ export { GetRateLimitArgs, GetRateLimitResult, GetRateLimitOutputArgs } from "./getRateLimit";
362
+ export declare const getRateLimit: typeof import("./getRateLimit").getRateLimit;
363
+ export declare const getRateLimitOutput: typeof import("./getRateLimit").getRateLimitOutput;
364
+ export { GetRateLimitsArgs, GetRateLimitsResult, GetRateLimitsOutputArgs } from "./getRateLimits";
365
+ export declare const getRateLimits: typeof import("./getRateLimits").getRateLimits;
366
+ export declare const getRateLimitsOutput: typeof import("./getRateLimits").getRateLimitsOutput;
367
+ export { GetRegionalHostnameArgs, GetRegionalHostnameResult, GetRegionalHostnameOutputArgs } from "./getRegionalHostname";
368
+ export declare const getRegionalHostname: typeof import("./getRegionalHostname").getRegionalHostname;
369
+ export declare const getRegionalHostnameOutput: typeof import("./getRegionalHostname").getRegionalHostnameOutput;
370
+ export { GetRegionalHostnamesArgs, GetRegionalHostnamesResult, GetRegionalHostnamesOutputArgs } from "./getRegionalHostnames";
371
+ export declare const getRegionalHostnames: typeof import("./getRegionalHostnames").getRegionalHostnames;
372
+ export declare const getRegionalHostnamesOutput: typeof import("./getRegionalHostnames").getRegionalHostnamesOutput;
373
+ export { GetRegionalTieredCacheArgs, GetRegionalTieredCacheResult, GetRegionalTieredCacheOutputArgs } from "./getRegionalTieredCache";
374
+ export declare const getRegionalTieredCache: typeof import("./getRegionalTieredCache").getRegionalTieredCache;
375
+ export declare const getRegionalTieredCacheOutput: typeof import("./getRegionalTieredCache").getRegionalTieredCacheOutput;
376
+ export { GetRulesetArgs, GetRulesetResult, GetRulesetOutputArgs } from "./getRuleset";
377
+ export declare const getRuleset: typeof import("./getRuleset").getRuleset;
378
+ export declare const getRulesetOutput: typeof import("./getRuleset").getRulesetOutput;
202
379
  export { GetRulesetsArgs, GetRulesetsResult, GetRulesetsOutputArgs } from "./getRulesets";
203
380
  export declare const getRulesets: typeof import("./getRulesets").getRulesets;
204
381
  export declare const getRulesetsOutput: typeof import("./getRulesets").getRulesetsOutput;
205
- export { GetTunnelArgs, GetTunnelResult, GetTunnelOutputArgs } from "./getTunnel";
206
- export declare const getTunnel: typeof import("./getTunnel").getTunnel;
207
- export declare const getTunnelOutput: typeof import("./getTunnel").getTunnelOutput;
208
- export { GetTunnelVirtualNetworkArgs, GetTunnelVirtualNetworkResult, GetTunnelVirtualNetworkOutputArgs } from "./getTunnelVirtualNetwork";
209
- export declare const getTunnelVirtualNetwork: typeof import("./getTunnelVirtualNetwork").getTunnelVirtualNetwork;
210
- export declare const getTunnelVirtualNetworkOutput: typeof import("./getTunnelVirtualNetwork").getTunnelVirtualNetworkOutput;
211
- export { GetUserResult } from "./getUser";
212
- export declare const getUser: typeof import("./getUser").getUser;
213
- export declare const getUserOutput: typeof import("./getUser").getUserOutput;
382
+ export { GetSpectrumApplicationArgs, GetSpectrumApplicationResult, GetSpectrumApplicationOutputArgs } from "./getSpectrumApplication";
383
+ export declare const getSpectrumApplication: typeof import("./getSpectrumApplication").getSpectrumApplication;
384
+ export declare const getSpectrumApplicationOutput: typeof import("./getSpectrumApplication").getSpectrumApplicationOutput;
385
+ export { GetTieredCacheArgs, GetTieredCacheResult, GetTieredCacheOutputArgs } from "./getTieredCache";
386
+ export declare const getTieredCache: typeof import("./getTieredCache").getTieredCache;
387
+ export declare const getTieredCacheOutput: typeof import("./getTieredCache").getTieredCacheOutput;
388
+ export { GetTotalTlsArgs, GetTotalTlsResult, GetTotalTlsOutputArgs } from "./getTotalTls";
389
+ export declare const getTotalTls: typeof import("./getTotalTls").getTotalTls;
390
+ export declare const getTotalTlsOutput: typeof import("./getTotalTls").getTotalTlsOutput;
391
+ export { GetTurnstileWidgetArgs, GetTurnstileWidgetResult, GetTurnstileWidgetOutputArgs } from "./getTurnstileWidget";
392
+ export declare const getTurnstileWidget: typeof import("./getTurnstileWidget").getTurnstileWidget;
393
+ export declare const getTurnstileWidgetOutput: typeof import("./getTurnstileWidget").getTurnstileWidgetOutput;
394
+ export { GetTurnstileWidgetsArgs, GetTurnstileWidgetsResult, GetTurnstileWidgetsOutputArgs } from "./getTurnstileWidgets";
395
+ export declare const getTurnstileWidgets: typeof import("./getTurnstileWidgets").getTurnstileWidgets;
396
+ export declare const getTurnstileWidgetsOutput: typeof import("./getTurnstileWidgets").getTurnstileWidgetsOutput;
397
+ export { GetUrlNormalizationSettingsArgs, GetUrlNormalizationSettingsResult, GetUrlNormalizationSettingsOutputArgs } from "./getUrlNormalizationSettings";
398
+ export declare const getUrlNormalizationSettings: typeof import("./getUrlNormalizationSettings").getUrlNormalizationSettings;
399
+ export declare const getUrlNormalizationSettingsOutput: typeof import("./getUrlNormalizationSettings").getUrlNormalizationSettingsOutput;
400
+ export { GetUserAgentBlockingRuleArgs, GetUserAgentBlockingRuleResult, GetUserAgentBlockingRuleOutputArgs } from "./getUserAgentBlockingRule";
401
+ export declare const getUserAgentBlockingRule: typeof import("./getUserAgentBlockingRule").getUserAgentBlockingRule;
402
+ export declare const getUserAgentBlockingRuleOutput: typeof import("./getUserAgentBlockingRule").getUserAgentBlockingRuleOutput;
403
+ export { GetUserAgentBlockingRulesArgs, GetUserAgentBlockingRulesResult, GetUserAgentBlockingRulesOutputArgs } from "./getUserAgentBlockingRules";
404
+ export declare const getUserAgentBlockingRules: typeof import("./getUserAgentBlockingRules").getUserAgentBlockingRules;
405
+ export declare const getUserAgentBlockingRulesOutput: typeof import("./getUserAgentBlockingRules").getUserAgentBlockingRulesOutput;
406
+ export { GetWaitingRoomArgs, GetWaitingRoomResult, GetWaitingRoomOutputArgs } from "./getWaitingRoom";
407
+ export declare const getWaitingRoom: typeof import("./getWaitingRoom").getWaitingRoom;
408
+ export declare const getWaitingRoomOutput: typeof import("./getWaitingRoom").getWaitingRoomOutput;
409
+ export { GetWaitingRoomEventArgs, GetWaitingRoomEventResult, GetWaitingRoomEventOutputArgs } from "./getWaitingRoomEvent";
410
+ export declare const getWaitingRoomEvent: typeof import("./getWaitingRoomEvent").getWaitingRoomEvent;
411
+ export declare const getWaitingRoomEventOutput: typeof import("./getWaitingRoomEvent").getWaitingRoomEventOutput;
412
+ export { GetWaitingRoomEventsArgs, GetWaitingRoomEventsResult, GetWaitingRoomEventsOutputArgs } from "./getWaitingRoomEvents";
413
+ export declare const getWaitingRoomEvents: typeof import("./getWaitingRoomEvents").getWaitingRoomEvents;
414
+ export declare const getWaitingRoomEventsOutput: typeof import("./getWaitingRoomEvents").getWaitingRoomEventsOutput;
415
+ export { GetWaitingRoomRulesArgs, GetWaitingRoomRulesResult, GetWaitingRoomRulesOutputArgs } from "./getWaitingRoomRules";
416
+ export declare const getWaitingRoomRules: typeof import("./getWaitingRoomRules").getWaitingRoomRules;
417
+ export declare const getWaitingRoomRulesOutput: typeof import("./getWaitingRoomRules").getWaitingRoomRulesOutput;
418
+ export { GetWaitingRoomSettingArgs, GetWaitingRoomSettingResult, GetWaitingRoomSettingOutputArgs } from "./getWaitingRoomSetting";
419
+ export declare const getWaitingRoomSetting: typeof import("./getWaitingRoomSetting").getWaitingRoomSetting;
420
+ export declare const getWaitingRoomSettingOutput: typeof import("./getWaitingRoomSetting").getWaitingRoomSettingOutput;
421
+ export { GetWaitingRoomsArgs, GetWaitingRoomsResult, GetWaitingRoomsOutputArgs } from "./getWaitingRooms";
422
+ export declare const getWaitingRooms: typeof import("./getWaitingRooms").getWaitingRooms;
423
+ export declare const getWaitingRoomsOutput: typeof import("./getWaitingRooms").getWaitingRoomsOutput;
424
+ export { GetWeb3HostnameArgs, GetWeb3HostnameResult, GetWeb3HostnameOutputArgs } from "./getWeb3Hostname";
425
+ export declare const getWeb3Hostname: typeof import("./getWeb3Hostname").getWeb3Hostname;
426
+ export declare const getWeb3HostnameOutput: typeof import("./getWeb3Hostname").getWeb3HostnameOutput;
427
+ export { GetWeb3HostnamesArgs, GetWeb3HostnamesResult, GetWeb3HostnamesOutputArgs } from "./getWeb3Hostnames";
428
+ export declare const getWeb3Hostnames: typeof import("./getWeb3Hostnames").getWeb3Hostnames;
429
+ export declare const getWeb3HostnamesOutput: typeof import("./getWeb3Hostnames").getWeb3HostnamesOutput;
430
+ export { GetWebAnalyticsSiteArgs, GetWebAnalyticsSiteResult, GetWebAnalyticsSiteOutputArgs } from "./getWebAnalyticsSite";
431
+ export declare const getWebAnalyticsSite: typeof import("./getWebAnalyticsSite").getWebAnalyticsSite;
432
+ export declare const getWebAnalyticsSiteOutput: typeof import("./getWebAnalyticsSite").getWebAnalyticsSiteOutput;
433
+ export { GetWebAnalyticsSitesArgs, GetWebAnalyticsSitesResult, GetWebAnalyticsSitesOutputArgs } from "./getWebAnalyticsSites";
434
+ export declare const getWebAnalyticsSites: typeof import("./getWebAnalyticsSites").getWebAnalyticsSites;
435
+ export declare const getWebAnalyticsSitesOutput: typeof import("./getWebAnalyticsSites").getWebAnalyticsSitesOutput;
436
+ export { GetWorkersCronTriggerArgs, GetWorkersCronTriggerResult, GetWorkersCronTriggerOutputArgs } from "./getWorkersCronTrigger";
437
+ export declare const getWorkersCronTrigger: typeof import("./getWorkersCronTrigger").getWorkersCronTrigger;
438
+ export declare const getWorkersCronTriggerOutput: typeof import("./getWorkersCronTrigger").getWorkersCronTriggerOutput;
439
+ export { GetWorkersCustomDomainArgs, GetWorkersCustomDomainResult, GetWorkersCustomDomainOutputArgs } from "./getWorkersCustomDomain";
440
+ export declare const getWorkersCustomDomain: typeof import("./getWorkersCustomDomain").getWorkersCustomDomain;
441
+ export declare const getWorkersCustomDomainOutput: typeof import("./getWorkersCustomDomain").getWorkersCustomDomainOutput;
442
+ export { GetWorkersCustomDomainsArgs, GetWorkersCustomDomainsResult, GetWorkersCustomDomainsOutputArgs } from "./getWorkersCustomDomains";
443
+ export declare const getWorkersCustomDomains: typeof import("./getWorkersCustomDomains").getWorkersCustomDomains;
444
+ export declare const getWorkersCustomDomainsOutput: typeof import("./getWorkersCustomDomains").getWorkersCustomDomainsOutput;
445
+ export { GetWorkersForPlatformsDispatchNamespaceArgs, GetWorkersForPlatformsDispatchNamespaceResult, GetWorkersForPlatformsDispatchNamespaceOutputArgs } from "./getWorkersForPlatformsDispatchNamespace";
446
+ export declare const getWorkersForPlatformsDispatchNamespace: typeof import("./getWorkersForPlatformsDispatchNamespace").getWorkersForPlatformsDispatchNamespace;
447
+ export declare const getWorkersForPlatformsDispatchNamespaceOutput: typeof import("./getWorkersForPlatformsDispatchNamespace").getWorkersForPlatformsDispatchNamespaceOutput;
448
+ export { GetWorkersForPlatformsDispatchNamespacesArgs, GetWorkersForPlatformsDispatchNamespacesResult, GetWorkersForPlatformsDispatchNamespacesOutputArgs } from "./getWorkersForPlatformsDispatchNamespaces";
449
+ export declare const getWorkersForPlatformsDispatchNamespaces: typeof import("./getWorkersForPlatformsDispatchNamespaces").getWorkersForPlatformsDispatchNamespaces;
450
+ export declare const getWorkersForPlatformsDispatchNamespacesOutput: typeof import("./getWorkersForPlatformsDispatchNamespaces").getWorkersForPlatformsDispatchNamespacesOutput;
451
+ export { GetWorkersKvArgs, GetWorkersKvResult, GetWorkersKvOutputArgs } from "./getWorkersKv";
452
+ export declare const getWorkersKv: typeof import("./getWorkersKv").getWorkersKv;
453
+ export declare const getWorkersKvOutput: typeof import("./getWorkersKv").getWorkersKvOutput;
454
+ export { GetWorkersKvNamespaceArgs, GetWorkersKvNamespaceResult, GetWorkersKvNamespaceOutputArgs } from "./getWorkersKvNamespace";
455
+ export declare const getWorkersKvNamespace: typeof import("./getWorkersKvNamespace").getWorkersKvNamespace;
456
+ export declare const getWorkersKvNamespaceOutput: typeof import("./getWorkersKvNamespace").getWorkersKvNamespaceOutput;
457
+ export { GetWorkersKvNamespacesArgs, GetWorkersKvNamespacesResult, GetWorkersKvNamespacesOutputArgs } from "./getWorkersKvNamespaces";
458
+ export declare const getWorkersKvNamespaces: typeof import("./getWorkersKvNamespaces").getWorkersKvNamespaces;
459
+ export declare const getWorkersKvNamespacesOutput: typeof import("./getWorkersKvNamespaces").getWorkersKvNamespacesOutput;
460
+ export { GetWorkersScriptArgs, GetWorkersScriptResult, GetWorkersScriptOutputArgs } from "./getWorkersScript";
461
+ export declare const getWorkersScript: typeof import("./getWorkersScript").getWorkersScript;
462
+ export declare const getWorkersScriptOutput: typeof import("./getWorkersScript").getWorkersScriptOutput;
463
+ export { GetWorkersScriptsArgs, GetWorkersScriptsResult, GetWorkersScriptsOutputArgs } from "./getWorkersScripts";
464
+ export declare const getWorkersScripts: typeof import("./getWorkersScripts").getWorkersScripts;
465
+ export declare const getWorkersScriptsOutput: typeof import("./getWorkersScripts").getWorkersScriptsOutput;
466
+ export { GetWorkersSecretArgs, GetWorkersSecretResult, GetWorkersSecretOutputArgs } from "./getWorkersSecret";
467
+ export declare const getWorkersSecret: typeof import("./getWorkersSecret").getWorkersSecret;
468
+ export declare const getWorkersSecretOutput: typeof import("./getWorkersSecret").getWorkersSecretOutput;
469
+ export { GetWorkersSecretsArgs, GetWorkersSecretsResult, GetWorkersSecretsOutputArgs } from "./getWorkersSecrets";
470
+ export declare const getWorkersSecrets: typeof import("./getWorkersSecrets").getWorkersSecrets;
471
+ export declare const getWorkersSecretsOutput: typeof import("./getWorkersSecrets").getWorkersSecretsOutput;
214
472
  export { GetZeroTrustAccessApplicationArgs, GetZeroTrustAccessApplicationResult, GetZeroTrustAccessApplicationOutputArgs } from "./getZeroTrustAccessApplication";
215
473
  export declare const getZeroTrustAccessApplication: typeof import("./getZeroTrustAccessApplication").getZeroTrustAccessApplication;
216
474
  export declare const getZeroTrustAccessApplicationOutput: typeof import("./getZeroTrustAccessApplication").getZeroTrustAccessApplicationOutput;
475
+ export { GetZeroTrustAccessApplicationsArgs, GetZeroTrustAccessApplicationsResult, GetZeroTrustAccessApplicationsOutputArgs } from "./getZeroTrustAccessApplications";
476
+ export declare const getZeroTrustAccessApplications: typeof import("./getZeroTrustAccessApplications").getZeroTrustAccessApplications;
477
+ export declare const getZeroTrustAccessApplicationsOutput: typeof import("./getZeroTrustAccessApplications").getZeroTrustAccessApplicationsOutput;
478
+ export { GetZeroTrustAccessCustomPageArgs, GetZeroTrustAccessCustomPageResult, GetZeroTrustAccessCustomPageOutputArgs } from "./getZeroTrustAccessCustomPage";
479
+ export declare const getZeroTrustAccessCustomPage: typeof import("./getZeroTrustAccessCustomPage").getZeroTrustAccessCustomPage;
480
+ export declare const getZeroTrustAccessCustomPageOutput: typeof import("./getZeroTrustAccessCustomPage").getZeroTrustAccessCustomPageOutput;
481
+ export { GetZeroTrustAccessCustomPagesArgs, GetZeroTrustAccessCustomPagesResult, GetZeroTrustAccessCustomPagesOutputArgs } from "./getZeroTrustAccessCustomPages";
482
+ export declare const getZeroTrustAccessCustomPages: typeof import("./getZeroTrustAccessCustomPages").getZeroTrustAccessCustomPages;
483
+ export declare const getZeroTrustAccessCustomPagesOutput: typeof import("./getZeroTrustAccessCustomPages").getZeroTrustAccessCustomPagesOutput;
484
+ export { GetZeroTrustAccessGroupArgs, GetZeroTrustAccessGroupResult, GetZeroTrustAccessGroupOutputArgs } from "./getZeroTrustAccessGroup";
485
+ export declare const getZeroTrustAccessGroup: typeof import("./getZeroTrustAccessGroup").getZeroTrustAccessGroup;
486
+ export declare const getZeroTrustAccessGroupOutput: typeof import("./getZeroTrustAccessGroup").getZeroTrustAccessGroupOutput;
487
+ export { GetZeroTrustAccessGroupsArgs, GetZeroTrustAccessGroupsResult, GetZeroTrustAccessGroupsOutputArgs } from "./getZeroTrustAccessGroups";
488
+ export declare const getZeroTrustAccessGroups: typeof import("./getZeroTrustAccessGroups").getZeroTrustAccessGroups;
489
+ export declare const getZeroTrustAccessGroupsOutput: typeof import("./getZeroTrustAccessGroups").getZeroTrustAccessGroupsOutput;
217
490
  export { GetZeroTrustAccessIdentityProviderArgs, GetZeroTrustAccessIdentityProviderResult, GetZeroTrustAccessIdentityProviderOutputArgs } from "./getZeroTrustAccessIdentityProvider";
218
491
  export declare const getZeroTrustAccessIdentityProvider: typeof import("./getZeroTrustAccessIdentityProvider").getZeroTrustAccessIdentityProvider;
219
492
  export declare const getZeroTrustAccessIdentityProviderOutput: typeof import("./getZeroTrustAccessIdentityProvider").getZeroTrustAccessIdentityProviderOutput;
493
+ export { GetZeroTrustAccessIdentityProvidersArgs, GetZeroTrustAccessIdentityProvidersResult, GetZeroTrustAccessIdentityProvidersOutputArgs } from "./getZeroTrustAccessIdentityProviders";
494
+ export declare const getZeroTrustAccessIdentityProviders: typeof import("./getZeroTrustAccessIdentityProviders").getZeroTrustAccessIdentityProviders;
495
+ export declare const getZeroTrustAccessIdentityProvidersOutput: typeof import("./getZeroTrustAccessIdentityProviders").getZeroTrustAccessIdentityProvidersOutput;
496
+ export { GetZeroTrustAccessKeyConfigurationArgs, GetZeroTrustAccessKeyConfigurationResult, GetZeroTrustAccessKeyConfigurationOutputArgs } from "./getZeroTrustAccessKeyConfiguration";
497
+ export declare const getZeroTrustAccessKeyConfiguration: typeof import("./getZeroTrustAccessKeyConfiguration").getZeroTrustAccessKeyConfiguration;
498
+ export declare const getZeroTrustAccessKeyConfigurationOutput: typeof import("./getZeroTrustAccessKeyConfiguration").getZeroTrustAccessKeyConfigurationOutput;
499
+ export { GetZeroTrustAccessMtlsCertificateArgs, GetZeroTrustAccessMtlsCertificateResult, GetZeroTrustAccessMtlsCertificateOutputArgs } from "./getZeroTrustAccessMtlsCertificate";
500
+ export declare const getZeroTrustAccessMtlsCertificate: typeof import("./getZeroTrustAccessMtlsCertificate").getZeroTrustAccessMtlsCertificate;
501
+ export declare const getZeroTrustAccessMtlsCertificateOutput: typeof import("./getZeroTrustAccessMtlsCertificate").getZeroTrustAccessMtlsCertificateOutput;
502
+ export { GetZeroTrustAccessMtlsCertificatesArgs, GetZeroTrustAccessMtlsCertificatesResult, GetZeroTrustAccessMtlsCertificatesOutputArgs } from "./getZeroTrustAccessMtlsCertificates";
503
+ export declare const getZeroTrustAccessMtlsCertificates: typeof import("./getZeroTrustAccessMtlsCertificates").getZeroTrustAccessMtlsCertificates;
504
+ export declare const getZeroTrustAccessMtlsCertificatesOutput: typeof import("./getZeroTrustAccessMtlsCertificates").getZeroTrustAccessMtlsCertificatesOutput;
505
+ export { GetZeroTrustAccessMtlsHostnameSettingsArgs, GetZeroTrustAccessMtlsHostnameSettingsResult, GetZeroTrustAccessMtlsHostnameSettingsOutputArgs } from "./getZeroTrustAccessMtlsHostnameSettings";
506
+ export declare const getZeroTrustAccessMtlsHostnameSettings: typeof import("./getZeroTrustAccessMtlsHostnameSettings").getZeroTrustAccessMtlsHostnameSettings;
507
+ export declare const getZeroTrustAccessMtlsHostnameSettingsOutput: typeof import("./getZeroTrustAccessMtlsHostnameSettings").getZeroTrustAccessMtlsHostnameSettingsOutput;
508
+ export { GetZeroTrustAccessPoliciesArgs, GetZeroTrustAccessPoliciesResult, GetZeroTrustAccessPoliciesOutputArgs } from "./getZeroTrustAccessPolicies";
509
+ export declare const getZeroTrustAccessPolicies: typeof import("./getZeroTrustAccessPolicies").getZeroTrustAccessPolicies;
510
+ export declare const getZeroTrustAccessPoliciesOutput: typeof import("./getZeroTrustAccessPolicies").getZeroTrustAccessPoliciesOutput;
511
+ export { GetZeroTrustAccessPolicyArgs, GetZeroTrustAccessPolicyResult, GetZeroTrustAccessPolicyOutputArgs } from "./getZeroTrustAccessPolicy";
512
+ export declare const getZeroTrustAccessPolicy: typeof import("./getZeroTrustAccessPolicy").getZeroTrustAccessPolicy;
513
+ export declare const getZeroTrustAccessPolicyOutput: typeof import("./getZeroTrustAccessPolicy").getZeroTrustAccessPolicyOutput;
514
+ export { GetZeroTrustAccessServiceTokenArgs, GetZeroTrustAccessServiceTokenResult, GetZeroTrustAccessServiceTokenOutputArgs } from "./getZeroTrustAccessServiceToken";
515
+ export declare const getZeroTrustAccessServiceToken: typeof import("./getZeroTrustAccessServiceToken").getZeroTrustAccessServiceToken;
516
+ export declare const getZeroTrustAccessServiceTokenOutput: typeof import("./getZeroTrustAccessServiceToken").getZeroTrustAccessServiceTokenOutput;
517
+ export { GetZeroTrustAccessServiceTokensArgs, GetZeroTrustAccessServiceTokensResult, GetZeroTrustAccessServiceTokensOutputArgs } from "./getZeroTrustAccessServiceTokens";
518
+ export declare const getZeroTrustAccessServiceTokens: typeof import("./getZeroTrustAccessServiceTokens").getZeroTrustAccessServiceTokens;
519
+ export declare const getZeroTrustAccessServiceTokensOutput: typeof import("./getZeroTrustAccessServiceTokens").getZeroTrustAccessServiceTokensOutput;
520
+ export { GetZeroTrustAccessShortLivedCertificateArgs, GetZeroTrustAccessShortLivedCertificateResult, GetZeroTrustAccessShortLivedCertificateOutputArgs } from "./getZeroTrustAccessShortLivedCertificate";
521
+ export declare const getZeroTrustAccessShortLivedCertificate: typeof import("./getZeroTrustAccessShortLivedCertificate").getZeroTrustAccessShortLivedCertificate;
522
+ export declare const getZeroTrustAccessShortLivedCertificateOutput: typeof import("./getZeroTrustAccessShortLivedCertificate").getZeroTrustAccessShortLivedCertificateOutput;
523
+ export { GetZeroTrustAccessShortLivedCertificatesArgs, GetZeroTrustAccessShortLivedCertificatesResult, GetZeroTrustAccessShortLivedCertificatesOutputArgs } from "./getZeroTrustAccessShortLivedCertificates";
524
+ export declare const getZeroTrustAccessShortLivedCertificates: typeof import("./getZeroTrustAccessShortLivedCertificates").getZeroTrustAccessShortLivedCertificates;
525
+ export declare const getZeroTrustAccessShortLivedCertificatesOutput: typeof import("./getZeroTrustAccessShortLivedCertificates").getZeroTrustAccessShortLivedCertificatesOutput;
526
+ export { GetZeroTrustAccessTagArgs, GetZeroTrustAccessTagResult, GetZeroTrustAccessTagOutputArgs } from "./getZeroTrustAccessTag";
527
+ export declare const getZeroTrustAccessTag: typeof import("./getZeroTrustAccessTag").getZeroTrustAccessTag;
528
+ export declare const getZeroTrustAccessTagOutput: typeof import("./getZeroTrustAccessTag").getZeroTrustAccessTagOutput;
529
+ export { GetZeroTrustAccessTagsArgs, GetZeroTrustAccessTagsResult, GetZeroTrustAccessTagsOutputArgs } from "./getZeroTrustAccessTags";
530
+ export declare const getZeroTrustAccessTags: typeof import("./getZeroTrustAccessTags").getZeroTrustAccessTags;
531
+ export declare const getZeroTrustAccessTagsOutput: typeof import("./getZeroTrustAccessTags").getZeroTrustAccessTagsOutput;
532
+ export { GetZeroTrustDeviceCertificatesArgs, GetZeroTrustDeviceCertificatesResult, GetZeroTrustDeviceCertificatesOutputArgs } from "./getZeroTrustDeviceCertificates";
533
+ export declare const getZeroTrustDeviceCertificates: typeof import("./getZeroTrustDeviceCertificates").getZeroTrustDeviceCertificates;
534
+ export declare const getZeroTrustDeviceCertificatesOutput: typeof import("./getZeroTrustDeviceCertificates").getZeroTrustDeviceCertificatesOutput;
535
+ export { GetZeroTrustDeviceManagedNetworksArgs, GetZeroTrustDeviceManagedNetworksResult, GetZeroTrustDeviceManagedNetworksOutputArgs } from "./getZeroTrustDeviceManagedNetworks";
536
+ export declare const getZeroTrustDeviceManagedNetworks: typeof import("./getZeroTrustDeviceManagedNetworks").getZeroTrustDeviceManagedNetworks;
537
+ export declare const getZeroTrustDeviceManagedNetworksOutput: typeof import("./getZeroTrustDeviceManagedNetworks").getZeroTrustDeviceManagedNetworksOutput;
538
+ export { GetZeroTrustDeviceManagedNetworksListArgs, GetZeroTrustDeviceManagedNetworksListResult, GetZeroTrustDeviceManagedNetworksListOutputArgs } from "./getZeroTrustDeviceManagedNetworksList";
539
+ export declare const getZeroTrustDeviceManagedNetworksList: typeof import("./getZeroTrustDeviceManagedNetworksList").getZeroTrustDeviceManagedNetworksList;
540
+ export declare const getZeroTrustDeviceManagedNetworksListOutput: typeof import("./getZeroTrustDeviceManagedNetworksList").getZeroTrustDeviceManagedNetworksListOutput;
541
+ export { GetZeroTrustDevicePostureIntegrationArgs, GetZeroTrustDevicePostureIntegrationResult, GetZeroTrustDevicePostureIntegrationOutputArgs } from "./getZeroTrustDevicePostureIntegration";
542
+ export declare const getZeroTrustDevicePostureIntegration: typeof import("./getZeroTrustDevicePostureIntegration").getZeroTrustDevicePostureIntegration;
543
+ export declare const getZeroTrustDevicePostureIntegrationOutput: typeof import("./getZeroTrustDevicePostureIntegration").getZeroTrustDevicePostureIntegrationOutput;
544
+ export { GetZeroTrustDevicePostureIntegrationsArgs, GetZeroTrustDevicePostureIntegrationsResult, GetZeroTrustDevicePostureIntegrationsOutputArgs } from "./getZeroTrustDevicePostureIntegrations";
545
+ export declare const getZeroTrustDevicePostureIntegrations: typeof import("./getZeroTrustDevicePostureIntegrations").getZeroTrustDevicePostureIntegrations;
546
+ export declare const getZeroTrustDevicePostureIntegrationsOutput: typeof import("./getZeroTrustDevicePostureIntegrations").getZeroTrustDevicePostureIntegrationsOutput;
547
+ export { GetZeroTrustDevicePostureRuleArgs, GetZeroTrustDevicePostureRuleResult, GetZeroTrustDevicePostureRuleOutputArgs } from "./getZeroTrustDevicePostureRule";
548
+ export declare const getZeroTrustDevicePostureRule: typeof import("./getZeroTrustDevicePostureRule").getZeroTrustDevicePostureRule;
549
+ export declare const getZeroTrustDevicePostureRuleOutput: typeof import("./getZeroTrustDevicePostureRule").getZeroTrustDevicePostureRuleOutput;
550
+ export { GetZeroTrustDevicePostureRulesArgs, GetZeroTrustDevicePostureRulesResult, GetZeroTrustDevicePostureRulesOutputArgs } from "./getZeroTrustDevicePostureRules";
551
+ export declare const getZeroTrustDevicePostureRules: typeof import("./getZeroTrustDevicePostureRules").getZeroTrustDevicePostureRules;
552
+ export declare const getZeroTrustDevicePostureRulesOutput: typeof import("./getZeroTrustDevicePostureRules").getZeroTrustDevicePostureRulesOutput;
553
+ export { GetZeroTrustDeviceProfilesArgs, GetZeroTrustDeviceProfilesResult, GetZeroTrustDeviceProfilesOutputArgs } from "./getZeroTrustDeviceProfiles";
554
+ export declare const getZeroTrustDeviceProfiles: typeof import("./getZeroTrustDeviceProfiles").getZeroTrustDeviceProfiles;
555
+ export declare const getZeroTrustDeviceProfilesOutput: typeof import("./getZeroTrustDeviceProfiles").getZeroTrustDeviceProfilesOutput;
556
+ export { GetZeroTrustDeviceProfilesListArgs, GetZeroTrustDeviceProfilesListResult, GetZeroTrustDeviceProfilesListOutputArgs } from "./getZeroTrustDeviceProfilesList";
557
+ export declare const getZeroTrustDeviceProfilesList: typeof import("./getZeroTrustDeviceProfilesList").getZeroTrustDeviceProfilesList;
558
+ export declare const getZeroTrustDeviceProfilesListOutput: typeof import("./getZeroTrustDeviceProfilesList").getZeroTrustDeviceProfilesListOutput;
559
+ export { GetZeroTrustDexTestArgs, GetZeroTrustDexTestResult, GetZeroTrustDexTestOutputArgs } from "./getZeroTrustDexTest";
560
+ export declare const getZeroTrustDexTest: typeof import("./getZeroTrustDexTest").getZeroTrustDexTest;
561
+ export declare const getZeroTrustDexTestOutput: typeof import("./getZeroTrustDexTest").getZeroTrustDexTestOutput;
562
+ export { GetZeroTrustDexTestsArgs, GetZeroTrustDexTestsResult, GetZeroTrustDexTestsOutputArgs } from "./getZeroTrustDexTests";
563
+ export declare const getZeroTrustDexTests: typeof import("./getZeroTrustDexTests").getZeroTrustDexTests;
564
+ export declare const getZeroTrustDexTestsOutput: typeof import("./getZeroTrustDexTests").getZeroTrustDexTestsOutput;
565
+ export { GetZeroTrustDlpCustomProfileArgs, GetZeroTrustDlpCustomProfileResult, GetZeroTrustDlpCustomProfileOutputArgs } from "./getZeroTrustDlpCustomProfile";
566
+ export declare const getZeroTrustDlpCustomProfile: typeof import("./getZeroTrustDlpCustomProfile").getZeroTrustDlpCustomProfile;
567
+ export declare const getZeroTrustDlpCustomProfileOutput: typeof import("./getZeroTrustDlpCustomProfile").getZeroTrustDlpCustomProfileOutput;
568
+ export { GetZeroTrustDlpPredefinedProfileArgs, GetZeroTrustDlpPredefinedProfileResult, GetZeroTrustDlpPredefinedProfileOutputArgs } from "./getZeroTrustDlpPredefinedProfile";
569
+ export declare const getZeroTrustDlpPredefinedProfile: typeof import("./getZeroTrustDlpPredefinedProfile").getZeroTrustDlpPredefinedProfile;
570
+ export declare const getZeroTrustDlpPredefinedProfileOutput: typeof import("./getZeroTrustDlpPredefinedProfile").getZeroTrustDlpPredefinedProfileOutput;
571
+ export { GetZeroTrustDnsLocationArgs, GetZeroTrustDnsLocationResult, GetZeroTrustDnsLocationOutputArgs } from "./getZeroTrustDnsLocation";
572
+ export declare const getZeroTrustDnsLocation: typeof import("./getZeroTrustDnsLocation").getZeroTrustDnsLocation;
573
+ export declare const getZeroTrustDnsLocationOutput: typeof import("./getZeroTrustDnsLocation").getZeroTrustDnsLocationOutput;
574
+ export { GetZeroTrustDnsLocationsArgs, GetZeroTrustDnsLocationsResult, GetZeroTrustDnsLocationsOutputArgs } from "./getZeroTrustDnsLocations";
575
+ export declare const getZeroTrustDnsLocations: typeof import("./getZeroTrustDnsLocations").getZeroTrustDnsLocations;
576
+ export declare const getZeroTrustDnsLocationsOutput: typeof import("./getZeroTrustDnsLocations").getZeroTrustDnsLocationsOutput;
577
+ export { GetZeroTrustGatewayPoliciesArgs, GetZeroTrustGatewayPoliciesResult, GetZeroTrustGatewayPoliciesOutputArgs } from "./getZeroTrustGatewayPolicies";
578
+ export declare const getZeroTrustGatewayPolicies: typeof import("./getZeroTrustGatewayPolicies").getZeroTrustGatewayPolicies;
579
+ export declare const getZeroTrustGatewayPoliciesOutput: typeof import("./getZeroTrustGatewayPolicies").getZeroTrustGatewayPoliciesOutput;
580
+ export { GetZeroTrustGatewayPolicyArgs, GetZeroTrustGatewayPolicyResult, GetZeroTrustGatewayPolicyOutputArgs } from "./getZeroTrustGatewayPolicy";
581
+ export declare const getZeroTrustGatewayPolicy: typeof import("./getZeroTrustGatewayPolicy").getZeroTrustGatewayPolicy;
582
+ export declare const getZeroTrustGatewayPolicyOutput: typeof import("./getZeroTrustGatewayPolicy").getZeroTrustGatewayPolicyOutput;
583
+ export { GetZeroTrustGatewayProxyEndpointArgs, GetZeroTrustGatewayProxyEndpointResult, GetZeroTrustGatewayProxyEndpointOutputArgs } from "./getZeroTrustGatewayProxyEndpoint";
584
+ export declare const getZeroTrustGatewayProxyEndpoint: typeof import("./getZeroTrustGatewayProxyEndpoint").getZeroTrustGatewayProxyEndpoint;
585
+ export declare const getZeroTrustGatewayProxyEndpointOutput: typeof import("./getZeroTrustGatewayProxyEndpoint").getZeroTrustGatewayProxyEndpointOutput;
586
+ export { GetZeroTrustGatewaySettingsArgs, GetZeroTrustGatewaySettingsResult, GetZeroTrustGatewaySettingsOutputArgs } from "./getZeroTrustGatewaySettings";
587
+ export declare const getZeroTrustGatewaySettings: typeof import("./getZeroTrustGatewaySettings").getZeroTrustGatewaySettings;
588
+ export declare const getZeroTrustGatewaySettingsOutput: typeof import("./getZeroTrustGatewaySettings").getZeroTrustGatewaySettingsOutput;
589
+ export { GetZeroTrustListArgs, GetZeroTrustListResult, GetZeroTrustListOutputArgs } from "./getZeroTrustList";
590
+ export declare const getZeroTrustList: typeof import("./getZeroTrustList").getZeroTrustList;
591
+ export declare const getZeroTrustListOutput: typeof import("./getZeroTrustList").getZeroTrustListOutput;
592
+ export { GetZeroTrustListsArgs, GetZeroTrustListsResult, GetZeroTrustListsOutputArgs } from "./getZeroTrustLists";
593
+ export declare const getZeroTrustLists: typeof import("./getZeroTrustLists").getZeroTrustLists;
594
+ export declare const getZeroTrustListsOutput: typeof import("./getZeroTrustLists").getZeroTrustListsOutput;
595
+ export { GetZeroTrustLocalDomainFallbackArgs, GetZeroTrustLocalDomainFallbackResult, GetZeroTrustLocalDomainFallbackOutputArgs } from "./getZeroTrustLocalDomainFallback";
596
+ export declare const getZeroTrustLocalDomainFallback: typeof import("./getZeroTrustLocalDomainFallback").getZeroTrustLocalDomainFallback;
597
+ export declare const getZeroTrustLocalDomainFallbackOutput: typeof import("./getZeroTrustLocalDomainFallback").getZeroTrustLocalDomainFallbackOutput;
598
+ export { GetZeroTrustLocalDomainFallbacksArgs, GetZeroTrustLocalDomainFallbacksResult, GetZeroTrustLocalDomainFallbacksOutputArgs } from "./getZeroTrustLocalDomainFallbacks";
599
+ export declare const getZeroTrustLocalDomainFallbacks: typeof import("./getZeroTrustLocalDomainFallbacks").getZeroTrustLocalDomainFallbacks;
600
+ export declare const getZeroTrustLocalDomainFallbacksOutput: typeof import("./getZeroTrustLocalDomainFallbacks").getZeroTrustLocalDomainFallbacksOutput;
601
+ export { GetZeroTrustOrganizationArgs, GetZeroTrustOrganizationResult, GetZeroTrustOrganizationOutputArgs } from "./getZeroTrustOrganization";
602
+ export declare const getZeroTrustOrganization: typeof import("./getZeroTrustOrganization").getZeroTrustOrganization;
603
+ export declare const getZeroTrustOrganizationOutput: typeof import("./getZeroTrustOrganization").getZeroTrustOrganizationOutput;
220
604
  export { GetZeroTrustTunnelCloudflaredArgs, GetZeroTrustTunnelCloudflaredResult, GetZeroTrustTunnelCloudflaredOutputArgs } from "./getZeroTrustTunnelCloudflared";
221
605
  export declare const getZeroTrustTunnelCloudflared: typeof import("./getZeroTrustTunnelCloudflared").getZeroTrustTunnelCloudflared;
222
606
  export declare const getZeroTrustTunnelCloudflaredOutput: typeof import("./getZeroTrustTunnelCloudflared").getZeroTrustTunnelCloudflaredOutput;
223
- export { GetZeroTrustTunnelVirtualNetworkArgs, GetZeroTrustTunnelVirtualNetworkResult, GetZeroTrustTunnelVirtualNetworkOutputArgs } from "./getZeroTrustTunnelVirtualNetwork";
224
- export declare const getZeroTrustTunnelVirtualNetwork: typeof import("./getZeroTrustTunnelVirtualNetwork").getZeroTrustTunnelVirtualNetwork;
225
- export declare const getZeroTrustTunnelVirtualNetworkOutput: typeof import("./getZeroTrustTunnelVirtualNetwork").getZeroTrustTunnelVirtualNetworkOutput;
607
+ export { GetZeroTrustTunnelCloudflaredConfigArgs, GetZeroTrustTunnelCloudflaredConfigResult, GetZeroTrustTunnelCloudflaredConfigOutputArgs } from "./getZeroTrustTunnelCloudflaredConfig";
608
+ export declare const getZeroTrustTunnelCloudflaredConfig: typeof import("./getZeroTrustTunnelCloudflaredConfig").getZeroTrustTunnelCloudflaredConfig;
609
+ export declare const getZeroTrustTunnelCloudflaredConfigOutput: typeof import("./getZeroTrustTunnelCloudflaredConfig").getZeroTrustTunnelCloudflaredConfigOutput;
610
+ export { GetZeroTrustTunnelCloudflaredRouteArgs, GetZeroTrustTunnelCloudflaredRouteResult, GetZeroTrustTunnelCloudflaredRouteOutputArgs } from "./getZeroTrustTunnelCloudflaredRoute";
611
+ export declare const getZeroTrustTunnelCloudflaredRoute: typeof import("./getZeroTrustTunnelCloudflaredRoute").getZeroTrustTunnelCloudflaredRoute;
612
+ export declare const getZeroTrustTunnelCloudflaredRouteOutput: typeof import("./getZeroTrustTunnelCloudflaredRoute").getZeroTrustTunnelCloudflaredRouteOutput;
613
+ export { GetZeroTrustTunnelCloudflaredRoutesArgs, GetZeroTrustTunnelCloudflaredRoutesResult, GetZeroTrustTunnelCloudflaredRoutesOutputArgs } from "./getZeroTrustTunnelCloudflaredRoutes";
614
+ export declare const getZeroTrustTunnelCloudflaredRoutes: typeof import("./getZeroTrustTunnelCloudflaredRoutes").getZeroTrustTunnelCloudflaredRoutes;
615
+ export declare const getZeroTrustTunnelCloudflaredRoutesOutput: typeof import("./getZeroTrustTunnelCloudflaredRoutes").getZeroTrustTunnelCloudflaredRoutesOutput;
616
+ export { GetZeroTrustTunnelCloudflaredVirtualNetworkArgs, GetZeroTrustTunnelCloudflaredVirtualNetworkResult, GetZeroTrustTunnelCloudflaredVirtualNetworkOutputArgs } from "./getZeroTrustTunnelCloudflaredVirtualNetwork";
617
+ export declare const getZeroTrustTunnelCloudflaredVirtualNetwork: typeof import("./getZeroTrustTunnelCloudflaredVirtualNetwork").getZeroTrustTunnelCloudflaredVirtualNetwork;
618
+ export declare const getZeroTrustTunnelCloudflaredVirtualNetworkOutput: typeof import("./getZeroTrustTunnelCloudflaredVirtualNetwork").getZeroTrustTunnelCloudflaredVirtualNetworkOutput;
619
+ export { GetZeroTrustTunnelCloudflaredVirtualNetworksArgs, GetZeroTrustTunnelCloudflaredVirtualNetworksResult, GetZeroTrustTunnelCloudflaredVirtualNetworksOutputArgs } from "./getZeroTrustTunnelCloudflaredVirtualNetworks";
620
+ export declare const getZeroTrustTunnelCloudflaredVirtualNetworks: typeof import("./getZeroTrustTunnelCloudflaredVirtualNetworks").getZeroTrustTunnelCloudflaredVirtualNetworks;
621
+ export declare const getZeroTrustTunnelCloudflaredVirtualNetworksOutput: typeof import("./getZeroTrustTunnelCloudflaredVirtualNetworks").getZeroTrustTunnelCloudflaredVirtualNetworksOutput;
622
+ export { GetZeroTrustTunnelCloudflaredsArgs, GetZeroTrustTunnelCloudflaredsResult, GetZeroTrustTunnelCloudflaredsOutputArgs } from "./getZeroTrustTunnelCloudflareds";
623
+ export declare const getZeroTrustTunnelCloudflareds: typeof import("./getZeroTrustTunnelCloudflareds").getZeroTrustTunnelCloudflareds;
624
+ export declare const getZeroTrustTunnelCloudflaredsOutput: typeof import("./getZeroTrustTunnelCloudflareds").getZeroTrustTunnelCloudflaredsOutput;
226
625
  export { GetZoneArgs, GetZoneResult, GetZoneOutputArgs } from "./getZone";
227
626
  export declare const getZone: typeof import("./getZone").getZone;
228
627
  export declare const getZoneOutput: typeof import("./getZone").getZoneOutput;
229
628
  export { GetZoneCacheReserveArgs, GetZoneCacheReserveResult, GetZoneCacheReserveOutputArgs } from "./getZoneCacheReserve";
230
629
  export declare const getZoneCacheReserve: typeof import("./getZoneCacheReserve").getZoneCacheReserve;
231
630
  export declare const getZoneCacheReserveOutput: typeof import("./getZoneCacheReserve").getZoneCacheReserveOutput;
232
- export { GetZoneDnssecArgs, GetZoneDnssecResult, GetZoneDnssecOutputArgs } from "./getZoneDnssec";
233
- export declare const getZoneDnssec: typeof import("./getZoneDnssec").getZoneDnssec;
234
- export declare const getZoneDnssecOutput: typeof import("./getZoneDnssec").getZoneDnssecOutput;
631
+ export { GetZoneCacheVariantsArgs, GetZoneCacheVariantsResult, GetZoneCacheVariantsOutputArgs } from "./getZoneCacheVariants";
632
+ export declare const getZoneCacheVariants: typeof import("./getZoneCacheVariants").getZoneCacheVariants;
633
+ export declare const getZoneCacheVariantsOutput: typeof import("./getZoneCacheVariants").getZoneCacheVariantsOutput;
634
+ export { GetZoneHoldArgs, GetZoneHoldResult, GetZoneHoldOutputArgs } from "./getZoneHold";
635
+ export declare const getZoneHold: typeof import("./getZoneHold").getZoneHold;
636
+ export declare const getZoneHoldOutput: typeof import("./getZoneHold").getZoneHoldOutput;
637
+ export { GetZoneLockdownArgs, GetZoneLockdownResult, GetZoneLockdownOutputArgs } from "./getZoneLockdown";
638
+ export declare const getZoneLockdown: typeof import("./getZoneLockdown").getZoneLockdown;
639
+ export declare const getZoneLockdownOutput: typeof import("./getZoneLockdown").getZoneLockdownOutput;
640
+ export { GetZoneLockdownsArgs, GetZoneLockdownsResult, GetZoneLockdownsOutputArgs } from "./getZoneLockdowns";
641
+ export declare const getZoneLockdowns: typeof import("./getZoneLockdowns").getZoneLockdowns;
642
+ export declare const getZoneLockdownsOutput: typeof import("./getZoneLockdowns").getZoneLockdownsOutput;
643
+ export { GetZoneSettingArgs, GetZoneSettingResult, GetZoneSettingOutputArgs } from "./getZoneSetting";
644
+ export declare const getZoneSetting: typeof import("./getZoneSetting").getZoneSetting;
645
+ export declare const getZoneSettingOutput: typeof import("./getZoneSetting").getZoneSettingOutput;
646
+ export { GetZoneSubscriptionArgs, GetZoneSubscriptionResult, GetZoneSubscriptionOutputArgs } from "./getZoneSubscription";
647
+ export declare const getZoneSubscription: typeof import("./getZoneSubscription").getZoneSubscription;
648
+ export declare const getZoneSubscriptionOutput: typeof import("./getZoneSubscription").getZoneSubscriptionOutput;
235
649
  export { GetZonesArgs, GetZonesResult, GetZonesOutputArgs } from "./getZones";
236
650
  export declare const getZones: typeof import("./getZones").getZones;
237
651
  export declare const getZonesOutput: typeof import("./getZones").getZonesOutput;
238
- export { GreTunnelArgs, GreTunnelState } from "./greTunnel";
239
- export type GreTunnel = import("./greTunnel").GreTunnel;
240
- export declare const GreTunnel: typeof import("./greTunnel").GreTunnel;
241
652
  export { HealthcheckArgs, HealthcheckState } from "./healthcheck";
242
653
  export type Healthcheck = import("./healthcheck").Healthcheck;
243
654
  export declare const Healthcheck: typeof import("./healthcheck").Healthcheck;
244
655
  export { HostnameTlsSettingArgs, HostnameTlsSettingState } from "./hostnameTlsSetting";
245
656
  export type HostnameTlsSetting = import("./hostnameTlsSetting").HostnameTlsSetting;
246
657
  export declare const HostnameTlsSetting: typeof import("./hostnameTlsSetting").HostnameTlsSetting;
247
- export { HostnameTlsSettingCiphersArgs, HostnameTlsSettingCiphersState } from "./hostnameTlsSettingCiphers";
248
- export type HostnameTlsSettingCiphers = import("./hostnameTlsSettingCiphers").HostnameTlsSettingCiphers;
249
- export declare const HostnameTlsSettingCiphers: typeof import("./hostnameTlsSettingCiphers").HostnameTlsSettingCiphers;
250
658
  export { HyperdriveConfigArgs, HyperdriveConfigState } from "./hyperdriveConfig";
251
659
  export type HyperdriveConfig = import("./hyperdriveConfig").HyperdriveConfig;
252
660
  export declare const HyperdriveConfig: typeof import("./hyperdriveConfig").HyperdriveConfig;
253
- export { InfrastructureAccessTargetArgs, InfrastructureAccessTargetState } from "./infrastructureAccessTarget";
254
- export type InfrastructureAccessTarget = import("./infrastructureAccessTarget").InfrastructureAccessTarget;
255
- export declare const InfrastructureAccessTarget: typeof import("./infrastructureAccessTarget").InfrastructureAccessTarget;
256
- export { IpsecTunnelArgs, IpsecTunnelState } from "./ipsecTunnel";
257
- export type IpsecTunnel = import("./ipsecTunnel").IpsecTunnel;
258
- export declare const IpsecTunnel: typeof import("./ipsecTunnel").IpsecTunnel;
259
661
  export { KeylessCertificateArgs, KeylessCertificateState } from "./keylessCertificate";
260
662
  export type KeylessCertificate = import("./keylessCertificate").KeylessCertificate;
261
663
  export declare const KeylessCertificate: typeof import("./keylessCertificate").KeylessCertificate;
@@ -283,9 +685,6 @@ export declare const LogpushJob: typeof import("./logpushJob").LogpushJob;
283
685
  export { LogpushOwnershipChallengeArgs, LogpushOwnershipChallengeState } from "./logpushOwnershipChallenge";
284
686
  export type LogpushOwnershipChallenge = import("./logpushOwnershipChallenge").LogpushOwnershipChallenge;
285
687
  export declare const LogpushOwnershipChallenge: typeof import("./logpushOwnershipChallenge").LogpushOwnershipChallenge;
286
- export { MagicFirewallRulesetArgs, MagicFirewallRulesetState } from "./magicFirewallRuleset";
287
- export type MagicFirewallRuleset = import("./magicFirewallRuleset").MagicFirewallRuleset;
288
- export declare const MagicFirewallRuleset: typeof import("./magicFirewallRuleset").MagicFirewallRuleset;
289
688
  export { MagicWanGreTunnelArgs, MagicWanGreTunnelState } from "./magicWanGreTunnel";
290
689
  export type MagicWanGreTunnel = import("./magicWanGreTunnel").MagicWanGreTunnel;
291
690
  export declare const MagicWanGreTunnel: typeof import("./magicWanGreTunnel").MagicWanGreTunnel;
@@ -334,63 +733,24 @@ export declare const R2Bucket: typeof import("./r2bucket").R2Bucket;
334
733
  export { RateLimitArgs, RateLimitState } from "./rateLimit";
335
734
  export type RateLimit = import("./rateLimit").RateLimit;
336
735
  export declare const RateLimit: typeof import("./rateLimit").RateLimit;
337
- export { RecordArgs, RecordState } from "./record";
338
- export type Record = import("./record").Record;
339
- export declare const Record: typeof import("./record").Record;
340
736
  export { RegionalHostnameArgs, RegionalHostnameState } from "./regionalHostname";
341
737
  export type RegionalHostname = import("./regionalHostname").RegionalHostname;
342
738
  export declare const RegionalHostname: typeof import("./regionalHostname").RegionalHostname;
343
739
  export { RegionalTieredCacheArgs, RegionalTieredCacheState } from "./regionalTieredCache";
344
740
  export type RegionalTieredCache = import("./regionalTieredCache").RegionalTieredCache;
345
741
  export declare const RegionalTieredCache: typeof import("./regionalTieredCache").RegionalTieredCache;
346
- export { RiskBehaviorArgs, RiskBehaviorState } from "./riskBehavior";
347
- export type RiskBehavior = import("./riskBehavior").RiskBehavior;
348
- export declare const RiskBehavior: typeof import("./riskBehavior").RiskBehavior;
349
742
  export { RulesetArgs, RulesetState } from "./ruleset";
350
743
  export type Ruleset = import("./ruleset").Ruleset;
351
744
  export declare const Ruleset: typeof import("./ruleset").Ruleset;
352
745
  export { SpectrumApplicationArgs, SpectrumApplicationState } from "./spectrumApplication";
353
746
  export type SpectrumApplication = import("./spectrumApplication").SpectrumApplication;
354
747
  export declare const SpectrumApplication: typeof import("./spectrumApplication").SpectrumApplication;
355
- export { SplitTunnelArgs, SplitTunnelState } from "./splitTunnel";
356
- export type SplitTunnel = import("./splitTunnel").SplitTunnel;
357
- export declare const SplitTunnel: typeof import("./splitTunnel").SplitTunnel;
358
- export { StaticRouteArgs, StaticRouteState } from "./staticRoute";
359
- export type StaticRoute = import("./staticRoute").StaticRoute;
360
- export declare const StaticRoute: typeof import("./staticRoute").StaticRoute;
361
- export { TeamsAccountArgs, TeamsAccountState } from "./teamsAccount";
362
- export type TeamsAccount = import("./teamsAccount").TeamsAccount;
363
- export declare const TeamsAccount: typeof import("./teamsAccount").TeamsAccount;
364
- export { TeamsListArgs, TeamsListState } from "./teamsList";
365
- export type TeamsList = import("./teamsList").TeamsList;
366
- export declare const TeamsList: typeof import("./teamsList").TeamsList;
367
- export { TeamsLocationArgs, TeamsLocationState } from "./teamsLocation";
368
- export type TeamsLocation = import("./teamsLocation").TeamsLocation;
369
- export declare const TeamsLocation: typeof import("./teamsLocation").TeamsLocation;
370
- export { TeamsProxyEndpointArgs, TeamsProxyEndpointState } from "./teamsProxyEndpoint";
371
- export type TeamsProxyEndpoint = import("./teamsProxyEndpoint").TeamsProxyEndpoint;
372
- export declare const TeamsProxyEndpoint: typeof import("./teamsProxyEndpoint").TeamsProxyEndpoint;
373
- export { TeamsRuleArgs, TeamsRuleState } from "./teamsRule";
374
- export type TeamsRule = import("./teamsRule").TeamsRule;
375
- export declare const TeamsRule: typeof import("./teamsRule").TeamsRule;
376
748
  export { TieredCacheArgs, TieredCacheState } from "./tieredCache";
377
749
  export type TieredCache = import("./tieredCache").TieredCache;
378
750
  export declare const TieredCache: typeof import("./tieredCache").TieredCache;
379
751
  export { TotalTlsArgs, TotalTlsState } from "./totalTls";
380
752
  export type TotalTls = import("./totalTls").TotalTls;
381
753
  export declare const TotalTls: typeof import("./totalTls").TotalTls;
382
- export { TunnelArgs, TunnelState } from "./tunnel";
383
- export type Tunnel = import("./tunnel").Tunnel;
384
- export declare const Tunnel: typeof import("./tunnel").Tunnel;
385
- export { TunnelConfigArgs, TunnelConfigState } from "./tunnelConfig";
386
- export type TunnelConfig = import("./tunnelConfig").TunnelConfig;
387
- export declare const TunnelConfig: typeof import("./tunnelConfig").TunnelConfig;
388
- export { TunnelRouteArgs, TunnelRouteState } from "./tunnelRoute";
389
- export type TunnelRoute = import("./tunnelRoute").TunnelRoute;
390
- export declare const TunnelRoute: typeof import("./tunnelRoute").TunnelRoute;
391
- export { TunnelVirtualNetworkArgs, TunnelVirtualNetworkState } from "./tunnelVirtualNetwork";
392
- export type TunnelVirtualNetwork = import("./tunnelVirtualNetwork").TunnelVirtualNetwork;
393
- export declare const TunnelVirtualNetwork: typeof import("./tunnelVirtualNetwork").TunnelVirtualNetwork;
394
754
  export { TurnstileWidgetArgs, TurnstileWidgetState } from "./turnstileWidget";
395
755
  export type TurnstileWidget = import("./turnstileWidget").TurnstileWidget;
396
756
  export declare const TurnstileWidget: typeof import("./turnstileWidget").TurnstileWidget;
@@ -409,9 +769,9 @@ export declare const WaitingRoomEvent: typeof import("./waitingRoomEvent").Waiti
409
769
  export { WaitingRoomRulesArgs, WaitingRoomRulesState } from "./waitingRoomRules";
410
770
  export type WaitingRoomRules = import("./waitingRoomRules").WaitingRoomRules;
411
771
  export declare const WaitingRoomRules: typeof import("./waitingRoomRules").WaitingRoomRules;
412
- export { WaitingRoomSettingsArgs, WaitingRoomSettingsState } from "./waitingRoomSettings";
413
- export type WaitingRoomSettings = import("./waitingRoomSettings").WaitingRoomSettings;
414
- export declare const WaitingRoomSettings: typeof import("./waitingRoomSettings").WaitingRoomSettings;
772
+ export { WaitingRoomSettingArgs, WaitingRoomSettingState } from "./waitingRoomSetting";
773
+ export type WaitingRoomSetting = import("./waitingRoomSetting").WaitingRoomSetting;
774
+ export declare const WaitingRoomSetting: typeof import("./waitingRoomSetting").WaitingRoomSetting;
415
775
  export { Web3HostnameArgs, Web3HostnameState } from "./web3Hostname";
416
776
  export type Web3Hostname = import("./web3Hostname").Web3Hostname;
417
777
  export declare const Web3Hostname: typeof import("./web3Hostname").Web3Hostname;
@@ -421,42 +781,21 @@ export declare const WebAnalyticsRule: typeof import("./webAnalyticsRule").WebAn
421
781
  export { WebAnalyticsSiteArgs, WebAnalyticsSiteState } from "./webAnalyticsSite";
422
782
  export type WebAnalyticsSite = import("./webAnalyticsSite").WebAnalyticsSite;
423
783
  export declare const WebAnalyticsSite: typeof import("./webAnalyticsSite").WebAnalyticsSite;
424
- export { WorkerCronTriggerArgs, WorkerCronTriggerState } from "./workerCronTrigger";
425
- export type WorkerCronTrigger = import("./workerCronTrigger").WorkerCronTrigger;
426
- export declare const WorkerCronTrigger: typeof import("./workerCronTrigger").WorkerCronTrigger;
427
- export { WorkerDomainArgs, WorkerDomainState } from "./workerDomain";
428
- export type WorkerDomain = import("./workerDomain").WorkerDomain;
429
- export declare const WorkerDomain: typeof import("./workerDomain").WorkerDomain;
430
- export { WorkerRouteArgs, WorkerRouteState } from "./workerRoute";
431
- export type WorkerRoute = import("./workerRoute").WorkerRoute;
432
- export declare const WorkerRoute: typeof import("./workerRoute").WorkerRoute;
433
- export { WorkerScriptArgs, WorkerScriptState } from "./workerScript";
434
- export type WorkerScript = import("./workerScript").WorkerScript;
435
- export declare const WorkerScript: typeof import("./workerScript").WorkerScript;
436
- export { WorkerSecretArgs, WorkerSecretState } from "./workerSecret";
437
- export type WorkerSecret = import("./workerSecret").WorkerSecret;
438
- export declare const WorkerSecret: typeof import("./workerSecret").WorkerSecret;
439
784
  export { WorkersCronTriggerArgs, WorkersCronTriggerState } from "./workersCronTrigger";
440
785
  export type WorkersCronTrigger = import("./workersCronTrigger").WorkersCronTrigger;
441
786
  export declare const WorkersCronTrigger: typeof import("./workersCronTrigger").WorkersCronTrigger;
442
- export { WorkersDomainArgs, WorkersDomainState } from "./workersDomain";
443
- export type WorkersDomain = import("./workersDomain").WorkersDomain;
444
- export declare const WorkersDomain: typeof import("./workersDomain").WorkersDomain;
787
+ export { WorkersCustomDomainArgs, WorkersCustomDomainState } from "./workersCustomDomain";
788
+ export type WorkersCustomDomain = import("./workersCustomDomain").WorkersCustomDomain;
789
+ export declare const WorkersCustomDomain: typeof import("./workersCustomDomain").WorkersCustomDomain;
445
790
  export { WorkersForPlatformsDispatchNamespaceArgs, WorkersForPlatformsDispatchNamespaceState } from "./workersForPlatformsDispatchNamespace";
446
791
  export type WorkersForPlatformsDispatchNamespace = import("./workersForPlatformsDispatchNamespace").WorkersForPlatformsDispatchNamespace;
447
792
  export declare const WorkersForPlatformsDispatchNamespace: typeof import("./workersForPlatformsDispatchNamespace").WorkersForPlatformsDispatchNamespace;
448
- export { WorkersForPlatformsNamespaceArgs, WorkersForPlatformsNamespaceState } from "./workersForPlatformsNamespace";
449
- export type WorkersForPlatformsNamespace = import("./workersForPlatformsNamespace").WorkersForPlatformsNamespace;
450
- export declare const WorkersForPlatformsNamespace: typeof import("./workersForPlatformsNamespace").WorkersForPlatformsNamespace;
451
793
  export { WorkersKvArgs, WorkersKvState } from "./workersKv";
452
794
  export type WorkersKv = import("./workersKv").WorkersKv;
453
795
  export declare const WorkersKv: typeof import("./workersKv").WorkersKv;
454
796
  export { WorkersKvNamespaceArgs, WorkersKvNamespaceState } from "./workersKvNamespace";
455
797
  export type WorkersKvNamespace = import("./workersKvNamespace").WorkersKvNamespace;
456
798
  export declare const WorkersKvNamespace: typeof import("./workersKvNamespace").WorkersKvNamespace;
457
- export { WorkersRouteArgs, WorkersRouteState } from "./workersRoute";
458
- export type WorkersRoute = import("./workersRoute").WorkersRoute;
459
- export declare const WorkersRoute: typeof import("./workersRoute").WorkersRoute;
460
799
  export { WorkersScriptArgs, WorkersScriptState } from "./workersScript";
461
800
  export type WorkersScript = import("./workersScript").WorkersScript;
462
801
  export declare const WorkersScript: typeof import("./workersScript").WorkersScript;
@@ -475,15 +814,15 @@ export declare const ZeroTrustAccessGroup: typeof import("./zeroTrustAccessGroup
475
814
  export { ZeroTrustAccessIdentityProviderArgs, ZeroTrustAccessIdentityProviderState } from "./zeroTrustAccessIdentityProvider";
476
815
  export type ZeroTrustAccessIdentityProvider = import("./zeroTrustAccessIdentityProvider").ZeroTrustAccessIdentityProvider;
477
816
  export declare const ZeroTrustAccessIdentityProvider: typeof import("./zeroTrustAccessIdentityProvider").ZeroTrustAccessIdentityProvider;
817
+ export { ZeroTrustAccessKeyConfigurationArgs, ZeroTrustAccessKeyConfigurationState } from "./zeroTrustAccessKeyConfiguration";
818
+ export type ZeroTrustAccessKeyConfiguration = import("./zeroTrustAccessKeyConfiguration").ZeroTrustAccessKeyConfiguration;
819
+ export declare const ZeroTrustAccessKeyConfiguration: typeof import("./zeroTrustAccessKeyConfiguration").ZeroTrustAccessKeyConfiguration;
478
820
  export { ZeroTrustAccessMtlsCertificateArgs, ZeroTrustAccessMtlsCertificateState } from "./zeroTrustAccessMtlsCertificate";
479
821
  export type ZeroTrustAccessMtlsCertificate = import("./zeroTrustAccessMtlsCertificate").ZeroTrustAccessMtlsCertificate;
480
822
  export declare const ZeroTrustAccessMtlsCertificate: typeof import("./zeroTrustAccessMtlsCertificate").ZeroTrustAccessMtlsCertificate;
481
823
  export { ZeroTrustAccessMtlsHostnameSettingsArgs, ZeroTrustAccessMtlsHostnameSettingsState } from "./zeroTrustAccessMtlsHostnameSettings";
482
824
  export type ZeroTrustAccessMtlsHostnameSettings = import("./zeroTrustAccessMtlsHostnameSettings").ZeroTrustAccessMtlsHostnameSettings;
483
825
  export declare const ZeroTrustAccessMtlsHostnameSettings: typeof import("./zeroTrustAccessMtlsHostnameSettings").ZeroTrustAccessMtlsHostnameSettings;
484
- export { ZeroTrustAccessOrganizationArgs, ZeroTrustAccessOrganizationState } from "./zeroTrustAccessOrganization";
485
- export type ZeroTrustAccessOrganization = import("./zeroTrustAccessOrganization").ZeroTrustAccessOrganization;
486
- export declare const ZeroTrustAccessOrganization: typeof import("./zeroTrustAccessOrganization").ZeroTrustAccessOrganization;
487
826
  export { ZeroTrustAccessPolicyArgs, ZeroTrustAccessPolicyState } from "./zeroTrustAccessPolicy";
488
827
  export type ZeroTrustAccessPolicy = import("./zeroTrustAccessPolicy").ZeroTrustAccessPolicy;
489
828
  export declare const ZeroTrustAccessPolicy: typeof import("./zeroTrustAccessPolicy").ZeroTrustAccessPolicy;
@@ -514,15 +853,15 @@ export declare const ZeroTrustDeviceProfiles: typeof import("./zeroTrustDevicePr
514
853
  export { ZeroTrustDexTestArgs, ZeroTrustDexTestState } from "./zeroTrustDexTest";
515
854
  export type ZeroTrustDexTest = import("./zeroTrustDexTest").ZeroTrustDexTest;
516
855
  export declare const ZeroTrustDexTest: typeof import("./zeroTrustDexTest").ZeroTrustDexTest;
517
- export { ZeroTrustDlpProfileArgs, ZeroTrustDlpProfileState } from "./zeroTrustDlpProfile";
518
- export type ZeroTrustDlpProfile = import("./zeroTrustDlpProfile").ZeroTrustDlpProfile;
519
- export declare const ZeroTrustDlpProfile: typeof import("./zeroTrustDlpProfile").ZeroTrustDlpProfile;
856
+ export { ZeroTrustDlpCustomProfileArgs, ZeroTrustDlpCustomProfileState } from "./zeroTrustDlpCustomProfile";
857
+ export type ZeroTrustDlpCustomProfile = import("./zeroTrustDlpCustomProfile").ZeroTrustDlpCustomProfile;
858
+ export declare const ZeroTrustDlpCustomProfile: typeof import("./zeroTrustDlpCustomProfile").ZeroTrustDlpCustomProfile;
859
+ export { ZeroTrustDlpPredefinedProfileArgs, ZeroTrustDlpPredefinedProfileState } from "./zeroTrustDlpPredefinedProfile";
860
+ export type ZeroTrustDlpPredefinedProfile = import("./zeroTrustDlpPredefinedProfile").ZeroTrustDlpPredefinedProfile;
861
+ export declare const ZeroTrustDlpPredefinedProfile: typeof import("./zeroTrustDlpPredefinedProfile").ZeroTrustDlpPredefinedProfile;
520
862
  export { ZeroTrustDnsLocationArgs, ZeroTrustDnsLocationState } from "./zeroTrustDnsLocation";
521
863
  export type ZeroTrustDnsLocation = import("./zeroTrustDnsLocation").ZeroTrustDnsLocation;
522
864
  export declare const ZeroTrustDnsLocation: typeof import("./zeroTrustDnsLocation").ZeroTrustDnsLocation;
523
- export { ZeroTrustGatewayCertificateArgs, ZeroTrustGatewayCertificateState } from "./zeroTrustGatewayCertificate";
524
- export type ZeroTrustGatewayCertificate = import("./zeroTrustGatewayCertificate").ZeroTrustGatewayCertificate;
525
- export declare const ZeroTrustGatewayCertificate: typeof import("./zeroTrustGatewayCertificate").ZeroTrustGatewayCertificate;
526
865
  export { ZeroTrustGatewayPolicyArgs, ZeroTrustGatewayPolicyState } from "./zeroTrustGatewayPolicy";
527
866
  export type ZeroTrustGatewayPolicy = import("./zeroTrustGatewayPolicy").ZeroTrustGatewayPolicy;
528
867
  export declare const ZeroTrustGatewayPolicy: typeof import("./zeroTrustGatewayPolicy").ZeroTrustGatewayPolicy;
@@ -532,36 +871,27 @@ export declare const ZeroTrustGatewayProxyEndpoint: typeof import("./zeroTrustGa
532
871
  export { ZeroTrustGatewaySettingsArgs, ZeroTrustGatewaySettingsState } from "./zeroTrustGatewaySettings";
533
872
  export type ZeroTrustGatewaySettings = import("./zeroTrustGatewaySettings").ZeroTrustGatewaySettings;
534
873
  export declare const ZeroTrustGatewaySettings: typeof import("./zeroTrustGatewaySettings").ZeroTrustGatewaySettings;
535
- export { ZeroTrustKeyAccessKeyConfigurationArgs, ZeroTrustKeyAccessKeyConfigurationState } from "./zeroTrustKeyAccessKeyConfiguration";
536
- export type ZeroTrustKeyAccessKeyConfiguration = import("./zeroTrustKeyAccessKeyConfiguration").ZeroTrustKeyAccessKeyConfiguration;
537
- export declare const ZeroTrustKeyAccessKeyConfiguration: typeof import("./zeroTrustKeyAccessKeyConfiguration").ZeroTrustKeyAccessKeyConfiguration;
538
874
  export { ZeroTrustListArgs, ZeroTrustListState } from "./zeroTrustList";
539
875
  export type ZeroTrustList = import("./zeroTrustList").ZeroTrustList;
540
876
  export declare const ZeroTrustList: typeof import("./zeroTrustList").ZeroTrustList;
541
- export { ZeroTrustLocalFallbackDomainArgs, ZeroTrustLocalFallbackDomainState } from "./zeroTrustLocalFallbackDomain";
542
- export type ZeroTrustLocalFallbackDomain = import("./zeroTrustLocalFallbackDomain").ZeroTrustLocalFallbackDomain;
543
- export declare const ZeroTrustLocalFallbackDomain: typeof import("./zeroTrustLocalFallbackDomain").ZeroTrustLocalFallbackDomain;
544
- export { ZeroTrustRiskBehaviorArgs, ZeroTrustRiskBehaviorState } from "./zeroTrustRiskBehavior";
545
- export type ZeroTrustRiskBehavior = import("./zeroTrustRiskBehavior").ZeroTrustRiskBehavior;
546
- export declare const ZeroTrustRiskBehavior: typeof import("./zeroTrustRiskBehavior").ZeroTrustRiskBehavior;
547
- export { ZeroTrustRiskScoreIntegrationArgs, ZeroTrustRiskScoreIntegrationState } from "./zeroTrustRiskScoreIntegration";
548
- export type ZeroTrustRiskScoreIntegration = import("./zeroTrustRiskScoreIntegration").ZeroTrustRiskScoreIntegration;
549
- export declare const ZeroTrustRiskScoreIntegration: typeof import("./zeroTrustRiskScoreIntegration").ZeroTrustRiskScoreIntegration;
550
- export { ZeroTrustSplitTunnelArgs, ZeroTrustSplitTunnelState } from "./zeroTrustSplitTunnel";
551
- export type ZeroTrustSplitTunnel = import("./zeroTrustSplitTunnel").ZeroTrustSplitTunnel;
552
- export declare const ZeroTrustSplitTunnel: typeof import("./zeroTrustSplitTunnel").ZeroTrustSplitTunnel;
877
+ export { ZeroTrustLocalDomainFallbackArgs, ZeroTrustLocalDomainFallbackState } from "./zeroTrustLocalDomainFallback";
878
+ export type ZeroTrustLocalDomainFallback = import("./zeroTrustLocalDomainFallback").ZeroTrustLocalDomainFallback;
879
+ export declare const ZeroTrustLocalDomainFallback: typeof import("./zeroTrustLocalDomainFallback").ZeroTrustLocalDomainFallback;
880
+ export { ZeroTrustOrganizationArgs, ZeroTrustOrganizationState } from "./zeroTrustOrganization";
881
+ export type ZeroTrustOrganization = import("./zeroTrustOrganization").ZeroTrustOrganization;
882
+ export declare const ZeroTrustOrganization: typeof import("./zeroTrustOrganization").ZeroTrustOrganization;
553
883
  export { ZeroTrustTunnelCloudflaredArgs, ZeroTrustTunnelCloudflaredState } from "./zeroTrustTunnelCloudflared";
554
884
  export type ZeroTrustTunnelCloudflared = import("./zeroTrustTunnelCloudflared").ZeroTrustTunnelCloudflared;
555
885
  export declare const ZeroTrustTunnelCloudflared: typeof import("./zeroTrustTunnelCloudflared").ZeroTrustTunnelCloudflared;
556
886
  export { ZeroTrustTunnelCloudflaredConfigArgs, ZeroTrustTunnelCloudflaredConfigState } from "./zeroTrustTunnelCloudflaredConfig";
557
887
  export type ZeroTrustTunnelCloudflaredConfig = import("./zeroTrustTunnelCloudflaredConfig").ZeroTrustTunnelCloudflaredConfig;
558
888
  export declare const ZeroTrustTunnelCloudflaredConfig: typeof import("./zeroTrustTunnelCloudflaredConfig").ZeroTrustTunnelCloudflaredConfig;
559
- export { ZeroTrustTunnelRouteArgs, ZeroTrustTunnelRouteState } from "./zeroTrustTunnelRoute";
560
- export type ZeroTrustTunnelRoute = import("./zeroTrustTunnelRoute").ZeroTrustTunnelRoute;
561
- export declare const ZeroTrustTunnelRoute: typeof import("./zeroTrustTunnelRoute").ZeroTrustTunnelRoute;
562
- export { ZeroTrustTunnelVirtualNetworkArgs, ZeroTrustTunnelVirtualNetworkState } from "./zeroTrustTunnelVirtualNetwork";
563
- export type ZeroTrustTunnelVirtualNetwork = import("./zeroTrustTunnelVirtualNetwork").ZeroTrustTunnelVirtualNetwork;
564
- export declare const ZeroTrustTunnelVirtualNetwork: typeof import("./zeroTrustTunnelVirtualNetwork").ZeroTrustTunnelVirtualNetwork;
889
+ export { ZeroTrustTunnelCloudflaredRouteArgs, ZeroTrustTunnelCloudflaredRouteState } from "./zeroTrustTunnelCloudflaredRoute";
890
+ export type ZeroTrustTunnelCloudflaredRoute = import("./zeroTrustTunnelCloudflaredRoute").ZeroTrustTunnelCloudflaredRoute;
891
+ export declare const ZeroTrustTunnelCloudflaredRoute: typeof import("./zeroTrustTunnelCloudflaredRoute").ZeroTrustTunnelCloudflaredRoute;
892
+ export { ZeroTrustTunnelCloudflaredVirtualNetworkArgs, ZeroTrustTunnelCloudflaredVirtualNetworkState } from "./zeroTrustTunnelCloudflaredVirtualNetwork";
893
+ export type ZeroTrustTunnelCloudflaredVirtualNetwork = import("./zeroTrustTunnelCloudflaredVirtualNetwork").ZeroTrustTunnelCloudflaredVirtualNetwork;
894
+ export declare const ZeroTrustTunnelCloudflaredVirtualNetwork: typeof import("./zeroTrustTunnelCloudflaredVirtualNetwork").ZeroTrustTunnelCloudflaredVirtualNetwork;
565
895
  export { ZoneArgs, ZoneState } from "./zone";
566
896
  export type Zone = import("./zone").Zone;
567
897
  export declare const Zone: typeof import("./zone").Zone;
@@ -571,18 +901,18 @@ export declare const ZoneCacheReserve: typeof import("./zoneCacheReserve").ZoneC
571
901
  export { ZoneCacheVariantsArgs, ZoneCacheVariantsState } from "./zoneCacheVariants";
572
902
  export type ZoneCacheVariants = import("./zoneCacheVariants").ZoneCacheVariants;
573
903
  export declare const ZoneCacheVariants: typeof import("./zoneCacheVariants").ZoneCacheVariants;
574
- export { ZoneDnssecArgs, ZoneDnssecState } from "./zoneDnssec";
575
- export type ZoneDnssec = import("./zoneDnssec").ZoneDnssec;
576
- export declare const ZoneDnssec: typeof import("./zoneDnssec").ZoneDnssec;
577
904
  export { ZoneHoldArgs, ZoneHoldState } from "./zoneHold";
578
905
  export type ZoneHold = import("./zoneHold").ZoneHold;
579
906
  export declare const ZoneHold: typeof import("./zoneHold").ZoneHold;
580
907
  export { ZoneLockdownArgs, ZoneLockdownState } from "./zoneLockdown";
581
908
  export type ZoneLockdown = import("./zoneLockdown").ZoneLockdown;
582
909
  export declare const ZoneLockdown: typeof import("./zoneLockdown").ZoneLockdown;
583
- export { ZoneSettingsOverrideArgs, ZoneSettingsOverrideState } from "./zoneSettingsOverride";
584
- export type ZoneSettingsOverride = import("./zoneSettingsOverride").ZoneSettingsOverride;
585
- export declare const ZoneSettingsOverride: typeof import("./zoneSettingsOverride").ZoneSettingsOverride;
910
+ export { ZoneSettingArgs, ZoneSettingState } from "./zoneSetting";
911
+ export type ZoneSetting = import("./zoneSetting").ZoneSetting;
912
+ export declare const ZoneSetting: typeof import("./zoneSetting").ZoneSetting;
913
+ export { ZoneSubscriptionArgs, ZoneSubscriptionState } from "./zoneSubscription";
914
+ export type ZoneSubscription = import("./zoneSubscription").ZoneSubscription;
915
+ export declare const ZoneSubscription: typeof import("./zoneSubscription").ZoneSubscription;
586
916
  import * as config from "./config";
587
917
  import * as types from "./types";
588
918
  export { config, types, };