@bitphinix/sst-provider-cloudflare5 5.1.0 → 5.16.0-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 (1003) hide show
  1. package/bin/accessRule.d.ts +4 -1
  2. package/bin/accessRule.js.map +1 -1
  3. package/bin/account.d.ts +22 -13
  4. package/bin/account.js +2 -3
  5. package/bin/account.js.map +1 -1
  6. package/bin/accountDnsSettings.d.ts +53 -0
  7. package/bin/{dnsSettings.js → accountDnsSettings.js} +13 -12
  8. package/bin/accountDnsSettings.js.map +1 -0
  9. package/bin/{dnsSettingsInternalView.d.ts → accountDnsSettingsInternalView.d.ts} +14 -14
  10. package/bin/{dnsSettingsInternalView.js → accountDnsSettingsInternalView.js} +10 -10
  11. package/bin/accountDnsSettingsInternalView.js.map +1 -0
  12. package/bin/accountMember.d.ts +13 -4
  13. package/bin/accountMember.js.map +1 -1
  14. package/bin/accountSubscription.d.ts +8 -15
  15. package/bin/accountSubscription.js +0 -2
  16. package/bin/accountSubscription.js.map +1 -1
  17. package/bin/accountToken.d.ts +8 -5
  18. package/bin/accountToken.js +2 -0
  19. package/bin/accountToken.js.map +1 -1
  20. package/bin/addressMap.d.ts +12 -26
  21. package/bin/addressMap.js.map +1 -1
  22. package/bin/apiShield.d.ts +3 -15
  23. package/bin/apiShield.js +0 -6
  24. package/bin/apiShield.js.map +1 -1
  25. package/bin/apiShieldDiscoveryOperation.d.ts +18 -12
  26. package/bin/apiShieldDiscoveryOperation.js.map +1 -1
  27. package/bin/apiShieldOperation.d.ts +11 -14
  28. package/bin/apiShieldOperation.js.map +1 -1
  29. package/bin/apiShieldOperationSchemaValidationSettings.d.ts +27 -18
  30. package/bin/apiShieldOperationSchemaValidationSettings.js.map +1 -1
  31. package/bin/apiShieldSchema.d.ts +9 -3
  32. package/bin/apiShieldSchema.js.map +1 -1
  33. package/bin/apiShieldSchemaValidationSettings.d.ts +51 -24
  34. package/bin/apiShieldSchemaValidationSettings.js.map +1 -1
  35. package/bin/apiToken.d.ts +8 -5
  36. package/bin/apiToken.js +2 -0
  37. package/bin/apiToken.js.map +1 -1
  38. package/bin/argoSmartRouting.d.ts +25 -6
  39. package/bin/argoSmartRouting.js +4 -0
  40. package/bin/argoSmartRouting.js.map +1 -1
  41. package/bin/argoTieredCaching.d.ts +8 -5
  42. package/bin/argoTieredCaching.js.map +1 -1
  43. package/bin/authenticatedOriginPulls.d.ts +9 -5
  44. package/bin/authenticatedOriginPulls.js +2 -0
  45. package/bin/authenticatedOriginPulls.js.map +1 -1
  46. package/bin/authenticatedOriginPullsCertificate.d.ts +8 -10
  47. package/bin/authenticatedOriginPullsCertificate.js +4 -2
  48. package/bin/authenticatedOriginPullsCertificate.js.map +1 -1
  49. package/bin/authenticatedOriginPullsSettings.d.ts +60 -0
  50. package/bin/authenticatedOriginPullsSettings.js +57 -0
  51. package/bin/authenticatedOriginPullsSettings.js.map +1 -0
  52. package/bin/botManagement.d.ts +98 -37
  53. package/bin/botManagement.js +8 -0
  54. package/bin/botManagement.js.map +1 -1
  55. package/bin/byoIpPrefix.d.ts +62 -2
  56. package/bin/byoIpPrefix.js +10 -3
  57. package/bin/byoIpPrefix.js.map +1 -1
  58. package/bin/callsSfuApp.js +2 -0
  59. package/bin/callsSfuApp.js.map +1 -1
  60. package/bin/callsTurnApp.js +2 -0
  61. package/bin/callsTurnApp.js.map +1 -1
  62. package/bin/certificatePack.d.ts +61 -22
  63. package/bin/certificatePack.js +8 -3
  64. package/bin/certificatePack.js.map +1 -1
  65. package/bin/cloudConnectorRules.d.ts +5 -36
  66. package/bin/cloudConnectorRules.js +0 -13
  67. package/bin/cloudConnectorRules.js.map +1 -1
  68. package/bin/cloudforceOneRequest.d.ts +36 -31
  69. package/bin/cloudforceOneRequest.js +4 -4
  70. package/bin/cloudforceOneRequest.js.map +1 -1
  71. package/bin/cloudforceOneRequestAsset.d.ts +31 -31
  72. package/bin/cloudforceOneRequestAsset.js +8 -8
  73. package/bin/cloudforceOneRequestAsset.js.map +1 -1
  74. package/bin/cloudforceOneRequestMessage.d.ts +25 -25
  75. package/bin/cloudforceOneRequestMessage.js +8 -8
  76. package/bin/cloudforceOneRequestMessage.js.map +1 -1
  77. package/bin/cloudforceOneRequestPriority.d.ts +37 -32
  78. package/bin/cloudforceOneRequestPriority.js +4 -4
  79. package/bin/cloudforceOneRequestPriority.js.map +1 -1
  80. package/bin/config/vars.d.ts +5 -13
  81. package/bin/config/vars.js.map +1 -1
  82. package/bin/connectivityDirectoryService.d.ts +80 -0
  83. package/bin/connectivityDirectoryService.js +74 -0
  84. package/bin/connectivityDirectoryService.js.map +1 -0
  85. package/bin/contentScanning.d.ts +71 -0
  86. package/bin/contentScanning.js +59 -0
  87. package/bin/contentScanning.js.map +1 -0
  88. package/bin/contentScanningExpression.d.ts +3 -11
  89. package/bin/contentScanningExpression.js +0 -2
  90. package/bin/contentScanningExpression.js.map +1 -1
  91. package/bin/customHostname.d.ts +8 -12
  92. package/bin/customHostname.js.map +1 -1
  93. package/bin/customHostnameFallbackOrigin.d.ts +5 -3
  94. package/bin/customHostnameFallbackOrigin.js.map +1 -1
  95. package/bin/customPages.d.ts +112 -0
  96. package/bin/customPages.js +73 -0
  97. package/bin/customPages.js.map +1 -0
  98. package/bin/customSsl.d.ts +23 -52
  99. package/bin/customSsl.js +3 -1
  100. package/bin/customSsl.js.map +1 -1
  101. package/bin/d1database.d.ts +35 -6
  102. package/bin/d1database.js +4 -0
  103. package/bin/d1database.js.map +1 -1
  104. package/bin/dnsFirewall.d.ts +87 -27
  105. package/bin/dnsFirewall.js.map +1 -1
  106. package/bin/dnsRecord.d.ts +11 -11
  107. package/bin/dnsZoneTransfersAcl.d.ts +3 -9
  108. package/bin/dnsZoneTransfersAcl.js.map +1 -1
  109. package/bin/dnsZoneTransfersIncoming.d.ts +7 -4
  110. package/bin/dnsZoneTransfersIncoming.js +0 -3
  111. package/bin/dnsZoneTransfersIncoming.js.map +1 -1
  112. package/bin/dnsZoneTransfersPeer.d.ts +3 -9
  113. package/bin/dnsZoneTransfersPeer.js.map +1 -1
  114. package/bin/dnsZoneTransfersTsig.js +3 -1
  115. package/bin/dnsZoneTransfersTsig.js.map +1 -1
  116. package/bin/emailRoutingAddress.d.ts +7 -3
  117. package/bin/emailRoutingAddress.js.map +1 -1
  118. package/bin/emailRoutingCatchAll.d.ts +7 -3
  119. package/bin/emailRoutingCatchAll.js.map +1 -1
  120. package/bin/emailRoutingDns.d.ts +11 -5
  121. package/bin/emailRoutingDns.js.map +1 -1
  122. package/bin/emailRoutingRule.d.ts +7 -3
  123. package/bin/emailRoutingRule.js.map +1 -1
  124. package/bin/emailRoutingSettings.d.ts +9 -3
  125. package/bin/emailRoutingSettings.js.map +1 -1
  126. package/bin/emailSecurityBlockSender.d.ts +9 -0
  127. package/bin/emailSecurityBlockSender.js.map +1 -1
  128. package/bin/emailSecurityImpersonationRegistry.d.ts +6 -0
  129. package/bin/emailSecurityImpersonationRegistry.js.map +1 -1
  130. package/bin/emailSecurityTrustedDomains.d.ts +16 -10
  131. package/bin/emailSecurityTrustedDomains.js.map +1 -1
  132. package/bin/filter.d.ts +28 -14
  133. package/bin/filter.js +7 -5
  134. package/bin/filter.js.map +1 -1
  135. package/bin/firewallRule.d.ts +5 -7
  136. package/bin/firewallRule.js.map +1 -1
  137. package/bin/getAccount.d.ts +2 -0
  138. package/bin/getAccount.js.map +1 -1
  139. package/bin/getAccountApiTokenPermissionGroups.d.ts +31 -0
  140. package/bin/getAccountApiTokenPermissionGroups.js +26 -0
  141. package/bin/getAccountApiTokenPermissionGroups.js.map +1 -0
  142. package/bin/getAccountApiTokenPermissionGroupsList.d.ts +36 -0
  143. package/bin/getAccountApiTokenPermissionGroupsList.js +28 -0
  144. package/bin/getAccountApiTokenPermissionGroupsList.js.map +1 -0
  145. package/bin/getAccountDnsSettings.d.ts +27 -0
  146. package/bin/getAccountDnsSettings.js +22 -0
  147. package/bin/getAccountDnsSettings.js.map +1 -0
  148. package/bin/getAccountDnsSettingsInternalView.d.ts +34 -0
  149. package/bin/{getDnsSettingsInternalView.js → getAccountDnsSettingsInternalView.js} +8 -8
  150. package/bin/getAccountDnsSettingsInternalView.js.map +1 -0
  151. package/bin/getAccountDnsSettingsInternalViews.d.ts +49 -0
  152. package/bin/{getDnsSettingsInternalViews.js → getAccountDnsSettingsInternalViews.js} +8 -8
  153. package/bin/getAccountDnsSettingsInternalViews.js.map +1 -0
  154. package/bin/getAccountMember.d.ts +1 -0
  155. package/bin/getAccountMember.js.map +1 -1
  156. package/bin/getAccountPermissionGroup.d.ts +28 -0
  157. package/bin/{getPermissionGroup.js → getAccountPermissionGroup.js} +8 -8
  158. package/bin/getAccountPermissionGroup.js.map +1 -0
  159. package/bin/getAccountPermissionGroups.d.ts +35 -0
  160. package/bin/{getPermissionGroups.js → getAccountPermissionGroups.js} +8 -8
  161. package/bin/getAccountPermissionGroups.js.map +1 -0
  162. package/bin/getAddressMap.d.ts +3 -3
  163. package/bin/getApiShield.d.ts +3 -6
  164. package/bin/getApiShield.js +2 -2
  165. package/bin/getApiShield.js.map +1 -1
  166. package/bin/getApiShieldSchema.d.ts +2 -0
  167. package/bin/getApiShieldSchema.js +2 -0
  168. package/bin/getApiShieldSchema.js.map +1 -1
  169. package/bin/getApiShieldSchemaValidationSettings.d.ts +0 -3
  170. package/bin/getApiShieldSchemaValidationSettings.js.map +1 -1
  171. package/bin/getApiTokenPermissionGroupsList.d.ts +33 -0
  172. package/bin/{getApiTokenPermissionsGroupsList.js → getApiTokenPermissionGroupsList.js} +14 -10
  173. package/bin/getApiTokenPermissionGroupsList.js.map +1 -0
  174. package/bin/getArgoSmartRouting.d.ts +3 -3
  175. package/bin/getAuthenticatedOriginPulls.d.ts +2 -0
  176. package/bin/getAuthenticatedOriginPulls.js +2 -0
  177. package/bin/getAuthenticatedOriginPulls.js.map +1 -1
  178. package/bin/getAuthenticatedOriginPullsSettings.d.ts +26 -0
  179. package/bin/getAuthenticatedOriginPullsSettings.js +22 -0
  180. package/bin/getAuthenticatedOriginPullsSettings.js.map +1 -0
  181. package/bin/getBotManagement.d.ts +4 -3
  182. package/bin/getBotManagement.js.map +1 -1
  183. package/bin/getByoIpPrefix.d.ts +24 -5
  184. package/bin/getByoIpPrefix.js +2 -2
  185. package/bin/getByoIpPrefix.js.map +1 -1
  186. package/bin/getCertificatePack.d.ts +19 -6
  187. package/bin/getCertificatePack.js +2 -0
  188. package/bin/getCertificatePack.js.map +1 -1
  189. package/bin/getCloudConnectorRules.d.ts +24 -0
  190. package/bin/{getCloudConnectorRulesList.js → getCloudConnectorRules.js} +8 -10
  191. package/bin/getCloudConnectorRules.js.map +1 -0
  192. package/bin/getCloudforceOneRequest.d.ts +11 -6
  193. package/bin/getCloudforceOneRequest.js +6 -4
  194. package/bin/getCloudforceOneRequest.js.map +1 -1
  195. package/bin/getCloudforceOneRequestAsset.d.ts +10 -10
  196. package/bin/getCloudforceOneRequestAsset.js +6 -6
  197. package/bin/getCloudforceOneRequestAsset.js.map +1 -1
  198. package/bin/getCloudforceOneRequestMessage.d.ts +25 -7
  199. package/bin/getCloudforceOneRequestMessage.js +16 -4
  200. package/bin/getCloudforceOneRequestMessage.js.map +1 -1
  201. package/bin/getCloudforceOneRequestPriority.d.ts +6 -6
  202. package/bin/getCloudforceOneRequestPriority.js +4 -4
  203. package/bin/getCloudforceOneRequestPriority.js.map +1 -1
  204. package/bin/getCloudforceOneRequests.d.ts +33 -3
  205. package/bin/getCloudforceOneRequests.js +22 -2
  206. package/bin/getCloudforceOneRequests.js.map +1 -1
  207. package/bin/getConnectivityDirectoryService.d.ts +37 -0
  208. package/bin/getConnectivityDirectoryService.js +26 -0
  209. package/bin/getConnectivityDirectoryService.js.map +1 -0
  210. package/bin/getConnectivityDirectoryServices.d.ts +33 -0
  211. package/bin/getConnectivityDirectoryServices.js +26 -0
  212. package/bin/getConnectivityDirectoryServices.js.map +1 -0
  213. package/bin/getContentScanning.d.ts +27 -0
  214. package/bin/getContentScanning.js +22 -0
  215. package/bin/getContentScanning.js.map +1 -0
  216. package/bin/getCustomHostnameFallbackOrigin.d.ts +0 -3
  217. package/bin/getCustomHostnameFallbackOrigin.js.map +1 -1
  218. package/bin/getCustomPages.d.ts +35 -0
  219. package/bin/{getDnsSettings.js → getCustomPages.js} +10 -10
  220. package/bin/getCustomPages.js.map +1 -0
  221. package/bin/getCustomPagesList.d.ts +33 -0
  222. package/bin/getCustomPagesList.js +28 -0
  223. package/bin/getCustomPagesList.js.map +1 -0
  224. package/bin/getCustomSsl.d.ts +4 -2
  225. package/bin/getCustomSsl.js +2 -2
  226. package/bin/getCustomSsl.js.map +1 -1
  227. package/bin/getD1Database.d.ts +1 -0
  228. package/bin/getD1Database.js.map +1 -1
  229. package/bin/getDnsFirewall.d.ts +3 -3
  230. package/bin/getDnsZoneTransfersAcl.d.ts +3 -3
  231. package/bin/getDnsZoneTransfersPeer.d.ts +3 -3
  232. package/bin/getDnsZoneTransfersTsig.d.ts +3 -3
  233. package/bin/getEmailRoutingAddress.d.ts +3 -0
  234. package/bin/getEmailRoutingAddress.js.map +1 -1
  235. package/bin/getEmailRoutingCatchAll.d.ts +3 -0
  236. package/bin/getEmailRoutingCatchAll.js.map +1 -1
  237. package/bin/getEmailRoutingDns.d.ts +0 -3
  238. package/bin/getEmailRoutingDns.js.map +1 -1
  239. package/bin/getEmailRoutingRule.d.ts +3 -0
  240. package/bin/getEmailRoutingRule.js.map +1 -1
  241. package/bin/getEmailRoutingSettings.d.ts +3 -0
  242. package/bin/getEmailRoutingSettings.js.map +1 -1
  243. package/bin/getEmailSecurityBlockSenders.d.ts +3 -0
  244. package/bin/getEmailSecurityBlockSenders.js +2 -0
  245. package/bin/getEmailSecurityBlockSenders.js.map +1 -1
  246. package/bin/getEmailSecurityImpersonationRegistry.d.ts +3 -0
  247. package/bin/getEmailSecurityImpersonationRegistry.js.map +1 -1
  248. package/bin/getEmailSecurityTrustedDomainsList.d.ts +3 -0
  249. package/bin/getEmailSecurityTrustedDomainsList.js +2 -0
  250. package/bin/getEmailSecurityTrustedDomainsList.js.map +1 -1
  251. package/bin/getHealthcheck.d.ts +3 -3
  252. package/bin/getHostnameTlsSetting.d.ts +0 -3
  253. package/bin/getHostnameTlsSetting.js.map +1 -1
  254. package/bin/getHyperdriveConfig.d.ts +2 -0
  255. package/bin/getHyperdriveConfig.js.map +1 -1
  256. package/bin/getImage.d.ts +1 -0
  257. package/bin/getImage.js.map +1 -1
  258. package/bin/getImageVariant.d.ts +0 -3
  259. package/bin/getImageVariant.js.map +1 -1
  260. package/bin/getImages.d.ts +3 -0
  261. package/bin/getImages.js +2 -0
  262. package/bin/getImages.js.map +1 -1
  263. package/bin/getKeylessCertificate.d.ts +3 -3
  264. package/bin/getLeakedCredentialCheckRule.d.ts +27 -0
  265. package/bin/getLeakedCredentialCheckRule.js +24 -0
  266. package/bin/getLeakedCredentialCheckRule.js.map +1 -0
  267. package/bin/getList.d.ts +8 -3
  268. package/bin/getList.js +2 -0
  269. package/bin/getList.js.map +1 -1
  270. package/bin/getListItem.d.ts +3 -3
  271. package/bin/getListItem.js +2 -2
  272. package/bin/getListItem.js.map +1 -1
  273. package/bin/getListItems.d.ts +3 -0
  274. package/bin/getListItems.js +2 -0
  275. package/bin/getListItems.js.map +1 -1
  276. package/bin/getLoadBalancer.d.ts +3 -15
  277. package/bin/getLoadBalancer.js +0 -8
  278. package/bin/getLoadBalancer.js.map +1 -1
  279. package/bin/getLoadBalancerMonitor.d.ts +3 -3
  280. package/bin/getLoadBalancerPool.d.ts +1 -0
  281. package/bin/getLoadBalancerPool.js.map +1 -1
  282. package/bin/getLogpullRetention.d.ts +0 -3
  283. package/bin/getLogpullRetention.js.map +1 -1
  284. package/bin/getLogpushDatasetField.d.ts +4 -4
  285. package/bin/getLogpushDatasetField.js +2 -0
  286. package/bin/getLogpushDatasetField.js.map +1 -1
  287. package/bin/getLogpushDatasetJob.d.ts +10 -4
  288. package/bin/getLogpushDatasetJob.js +2 -0
  289. package/bin/getLogpushDatasetJob.js.map +1 -1
  290. package/bin/getLogpushJob.d.ts +11 -5
  291. package/bin/getLogpushJob.js +0 -2
  292. package/bin/getLogpushJob.js.map +1 -1
  293. package/bin/getMagicNetworkMonitoringRule.d.ts +7 -3
  294. package/bin/getMagicNetworkMonitoringRule.js.map +1 -1
  295. package/bin/getMagicTransitConnector.d.ts +4 -3
  296. package/bin/getMagicTransitConnector.js.map +1 -1
  297. package/bin/getMagicTransitSiteAcl.d.ts +3 -3
  298. package/bin/getMagicTransitSiteLan.d.ts +5 -3
  299. package/bin/getMagicTransitSiteLan.js +2 -0
  300. package/bin/getMagicTransitSiteLan.js.map +1 -1
  301. package/bin/getMagicTransitSiteWan.d.ts +5 -3
  302. package/bin/getMagicTransitSiteWan.js +2 -0
  303. package/bin/getMagicTransitSiteWan.js.map +1 -1
  304. package/bin/getMagicWanGreTunnel.d.ts +0 -3
  305. package/bin/getMagicWanGreTunnel.js.map +1 -1
  306. package/bin/getMagicWanIpsecTunnel.d.ts +0 -3
  307. package/bin/getMagicWanIpsecTunnel.js.map +1 -1
  308. package/bin/getMagicWanStaticRoute.d.ts +0 -3
  309. package/bin/getMagicWanStaticRoute.js.map +1 -1
  310. package/bin/getManagedTransforms.d.ts +0 -3
  311. package/bin/getManagedTransforms.js.map +1 -1
  312. package/bin/getMtlsCertificate.d.ts +3 -3
  313. package/bin/getNotificationPolicy.d.ts +3 -3
  314. package/bin/getNotificationPolicyWebhooks.d.ts +3 -3
  315. package/bin/getObservatoryScheduledTest.d.ts +4 -0
  316. package/bin/getObservatoryScheduledTest.js +4 -0
  317. package/bin/getObservatoryScheduledTest.js.map +1 -1
  318. package/bin/getOrganization.d.ts +32 -0
  319. package/bin/getOrganization.js +26 -0
  320. package/bin/getOrganization.js.map +1 -0
  321. package/bin/getOrganizationProfile.d.ts +30 -0
  322. package/bin/getOrganizationProfile.js +22 -0
  323. package/bin/getOrganizationProfile.js.map +1 -0
  324. package/bin/getOrganizations.d.ts +42 -0
  325. package/bin/getOrganizations.js +36 -0
  326. package/bin/getOrganizations.js.map +1 -0
  327. package/bin/getOriginCaCertificates.d.ts +11 -5
  328. package/bin/getOriginCaCertificates.js +4 -2
  329. package/bin/getOriginCaCertificates.js.map +1 -1
  330. package/bin/getPageShieldPolicy.d.ts +3 -3
  331. package/bin/getPagesDomain.d.ts +3 -3
  332. package/bin/getPagesProject.d.ts +5 -0
  333. package/bin/getPagesProject.js.map +1 -1
  334. package/bin/getQueue.d.ts +2 -2
  335. package/bin/getQueueConsumer.d.ts +2 -0
  336. package/bin/getQueueConsumer.js +2 -0
  337. package/bin/getQueueConsumer.js.map +1 -1
  338. package/bin/getQueueConsumers.d.ts +33 -0
  339. package/bin/getQueueConsumers.js +26 -0
  340. package/bin/getQueueConsumers.js.map +1 -0
  341. package/bin/getR2Bucket.d.ts +1 -3
  342. package/bin/getR2Bucket.js.map +1 -1
  343. package/bin/getR2BucketEventNotification.d.ts +5 -1
  344. package/bin/getR2BucketEventNotification.js +2 -0
  345. package/bin/getR2BucketEventNotification.js.map +1 -1
  346. package/bin/getR2CustomDomain.d.ts +3 -3
  347. package/bin/getR2CustomDomain.js +2 -2
  348. package/bin/getR2CustomDomain.js.map +1 -1
  349. package/bin/getRateLimit.d.ts +3 -3
  350. package/bin/getRegionalHostname.d.ts +3 -2
  351. package/bin/getRegionalHostname.js.map +1 -1
  352. package/bin/getRuleset.d.ts +14 -1
  353. package/bin/getRuleset.js +2 -0
  354. package/bin/getRuleset.js.map +1 -1
  355. package/bin/getRulesets.d.ts +4 -0
  356. package/bin/getRulesets.js.map +1 -1
  357. package/bin/getSchemaValidationOperationSettings.d.ts +29 -0
  358. package/bin/getSchemaValidationOperationSettings.js +24 -0
  359. package/bin/getSchemaValidationOperationSettings.js.map +1 -0
  360. package/bin/getSchemaValidationOperationSettingsList.d.ts +30 -0
  361. package/bin/getSchemaValidationOperationSettingsList.js +24 -0
  362. package/bin/getSchemaValidationOperationSettingsList.js.map +1 -0
  363. package/bin/getSchemaValidationSchemas.d.ts +38 -0
  364. package/bin/getSchemaValidationSchemas.js +28 -0
  365. package/bin/getSchemaValidationSchemas.js.map +1 -0
  366. package/bin/getSchemaValidationSchemasList.d.ts +36 -0
  367. package/bin/getSchemaValidationSchemasList.js +28 -0
  368. package/bin/getSchemaValidationSchemasList.js.map +1 -0
  369. package/bin/getSchemaValidationSettings.d.ts +27 -0
  370. package/bin/getSchemaValidationSettings.js +22 -0
  371. package/bin/getSchemaValidationSettings.js.map +1 -0
  372. package/bin/getSnippet.d.ts +30 -0
  373. package/bin/getSnippet.js +24 -0
  374. package/bin/getSnippet.js.map +1 -0
  375. package/bin/getSnippetList.d.ts +30 -0
  376. package/bin/getSnippetList.js +24 -0
  377. package/bin/getSnippetList.js.map +1 -0
  378. package/bin/getSnippets.d.ts +2 -0
  379. package/bin/getSnippets.js +2 -0
  380. package/bin/getSnippets.js.map +1 -1
  381. package/bin/getSpectrumApplication.d.ts +7 -3
  382. package/bin/getSpectrumApplication.js +2 -0
  383. package/bin/getSpectrumApplication.js.map +1 -1
  384. package/bin/getSsoConnector.d.ts +32 -0
  385. package/bin/getSsoConnector.js +24 -0
  386. package/bin/getSsoConnector.js.map +1 -0
  387. package/bin/getSsoConnectors.d.ts +30 -0
  388. package/bin/getSsoConnectors.js +24 -0
  389. package/bin/getSsoConnectors.js.map +1 -0
  390. package/bin/getStreamCaptionLanguage.d.ts +2 -0
  391. package/bin/getStreamCaptionLanguage.js +2 -0
  392. package/bin/getStreamCaptionLanguage.js.map +1 -1
  393. package/bin/getStreams.d.ts +3 -0
  394. package/bin/getStreams.js +2 -0
  395. package/bin/getStreams.js.map +1 -1
  396. package/bin/getTokenValidationConfig.d.ts +33 -0
  397. package/bin/getTokenValidationConfig.js +24 -0
  398. package/bin/getTokenValidationConfig.js.map +1 -0
  399. package/bin/getTokenValidationConfigs.d.ts +30 -0
  400. package/bin/getTokenValidationConfigs.js +24 -0
  401. package/bin/getTokenValidationConfigs.js.map +1 -0
  402. package/bin/getTokenValidationRules.d.ts +38 -0
  403. package/bin/getTokenValidationRules.js +26 -0
  404. package/bin/getTokenValidationRules.js.map +1 -0
  405. package/bin/getTokenValidationRulesList.d.ts +47 -0
  406. package/bin/getTokenValidationRulesList.js +38 -0
  407. package/bin/getTokenValidationRulesList.js.map +1 -0
  408. package/bin/getTotalTls.d.ts +0 -3
  409. package/bin/getTotalTls.js.map +1 -1
  410. package/bin/getUniversalSslSetting.d.ts +23 -0
  411. package/bin/getUniversalSslSetting.js +22 -0
  412. package/bin/getUniversalSslSetting.js.map +1 -0
  413. package/bin/getUrlNormalizationSettings.d.ts +0 -3
  414. package/bin/getUrlNormalizationSettings.js.map +1 -1
  415. package/bin/getUser.d.ts +14 -3
  416. package/bin/getUser.js.map +1 -1
  417. package/bin/getUserAgentBlockingRule.d.ts +12 -6
  418. package/bin/getUserAgentBlockingRule.js +2 -0
  419. package/bin/getUserAgentBlockingRule.js.map +1 -1
  420. package/bin/getUserAgentBlockingRules.d.ts +6 -6
  421. package/bin/getUserAgentBlockingRules.js +4 -4
  422. package/bin/getUserAgentBlockingRules.js.map +1 -1
  423. package/bin/getWaitingRoom.d.ts +3 -3
  424. package/bin/getWaitingRoomEvent.d.ts +5 -3
  425. package/bin/getWaitingRoomEvent.js.map +1 -1
  426. package/bin/getWaitingRoomSettings.d.ts +0 -3
  427. package/bin/getWaitingRoomSettings.js.map +1 -1
  428. package/bin/getWaitingRooms.d.ts +8 -5
  429. package/bin/getWaitingRooms.js +4 -0
  430. package/bin/getWaitingRooms.js.map +1 -1
  431. package/bin/getWeb3Hostname.d.ts +3 -3
  432. package/bin/getWorker.d.ts +35 -0
  433. package/bin/getWorker.js +24 -0
  434. package/bin/getWorker.js.map +1 -0
  435. package/bin/getWorkerVersion.d.ts +51 -0
  436. package/bin/{getWorkersSecret.js → getWorkerVersion.js} +14 -14
  437. package/bin/getWorkerVersion.js.map +1 -0
  438. package/bin/getWorkerVersions.d.ts +33 -0
  439. package/bin/{getWorkersSecrets.js → getWorkerVersions.js} +10 -12
  440. package/bin/getWorkerVersions.js.map +1 -0
  441. package/bin/getWorkers.d.ts +30 -0
  442. package/bin/getWorkers.js +24 -0
  443. package/bin/getWorkers.js.map +1 -0
  444. package/bin/getWorkersCronTrigger.d.ts +0 -3
  445. package/bin/getWorkersCronTrigger.js.map +1 -1
  446. package/bin/getWorkersCustomDomain.d.ts +3 -0
  447. package/bin/getWorkersCustomDomain.js.map +1 -1
  448. package/bin/getWorkersDeployment.d.ts +9 -4
  449. package/bin/getWorkersDeployment.js +2 -0
  450. package/bin/getWorkersDeployment.js.map +1 -1
  451. package/bin/getWorkersForPlatformsDispatchNamespace.d.ts +4 -3
  452. package/bin/getWorkersForPlatformsDispatchNamespace.js.map +1 -1
  453. package/bin/getWorkersKv.d.ts +0 -3
  454. package/bin/getWorkersKv.js.map +1 -1
  455. package/bin/getWorkersScript.d.ts +8 -6
  456. package/bin/getWorkersScript.js +2 -0
  457. package/bin/getWorkersScript.js.map +1 -1
  458. package/bin/getWorkersScripts.d.ts +3 -0
  459. package/bin/getWorkersScripts.js +2 -0
  460. package/bin/getWorkersScripts.js.map +1 -1
  461. package/bin/getWorkflow.d.ts +37 -0
  462. package/bin/getWorkflow.js +26 -0
  463. package/bin/getWorkflow.js.map +1 -0
  464. package/bin/getWorkflows.d.ts +33 -0
  465. package/bin/getWorkflows.js +26 -0
  466. package/bin/getWorkflows.js.map +1 -0
  467. package/bin/getZeroTrustAccessAiControlsMcpPortal.d.ts +37 -0
  468. package/bin/getZeroTrustAccessAiControlsMcpPortal.js +26 -0
  469. package/bin/getZeroTrustAccessAiControlsMcpPortal.js.map +1 -0
  470. package/bin/getZeroTrustAccessAiControlsMcpPortals.d.ts +33 -0
  471. package/bin/getZeroTrustAccessAiControlsMcpPortals.js +26 -0
  472. package/bin/getZeroTrustAccessAiControlsMcpPortals.js.map +1 -0
  473. package/bin/getZeroTrustAccessAiControlsMcpServer.d.ts +46 -0
  474. package/bin/getZeroTrustAccessAiControlsMcpServer.js +26 -0
  475. package/bin/getZeroTrustAccessAiControlsMcpServer.js.map +1 -0
  476. package/bin/getZeroTrustAccessAiControlsMcpServers.d.ts +33 -0
  477. package/bin/getZeroTrustAccessAiControlsMcpServers.js +26 -0
  478. package/bin/getZeroTrustAccessAiControlsMcpServers.js.map +1 -0
  479. package/bin/getZeroTrustAccessApplication.d.ts +5 -2
  480. package/bin/getZeroTrustAccessApplication.js.map +1 -1
  481. package/bin/getZeroTrustAccessApplications.d.ts +3 -0
  482. package/bin/getZeroTrustAccessApplications.js +2 -0
  483. package/bin/getZeroTrustAccessApplications.js.map +1 -1
  484. package/bin/getZeroTrustAccessCustomPage.d.ts +3 -6
  485. package/bin/getZeroTrustAccessCustomPage.js.map +1 -1
  486. package/bin/getZeroTrustAccessGroup.d.ts +0 -2
  487. package/bin/getZeroTrustAccessGroup.js.map +1 -1
  488. package/bin/getZeroTrustAccessKeyConfiguration.d.ts +0 -3
  489. package/bin/getZeroTrustAccessKeyConfiguration.js.map +1 -1
  490. package/bin/getZeroTrustAccessMtlsCertificate.d.ts +5 -7
  491. package/bin/getZeroTrustAccessMtlsCertificate.js +0 -2
  492. package/bin/getZeroTrustAccessMtlsCertificate.js.map +1 -1
  493. package/bin/getZeroTrustAccessPolicy.d.ts +3 -3
  494. package/bin/getZeroTrustAccessServiceToken.d.ts +0 -3
  495. package/bin/getZeroTrustAccessServiceToken.js.map +1 -1
  496. package/bin/getZeroTrustAccessTag.d.ts +3 -6
  497. package/bin/getZeroTrustAccessTag.js.map +1 -1
  498. package/bin/getZeroTrustDeviceCustomProfile.d.ts +4 -2
  499. package/bin/getZeroTrustDeviceCustomProfile.js.map +1 -1
  500. package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +0 -3
  501. package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -1
  502. package/bin/getZeroTrustDeviceDefaultProfile.d.ts +2 -3
  503. package/bin/getZeroTrustDeviceDefaultProfile.js.map +1 -1
  504. package/bin/getZeroTrustDeviceDefaultProfileCertificates.d.ts +1 -0
  505. package/bin/getZeroTrustDeviceDefaultProfileCertificates.js.map +1 -1
  506. package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +0 -3
  507. package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -1
  508. package/bin/getZeroTrustDeviceManagedNetworks.d.ts +2 -2
  509. package/bin/getZeroTrustDevicePostureIntegration.d.ts +3 -3
  510. package/bin/getZeroTrustDevicePostureRule.d.ts +3 -3
  511. package/bin/getZeroTrustDeviceSettings.d.ts +34 -0
  512. package/bin/getZeroTrustDeviceSettings.js +22 -0
  513. package/bin/getZeroTrustDeviceSettings.js.map +1 -0
  514. package/bin/getZeroTrustDexTest.d.ts +6 -3
  515. package/bin/getZeroTrustDexTest.js +2 -0
  516. package/bin/getZeroTrustDexTest.js.map +1 -1
  517. package/bin/getZeroTrustDlpCustomEntries.d.ts +30 -0
  518. package/bin/getZeroTrustDlpCustomEntries.js +24 -0
  519. package/bin/getZeroTrustDlpCustomEntries.js.map +1 -0
  520. package/bin/getZeroTrustDlpCustomEntry.d.ts +40 -0
  521. package/bin/getZeroTrustDlpCustomEntry.js +24 -0
  522. package/bin/getZeroTrustDlpCustomEntry.js.map +1 -0
  523. package/bin/getZeroTrustDlpCustomProfile.d.ts +3 -0
  524. package/bin/getZeroTrustDlpCustomProfile.js.map +1 -1
  525. package/bin/getZeroTrustDlpDataset.d.ts +1 -0
  526. package/bin/getZeroTrustDlpDataset.js.map +1 -1
  527. package/bin/getZeroTrustDlpEntry.d.ts +7 -3
  528. package/bin/getZeroTrustDlpEntry.js.map +1 -1
  529. package/bin/getZeroTrustDlpIntegrationEntries.d.ts +30 -0
  530. package/bin/getZeroTrustDlpIntegrationEntries.js +24 -0
  531. package/bin/getZeroTrustDlpIntegrationEntries.js.map +1 -0
  532. package/bin/getZeroTrustDlpIntegrationEntry.d.ts +40 -0
  533. package/bin/getZeroTrustDlpIntegrationEntry.js +24 -0
  534. package/bin/getZeroTrustDlpIntegrationEntry.js.map +1 -0
  535. package/bin/getZeroTrustDlpPredefinedEntries.d.ts +30 -0
  536. package/bin/getZeroTrustDlpPredefinedEntries.js +24 -0
  537. package/bin/{getApiTokenPermissionsGroupsList.js.map → getZeroTrustDlpPredefinedEntries.js.map} +1 -1
  538. package/bin/getZeroTrustDlpPredefinedEntry.d.ts +40 -0
  539. package/bin/getZeroTrustDlpPredefinedEntry.js +24 -0
  540. package/bin/getZeroTrustDlpPredefinedEntry.js.map +1 -0
  541. package/bin/getZeroTrustDlpPredefinedProfile.d.ts +4 -5
  542. package/bin/getZeroTrustDlpPredefinedProfile.js.map +1 -1
  543. package/bin/getZeroTrustDnsLocation.d.ts +3 -3
  544. package/bin/getZeroTrustGatewayCertificate.d.ts +3 -3
  545. package/bin/getZeroTrustGatewayPolicy.d.ts +7 -3
  546. package/bin/getZeroTrustGatewayPolicy.js.map +1 -1
  547. package/bin/getZeroTrustGatewayProxyEndpoint.d.ts +1 -0
  548. package/bin/getZeroTrustGatewayProxyEndpoint.js.map +1 -1
  549. package/bin/getZeroTrustGatewayProxyEndpoints.d.ts +30 -0
  550. package/bin/getZeroTrustGatewayProxyEndpoints.js +24 -0
  551. package/bin/getZeroTrustGatewayProxyEndpoints.js.map +1 -0
  552. package/bin/getZeroTrustGatewaySettings.d.ts +0 -3
  553. package/bin/getZeroTrustGatewaySettings.js.map +1 -1
  554. package/bin/getZeroTrustList.d.ts +1 -0
  555. package/bin/getZeroTrustList.js.map +1 -1
  556. package/bin/getZeroTrustNetworkHostnameRoute.d.ts +36 -0
  557. package/bin/getZeroTrustNetworkHostnameRoute.js +26 -0
  558. package/bin/getZeroTrustNetworkHostnameRoute.js.map +1 -0
  559. package/bin/getZeroTrustNetworkHostnameRoutes.d.ts +44 -0
  560. package/bin/getZeroTrustNetworkHostnameRoutes.js +36 -0
  561. package/bin/getZeroTrustNetworkHostnameRoutes.js.map +1 -0
  562. package/bin/getZeroTrustOrganization.d.ts +0 -2
  563. package/bin/getZeroTrustOrganization.js.map +1 -1
  564. package/bin/getZeroTrustRiskScoringIntegration.d.ts +3 -3
  565. package/bin/getZeroTrustTunnelCloudflared.d.ts +7 -0
  566. package/bin/getZeroTrustTunnelCloudflared.js.map +1 -1
  567. package/bin/getZeroTrustTunnelCloudflaredConfig.d.ts +16 -2
  568. package/bin/getZeroTrustTunnelCloudflaredConfig.js +10 -4
  569. package/bin/getZeroTrustTunnelCloudflaredConfig.js.map +1 -1
  570. package/bin/getZeroTrustTunnelCloudflaredRoutes.d.ts +4 -4
  571. package/bin/getZeroTrustTunnelCloudflaredToken.d.ts +1 -0
  572. package/bin/getZeroTrustTunnelCloudflaredToken.js.map +1 -1
  573. package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +3 -0
  574. package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js +2 -0
  575. package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -1
  576. package/bin/getZeroTrustTunnelWarpConnector.d.ts +43 -0
  577. package/bin/getZeroTrustTunnelWarpConnector.js +26 -0
  578. package/bin/getZeroTrustTunnelWarpConnector.js.map +1 -0
  579. package/bin/getZeroTrustTunnelWarpConnectorToken.d.ts +29 -0
  580. package/bin/getZeroTrustTunnelWarpConnectorToken.js +24 -0
  581. package/bin/getZeroTrustTunnelWarpConnectorToken.js.map +1 -0
  582. package/bin/getZeroTrustTunnelWarpConnectors.d.ts +57 -0
  583. package/bin/getZeroTrustTunnelWarpConnectors.js +42 -0
  584. package/bin/getZeroTrustTunnelWarpConnectors.js.map +1 -0
  585. package/bin/getZone.d.ts +12 -1
  586. package/bin/getZone.js.map +1 -1
  587. package/bin/getZoneCacheVariants.d.ts +2 -1
  588. package/bin/getZoneCacheVariants.js.map +1 -1
  589. package/bin/getZoneDnsSettings.d.ts +35 -0
  590. package/bin/getZoneDnsSettings.js +22 -0
  591. package/bin/getZoneDnsSettings.js.map +1 -0
  592. package/bin/getZoneDnssec.d.ts +1 -3
  593. package/bin/getZoneDnssec.js.map +1 -1
  594. package/bin/getZoneHold.d.ts +0 -3
  595. package/bin/getZoneHold.js.map +1 -1
  596. package/bin/getZoneSubscription.d.ts +11 -6
  597. package/bin/getZoneSubscription.js +2 -2
  598. package/bin/getZoneSubscription.js.map +1 -1
  599. package/bin/healthcheck.d.ts +8 -12
  600. package/bin/healthcheck.js.map +1 -1
  601. package/bin/hostnameTlsSetting.d.ts +8 -5
  602. package/bin/hostnameTlsSetting.js +3 -0
  603. package/bin/hostnameTlsSetting.js.map +1 -1
  604. package/bin/hyperdriveConfig.d.ts +32 -8
  605. package/bin/hyperdriveConfig.js +4 -0
  606. package/bin/hyperdriveConfig.js.map +1 -1
  607. package/bin/image.d.ts +26 -4
  608. package/bin/image.js +7 -0
  609. package/bin/image.js.map +1 -1
  610. package/bin/index.d.ts +260 -43
  611. package/bin/index.js +350 -64
  612. package/bin/index.js.map +1 -1
  613. package/bin/keylessCertificate.d.ts +18 -13
  614. package/bin/keylessCertificate.js.map +1 -1
  615. package/bin/leakedCredentialCheck.d.ts +6 -6
  616. package/bin/leakedCredentialCheckRule.d.ts +9 -9
  617. package/bin/list.d.ts +22 -5
  618. package/bin/list.js +2 -0
  619. package/bin/list.js.map +1 -1
  620. package/bin/listItem.d.ts +11 -14
  621. package/bin/listItem.js +3 -0
  622. package/bin/listItem.js.map +1 -1
  623. package/bin/loadBalancer.d.ts +79 -155
  624. package/bin/loadBalancer.js +2 -0
  625. package/bin/loadBalancer.js.map +1 -1
  626. package/bin/loadBalancerMonitor.d.ts +43 -70
  627. package/bin/loadBalancerMonitor.js.map +1 -1
  628. package/bin/loadBalancerPool.d.ts +38 -50
  629. package/bin/loadBalancerPool.js +2 -0
  630. package/bin/loadBalancerPool.js.map +1 -1
  631. package/bin/logpullRetention.d.ts +3 -3
  632. package/bin/logpushJob.d.ts +75 -94
  633. package/bin/logpushJob.js +5 -1
  634. package/bin/logpushJob.js.map +1 -1
  635. package/bin/logpushOwnershipChallenge.d.ts +3 -6
  636. package/bin/logpushOwnershipChallenge.js.map +1 -1
  637. package/bin/magicNetworkMonitoringConfiguration.d.ts +4 -7
  638. package/bin/magicNetworkMonitoringConfiguration.js.map +1 -1
  639. package/bin/magicNetworkMonitoringRule.d.ts +60 -49
  640. package/bin/magicNetworkMonitoringRule.js +8 -5
  641. package/bin/magicNetworkMonitoringRule.js.map +1 -1
  642. package/bin/magicTransitConnector.d.ts +14 -14
  643. package/bin/magicTransitConnector.js +7 -11
  644. package/bin/magicTransitConnector.js.map +1 -1
  645. package/bin/magicTransitSite.d.ts +1 -1
  646. package/bin/magicTransitSiteAcl.d.ts +6 -15
  647. package/bin/magicTransitSiteAcl.js.map +1 -1
  648. package/bin/magicTransitSiteLan.d.ts +11 -14
  649. package/bin/magicTransitSiteLan.js +0 -3
  650. package/bin/magicTransitSiteLan.js.map +1 -1
  651. package/bin/magicTransitSiteWan.d.ts +13 -11
  652. package/bin/magicTransitSiteWan.js +0 -3
  653. package/bin/magicTransitSiteWan.js.map +1 -1
  654. package/bin/magicWanGreTunnel.d.ts +55 -36
  655. package/bin/magicWanGreTunnel.js +21 -10
  656. package/bin/magicWanGreTunnel.js.map +1 -1
  657. package/bin/magicWanIpsecTunnel.d.ts +67 -29
  658. package/bin/magicWanIpsecTunnel.js +21 -11
  659. package/bin/magicWanIpsecTunnel.js.map +1 -1
  660. package/bin/magicWanStaticRoute.d.ts +23 -29
  661. package/bin/magicWanStaticRoute.js +13 -10
  662. package/bin/magicWanStaticRoute.js.map +1 -1
  663. package/bin/mtlsCertificate.d.ts +6 -6
  664. package/bin/mtlsCertificate.js +3 -1
  665. package/bin/mtlsCertificate.js.map +1 -1
  666. package/bin/notificationPolicy.d.ts +10 -13
  667. package/bin/notificationPolicy.js.map +1 -1
  668. package/bin/notificationPolicyWebhooks.d.ts +5 -6
  669. package/bin/notificationPolicyWebhooks.js +3 -1
  670. package/bin/notificationPolicyWebhooks.js.map +1 -1
  671. package/bin/observatoryScheduledTest.d.ts +7 -3
  672. package/bin/observatoryScheduledTest.js.map +1 -1
  673. package/bin/organization.d.ts +51 -0
  674. package/bin/organization.js +57 -0
  675. package/bin/organization.js.map +1 -0
  676. package/bin/organizationProfile.d.ts +54 -0
  677. package/bin/organizationProfile.js +77 -0
  678. package/bin/organizationProfile.js.map +1 -0
  679. package/bin/originCaCertificate.d.ts +16 -13
  680. package/bin/originCaCertificate.js +9 -0
  681. package/bin/originCaCertificate.js.map +1 -1
  682. package/bin/package.json +5 -5
  683. package/bin/pageRule.d.ts +21 -12
  684. package/bin/pageRule.js.map +1 -1
  685. package/bin/pageShieldPolicy.d.ts +3 -0
  686. package/bin/pageShieldPolicy.js.map +1 -1
  687. package/bin/pagesDomain.d.ts +24 -3
  688. package/bin/pagesDomain.js.map +1 -1
  689. package/bin/pagesProject.d.ts +61 -11
  690. package/bin/pagesProject.js +14 -1
  691. package/bin/pagesProject.js.map +1 -1
  692. package/bin/provider.d.ts +26 -26
  693. package/bin/provider.js +9 -0
  694. package/bin/provider.js.map +1 -1
  695. package/bin/queueConsumer.d.ts +11 -6
  696. package/bin/queueConsumer.js +1 -1
  697. package/bin/queueConsumer.js.map +1 -1
  698. package/bin/r2bucket.d.ts +24 -15
  699. package/bin/r2bucket.js.map +1 -1
  700. package/bin/r2bucketCors.d.ts +19 -7
  701. package/bin/r2bucketCors.js +2 -0
  702. package/bin/r2bucketCors.js.map +1 -1
  703. package/bin/r2bucketEventNotification.d.ts +31 -19
  704. package/bin/r2bucketEventNotification.js +10 -2
  705. package/bin/r2bucketEventNotification.js.map +1 -1
  706. package/bin/r2bucketLifecycle.d.ts +19 -7
  707. package/bin/r2bucketLifecycle.js +2 -0
  708. package/bin/r2bucketLifecycle.js.map +1 -1
  709. package/bin/r2bucketLock.d.ts +19 -7
  710. package/bin/r2bucketLock.js +2 -0
  711. package/bin/r2bucketLock.js.map +1 -1
  712. package/bin/r2bucketSippy.d.ts +28 -16
  713. package/bin/r2bucketSippy.js +2 -0
  714. package/bin/r2bucketSippy.js.map +1 -1
  715. package/bin/r2customDomain.d.ts +38 -23
  716. package/bin/r2customDomain.js +4 -2
  717. package/bin/r2customDomain.js.map +1 -1
  718. package/bin/r2managedDomain.d.ts +25 -13
  719. package/bin/r2managedDomain.js +2 -0
  720. package/bin/r2managedDomain.js.map +1 -1
  721. package/bin/rateLimit.d.ts +13 -21
  722. package/bin/rateLimit.js.map +1 -1
  723. package/bin/regionalHostname.d.ts +18 -9
  724. package/bin/regionalHostname.js +2 -0
  725. package/bin/regionalHostname.js.map +1 -1
  726. package/bin/regionalTieredCache.d.ts +8 -5
  727. package/bin/regionalTieredCache.js.map +1 -1
  728. package/bin/ruleset.d.ts +29 -7
  729. package/bin/ruleset.js +4 -3
  730. package/bin/ruleset.js.map +1 -1
  731. package/bin/schemaValidationOperationSettings.d.ts +90 -0
  732. package/bin/schemaValidationOperationSettings.js +62 -0
  733. package/bin/schemaValidationOperationSettings.js.map +1 -0
  734. package/bin/schemaValidationSchemas.d.ts +109 -0
  735. package/bin/schemaValidationSchemas.js +73 -0
  736. package/bin/schemaValidationSchemas.js.map +1 -0
  737. package/bin/schemaValidationSettings.d.ts +102 -0
  738. package/bin/schemaValidationSettings.js +59 -0
  739. package/bin/schemaValidationSettings.js.map +1 -0
  740. package/bin/snippet.d.ts +102 -0
  741. package/bin/snippet.js +71 -0
  742. package/bin/snippet.js.map +1 -0
  743. package/bin/snippetRules.d.ts +7 -21
  744. package/bin/snippetRules.js +3 -8
  745. package/bin/snippetRules.js.map +1 -1
  746. package/bin/snippets.d.ts +26 -17
  747. package/bin/snippets.js +6 -0
  748. package/bin/snippets.js.map +1 -1
  749. package/bin/spectrumApplication.d.ts +39 -51
  750. package/bin/spectrumApplication.js.map +1 -1
  751. package/bin/ssoConnector.d.ts +116 -0
  752. package/bin/ssoConnector.js +69 -0
  753. package/bin/ssoConnector.js.map +1 -0
  754. package/bin/stream.d.ts +23 -56
  755. package/bin/stream.js.map +1 -1
  756. package/bin/streamAudioTrack.d.ts +2 -0
  757. package/bin/streamAudioTrack.js.map +1 -1
  758. package/bin/streamCaptionLanguage.d.ts +5 -3
  759. package/bin/streamCaptionLanguage.js.map +1 -1
  760. package/bin/streamDownload.d.ts +3 -3
  761. package/bin/streamKey.d.ts +3 -3
  762. package/bin/streamKey.js +2 -0
  763. package/bin/streamKey.js.map +1 -1
  764. package/bin/streamLiveInput.d.ts +11 -18
  765. package/bin/streamLiveInput.js.map +1 -1
  766. package/bin/streamWatermark.d.ts +12 -27
  767. package/bin/streamWatermark.js.map +1 -1
  768. package/bin/tieredCache.d.ts +11 -8
  769. package/bin/tieredCache.js.map +1 -1
  770. package/bin/tokenValidationConfig.d.ts +78 -0
  771. package/bin/tokenValidationConfig.js +81 -0
  772. package/bin/tokenValidationConfig.js.map +1 -0
  773. package/bin/tokenValidationRules.d.ts +153 -0
  774. package/bin/tokenValidationRules.js +88 -0
  775. package/bin/tokenValidationRules.js.map +1 -0
  776. package/bin/totalTls.d.ts +11 -9
  777. package/bin/totalTls.js.map +1 -1
  778. package/bin/turnstileWidget.d.ts +35 -23
  779. package/bin/turnstileWidget.js +2 -0
  780. package/bin/turnstileWidget.js.map +1 -1
  781. package/bin/types/input.d.ts +3960 -1625
  782. package/bin/types/output.d.ts +16939 -9570
  783. package/bin/universalSslSetting.d.ts +96 -0
  784. package/bin/universalSslSetting.js +54 -0
  785. package/bin/universalSslSetting.js.map +1 -0
  786. package/bin/urlNormalizationSettings.d.ts +6 -0
  787. package/bin/urlNormalizationSettings.js.map +1 -1
  788. package/bin/user.d.ts +60 -0
  789. package/bin/user.js +16 -0
  790. package/bin/user.js.map +1 -1
  791. package/bin/userAgentBlockingRule.d.ts +21 -15
  792. package/bin/userAgentBlockingRule.js +4 -2
  793. package/bin/userAgentBlockingRule.js.map +1 -1
  794. package/bin/utilities.d.ts +0 -4
  795. package/bin/utilities.js +4 -3
  796. package/bin/utilities.js.map +1 -1
  797. package/bin/waitingRoom.d.ts +399 -369
  798. package/bin/waitingRoom.js.map +1 -1
  799. package/bin/waitingRoomEvent.d.ts +63 -72
  800. package/bin/waitingRoomEvent.js +4 -0
  801. package/bin/waitingRoomEvent.js.map +1 -1
  802. package/bin/waitingRoomRules.d.ts +3 -45
  803. package/bin/waitingRoomRules.js +0 -12
  804. package/bin/waitingRoomRules.js.map +1 -1
  805. package/bin/waitingRoomSettings.d.ts +12 -9
  806. package/bin/waitingRoomSettings.js.map +1 -1
  807. package/bin/web3Hostname.d.ts +22 -17
  808. package/bin/web3Hostname.js.map +1 -1
  809. package/bin/webAnalyticsRule.d.ts +3 -3
  810. package/bin/webAnalyticsSite.d.ts +27 -3
  811. package/bin/webAnalyticsSite.js +4 -0
  812. package/bin/webAnalyticsSite.js.map +1 -1
  813. package/bin/worker.d.ts +146 -0
  814. package/bin/{workersSecret.js → worker.js} +26 -24
  815. package/bin/worker.js.map +1 -0
  816. package/bin/workerVersion.d.ts +270 -0
  817. package/bin/workerVersion.js +89 -0
  818. package/bin/workerVersion.js.map +1 -0
  819. package/bin/workersCronTrigger.d.ts +3 -3
  820. package/bin/workersCustomDomain.d.ts +8 -2
  821. package/bin/workersCustomDomain.js +0 -3
  822. package/bin/workersCustomDomain.js.map +1 -1
  823. package/bin/workersDeployment.d.ts +15 -8
  824. package/bin/workersDeployment.js +0 -2
  825. package/bin/workersDeployment.js.map +1 -1
  826. package/bin/workersForPlatformsDispatchNamespace.d.ts +20 -12
  827. package/bin/workersForPlatformsDispatchNamespace.js +2 -0
  828. package/bin/workersForPlatformsDispatchNamespace.js.map +1 -1
  829. package/bin/workersKv.d.ts +9 -12
  830. package/bin/workersKv.js.map +1 -1
  831. package/bin/workersKvNamespace.d.ts +5 -7
  832. package/bin/workersKvNamespace.js.map +1 -1
  833. package/bin/workersRoute.d.ts +12 -29
  834. package/bin/workersRoute.js +0 -8
  835. package/bin/workersRoute.js.map +1 -1
  836. package/bin/workersScript.d.ts +124 -48
  837. package/bin/workersScript.js +18 -5
  838. package/bin/workersScript.js.map +1 -1
  839. package/bin/workersScriptSubdomain.d.ts +4 -4
  840. package/bin/workflow.d.ts +66 -0
  841. package/bin/workflow.js +83 -0
  842. package/bin/workflow.js.map +1 -0
  843. package/bin/zeroTrustAccessAiControlsMcpPortal.d.ts +73 -0
  844. package/bin/zeroTrustAccessAiControlsMcpPortal.js +76 -0
  845. package/bin/zeroTrustAccessAiControlsMcpPortal.js.map +1 -0
  846. package/bin/zeroTrustAccessAiControlsMcpServer.d.ts +101 -0
  847. package/bin/zeroTrustAccessAiControlsMcpServer.js +91 -0
  848. package/bin/zeroTrustAccessAiControlsMcpServer.js.map +1 -0
  849. package/bin/zeroTrustAccessApplication.d.ts +93 -79
  850. package/bin/zeroTrustAccessApplication.js +4 -4
  851. package/bin/zeroTrustAccessApplication.js.map +1 -1
  852. package/bin/zeroTrustAccessCustomPage.d.ts +8 -21
  853. package/bin/zeroTrustAccessCustomPage.js +0 -6
  854. package/bin/zeroTrustAccessCustomPage.js.map +1 -1
  855. package/bin/zeroTrustAccessGroup.d.ts +2 -6
  856. package/bin/zeroTrustAccessGroup.js +0 -4
  857. package/bin/zeroTrustAccessGroup.js.map +1 -1
  858. package/bin/zeroTrustAccessIdentityProvider.d.ts +9 -12
  859. package/bin/zeroTrustAccessIdentityProvider.js.map +1 -1
  860. package/bin/zeroTrustAccessInfrastructureTarget.d.ts +12 -6
  861. package/bin/zeroTrustAccessInfrastructureTarget.js.map +1 -1
  862. package/bin/zeroTrustAccessKeyConfiguration.d.ts +3 -3
  863. package/bin/zeroTrustAccessMtlsCertificate.d.ts +1 -5
  864. package/bin/zeroTrustAccessMtlsCertificate.js +0 -4
  865. package/bin/zeroTrustAccessMtlsCertificate.js.map +1 -1
  866. package/bin/zeroTrustAccessMtlsHostnameSettings.d.ts +2 -4
  867. package/bin/zeroTrustAccessMtlsHostnameSettings.js.map +1 -1
  868. package/bin/zeroTrustAccessPolicy.d.ts +22 -42
  869. package/bin/zeroTrustAccessPolicy.js +0 -11
  870. package/bin/zeroTrustAccessPolicy.js.map +1 -1
  871. package/bin/zeroTrustAccessServiceToken.d.ts +29 -16
  872. package/bin/zeroTrustAccessServiceToken.js +6 -6
  873. package/bin/zeroTrustAccessServiceToken.js.map +1 -1
  874. package/bin/zeroTrustAccessShortLivedCertificate.d.ts +3 -3
  875. package/bin/zeroTrustAccessTag.d.ts +3 -15
  876. package/bin/zeroTrustAccessTag.js +0 -6
  877. package/bin/zeroTrustAccessTag.js.map +1 -1
  878. package/bin/zeroTrustDeviceCustomProfile.d.ts +68 -42
  879. package/bin/zeroTrustDeviceCustomProfile.js +6 -5
  880. package/bin/zeroTrustDeviceCustomProfile.js.map +1 -1
  881. package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +0 -33
  882. package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.js +0 -6
  883. package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -1
  884. package/bin/zeroTrustDeviceDefaultProfile.d.ts +82 -17
  885. package/bin/zeroTrustDeviceDefaultProfile.js +10 -2
  886. package/bin/zeroTrustDeviceDefaultProfile.js.map +1 -1
  887. package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +0 -24
  888. package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.js +0 -6
  889. package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -1
  890. package/bin/zeroTrustDeviceManagedNetworks.d.ts +3 -0
  891. package/bin/zeroTrustDeviceManagedNetworks.js.map +1 -1
  892. package/bin/zeroTrustDevicePostureIntegration.d.ts +6 -6
  893. package/bin/zeroTrustDevicePostureRule.d.ts +11 -11
  894. package/bin/zeroTrustDeviceSettings.d.ts +147 -0
  895. package/bin/zeroTrustDeviceSettings.js +70 -0
  896. package/bin/zeroTrustDeviceSettings.js.map +1 -0
  897. package/bin/zeroTrustDexTest.d.ts +4 -5
  898. package/bin/zeroTrustDexTest.js +1 -1
  899. package/bin/zeroTrustDexTest.js.map +1 -1
  900. package/bin/zeroTrustDlpCustomEntry.d.ts +95 -0
  901. package/bin/zeroTrustDlpCustomEntry.js +86 -0
  902. package/bin/zeroTrustDlpCustomEntry.js.map +1 -0
  903. package/bin/zeroTrustDlpCustomProfile.d.ts +45 -18
  904. package/bin/zeroTrustDlpCustomProfile.js +0 -2
  905. package/bin/zeroTrustDlpCustomProfile.js.map +1 -1
  906. package/bin/zeroTrustDlpDataset.d.ts +66 -20
  907. package/bin/zeroTrustDlpDataset.js +2 -0
  908. package/bin/zeroTrustDlpDataset.js.map +1 -1
  909. package/bin/zeroTrustDlpEntry.d.ts +35 -2
  910. package/bin/zeroTrustDlpEntry.js +8 -3
  911. package/bin/zeroTrustDlpEntry.js.map +1 -1
  912. package/bin/zeroTrustDlpIntegrationEntry.d.ts +108 -0
  913. package/bin/zeroTrustDlpIntegrationEntry.js +88 -0
  914. package/bin/zeroTrustDlpIntegrationEntry.js.map +1 -0
  915. package/bin/zeroTrustDlpPredefinedEntry.d.ts +108 -0
  916. package/bin/zeroTrustDlpPredefinedEntry.js +88 -0
  917. package/bin/zeroTrustDlpPredefinedEntry.js.map +1 -0
  918. package/bin/zeroTrustDlpPredefinedProfile.d.ts +15 -41
  919. package/bin/zeroTrustDlpPredefinedProfile.js +2 -13
  920. package/bin/zeroTrustDlpPredefinedProfile.js.map +1 -1
  921. package/bin/zeroTrustDnsLocation.d.ts +32 -48
  922. package/bin/zeroTrustDnsLocation.js.map +1 -1
  923. package/bin/zeroTrustGatewayCertificate.d.ts +24 -19
  924. package/bin/zeroTrustGatewayCertificate.js +2 -0
  925. package/bin/zeroTrustGatewayCertificate.js.map +1 -1
  926. package/bin/zeroTrustGatewayLogging.d.ts +7 -10
  927. package/bin/zeroTrustGatewayLogging.js.map +1 -1
  928. package/bin/zeroTrustGatewayPolicy.d.ts +57 -76
  929. package/bin/zeroTrustGatewayPolicy.js +8 -0
  930. package/bin/zeroTrustGatewayPolicy.js.map +1 -1
  931. package/bin/zeroTrustGatewayProxyEndpoint.d.ts +25 -10
  932. package/bin/zeroTrustGatewayProxyEndpoint.js +2 -3
  933. package/bin/zeroTrustGatewayProxyEndpoint.js.map +1 -1
  934. package/bin/zeroTrustGatewaySettings.d.ts +4 -4
  935. package/bin/zeroTrustList.d.ts +19 -16
  936. package/bin/zeroTrustList.js.map +1 -1
  937. package/bin/zeroTrustNetworkHostnameRoute.d.ts +108 -0
  938. package/bin/zeroTrustNetworkHostnameRoute.js +64 -0
  939. package/bin/zeroTrustNetworkHostnameRoute.js.map +1 -0
  940. package/bin/zeroTrustOrganization.d.ts +19 -41
  941. package/bin/zeroTrustOrganization.js +0 -4
  942. package/bin/zeroTrustOrganization.js.map +1 -1
  943. package/bin/zeroTrustRiskScoringIntegration.d.ts +14 -7
  944. package/bin/zeroTrustRiskScoringIntegration.js.map +1 -1
  945. package/bin/zeroTrustTunnelCloudflared.d.ts +28 -24
  946. package/bin/zeroTrustTunnelCloudflared.js +3 -1
  947. package/bin/zeroTrustTunnelCloudflared.js.map +1 -1
  948. package/bin/zeroTrustTunnelCloudflaredConfig.d.ts +9 -9
  949. package/bin/zeroTrustTunnelCloudflaredRoute.d.ts +4 -4
  950. package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts +16 -10
  951. package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -1
  952. package/bin/zeroTrustTunnelWarpConnector.d.ts +154 -0
  953. package/bin/zeroTrustTunnelWarpConnector.js +76 -0
  954. package/bin/zeroTrustTunnelWarpConnector.js.map +1 -0
  955. package/bin/zone.d.ts +109 -39
  956. package/bin/zone.js +11 -1
  957. package/bin/zone.js.map +1 -1
  958. package/bin/zoneCacheReserve.d.ts +8 -5
  959. package/bin/zoneCacheReserve.js.map +1 -1
  960. package/bin/zoneCacheVariants.d.ts +5 -5
  961. package/bin/zoneDnsSettings.d.ts +161 -0
  962. package/bin/zoneDnsSettings.js +70 -0
  963. package/bin/zoneDnsSettings.js.map +1 -0
  964. package/bin/zoneDnssec.d.ts +72 -24
  965. package/bin/zoneDnssec.js +2 -0
  966. package/bin/zoneDnssec.js.map +1 -1
  967. package/bin/zoneHold.d.ts +27 -18
  968. package/bin/zoneHold.js.map +1 -1
  969. package/bin/zoneLockdown.d.ts +32 -18
  970. package/bin/zoneLockdown.js +4 -2
  971. package/bin/zoneLockdown.js.map +1 -1
  972. package/bin/zoneSetting.d.ts +16 -16
  973. package/bin/zoneSetting.js +2 -2
  974. package/bin/zoneSetting.js.map +1 -1
  975. package/bin/zoneSubscription.d.ts +57 -9
  976. package/bin/zoneSubscription.js +14 -4
  977. package/bin/zoneSubscription.js.map +1 -1
  978. package/package.json +5 -5
  979. package/bin/dnsSettings.d.ts +0 -65
  980. package/bin/dnsSettings.js.map +0 -1
  981. package/bin/dnsSettingsInternalView.js.map +0 -1
  982. package/bin/getApiTokenPermissionsGroups.d.ts +0 -24
  983. package/bin/getApiTokenPermissionsGroups.js +0 -22
  984. package/bin/getApiTokenPermissionsGroups.js.map +0 -1
  985. package/bin/getApiTokenPermissionsGroupsList.d.ts +0 -30
  986. package/bin/getCloudConnectorRulesList.d.ts +0 -30
  987. package/bin/getCloudConnectorRulesList.js.map +0 -1
  988. package/bin/getDnsSettings.d.ts +0 -30
  989. package/bin/getDnsSettings.js.map +0 -1
  990. package/bin/getDnsSettingsInternalView.d.ts +0 -34
  991. package/bin/getDnsSettingsInternalView.js.map +0 -1
  992. package/bin/getDnsSettingsInternalViews.d.ts +0 -49
  993. package/bin/getDnsSettingsInternalViews.js.map +0 -1
  994. package/bin/getPermissionGroup.d.ts +0 -28
  995. package/bin/getPermissionGroup.js.map +0 -1
  996. package/bin/getPermissionGroups.d.ts +0 -35
  997. package/bin/getPermissionGroups.js.map +0 -1
  998. package/bin/getWorkersSecret.d.ts +0 -33
  999. package/bin/getWorkersSecret.js.map +0 -1
  1000. package/bin/getWorkersSecrets.d.ts +0 -36
  1001. package/bin/getWorkersSecrets.js.map +0 -1
  1002. package/bin/workersSecret.d.ts +0 -108
  1003. package/bin/workersSecret.js.map +0 -1
@@ -0,0 +1,112 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare class CustomPages extends pulumi.CustomResource {
3
+ /**
4
+ * Get an existing CustomPages resource's state with the given name, ID, and optional extra
5
+ * properties used to qualify the lookup.
6
+ *
7
+ * @param name The _unique_ name of the resulting resource.
8
+ * @param id The _unique_ provider ID of the resource to lookup.
9
+ * @param state Any extra arguments used during the lookup.
10
+ * @param opts Optional settings to control the behavior of the CustomResource.
11
+ */
12
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CustomPagesState, opts?: pulumi.CustomResourceOptions): CustomPages;
13
+ /**
14
+ * Returns true if the given object is an instance of CustomPages. This is designed to work even
15
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
16
+ */
17
+ static isInstance(obj: any): obj is CustomPages;
18
+ /**
19
+ * The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
20
+ */
21
+ readonly accountId: pulumi.Output<string | undefined>;
22
+ readonly createdOn: pulumi.Output<string>;
23
+ readonly description: pulumi.Output<string>;
24
+ /**
25
+ * Error Page Types
26
+ * Available values: <span pulumi-lang-nodejs=""1000Errors"" pulumi-lang-dotnet=""1000Errors"" pulumi-lang-go=""1000Errors"" pulumi-lang-python=""1000_errors"" pulumi-lang-yaml=""1000Errors"" pulumi-lang-java=""1000Errors"">"1000_errors"</span>, <span pulumi-lang-nodejs=""500Errors"" pulumi-lang-dotnet=""500Errors"" pulumi-lang-go=""500Errors"" pulumi-lang-python=""500_errors"" pulumi-lang-yaml=""500Errors"" pulumi-lang-java=""500Errors"">"500_errors"</span>, <span pulumi-lang-nodejs=""basicChallenge"" pulumi-lang-dotnet=""BasicChallenge"" pulumi-lang-go=""basicChallenge"" pulumi-lang-python=""basic_challenge"" pulumi-lang-yaml=""basicChallenge"" pulumi-lang-java=""basicChallenge"">"basic_challenge"</span>, <span pulumi-lang-nodejs=""countryChallenge"" pulumi-lang-dotnet=""CountryChallenge"" pulumi-lang-go=""countryChallenge"" pulumi-lang-python=""country_challenge"" pulumi-lang-yaml=""countryChallenge"" pulumi-lang-java=""countryChallenge"">"country_challenge"</span>, <span pulumi-lang-nodejs=""ipBlock"" pulumi-lang-dotnet=""IpBlock"" pulumi-lang-go=""ipBlock"" pulumi-lang-python=""ip_block"" pulumi-lang-yaml=""ipBlock"" pulumi-lang-java=""ipBlock"">"ip_block"</span>, <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge"</span>, <span pulumi-lang-nodejs=""ratelimitBlock"" pulumi-lang-dotnet=""RatelimitBlock"" pulumi-lang-go=""ratelimitBlock"" pulumi-lang-python=""ratelimit_block"" pulumi-lang-yaml=""ratelimitBlock"" pulumi-lang-java=""ratelimitBlock"">"ratelimit_block"</span>, <span pulumi-lang-nodejs=""underAttack"" pulumi-lang-dotnet=""UnderAttack"" pulumi-lang-go=""underAttack"" pulumi-lang-python=""under_attack"" pulumi-lang-yaml=""underAttack"" pulumi-lang-java=""underAttack"">"under_attack"</span>, <span pulumi-lang-nodejs=""wafBlock"" pulumi-lang-dotnet=""WafBlock"" pulumi-lang-go=""wafBlock"" pulumi-lang-python=""waf_block"" pulumi-lang-yaml=""wafBlock"" pulumi-lang-java=""wafBlock"">"waf_block"</span>, <span pulumi-lang-nodejs=""wafChallenge"" pulumi-lang-dotnet=""WafChallenge"" pulumi-lang-go=""wafChallenge"" pulumi-lang-python=""waf_challenge"" pulumi-lang-yaml=""wafChallenge"" pulumi-lang-java=""wafChallenge"">"waf_challenge"</span>.
27
+ */
28
+ readonly identifier: pulumi.Output<string>;
29
+ readonly modifiedOn: pulumi.Output<string>;
30
+ readonly previewTarget: pulumi.Output<string>;
31
+ readonly requiredTokens: pulumi.Output<string[]>;
32
+ /**
33
+ * The custom page state.
34
+ * Available values: "default", "customized".
35
+ */
36
+ readonly state: pulumi.Output<string>;
37
+ /**
38
+ * The URL associated with the custom page.
39
+ */
40
+ readonly url: pulumi.Output<string>;
41
+ /**
42
+ * The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
43
+ */
44
+ readonly zoneId: pulumi.Output<string | undefined>;
45
+ /**
46
+ * Create a CustomPages resource with the given unique name, arguments, and options.
47
+ *
48
+ * @param name The _unique_ name of the resource.
49
+ * @param args The arguments to use to populate this resource's properties.
50
+ * @param opts A bag of options that control this resource's behavior.
51
+ */
52
+ constructor(name: string, args: CustomPagesArgs, opts?: pulumi.CustomResourceOptions);
53
+ }
54
+ /**
55
+ * Input properties used for looking up and filtering CustomPages resources.
56
+ */
57
+ export interface CustomPagesState {
58
+ /**
59
+ * The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
60
+ */
61
+ accountId?: pulumi.Input<string>;
62
+ createdOn?: pulumi.Input<string>;
63
+ description?: pulumi.Input<string>;
64
+ /**
65
+ * Error Page Types
66
+ * Available values: <span pulumi-lang-nodejs=""1000Errors"" pulumi-lang-dotnet=""1000Errors"" pulumi-lang-go=""1000Errors"" pulumi-lang-python=""1000_errors"" pulumi-lang-yaml=""1000Errors"" pulumi-lang-java=""1000Errors"">"1000_errors"</span>, <span pulumi-lang-nodejs=""500Errors"" pulumi-lang-dotnet=""500Errors"" pulumi-lang-go=""500Errors"" pulumi-lang-python=""500_errors"" pulumi-lang-yaml=""500Errors"" pulumi-lang-java=""500Errors"">"500_errors"</span>, <span pulumi-lang-nodejs=""basicChallenge"" pulumi-lang-dotnet=""BasicChallenge"" pulumi-lang-go=""basicChallenge"" pulumi-lang-python=""basic_challenge"" pulumi-lang-yaml=""basicChallenge"" pulumi-lang-java=""basicChallenge"">"basic_challenge"</span>, <span pulumi-lang-nodejs=""countryChallenge"" pulumi-lang-dotnet=""CountryChallenge"" pulumi-lang-go=""countryChallenge"" pulumi-lang-python=""country_challenge"" pulumi-lang-yaml=""countryChallenge"" pulumi-lang-java=""countryChallenge"">"country_challenge"</span>, <span pulumi-lang-nodejs=""ipBlock"" pulumi-lang-dotnet=""IpBlock"" pulumi-lang-go=""ipBlock"" pulumi-lang-python=""ip_block"" pulumi-lang-yaml=""ipBlock"" pulumi-lang-java=""ipBlock"">"ip_block"</span>, <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge"</span>, <span pulumi-lang-nodejs=""ratelimitBlock"" pulumi-lang-dotnet=""RatelimitBlock"" pulumi-lang-go=""ratelimitBlock"" pulumi-lang-python=""ratelimit_block"" pulumi-lang-yaml=""ratelimitBlock"" pulumi-lang-java=""ratelimitBlock"">"ratelimit_block"</span>, <span pulumi-lang-nodejs=""underAttack"" pulumi-lang-dotnet=""UnderAttack"" pulumi-lang-go=""underAttack"" pulumi-lang-python=""under_attack"" pulumi-lang-yaml=""underAttack"" pulumi-lang-java=""underAttack"">"under_attack"</span>, <span pulumi-lang-nodejs=""wafBlock"" pulumi-lang-dotnet=""WafBlock"" pulumi-lang-go=""wafBlock"" pulumi-lang-python=""waf_block"" pulumi-lang-yaml=""wafBlock"" pulumi-lang-java=""wafBlock"">"waf_block"</span>, <span pulumi-lang-nodejs=""wafChallenge"" pulumi-lang-dotnet=""WafChallenge"" pulumi-lang-go=""wafChallenge"" pulumi-lang-python=""waf_challenge"" pulumi-lang-yaml=""wafChallenge"" pulumi-lang-java=""wafChallenge"">"waf_challenge"</span>.
67
+ */
68
+ identifier?: pulumi.Input<string>;
69
+ modifiedOn?: pulumi.Input<string>;
70
+ previewTarget?: pulumi.Input<string>;
71
+ requiredTokens?: pulumi.Input<pulumi.Input<string>[]>;
72
+ /**
73
+ * The custom page state.
74
+ * Available values: "default", "customized".
75
+ */
76
+ state?: pulumi.Input<string>;
77
+ /**
78
+ * The URL associated with the custom page.
79
+ */
80
+ url?: pulumi.Input<string>;
81
+ /**
82
+ * The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
83
+ */
84
+ zoneId?: pulumi.Input<string>;
85
+ }
86
+ /**
87
+ * The set of arguments for constructing a CustomPages resource.
88
+ */
89
+ export interface CustomPagesArgs {
90
+ /**
91
+ * The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
92
+ */
93
+ accountId?: pulumi.Input<string>;
94
+ /**
95
+ * Error Page Types
96
+ * Available values: <span pulumi-lang-nodejs=""1000Errors"" pulumi-lang-dotnet=""1000Errors"" pulumi-lang-go=""1000Errors"" pulumi-lang-python=""1000_errors"" pulumi-lang-yaml=""1000Errors"" pulumi-lang-java=""1000Errors"">"1000_errors"</span>, <span pulumi-lang-nodejs=""500Errors"" pulumi-lang-dotnet=""500Errors"" pulumi-lang-go=""500Errors"" pulumi-lang-python=""500_errors"" pulumi-lang-yaml=""500Errors"" pulumi-lang-java=""500Errors"">"500_errors"</span>, <span pulumi-lang-nodejs=""basicChallenge"" pulumi-lang-dotnet=""BasicChallenge"" pulumi-lang-go=""basicChallenge"" pulumi-lang-python=""basic_challenge"" pulumi-lang-yaml=""basicChallenge"" pulumi-lang-java=""basicChallenge"">"basic_challenge"</span>, <span pulumi-lang-nodejs=""countryChallenge"" pulumi-lang-dotnet=""CountryChallenge"" pulumi-lang-go=""countryChallenge"" pulumi-lang-python=""country_challenge"" pulumi-lang-yaml=""countryChallenge"" pulumi-lang-java=""countryChallenge"">"country_challenge"</span>, <span pulumi-lang-nodejs=""ipBlock"" pulumi-lang-dotnet=""IpBlock"" pulumi-lang-go=""ipBlock"" pulumi-lang-python=""ip_block"" pulumi-lang-yaml=""ipBlock"" pulumi-lang-java=""ipBlock"">"ip_block"</span>, <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge"</span>, <span pulumi-lang-nodejs=""ratelimitBlock"" pulumi-lang-dotnet=""RatelimitBlock"" pulumi-lang-go=""ratelimitBlock"" pulumi-lang-python=""ratelimit_block"" pulumi-lang-yaml=""ratelimitBlock"" pulumi-lang-java=""ratelimitBlock"">"ratelimit_block"</span>, <span pulumi-lang-nodejs=""underAttack"" pulumi-lang-dotnet=""UnderAttack"" pulumi-lang-go=""underAttack"" pulumi-lang-python=""under_attack"" pulumi-lang-yaml=""underAttack"" pulumi-lang-java=""underAttack"">"under_attack"</span>, <span pulumi-lang-nodejs=""wafBlock"" pulumi-lang-dotnet=""WafBlock"" pulumi-lang-go=""wafBlock"" pulumi-lang-python=""waf_block"" pulumi-lang-yaml=""wafBlock"" pulumi-lang-java=""wafBlock"">"waf_block"</span>, <span pulumi-lang-nodejs=""wafChallenge"" pulumi-lang-dotnet=""WafChallenge"" pulumi-lang-go=""wafChallenge"" pulumi-lang-python=""waf_challenge"" pulumi-lang-yaml=""wafChallenge"" pulumi-lang-java=""wafChallenge"">"waf_challenge"</span>.
97
+ */
98
+ identifier: pulumi.Input<string>;
99
+ /**
100
+ * The custom page state.
101
+ * Available values: "default", "customized".
102
+ */
103
+ state: pulumi.Input<string>;
104
+ /**
105
+ * The URL associated with the custom page.
106
+ */
107
+ url?: pulumi.Input<string>;
108
+ /**
109
+ * The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
110
+ */
111
+ zoneId?: pulumi.Input<string>;
112
+ }
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.CustomPages = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class CustomPages extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing CustomPages resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param state Any extra arguments used during the lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name, id, state, opts) {
19
+ return new CustomPages(name, state, Object.assign(Object.assign({}, opts), { id: id }));
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of CustomPages. This is designed to work even
23
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
+ */
25
+ static isInstance(obj) {
26
+ if (obj === undefined || obj === null) {
27
+ return false;
28
+ }
29
+ return obj['__pulumiType'] === CustomPages.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["accountId"] = state ? state.accountId : undefined;
37
+ resourceInputs["createdOn"] = state ? state.createdOn : undefined;
38
+ resourceInputs["description"] = state ? state.description : undefined;
39
+ resourceInputs["identifier"] = state ? state.identifier : undefined;
40
+ resourceInputs["modifiedOn"] = state ? state.modifiedOn : undefined;
41
+ resourceInputs["previewTarget"] = state ? state.previewTarget : undefined;
42
+ resourceInputs["requiredTokens"] = state ? state.requiredTokens : undefined;
43
+ resourceInputs["state"] = state ? state.state : undefined;
44
+ resourceInputs["url"] = state ? state.url : undefined;
45
+ resourceInputs["zoneId"] = state ? state.zoneId : undefined;
46
+ }
47
+ else {
48
+ const args = argsOrState;
49
+ if ((!args || args.identifier === undefined) && !opts.urn) {
50
+ throw new Error("Missing required property 'identifier'");
51
+ }
52
+ if ((!args || args.state === undefined) && !opts.urn) {
53
+ throw new Error("Missing required property 'state'");
54
+ }
55
+ resourceInputs["accountId"] = args ? args.accountId : undefined;
56
+ resourceInputs["identifier"] = args ? args.identifier : undefined;
57
+ resourceInputs["state"] = args ? args.state : undefined;
58
+ resourceInputs["url"] = args ? args.url : undefined;
59
+ resourceInputs["zoneId"] = args ? args.zoneId : undefined;
60
+ resourceInputs["createdOn"] = undefined /*out*/;
61
+ resourceInputs["description"] = undefined /*out*/;
62
+ resourceInputs["modifiedOn"] = undefined /*out*/;
63
+ resourceInputs["previewTarget"] = undefined /*out*/;
64
+ resourceInputs["requiredTokens"] = undefined /*out*/;
65
+ }
66
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
67
+ super(CustomPages.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
68
+ }
69
+ }
70
+ exports.CustomPages = CustomPages;
71
+ /** @internal */
72
+ CustomPages.__pulumiType = 'cloudflare:index/customPages:CustomPages';
73
+ //# sourceMappingURL=customPages.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customPages.js","sourceRoot":"","sources":["../customPages.ts"],"names":[],"mappings":"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"}
@@ -18,9 +18,8 @@ export declare class CustomSsl extends pulumi.CustomResource {
18
18
  */
19
19
  static isInstance(obj: any): obj is CustomSsl;
20
20
  /**
21
- * A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual
22
- * trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the
23
- * chain, but does not otherwise modify it.
21
+ * A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it.
22
+ * Available values: "ubiquitous", "optimal", "force".
24
23
  */
25
24
  readonly bundleMethod: pulumi.Output<string>;
26
25
  /**
@@ -32,13 +31,9 @@ export declare class CustomSsl extends pulumi.CustomResource {
32
31
  */
33
32
  readonly expiresOn: pulumi.Output<string>;
34
33
  /**
35
- * Specify the region where your private key can be held locally for optimal TLS performance. HTTPS connections to any
36
- * excluded data center will still be fully encrypted, but will incur some latency while Keyless SSL is used to complete
37
- * the handshake with the nearest allowed data center. Options allow distribution to only to U.S. data centers, only to
38
- * E.U. data centers, or only to highest security data centers. Default distribution is to all Cloudflare datacenters, for
39
- * optimal performance.
34
+ * Specify the region where your private key can be held locally for optimal TLS performance. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some latency while Keyless SSL is used to complete the handshake with the nearest allowed data center. Options allow distribution to only to U.S. data centers, only to E.U. data centers, or only to highest security data centers. Default distribution is to all Cloudflare datacenters, for optimal performance.
40
35
  */
41
- readonly geoRestrictions: pulumi.Output<outputs.CustomSslGeoRestrictions>;
36
+ readonly geoRestrictions: pulumi.Output<outputs.CustomSslGeoRestrictions | undefined>;
42
37
  readonly hosts: pulumi.Output<string[]>;
43
38
  /**
44
39
  * The certificate authority that issued the certificate.
@@ -50,18 +45,11 @@ export declare class CustomSsl extends pulumi.CustomResource {
50
45
  */
51
46
  readonly modifiedOn: pulumi.Output<string>;
52
47
  /**
53
- * Specify the policy that determines the region where your private key will be held locally. HTTPS connections to any
54
- * excluded data center will still be fully encrypted, but will incur some latency while Keyless SSL is used to complete
55
- * the handshake with the nearest allowed data center. Any combination of countries, specified by their two letter country
56
- * code (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) can be chosen, such as
57
- * 'country: IN', as well as 'region: EU' which refers to the EU region. If there are too few data centers satisfying the
58
- * policy, it will be rejected.
48
+ * Specify the policy that determines the region where your private key will be held locally. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some latency while Keyless SSL is used to complete the handshake with the nearest allowed data center. Any combination of countries, specified by their two letter country code (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) can be chosen, such as 'country: IN', as well as 'region: EU' which refers to the EU region. If there are too few data centers satisfying the policy, it will be rejected.
59
49
  */
60
50
  readonly policy: pulumi.Output<string | undefined>;
61
51
  /**
62
- * The order/priority in which the certificate will be used in a request. The higher priority will break ties across
63
- * overlapping 'legacy_custom' certificates, but 'legacy_custom' certificates will always supercede 'sni_custom'
64
- * certificates.
52
+ * The order/priority in which the certificate will be used in a request. The higher priority will break ties across overlapping 'legacy_custom' certificates, but 'legacy_custom' certificates will always supercede 'sni_custom' certificates.
65
53
  */
66
54
  readonly priority: pulumi.Output<number>;
67
55
  /**
@@ -74,10 +62,12 @@ export declare class CustomSsl extends pulumi.CustomResource {
74
62
  readonly signature: pulumi.Output<string>;
75
63
  /**
76
64
  * Status of the zone's custom SSL.
65
+ * Available values: "active", "expired", "deleted", "pending", "initializing".
77
66
  */
78
67
  readonly status: pulumi.Output<string>;
79
68
  /**
80
69
  * The type 'legacy_custom' enables support for legacy clients which do not include SNI in the TLS handshake.
70
+ * Available values: <span pulumi-lang-nodejs=""legacyCustom"" pulumi-lang-dotnet=""LegacyCustom"" pulumi-lang-go=""legacyCustom"" pulumi-lang-python=""legacy_custom"" pulumi-lang-yaml=""legacyCustom"" pulumi-lang-java=""legacyCustom"">"legacy_custom"</span>, <span pulumi-lang-nodejs=""sniCustom"" pulumi-lang-dotnet=""SniCustom"" pulumi-lang-go=""sniCustom"" pulumi-lang-python=""sni_custom"" pulumi-lang-yaml=""sniCustom"" pulumi-lang-java=""sniCustom"">"sni_custom"</span>.
81
71
  */
82
72
  readonly type: pulumi.Output<string>;
83
73
  /**
@@ -85,7 +75,7 @@ export declare class CustomSsl extends pulumi.CustomResource {
85
75
  */
86
76
  readonly uploadedOn: pulumi.Output<string>;
87
77
  /**
88
- * Identifier
78
+ * Identifier.
89
79
  */
90
80
  readonly zoneId: pulumi.Output<string>;
91
81
  /**
@@ -102,9 +92,8 @@ export declare class CustomSsl extends pulumi.CustomResource {
102
92
  */
103
93
  export interface CustomSslState {
104
94
  /**
105
- * A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual
106
- * trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the
107
- * chain, but does not otherwise modify it.
95
+ * A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it.
96
+ * Available values: "ubiquitous", "optimal", "force".
108
97
  */
109
98
  bundleMethod?: pulumi.Input<string>;
110
99
  /**
@@ -116,11 +105,7 @@ export interface CustomSslState {
116
105
  */
117
106
  expiresOn?: pulumi.Input<string>;
118
107
  /**
119
- * Specify the region where your private key can be held locally for optimal TLS performance. HTTPS connections to any
120
- * excluded data center will still be fully encrypted, but will incur some latency while Keyless SSL is used to complete
121
- * the handshake with the nearest allowed data center. Options allow distribution to only to U.S. data centers, only to
122
- * E.U. data centers, or only to highest security data centers. Default distribution is to all Cloudflare datacenters, for
123
- * optimal performance.
108
+ * Specify the region where your private key can be held locally for optimal TLS performance. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some latency while Keyless SSL is used to complete the handshake with the nearest allowed data center. Options allow distribution to only to U.S. data centers, only to E.U. data centers, or only to highest security data centers. Default distribution is to all Cloudflare datacenters, for optimal performance.
124
109
  */
125
110
  geoRestrictions?: pulumi.Input<inputs.CustomSslGeoRestrictions>;
126
111
  hosts?: pulumi.Input<pulumi.Input<string>[]>;
@@ -134,18 +119,11 @@ export interface CustomSslState {
134
119
  */
135
120
  modifiedOn?: pulumi.Input<string>;
136
121
  /**
137
- * Specify the policy that determines the region where your private key will be held locally. HTTPS connections to any
138
- * excluded data center will still be fully encrypted, but will incur some latency while Keyless SSL is used to complete
139
- * the handshake with the nearest allowed data center. Any combination of countries, specified by their two letter country
140
- * code (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) can be chosen, such as
141
- * 'country: IN', as well as 'region: EU' which refers to the EU region. If there are too few data centers satisfying the
142
- * policy, it will be rejected.
122
+ * Specify the policy that determines the region where your private key will be held locally. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some latency while Keyless SSL is used to complete the handshake with the nearest allowed data center. Any combination of countries, specified by their two letter country code (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) can be chosen, such as 'country: IN', as well as 'region: EU' which refers to the EU region. If there are too few data centers satisfying the policy, it will be rejected.
143
123
  */
144
124
  policy?: pulumi.Input<string>;
145
125
  /**
146
- * The order/priority in which the certificate will be used in a request. The higher priority will break ties across
147
- * overlapping 'legacy_custom' certificates, but 'legacy_custom' certificates will always supercede 'sni_custom'
148
- * certificates.
126
+ * The order/priority in which the certificate will be used in a request. The higher priority will break ties across overlapping 'legacy_custom' certificates, but 'legacy_custom' certificates will always supercede 'sni_custom' certificates.
149
127
  */
150
128
  priority?: pulumi.Input<number>;
151
129
  /**
@@ -158,10 +136,12 @@ export interface CustomSslState {
158
136
  signature?: pulumi.Input<string>;
159
137
  /**
160
138
  * Status of the zone's custom SSL.
139
+ * Available values: "active", "expired", "deleted", "pending", "initializing".
161
140
  */
162
141
  status?: pulumi.Input<string>;
163
142
  /**
164
143
  * The type 'legacy_custom' enables support for legacy clients which do not include SNI in the TLS handshake.
144
+ * Available values: <span pulumi-lang-nodejs=""legacyCustom"" pulumi-lang-dotnet=""LegacyCustom"" pulumi-lang-go=""legacyCustom"" pulumi-lang-python=""legacy_custom"" pulumi-lang-yaml=""legacyCustom"" pulumi-lang-java=""legacyCustom"">"legacy_custom"</span>, <span pulumi-lang-nodejs=""sniCustom"" pulumi-lang-dotnet=""SniCustom"" pulumi-lang-go=""sniCustom"" pulumi-lang-python=""sni_custom"" pulumi-lang-yaml=""sniCustom"" pulumi-lang-java=""sniCustom"">"sni_custom"</span>.
165
145
  */
166
146
  type?: pulumi.Input<string>;
167
147
  /**
@@ -169,7 +149,7 @@ export interface CustomSslState {
169
149
  */
170
150
  uploadedOn?: pulumi.Input<string>;
171
151
  /**
172
- * Identifier
152
+ * Identifier.
173
153
  */
174
154
  zoneId?: pulumi.Input<string>;
175
155
  }
@@ -178,9 +158,8 @@ export interface CustomSslState {
178
158
  */
179
159
  export interface CustomSslArgs {
180
160
  /**
181
- * A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual
182
- * trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the
183
- * chain, but does not otherwise modify it.
161
+ * A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it.
162
+ * Available values: "ubiquitous", "optimal", "force".
184
163
  */
185
164
  bundleMethod?: pulumi.Input<string>;
186
165
  /**
@@ -188,20 +167,11 @@ export interface CustomSslArgs {
188
167
  */
189
168
  certificate: pulumi.Input<string>;
190
169
  /**
191
- * Specify the region where your private key can be held locally for optimal TLS performance. HTTPS connections to any
192
- * excluded data center will still be fully encrypted, but will incur some latency while Keyless SSL is used to complete
193
- * the handshake with the nearest allowed data center. Options allow distribution to only to U.S. data centers, only to
194
- * E.U. data centers, or only to highest security data centers. Default distribution is to all Cloudflare datacenters, for
195
- * optimal performance.
170
+ * Specify the region where your private key can be held locally for optimal TLS performance. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some latency while Keyless SSL is used to complete the handshake with the nearest allowed data center. Options allow distribution to only to U.S. data centers, only to E.U. data centers, or only to highest security data centers. Default distribution is to all Cloudflare datacenters, for optimal performance.
196
171
  */
197
172
  geoRestrictions?: pulumi.Input<inputs.CustomSslGeoRestrictions>;
198
173
  /**
199
- * Specify the policy that determines the region where your private key will be held locally. HTTPS connections to any
200
- * excluded data center will still be fully encrypted, but will incur some latency while Keyless SSL is used to complete
201
- * the handshake with the nearest allowed data center. Any combination of countries, specified by their two letter country
202
- * code (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) can be chosen, such as
203
- * 'country: IN', as well as 'region: EU' which refers to the EU region. If there are too few data centers satisfying the
204
- * policy, it will be rejected.
174
+ * Specify the policy that determines the region where your private key will be held locally. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some latency while Keyless SSL is used to complete the handshake with the nearest allowed data center. Any combination of countries, specified by their two letter country code (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) can be chosen, such as 'country: IN', as well as 'region: EU' which refers to the EU region. If there are too few data centers satisfying the policy, it will be rejected.
205
175
  */
206
176
  policy?: pulumi.Input<string>;
207
177
  /**
@@ -210,10 +180,11 @@ export interface CustomSslArgs {
210
180
  privateKey: pulumi.Input<string>;
211
181
  /**
212
182
  * The type 'legacy_custom' enables support for legacy clients which do not include SNI in the TLS handshake.
183
+ * Available values: <span pulumi-lang-nodejs=""legacyCustom"" pulumi-lang-dotnet=""LegacyCustom"" pulumi-lang-go=""legacyCustom"" pulumi-lang-python=""legacy_custom"" pulumi-lang-yaml=""legacyCustom"" pulumi-lang-java=""legacyCustom"">"legacy_custom"</span>, <span pulumi-lang-nodejs=""sniCustom"" pulumi-lang-dotnet=""SniCustom"" pulumi-lang-go=""sniCustom"" pulumi-lang-python=""sni_custom"" pulumi-lang-yaml=""sniCustom"" pulumi-lang-java=""sniCustom"">"sni_custom"</span>.
213
184
  */
214
185
  type?: pulumi.Input<string>;
215
186
  /**
216
- * Identifier
187
+ * Identifier.
217
188
  */
218
189
  zoneId: pulumi.Input<string>;
219
190
  }
package/bin/customSsl.js CHANGED
@@ -65,7 +65,7 @@ class CustomSsl extends pulumi.CustomResource {
65
65
  resourceInputs["certificate"] = args ? args.certificate : undefined;
66
66
  resourceInputs["geoRestrictions"] = args ? args.geoRestrictions : undefined;
67
67
  resourceInputs["policy"] = args ? args.policy : undefined;
68
- resourceInputs["privateKey"] = args ? args.privateKey : undefined;
68
+ resourceInputs["privateKey"] = (args === null || args === void 0 ? void 0 : args.privateKey) ? pulumi.secret(args.privateKey) : undefined;
69
69
  resourceInputs["type"] = args ? args.type : undefined;
70
70
  resourceInputs["zoneId"] = args ? args.zoneId : undefined;
71
71
  resourceInputs["expiresOn"] = undefined /*out*/;
@@ -79,6 +79,8 @@ class CustomSsl extends pulumi.CustomResource {
79
79
  resourceInputs["uploadedOn"] = undefined /*out*/;
80
80
  }
81
81
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
82
+ const secretOpts = { additionalSecretOutputs: ["privateKey"] };
83
+ opts = pulumi.mergeOptions(opts, secretOpts);
82
84
  super(CustomSsl.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
83
85
  }
84
86
  }
@@ -1 +1 @@
1
- {"version":3,"file":"customSsl.js","sourceRoot":"","sources":["../customSsl.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"customSsl.js","sourceRoot":"","sources":["../customSsl.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IAwED,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,UAAU,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC7F,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,YAAY,CAAC,EAAE,CAAC;QAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IAC5G,CAAC;;AAvJL,8BAwJC;AA1IG,gBAAgB;AACO,sBAAY,GAAG,sCAAsC,CAAC"}
@@ -1,4 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
2
4
  export declare class D1Database extends pulumi.CustomResource {
3
5
  /**
4
6
  * Get an existing D1Database resource's state with the given name, ID, and optional extra
@@ -27,16 +29,25 @@ export declare class D1Database extends pulumi.CustomResource {
27
29
  * The D1 database's size, in bytes.
28
30
  */
29
31
  readonly fileSize: pulumi.Output<number>;
32
+ /**
33
+ * Specify the location to restrict the D1 database to run and store data. If this option is present, the location hint is ignored.
34
+ * Available values: "eu", "fedramp".
35
+ */
36
+ readonly jurisdiction: pulumi.Output<string | undefined>;
30
37
  /**
31
38
  * D1 database name.
32
39
  */
33
40
  readonly name: pulumi.Output<string>;
34
41
  readonly numTables: pulumi.Output<number>;
35
42
  /**
36
- * Specify the region to create the D1 primary, if available. If this option is omitted, the D1 will be created as close as
37
- * possible to the current user.
43
+ * Specify the region to create the D1 primary, if available. If this option is omitted, the D1 will be created as close as possible to the current user.
44
+ * Available values: "wnam", "enam", "weur", "eeur", "apac", "oc".
38
45
  */
39
46
  readonly primaryLocationHint: pulumi.Output<string | undefined>;
47
+ /**
48
+ * Configuration for D1 read replication.
49
+ */
50
+ readonly readReplication: pulumi.Output<outputs.D1DatabaseReadReplication | undefined>;
40
51
  /**
41
52
  * D1 database identifier (UUID).
42
53
  */
@@ -67,16 +78,25 @@ export interface D1DatabaseState {
67
78
  * The D1 database's size, in bytes.
68
79
  */
69
80
  fileSize?: pulumi.Input<number>;
81
+ /**
82
+ * Specify the location to restrict the D1 database to run and store data. If this option is present, the location hint is ignored.
83
+ * Available values: "eu", "fedramp".
84
+ */
85
+ jurisdiction?: pulumi.Input<string>;
70
86
  /**
71
87
  * D1 database name.
72
88
  */
73
89
  name?: pulumi.Input<string>;
74
90
  numTables?: pulumi.Input<number>;
75
91
  /**
76
- * Specify the region to create the D1 primary, if available. If this option is omitted, the D1 will be created as close as
77
- * possible to the current user.
92
+ * Specify the region to create the D1 primary, if available. If this option is omitted, the D1 will be created as close as possible to the current user.
93
+ * Available values: "wnam", "enam", "weur", "eeur", "apac", "oc".
78
94
  */
79
95
  primaryLocationHint?: pulumi.Input<string>;
96
+ /**
97
+ * Configuration for D1 read replication.
98
+ */
99
+ readReplication?: pulumi.Input<inputs.D1DatabaseReadReplication>;
80
100
  /**
81
101
  * D1 database identifier (UUID).
82
102
  */
@@ -91,13 +111,22 @@ export interface D1DatabaseArgs {
91
111
  * Account identifier tag.
92
112
  */
93
113
  accountId: pulumi.Input<string>;
114
+ /**
115
+ * Specify the location to restrict the D1 database to run and store data. If this option is present, the location hint is ignored.
116
+ * Available values: "eu", "fedramp".
117
+ */
118
+ jurisdiction?: pulumi.Input<string>;
94
119
  /**
95
120
  * D1 database name.
96
121
  */
97
122
  name?: pulumi.Input<string>;
98
123
  /**
99
- * Specify the region to create the D1 primary, if available. If this option is omitted, the D1 will be created as close as
100
- * possible to the current user.
124
+ * Specify the region to create the D1 primary, if available. If this option is omitted, the D1 will be created as close as possible to the current user.
125
+ * Available values: "wnam", "enam", "weur", "eeur", "apac", "oc".
101
126
  */
102
127
  primaryLocationHint?: pulumi.Input<string>;
128
+ /**
129
+ * Configuration for D1 read replication.
130
+ */
131
+ readReplication?: pulumi.Input<inputs.D1DatabaseReadReplication>;
103
132
  }
package/bin/d1database.js CHANGED
@@ -36,9 +36,11 @@ class D1Database extends pulumi.CustomResource {
36
36
  resourceInputs["accountId"] = state ? state.accountId : undefined;
37
37
  resourceInputs["createdAt"] = state ? state.createdAt : undefined;
38
38
  resourceInputs["fileSize"] = state ? state.fileSize : undefined;
39
+ resourceInputs["jurisdiction"] = state ? state.jurisdiction : undefined;
39
40
  resourceInputs["name"] = state ? state.name : undefined;
40
41
  resourceInputs["numTables"] = state ? state.numTables : undefined;
41
42
  resourceInputs["primaryLocationHint"] = state ? state.primaryLocationHint : undefined;
43
+ resourceInputs["readReplication"] = state ? state.readReplication : undefined;
42
44
  resourceInputs["uuid"] = state ? state.uuid : undefined;
43
45
  resourceInputs["version"] = state ? state.version : undefined;
44
46
  }
@@ -48,8 +50,10 @@ class D1Database extends pulumi.CustomResource {
48
50
  throw new Error("Missing required property 'accountId'");
49
51
  }
50
52
  resourceInputs["accountId"] = args ? args.accountId : undefined;
53
+ resourceInputs["jurisdiction"] = args ? args.jurisdiction : undefined;
51
54
  resourceInputs["name"] = args ? args.name : undefined;
52
55
  resourceInputs["primaryLocationHint"] = args ? args.primaryLocationHint : undefined;
56
+ resourceInputs["readReplication"] = args ? args.readReplication : undefined;
53
57
  resourceInputs["createdAt"] = undefined /*out*/;
54
58
  resourceInputs["fileSize"] = undefined /*out*/;
55
59
  resourceInputs["numTables"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"d1database.js","sourceRoot":"","sources":["../d1database.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"d1database.js","sourceRoot":"","sources":["../d1database.ts"],"names":[],"mappings":"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"}