@sst-provider/cloudflare5 5.0.0-alpha1 → 5.0.0-alpha1-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/accessRule.d.ts +29 -29
- package/bin/accessRule.js +2 -2
- package/bin/accessRule.js.map +1 -1
- package/bin/account.d.ts +41 -22
- package/bin/account.js +9 -4
- package/bin/account.js.map +1 -1
- package/bin/accountMember.d.ts +31 -24
- package/bin/accountMember.js +10 -11
- package/bin/accountMember.js.map +1 -1
- package/bin/accountSubscription.d.ts +94 -0
- package/bin/accountSubscription.js +60 -0
- package/bin/accountSubscription.js.map +1 -0
- package/bin/addressMap.d.ts +46 -31
- package/bin/addressMap.js +12 -5
- package/bin/addressMap.js.map +1 -1
- package/bin/apiShield.d.ts +14 -14
- package/bin/apiShield.js +9 -2
- package/bin/apiShield.js.map +1 -1
- package/bin/apiShieldOperation.d.ts +18 -39
- package/bin/apiShieldOperation.js +6 -16
- package/bin/apiShieldOperation.js.map +1 -1
- package/bin/apiShieldOperationSchemaValidationSettings.d.ts +19 -13
- package/bin/apiShieldOperationSchemaValidationSettings.js +0 -2
- package/bin/apiShieldOperationSchemaValidationSettings.js.map +1 -1
- package/bin/apiShieldSchema.d.ts +50 -22
- package/bin/apiShieldSchema.js +22 -5
- package/bin/apiShieldSchema.js.map +1 -1
- package/bin/apiShieldSchemaValidationSettings.d.ts +25 -13
- package/bin/apiShieldSchemaValidationSettings.js +0 -2
- package/bin/apiShieldSchemaValidationSettings.js.map +1 -1
- package/bin/apiToken.d.ts +35 -29
- package/bin/apiToken.js +3 -5
- package/bin/apiToken.js.map +1 -1
- package/bin/argoSmartRouting.d.ts +60 -0
- package/bin/argoSmartRouting.js +57 -0
- package/bin/argoSmartRouting.js.map +1 -0
- package/bin/argoTieredCaching.d.ts +76 -0
- package/bin/argoTieredCaching.js +61 -0
- package/bin/argoTieredCaching.js.map +1 -0
- package/bin/authenticatedOriginPulls.d.ts +106 -27
- package/bin/authenticatedOriginPulls.js +29 -7
- package/bin/authenticatedOriginPulls.js.map +1 -1
- package/bin/authenticatedOriginPullsCertificate.d.ts +19 -50
- package/bin/authenticatedOriginPullsCertificate.js +1 -14
- package/bin/authenticatedOriginPullsCertificate.js.map +1 -1
- package/bin/botManagement.d.ts +8 -19
- package/bin/botManagement.js +0 -4
- package/bin/botManagement.js.map +1 -1
- package/bin/byoIpPrefix.d.ts +90 -24
- package/bin/byoIpPrefix.js +36 -8
- package/bin/byoIpPrefix.js.map +1 -1
- package/bin/certificatePack.d.ts +38 -83
- package/bin/certificatePack.js +10 -26
- package/bin/certificatePack.js.map +1 -1
- package/bin/config/vars.d.ts +5 -35
- package/bin/config/vars.js +4 -40
- package/bin/config/vars.js.map +1 -1
- package/bin/customHostname.d.ts +57 -55
- package/bin/customHostname.js +9 -6
- package/bin/customHostname.js.map +1 -1
- package/bin/customHostnameFallbackOrigin.d.ts +30 -9
- package/bin/customHostnameFallbackOrigin.js +6 -2
- package/bin/customHostnameFallbackOrigin.js.map +1 -1
- package/bin/customSsl.d.ts +150 -15
- package/bin/customSsl.js +20 -6
- package/bin/customSsl.js.map +1 -1
- package/bin/d1database.d.ts +29 -9
- package/bin/d1database.js +10 -0
- package/bin/d1database.js.map +1 -1
- package/bin/dnsRecord.d.ts +217 -0
- package/bin/dnsRecord.js +90 -0
- package/bin/dnsRecord.js.map +1 -0
- package/bin/dnsZoneDnssec.d.ts +179 -0
- package/bin/dnsZoneDnssec.js +78 -0
- package/bin/dnsZoneDnssec.js.map +1 -0
- package/bin/emailRoutingAddress.d.ts +7 -7
- package/bin/emailRoutingCatchAll.d.ts +12 -15
- package/bin/emailRoutingCatchAll.js +0 -2
- package/bin/emailRoutingCatchAll.js.map +1 -1
- package/bin/emailRoutingRule.d.ts +19 -19
- package/bin/emailRoutingRule.js +6 -0
- package/bin/emailRoutingRule.js.map +1 -1
- package/bin/emailRoutingSettings.d.ts +7 -18
- package/bin/emailRoutingSettings.js +2 -7
- package/bin/emailRoutingSettings.js.map +1 -1
- package/bin/filter.d.ts +29 -29
- package/bin/filter.js +7 -7
- package/bin/filter.js.map +1 -1
- package/bin/firewallRule.d.ts +47 -54
- package/bin/firewallRule.js +16 -12
- package/bin/firewallRule.js.map +1 -1
- package/bin/getAccessRule.d.ts +36 -0
- package/bin/getAccessRule.js +30 -0
- package/bin/getAccessRule.js.map +1 -0
- package/bin/getAccessRules.d.ts +52 -0
- package/bin/getAccessRules.js +40 -0
- package/bin/getAccessRules.js.map +1 -0
- package/bin/getAccount.d.ts +30 -0
- package/bin/getAccount.js +26 -0
- package/bin/getAccount.js.map +1 -0
- package/bin/getAccountMember.d.ts +34 -0
- package/bin/getAccountMember.js +28 -0
- package/bin/getAccountMember.js.map +1 -0
- package/bin/getAccountMembers.d.ts +39 -0
- package/bin/getAccountMembers.js +30 -0
- package/bin/getAccountMembers.js.map +1 -0
- package/bin/getAccountSubscription.d.ts +25 -0
- package/bin/getAccountSubscription.js +22 -0
- package/bin/getAccountSubscription.js.map +1 -0
- package/bin/getAccounts.d.ts +10 -3
- package/bin/getAccounts.js +4 -2
- package/bin/getAccounts.js.map +1 -1
- package/bin/getAddressMap.d.ts +43 -0
- package/bin/getAddressMap.js +32 -0
- package/bin/getAddressMap.js.map +1 -0
- package/bin/getAddressMaps.d.ts +30 -0
- package/bin/getAddressMaps.js +24 -0
- package/bin/getAddressMaps.js.map +1 -0
- package/bin/getApiShield.d.ts +33 -0
- package/bin/getApiShield.js +26 -0
- package/bin/getApiShield.js.map +1 -0
- package/bin/getApiShieldOperation.d.ts +47 -0
- package/bin/getApiShieldOperation.js +40 -0
- package/bin/getApiShieldOperation.js.map +1 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.d.ts +31 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.js +26 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.js.map +1 -0
- package/bin/getApiShieldOperations.d.ts +54 -0
- package/bin/getApiShieldOperations.js +40 -0
- package/bin/getApiShieldOperations.js.map +1 -0
- package/bin/getApiShieldSchema.d.ts +41 -0
- package/bin/getApiShieldSchema.js +30 -0
- package/bin/getApiShieldSchema.js.map +1 -0
- package/bin/getApiShieldSchemaValidationSettings.d.ts +31 -0
- package/bin/getApiShieldSchemaValidationSettings.js +26 -0
- package/bin/getApiShieldSchemaValidationSettings.js.map +1 -0
- package/bin/getApiShieldSchemas.d.ts +36 -0
- package/bin/getApiShieldSchemas.js +28 -0
- package/bin/getApiShieldSchemas.js.map +1 -0
- package/bin/getApiToken.d.ts +36 -0
- package/bin/getApiToken.js +26 -0
- package/bin/getApiToken.js.map +1 -0
- package/bin/getApiTokens.d.ts +30 -0
- package/bin/getApiTokens.js +26 -0
- package/bin/getApiTokens.js.map +1 -0
- package/bin/getArgoSmartRouting.d.ts +25 -0
- package/bin/getArgoSmartRouting.js +22 -0
- package/bin/getArgoSmartRouting.js.map +1 -0
- package/bin/getArgoTieredCaching.d.ts +33 -0
- package/bin/getArgoTieredCaching.js +30 -0
- package/bin/getArgoTieredCaching.js.map +1 -0
- package/bin/getAuthenticatedOriginPulls.d.ts +65 -0
- package/bin/getAuthenticatedOriginPulls.js +48 -0
- package/bin/getAuthenticatedOriginPulls.js.map +1 -0
- package/bin/getAuthenticatedOriginPullsCertificate.d.ts +36 -0
- package/bin/getAuthenticatedOriginPullsCertificate.js +28 -0
- package/bin/getAuthenticatedOriginPullsCertificate.js.map +1 -0
- package/bin/getAuthenticatedOriginPullsCertificates.d.ts +30 -0
- package/bin/getAuthenticatedOriginPullsCertificates.js +24 -0
- package/bin/getAuthenticatedOriginPullsCertificates.js.map +1 -0
- package/bin/getBotManagement.d.ts +25 -0
- package/bin/getBotManagement.js +22 -0
- package/bin/getBotManagement.js.map +1 -0
- package/bin/getByoIpPrefix.d.ts +41 -0
- package/bin/getByoIpPrefix.js +28 -0
- package/bin/getByoIpPrefix.js.map +1 -0
- package/bin/getByoIpPrefixes.d.ts +30 -0
- package/bin/getByoIpPrefixes.js +24 -0
- package/bin/getByoIpPrefixes.js.map +1 -0
- package/bin/getCertificatePack.d.ts +33 -0
- package/bin/getCertificatePack.js +28 -0
- package/bin/getCertificatePack.js.map +1 -0
- package/bin/getCertificatePacks.d.ts +33 -0
- package/bin/getCertificatePacks.js +26 -0
- package/bin/getCertificatePacks.js.map +1 -0
- package/bin/getCustomHostname.d.ts +42 -0
- package/bin/getCustomHostname.js +28 -0
- package/bin/getCustomHostname.js.map +1 -0
- package/bin/getCustomHostnameFallbackOrigin.d.ts +40 -0
- package/bin/getCustomHostnameFallbackOrigin.js +32 -0
- package/bin/getCustomHostnameFallbackOrigin.js.map +1 -0
- package/bin/getCustomHostnames.d.ts +41 -0
- package/bin/getCustomHostnames.js +34 -0
- package/bin/getCustomHostnames.js.map +1 -0
- package/bin/getCustomSsl.d.ts +42 -0
- package/bin/getCustomSsl.js +28 -0
- package/bin/getCustomSsl.js.map +1 -0
- package/bin/getCustomSsls.d.ts +36 -0
- package/bin/getCustomSsls.js +28 -0
- package/bin/getCustomSsls.js.map +1 -0
- package/bin/getD1Database.d.ts +43 -0
- package/bin/getD1Database.js +32 -0
- package/bin/getD1Database.js.map +1 -0
- package/bin/getD1Databases.d.ts +33 -0
- package/bin/getD1Databases.js +26 -0
- package/bin/getD1Databases.js.map +1 -0
- package/bin/getDcvDelegation.d.ts +6 -1
- package/bin/getDcvDelegation.js +2 -0
- package/bin/getDcvDelegation.js.map +1 -1
- package/bin/getDnsRecord.d.ts +42 -0
- package/bin/getDnsRecord.js +28 -0
- package/bin/getDnsRecord.js.map +1 -0
- package/bin/getDnsRecords.d.ts +64 -0
- package/bin/getDnsRecords.js +46 -0
- package/bin/getDnsRecords.js.map +1 -0
- package/bin/getDnsZoneDnssec.d.ts +64 -0
- package/bin/getDnsZoneDnssec.js +48 -0
- package/bin/getDnsZoneDnssec.js.map +1 -0
- package/bin/getEmailRoutingAddress.d.ts +35 -0
- package/bin/getEmailRoutingAddress.js +28 -0
- package/bin/getEmailRoutingAddress.js.map +1 -0
- package/bin/getEmailRoutingAddresses.d.ts +36 -0
- package/bin/getEmailRoutingAddresses.js +28 -0
- package/bin/getEmailRoutingAddresses.js.map +1 -0
- package/bin/getEmailRoutingCatchAll.d.ts +41 -0
- package/bin/getEmailRoutingCatchAll.js +34 -0
- package/bin/getEmailRoutingCatchAll.js.map +1 -0
- package/bin/getEmailRoutingRule.d.ts +36 -0
- package/bin/getEmailRoutingRule.js +28 -0
- package/bin/getEmailRoutingRule.js.map +1 -0
- package/bin/getEmailRoutingRules.d.ts +33 -0
- package/bin/getEmailRoutingRules.js +26 -0
- package/bin/getEmailRoutingRules.js.map +1 -0
- package/bin/getEmailRoutingSettings.d.ts +45 -0
- package/bin/getEmailRoutingSettings.js +38 -0
- package/bin/getEmailRoutingSettings.js.map +1 -0
- package/bin/getFilter.d.ts +33 -0
- package/bin/getFilter.js +28 -0
- package/bin/getFilter.js.map +1 -0
- package/bin/getFilters.d.ts +41 -0
- package/bin/getFilters.js +34 -0
- package/bin/getFilters.js.map +1 -0
- package/bin/getFirewallRule.d.ts +34 -0
- package/bin/getFirewallRule.js +28 -0
- package/bin/getFirewallRule.js.map +1 -0
- package/bin/getFirewallRules.d.ts +38 -0
- package/bin/getFirewallRules.js +32 -0
- package/bin/getFirewallRules.js.map +1 -0
- package/bin/getHealthcheck.d.ts +47 -0
- package/bin/getHealthcheck.js +28 -0
- package/bin/getHealthcheck.js.map +1 -0
- package/bin/getHealthchecks.d.ts +30 -0
- package/bin/getHealthchecks.js +24 -0
- package/bin/getHealthchecks.js.map +1 -0
- package/bin/getHostnameTlsSetting.d.ts +28 -0
- package/bin/getHostnameTlsSetting.js +24 -0
- package/bin/getHostnameTlsSetting.js.map +1 -0
- package/bin/getHyperdriveConfig.d.ts +36 -0
- package/bin/getHyperdriveConfig.js +28 -0
- package/bin/getHyperdriveConfig.js.map +1 -0
- package/bin/getHyperdriveConfigs.d.ts +30 -0
- package/bin/getHyperdriveConfigs.js +24 -0
- package/bin/getHyperdriveConfigs.js.map +1 -0
- package/bin/getKeylessCertificate.d.ts +39 -0
- package/bin/getKeylessCertificate.js +28 -0
- package/bin/getKeylessCertificate.js.map +1 -0
- package/bin/getKeylessCertificates.d.ts +30 -0
- package/bin/getKeylessCertificates.js +24 -0
- package/bin/getKeylessCertificates.js.map +1 -0
- package/bin/getList.d.ts +35 -12
- package/bin/getList.js +18 -0
- package/bin/getList.js.map +1 -1
- package/bin/getListItem.d.ts +36 -0
- package/bin/getListItem.js +30 -0
- package/bin/getListItem.js.map +1 -0
- package/bin/getListItems.d.ts +36 -0
- package/bin/getListItems.js +28 -0
- package/bin/getListItems.js.map +1 -0
- package/bin/getLists.d.ts +7 -3
- package/bin/getLists.js +2 -2
- package/bin/getLists.js.map +1 -1
- package/bin/getLoadBalancer.d.ts +57 -0
- package/bin/getLoadBalancer.js +28 -0
- package/bin/getLoadBalancer.js.map +1 -0
- package/bin/getLoadBalancerMonitor.d.ts +50 -0
- package/bin/getLoadBalancerMonitor.js +28 -0
- package/bin/getLoadBalancerMonitor.js.map +1 -0
- package/bin/getLoadBalancerMonitors.d.ts +30 -0
- package/bin/getLoadBalancerMonitors.js +24 -0
- package/bin/getLoadBalancerMonitors.js.map +1 -0
- package/bin/getLoadBalancerPool.d.ts +47 -0
- package/bin/getLoadBalancerPool.js +28 -0
- package/bin/getLoadBalancerPool.js.map +1 -0
- package/bin/getLoadBalancerPools.d.ts +10 -9
- package/bin/getLoadBalancerPools.js +4 -6
- package/bin/getLoadBalancerPools.js.map +1 -1
- package/bin/getLoadBalancers.d.ts +30 -0
- package/bin/getLoadBalancers.js +24 -0
- package/bin/getLoadBalancers.js.map +1 -0
- package/bin/getLogpullRetention.d.ts +28 -0
- package/bin/getLogpullRetention.js +24 -0
- package/bin/getLogpullRetention.js.map +1 -0
- package/bin/getLogpushJob.d.ts +47 -0
- package/bin/getLogpushJob.js +30 -0
- package/bin/getLogpushJob.js.map +1 -0
- package/bin/getLogpushJobs.d.ts +33 -0
- package/bin/getLogpushJobs.js +28 -0
- package/bin/getLogpushJobs.js.map +1 -0
- package/bin/getMagicWanGreTunnel.d.ts +33 -0
- package/bin/getMagicWanGreTunnel.js +26 -0
- package/bin/getMagicWanGreTunnel.js.map +1 -0
- package/bin/getMagicWanIpsecTunnel.d.ts +33 -0
- package/bin/getMagicWanIpsecTunnel.js +26 -0
- package/bin/getMagicWanIpsecTunnel.js.map +1 -0
- package/bin/getMagicWanStaticRoute.d.ts +33 -0
- package/bin/getMagicWanStaticRoute.js +26 -0
- package/bin/getMagicWanStaticRoute.js.map +1 -0
- package/bin/getManagedHeaders.d.ts +33 -0
- package/bin/getManagedHeaders.js +26 -0
- package/bin/getManagedHeaders.js.map +1 -0
- package/bin/getMtlsCertificate.d.ts +38 -0
- package/bin/getMtlsCertificate.js +28 -0
- package/bin/getMtlsCertificate.js.map +1 -0
- package/bin/getMtlsCertificates.d.ts +30 -0
- package/bin/getMtlsCertificates.js +24 -0
- package/bin/getMtlsCertificates.js.map +1 -0
- package/bin/getNotificationPolicies.d.ts +30 -0
- package/bin/getNotificationPolicies.js +24 -0
- package/bin/getNotificationPolicies.js.map +1 -0
- package/bin/getNotificationPolicy.d.ts +41 -0
- package/bin/getNotificationPolicy.js +28 -0
- package/bin/getNotificationPolicy.js.map +1 -0
- package/bin/getNotificationPolicyWebhooks.d.ts +37 -0
- package/bin/getNotificationPolicyWebhooks.js +28 -0
- package/bin/getNotificationPolicyWebhooks.js.map +1 -0
- package/bin/getNotificationPolicyWebhooksList.d.ts +30 -0
- package/bin/getNotificationPolicyWebhooksList.js +24 -0
- package/bin/getNotificationPolicyWebhooksList.js.map +1 -0
- package/bin/getObservatoryScheduledTest.d.ts +30 -0
- package/bin/getObservatoryScheduledTest.js +24 -0
- package/bin/getObservatoryScheduledTest.js.map +1 -0
- package/bin/getOriginCaCertificate.d.ts +12 -5
- package/bin/getOriginCaCertificate.js +6 -2
- package/bin/getOriginCaCertificate.js.map +1 -1
- package/bin/getOriginCaCertificates.d.ts +30 -0
- package/bin/getOriginCaCertificates.js +26 -0
- package/bin/getOriginCaCertificates.js.map +1 -0
- package/bin/getPageRule.d.ts +28 -0
- package/bin/getPageRule.js +24 -0
- package/bin/getPageRule.js.map +1 -0
- package/bin/getPagesDomain.d.ts +41 -0
- package/bin/getPagesDomain.js +30 -0
- package/bin/getPagesDomain.js.map +1 -0
- package/bin/getPagesDomains.d.ts +33 -0
- package/bin/getPagesDomains.js +26 -0
- package/bin/getPagesDomains.js.map +1 -0
- package/bin/getPagesProject.d.ts +93 -0
- package/bin/getPagesProject.js +64 -0
- package/bin/getPagesProject.js.map +1 -0
- package/bin/getPagesProjects.d.ts +30 -0
- package/bin/getPagesProjects.js +24 -0
- package/bin/getPagesProjects.js.map +1 -0
- package/bin/getQueue.d.ts +40 -0
- package/bin/getQueue.js +28 -0
- package/bin/getQueue.js.map +1 -0
- package/bin/getQueues.d.ts +30 -0
- package/bin/getQueues.js +24 -0
- package/bin/getQueues.js.map +1 -0
- package/bin/getR2Bucket.d.ts +40 -0
- package/bin/getR2Bucket.js +32 -0
- package/bin/getR2Bucket.js.map +1 -0
- package/bin/getRateLimit.d.ts +50 -0
- package/bin/getRateLimit.js +42 -0
- package/bin/getRateLimit.js.map +1 -0
- package/bin/getRateLimits.d.ts +30 -0
- package/bin/getRateLimits.js +24 -0
- package/bin/getRateLimits.js.map +1 -0
- package/bin/getRegionalHostname.d.ts +35 -0
- package/bin/getRegionalHostname.js +28 -0
- package/bin/getRegionalHostname.js.map +1 -0
- package/bin/getRegionalHostnames.d.ts +30 -0
- package/bin/getRegionalHostnames.js +24 -0
- package/bin/getRegionalHostnames.js.map +1 -0
- package/bin/getRegionalTieredCache.d.ts +32 -0
- package/bin/getRegionalTieredCache.js +28 -0
- package/bin/getRegionalTieredCache.js.map +1 -0
- package/bin/getRuleset.d.ts +42 -0
- package/bin/getRuleset.js +32 -0
- package/bin/getRuleset.js.map +1 -0
- package/bin/getRulesets.d.ts +7 -10
- package/bin/getRulesets.js +2 -6
- package/bin/getRulesets.js.map +1 -1
- package/bin/getSpectrumApplication.d.ts +28 -0
- package/bin/getSpectrumApplication.js +24 -0
- package/bin/getSpectrumApplication.js.map +1 -0
- package/bin/getTieredCache.d.ts +33 -0
- package/bin/getTieredCache.js +30 -0
- package/bin/getTieredCache.js.map +1 -0
- package/bin/getTotalTls.d.ts +34 -0
- package/bin/getTotalTls.js +28 -0
- package/bin/getTotalTls.js.map +1 -0
- package/bin/getTurnstileWidget.d.ts +45 -0
- package/bin/getTurnstileWidget.js +30 -0
- package/bin/getTurnstileWidget.js.map +1 -0
- package/bin/getTurnstileWidgets.d.ts +36 -0
- package/bin/getTurnstileWidgets.js +28 -0
- package/bin/getTurnstileWidgets.js.map +1 -0
- package/bin/getUrlNormalizationSettings.d.ts +31 -0
- package/bin/getUrlNormalizationSettings.js +26 -0
- package/bin/getUrlNormalizationSettings.js.map +1 -0
- package/bin/getUserAgentBlockingRule.d.ts +41 -0
- package/bin/getUserAgentBlockingRule.js +36 -0
- package/bin/getUserAgentBlockingRule.js.map +1 -0
- package/bin/getUserAgentBlockingRules.d.ts +39 -0
- package/bin/getUserAgentBlockingRules.js +30 -0
- package/bin/getUserAgentBlockingRules.js.map +1 -0
- package/bin/getWaitingRoom.d.ts +53 -0
- package/bin/getWaitingRoom.js +28 -0
- package/bin/getWaitingRoom.js.map +1 -0
- package/bin/getWaitingRoomEvent.d.ts +48 -0
- package/bin/getWaitingRoomEvent.js +30 -0
- package/bin/getWaitingRoomEvent.js.map +1 -0
- package/bin/getWaitingRoomEvents.d.ts +33 -0
- package/bin/getWaitingRoomEvents.js +26 -0
- package/bin/getWaitingRoomEvents.js.map +1 -0
- package/bin/getWaitingRoomRules.d.ts +28 -0
- package/bin/getWaitingRoomRules.js +24 -0
- package/bin/getWaitingRoomRules.js.map +1 -0
- package/bin/getWaitingRoomSetting.d.ts +28 -0
- package/bin/getWaitingRoomSetting.js +24 -0
- package/bin/getWaitingRoomSetting.js.map +1 -0
- package/bin/getWaitingRooms.d.ts +30 -0
- package/bin/getWaitingRooms.js +24 -0
- package/bin/getWaitingRooms.js.map +1 -0
- package/bin/getWeb3Hostname.d.ts +37 -0
- package/bin/getWeb3Hostname.js +28 -0
- package/bin/getWeb3Hostname.js.map +1 -0
- package/bin/getWeb3Hostnames.d.ts +30 -0
- package/bin/getWeb3Hostnames.js +24 -0
- package/bin/getWeb3Hostnames.js.map +1 -0
- package/bin/getWebAnalyticsSite.d.ts +40 -0
- package/bin/getWebAnalyticsSite.js +28 -0
- package/bin/getWebAnalyticsSite.js.map +1 -0
- package/bin/getWebAnalyticsSites.d.ts +33 -0
- package/bin/getWebAnalyticsSites.js +26 -0
- package/bin/getWebAnalyticsSites.js.map +1 -0
- package/bin/getWorkersCronTrigger.d.ts +33 -0
- package/bin/getWorkersCronTrigger.js +26 -0
- package/bin/getWorkersCronTrigger.js.map +1 -0
- package/bin/getWorkersCustomDomain.d.ts +35 -0
- package/bin/getWorkersCustomDomain.js +28 -0
- package/bin/getWorkersCustomDomain.js.map +1 -0
- package/bin/getWorkersCustomDomains.d.ts +45 -0
- package/bin/getWorkersCustomDomains.js +34 -0
- package/bin/getWorkersCustomDomains.js.map +1 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.d.ts +40 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.js +28 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.js.map +1 -0
- package/bin/getWorkersForPlatformsDispatchNamespaces.d.ts +30 -0
- package/bin/getWorkersForPlatformsDispatchNamespaces.js +24 -0
- package/bin/getWorkersForPlatformsDispatchNamespaces.js.map +1 -0
- package/bin/getWorkersKv.d.ts +31 -0
- package/bin/getWorkersKv.js +26 -0
- package/bin/getWorkersKv.js.map +1 -0
- package/bin/getWorkersKvNamespace.d.ts +32 -0
- package/bin/getWorkersKvNamespace.js +28 -0
- package/bin/getWorkersKvNamespace.js.map +1 -0
- package/bin/getWorkersKvNamespaces.d.ts +36 -0
- package/bin/getWorkersKvNamespaces.js +28 -0
- package/bin/getWorkersKvNamespaces.js.map +1 -0
- package/bin/getWorkersScript.d.ts +53 -0
- package/bin/getWorkersScript.js +44 -0
- package/bin/getWorkersScript.js.map +1 -0
- package/bin/getWorkersScripts.d.ts +30 -0
- package/bin/getWorkersScripts.js +24 -0
- package/bin/getWorkersScripts.js.map +1 -0
- package/bin/getWorkersSecret.d.ts +41 -0
- package/bin/getWorkersSecret.js +32 -0
- package/bin/getWorkersSecret.js.map +1 -0
- package/bin/getWorkersSecrets.d.ts +36 -0
- package/bin/getWorkersSecrets.js +28 -0
- package/bin/getWorkersSecrets.js.map +1 -0
- package/bin/getZeroTrustAccessApplication.d.ts +11 -9
- package/bin/getZeroTrustAccessApplication.js +4 -6
- package/bin/getZeroTrustAccessApplication.js.map +1 -1
- package/bin/getZeroTrustAccessApplications.d.ts +33 -0
- package/bin/getZeroTrustAccessApplications.js +28 -0
- package/bin/getZeroTrustAccessApplications.js.map +1 -0
- package/bin/getZeroTrustAccessCustomPage.d.ts +42 -0
- package/bin/getZeroTrustAccessCustomPage.js +30 -0
- package/bin/getZeroTrustAccessCustomPage.js.map +1 -0
- package/bin/getZeroTrustAccessCustomPages.d.ts +30 -0
- package/bin/getZeroTrustAccessCustomPages.js +24 -0
- package/bin/getZeroTrustAccessCustomPages.js.map +1 -0
- package/bin/getZeroTrustAccessGroup.d.ts +40 -0
- package/bin/getZeroTrustAccessGroup.js +30 -0
- package/bin/getZeroTrustAccessGroup.js.map +1 -0
- package/bin/getZeroTrustAccessGroups.d.ts +33 -0
- package/bin/getZeroTrustAccessGroups.js +28 -0
- package/bin/getZeroTrustAccessGroups.js.map +1 -0
- package/bin/getZeroTrustAccessIdentityProvider.d.ts +13 -8
- package/bin/getZeroTrustAccessIdentityProvider.js +6 -4
- package/bin/getZeroTrustAccessIdentityProvider.js.map +1 -1
- package/bin/getZeroTrustAccessIdentityProviders.d.ts +33 -0
- package/bin/getZeroTrustAccessIdentityProviders.js +28 -0
- package/bin/getZeroTrustAccessIdentityProviders.js.map +1 -0
- package/bin/getZeroTrustAccessKeyConfiguration.d.ts +34 -0
- package/bin/getZeroTrustAccessKeyConfiguration.js +28 -0
- package/bin/getZeroTrustAccessKeyConfiguration.js.map +1 -0
- package/bin/getZeroTrustAccessMtlsCertificate.d.ts +39 -0
- package/bin/getZeroTrustAccessMtlsCertificate.js +30 -0
- package/bin/getZeroTrustAccessMtlsCertificate.js.map +1 -0
- package/bin/getZeroTrustAccessMtlsCertificates.d.ts +33 -0
- package/bin/getZeroTrustAccessMtlsCertificates.js +28 -0
- package/bin/getZeroTrustAccessMtlsCertificates.js.map +1 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.d.ts +28 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.js +26 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.js.map +1 -0
- package/bin/getZeroTrustAccessPolicies.d.ts +36 -0
- package/bin/getZeroTrustAccessPolicies.js +28 -0
- package/bin/getZeroTrustAccessPolicies.js.map +1 -0
- package/bin/getZeroTrustAccessPolicy.d.ts +49 -0
- package/bin/getZeroTrustAccessPolicy.js +32 -0
- package/bin/getZeroTrustAccessPolicy.js.map +1 -0
- package/bin/getZeroTrustAccessServiceToken.d.ts +39 -0
- package/bin/getZeroTrustAccessServiceToken.js +30 -0
- package/bin/getZeroTrustAccessServiceToken.js.map +1 -0
- package/bin/getZeroTrustAccessServiceTokens.d.ts +33 -0
- package/bin/getZeroTrustAccessServiceTokens.js +28 -0
- package/bin/getZeroTrustAccessServiceTokens.js.map +1 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.d.ts +41 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.js +36 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.js.map +1 -0
- package/bin/getZeroTrustAccessShortLivedCertificates.d.ts +33 -0
- package/bin/getZeroTrustAccessShortLivedCertificates.js +28 -0
- package/bin/getZeroTrustAccessShortLivedCertificates.js.map +1 -0
- package/bin/getZeroTrustAccessTag.d.ts +37 -0
- package/bin/getZeroTrustAccessTag.js +28 -0
- package/bin/getZeroTrustAccessTag.js.map +1 -0
- package/bin/getZeroTrustAccessTags.d.ts +30 -0
- package/bin/getZeroTrustAccessTags.js +24 -0
- package/bin/getZeroTrustAccessTags.js.map +1 -0
- package/bin/getZeroTrustDeviceCertificates.d.ts +25 -0
- package/bin/getZeroTrustDeviceCertificates.js +22 -0
- package/bin/getZeroTrustDeviceCertificates.js.map +1 -0
- package/bin/getZeroTrustDeviceManagedNetworks.d.ts +36 -0
- package/bin/getZeroTrustDeviceManagedNetworks.js +28 -0
- package/bin/getZeroTrustDeviceManagedNetworks.js.map +1 -0
- package/bin/getZeroTrustDeviceManagedNetworksList.d.ts +30 -0
- package/bin/getZeroTrustDeviceManagedNetworksList.js +24 -0
- package/bin/getZeroTrustDeviceManagedNetworksList.js.map +1 -0
- package/bin/getZeroTrustDevicePostureIntegration.d.ts +34 -0
- package/bin/getZeroTrustDevicePostureIntegration.js +28 -0
- package/bin/getZeroTrustDevicePostureIntegration.js.map +1 -0
- package/bin/getZeroTrustDevicePostureIntegrations.d.ts +30 -0
- package/bin/getZeroTrustDevicePostureIntegrations.js +24 -0
- package/bin/getZeroTrustDevicePostureIntegrations.js.map +1 -0
- package/bin/getZeroTrustDevicePostureRule.d.ts +37 -0
- package/bin/getZeroTrustDevicePostureRule.js +28 -0
- package/bin/getZeroTrustDevicePostureRule.js.map +1 -0
- package/bin/getZeroTrustDevicePostureRules.d.ts +30 -0
- package/bin/getZeroTrustDevicePostureRules.js +24 -0
- package/bin/getZeroTrustDevicePostureRules.js.map +1 -0
- package/bin/getZeroTrustDeviceProfiles.d.ts +57 -0
- package/bin/getZeroTrustDeviceProfiles.js +28 -0
- package/bin/getZeroTrustDeviceProfiles.js.map +1 -0
- package/bin/getZeroTrustDeviceProfilesList.d.ts +30 -0
- package/bin/getZeroTrustDeviceProfilesList.js +24 -0
- package/bin/getZeroTrustDeviceProfilesList.js.map +1 -0
- package/bin/getZeroTrustDexTest.d.ts +40 -0
- package/bin/getZeroTrustDexTest.js +28 -0
- package/bin/getZeroTrustDexTest.js.map +1 -0
- package/bin/getZeroTrustDexTests.d.ts +30 -0
- package/bin/getZeroTrustDexTests.js +24 -0
- package/bin/getZeroTrustDexTests.js.map +1 -0
- package/bin/getZeroTrustDlpCustomProfile.d.ts +28 -0
- package/bin/getZeroTrustDlpCustomProfile.js +24 -0
- package/bin/getZeroTrustDlpCustomProfile.js.map +1 -0
- package/bin/getZeroTrustDlpPredefinedProfile.d.ts +28 -0
- package/bin/getZeroTrustDlpPredefinedProfile.js +24 -0
- package/bin/getZeroTrustDlpPredefinedProfile.js.map +1 -0
- package/bin/getZeroTrustDnsLocation.d.ts +42 -0
- package/bin/getZeroTrustDnsLocation.js +28 -0
- package/bin/getZeroTrustDnsLocation.js.map +1 -0
- package/bin/getZeroTrustDnsLocations.d.ts +30 -0
- package/bin/getZeroTrustDnsLocations.js +24 -0
- package/bin/getZeroTrustDnsLocations.js.map +1 -0
- package/bin/getZeroTrustGatewayPolicies.d.ts +30 -0
- package/bin/getZeroTrustGatewayPolicies.js +24 -0
- package/bin/getZeroTrustGatewayPolicies.js.map +1 -0
- package/bin/getZeroTrustGatewayPolicy.d.ts +44 -0
- package/bin/getZeroTrustGatewayPolicy.js +28 -0
- package/bin/getZeroTrustGatewayPolicy.js.map +1 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.d.ts +28 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.js +24 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.js.map +1 -0
- package/bin/getZeroTrustGatewaySettings.d.ts +36 -0
- package/bin/getZeroTrustGatewaySettings.js +28 -0
- package/bin/getZeroTrustGatewaySettings.js.map +1 -0
- package/bin/getZeroTrustList.d.ts +36 -0
- package/bin/getZeroTrustList.js +28 -0
- package/bin/getZeroTrustList.js.map +1 -0
- package/bin/getZeroTrustLists.d.ts +33 -0
- package/bin/getZeroTrustLists.js +26 -0
- package/bin/getZeroTrustLists.js.map +1 -0
- package/bin/getZeroTrustLocalDomainFallback.d.ts +42 -0
- package/bin/getZeroTrustLocalDomainFallback.js +34 -0
- package/bin/getZeroTrustLocalDomainFallback.js.map +1 -0
- package/bin/getZeroTrustLocalDomainFallbacks.d.ts +30 -0
- package/bin/getZeroTrustLocalDomainFallbacks.js +24 -0
- package/bin/getZeroTrustLocalDomainFallbacks.js.map +1 -0
- package/bin/getZeroTrustOrganization.d.ts +69 -0
- package/bin/getZeroTrustOrganization.js +52 -0
- package/bin/getZeroTrustOrganization.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflared.d.ts +16 -14
- package/bin/getZeroTrustTunnelCloudflared.js +6 -4
- package/bin/getZeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredConfig.d.ts +38 -0
- package/bin/getZeroTrustTunnelCloudflaredConfig.js +30 -0
- package/bin/getZeroTrustTunnelCloudflaredConfig.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.d.ts +45 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.js +34 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredRoutes.d.ts +57 -0
- package/bin/getZeroTrustTunnelCloudflaredRoutes.js +42 -0
- package/bin/getZeroTrustTunnelCloudflaredRoutes.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.d.ts +35 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js +28 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +38 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js +32 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflareds.d.ts +57 -0
- package/bin/getZeroTrustTunnelCloudflareds.js +42 -0
- package/bin/getZeroTrustTunnelCloudflareds.js.map +1 -0
- package/bin/getZone.d.ts +17 -9
- package/bin/getZone.js +2 -6
- package/bin/getZone.js.map +1 -1
- package/bin/getZoneCacheReserve.d.ts +12 -3
- package/bin/getZoneCacheReserve.js +6 -2
- package/bin/getZoneCacheReserve.js.map +1 -1
- package/bin/getZoneCacheVariants.d.ts +32 -0
- package/bin/getZoneCacheVariants.js +28 -0
- package/bin/getZoneCacheVariants.js.map +1 -0
- package/bin/getZoneHold.d.ts +34 -0
- package/bin/getZoneHold.js +28 -0
- package/bin/getZoneHold.js.map +1 -0
- package/bin/getZoneLockdown.d.ts +35 -0
- package/bin/getZoneLockdown.js +28 -0
- package/bin/getZoneLockdown.js.map +1 -0
- package/bin/getZoneLockdowns.d.ts +57 -0
- package/bin/getZoneLockdowns.js +42 -0
- package/bin/getZoneLockdowns.js.map +1 -0
- package/bin/getZoneSetting.d.ts +28 -0
- package/bin/getZoneSetting.js +24 -0
- package/bin/getZoneSetting.js.map +1 -0
- package/bin/getZoneSubscription.d.ts +25 -0
- package/bin/getZoneSubscription.js +22 -0
- package/bin/getZoneSubscription.js.map +1 -0
- package/bin/getZones.d.ts +27 -8
- package/bin/getZones.js +16 -4
- package/bin/getZones.js.map +1 -1
- package/bin/healthcheck.d.ts +64 -150
- package/bin/healthcheck.js +8 -23
- package/bin/healthcheck.js.map +1 -1
- package/bin/hostnameTlsSetting.d.ts +39 -22
- package/bin/hostnameTlsSetting.js +6 -9
- package/bin/hostnameTlsSetting.js.map +1 -1
- package/bin/hyperdriveConfig.d.ts +3 -42
- package/bin/hyperdriveConfig.js +0 -2
- package/bin/hyperdriveConfig.js.map +1 -1
- package/bin/index.d.ts +570 -240
- package/bin/index.js +612 -369
- package/bin/index.js.map +1 -1
- package/bin/keylessCertificate.d.ts +64 -35
- package/bin/keylessCertificate.js +8 -2
- package/bin/keylessCertificate.js.map +1 -1
- package/bin/list.d.ts +22 -21
- package/bin/list.js +0 -2
- package/bin/list.js.map +1 -1
- package/bin/listItem.d.ts +67 -32
- package/bin/listItem.js +10 -7
- package/bin/listItem.js.map +1 -1
- package/bin/loadBalancer.d.ts +228 -198
- package/bin/loadBalancer.js +16 -16
- package/bin/loadBalancer.js.map +1 -1
- package/bin/loadBalancerMonitor.d.ts +91 -90
- package/bin/loadBalancerMonitor.js +2 -4
- package/bin/loadBalancerMonitor.js.map +1 -1
- package/bin/loadBalancerPool.d.ts +94 -78
- package/bin/loadBalancerPool.js +10 -6
- package/bin/loadBalancerPool.js.map +1 -1
- package/bin/logpullRetention.d.ts +9 -12
- package/bin/logpullRetention.js +2 -7
- package/bin/logpullRetention.js.map +1 -1
- package/bin/logpushJob.d.ts +120 -98
- package/bin/logpushJob.js +6 -7
- package/bin/logpushJob.js.map +1 -1
- package/bin/logpushOwnershipChallenge.d.ts +15 -26
- package/bin/logpushOwnershipChallenge.js +6 -4
- package/bin/logpushOwnershipChallenge.js.map +1 -1
- package/bin/magicWanGreTunnel.d.ts +52 -56
- package/bin/magicWanGreTunnel.js +18 -16
- package/bin/magicWanGreTunnel.js.map +1 -1
- package/bin/magicWanIpsecTunnel.d.ts +62 -156
- package/bin/magicWanIpsecTunnel.js +20 -28
- package/bin/magicWanIpsecTunnel.js.map +1 -1
- package/bin/magicWanStaticRoute.d.ts +58 -47
- package/bin/magicWanStaticRoute.js +18 -14
- package/bin/magicWanStaticRoute.js.map +1 -1
- package/bin/managedHeaders.d.ts +7 -28
- package/bin/managedHeaders.js +6 -2
- package/bin/managedHeaders.js.map +1 -1
- package/bin/mtlsCertificate.d.ts +33 -31
- package/bin/mtlsCertificate.js +2 -2
- package/bin/mtlsCertificate.js.map +1 -1
- package/bin/notificationPolicy.d.ts +60 -124
- package/bin/notificationPolicy.js +14 -10
- package/bin/notificationPolicy.js.map +1 -1
- package/bin/notificationPolicyWebhooks.d.ts +46 -30
- package/bin/notificationPolicyWebhooks.js +11 -2
- package/bin/notificationPolicyWebhooks.js.map +1 -1
- package/bin/observatoryScheduledTest.d.ts +28 -36
- package/bin/observatoryScheduledTest.js +8 -12
- package/bin/observatoryScheduledTest.js.map +1 -1
- package/bin/originCaCertificate.d.ts +31 -38
- package/bin/originCaCertificate.js +2 -13
- package/bin/originCaCertificate.js.map +1 -1
- package/bin/package.json +1 -1
- package/bin/pageRule.d.ts +56 -20
- package/bin/pageRule.js +6 -6
- package/bin/pageRule.js.map +1 -1
- package/bin/pagesDomain.d.ts +23 -27
- package/bin/pagesDomain.js +14 -7
- package/bin/pagesDomain.js.map +1 -1
- package/bin/pagesProject.d.ts +32 -35
- package/bin/pagesProject.js +5 -6
- package/bin/pagesProject.js.map +1 -1
- package/bin/provider.d.ts +10 -45
- package/bin/provider.js +1 -7
- package/bin/provider.js.map +1 -1
- package/bin/queue.d.ts +20 -16
- package/bin/queue.js +18 -3
- package/bin/queue.js.map +1 -1
- package/bin/r2bucket.d.ts +29 -9
- package/bin/r2bucket.js +4 -0
- package/bin/r2bucket.js.map +1 -1
- package/bin/rateLimit.d.ts +33 -60
- package/bin/rateLimit.js +7 -12
- package/bin/rateLimit.js.map +1 -1
- package/bin/regionalHostname.d.ts +26 -20
- package/bin/regionalHostname.js +6 -4
- package/bin/regionalHostname.js.map +1 -1
- package/bin/regionalTieredCache.d.ts +12 -7
- package/bin/regionalTieredCache.js +2 -5
- package/bin/regionalTieredCache.js.map +1 -1
- package/bin/ruleset.d.ts +39 -38
- package/bin/ruleset.js +7 -0
- package/bin/ruleset.js.map +1 -1
- package/bin/spectrumApplication.d.ts +65 -56
- package/bin/spectrumApplication.js +0 -4
- package/bin/spectrumApplication.js.map +1 -1
- package/bin/tieredCache.d.ts +25 -12
- package/bin/tieredCache.js +8 -6
- package/bin/tieredCache.js.map +1 -1
- package/bin/totalTls.d.ts +21 -16
- package/bin/totalTls.js +2 -2
- package/bin/totalTls.js.map +1 -1
- package/bin/turnstileWidget.d.ts +50 -29
- package/bin/turnstileWidget.js +8 -4
- package/bin/turnstileWidget.js.map +1 -1
- package/bin/types/input.d.ts +9711 -4260
- package/bin/types/output.d.ts +14991 -4510
- package/bin/urlNormalizationSettings.d.ts +5 -8
- package/bin/urlNormalizationSettings.js +0 -8
- package/bin/urlNormalizationSettings.js.map +1 -1
- package/bin/userAgentBlockingRule.d.ts +15 -30
- package/bin/userAgentBlockingRule.js +4 -14
- package/bin/userAgentBlockingRule.js.map +1 -1
- package/bin/utilities.js +2 -2
- package/bin/utilities.js.map +1 -1
- package/bin/waitingRoom.d.ts +405 -85
- package/bin/waitingRoom.js +10 -4
- package/bin/waitingRoom.js.map +1 -1
- package/bin/waitingRoomEvent.d.ts +91 -88
- package/bin/waitingRoomEvent.js +0 -2
- package/bin/waitingRoomEvent.js.map +1 -1
- package/bin/waitingRoomRules.d.ts +51 -17
- package/bin/waitingRoomRules.js +16 -4
- package/bin/waitingRoomRules.js.map +1 -1
- package/bin/waitingRoomSetting.d.ts +63 -0
- package/bin/waitingRoomSetting.js +54 -0
- package/bin/waitingRoomSetting.js.map +1 -0
- package/bin/web3Hostname.d.ts +5 -24
- package/bin/web3Hostname.js +1 -3
- package/bin/web3Hostname.js.map +1 -1
- package/bin/webAnalyticsRule.d.ts +17 -39
- package/bin/webAnalyticsRule.js +4 -16
- package/bin/webAnalyticsRule.js.map +1 -1
- package/bin/webAnalyticsSite.d.ts +27 -38
- package/bin/webAnalyticsSite.js +6 -11
- package/bin/webAnalyticsSite.js.map +1 -1
- package/bin/workersCronTrigger.d.ts +13 -21
- package/bin/workersCronTrigger.js +3 -6
- package/bin/workersCronTrigger.js.map +1 -1
- package/bin/workersCustomDomain.d.ts +104 -0
- package/bin/workersCustomDomain.js +74 -0
- package/bin/workersCustomDomain.js.map +1 -0
- package/bin/workersForPlatformsDispatchNamespace.d.ts +62 -6
- package/bin/workersForPlatformsDispatchNamespace.js +14 -0
- package/bin/workersForPlatformsDispatchNamespace.js.map +1 -1
- package/bin/workersKv.d.ts +30 -21
- package/bin/workersKv.js +9 -6
- package/bin/workersKv.js.map +1 -1
- package/bin/workersKvNamespace.d.ts +16 -9
- package/bin/workersKvNamespace.js +2 -2
- package/bin/workersKvNamespace.js.map +1 -1
- package/bin/workersScript.d.ts +79 -90
- package/bin/workersScript.js +25 -41
- package/bin/workersScript.js.map +1 -1
- package/bin/workersSecret.d.ts +39 -21
- package/bin/workersSecret.js +9 -9
- package/bin/workersSecret.js.map +1 -1
- package/bin/zeroTrustAccessApplication.d.ts +120 -152
- package/bin/zeroTrustAccessApplication.js +2 -6
- package/bin/zeroTrustAccessApplication.js.map +1 -1
- package/bin/zeroTrustAccessCustomPage.d.ts +28 -37
- package/bin/zeroTrustAccessCustomPage.js +12 -4
- package/bin/zeroTrustAccessCustomPage.js.map +1 -1
- package/bin/zeroTrustAccessGroup.d.ts +61 -15
- package/bin/zeroTrustAccessGroup.js +6 -2
- package/bin/zeroTrustAccessGroup.js.map +1 -1
- package/bin/zeroTrustAccessIdentityProvider.d.ts +30 -39
- package/bin/zeroTrustAccessIdentityProvider.js +7 -6
- package/bin/zeroTrustAccessIdentityProvider.js.map +1 -1
- package/bin/zeroTrustAccessKeyConfiguration.d.ts +76 -0
- package/bin/zeroTrustAccessKeyConfiguration.js +61 -0
- package/bin/zeroTrustAccessKeyConfiguration.js.map +1 -0
- package/bin/zeroTrustAccessMtlsCertificate.d.ts +30 -21
- package/bin/zeroTrustAccessMtlsCertificate.js +9 -2
- package/bin/zeroTrustAccessMtlsCertificate.js.map +1 -1
- package/bin/zeroTrustAccessMtlsHostnameSettings.d.ts +9 -9
- package/bin/zeroTrustAccessMtlsHostnameSettings.js +3 -0
- package/bin/zeroTrustAccessMtlsHostnameSettings.js.map +1 -1
- package/bin/zeroTrustAccessPolicy.d.ts +92 -61
- package/bin/zeroTrustAccessPolicy.js +9 -6
- package/bin/zeroTrustAccessPolicy.js.map +1 -1
- package/bin/zeroTrustAccessServiceToken.d.ts +25 -28
- package/bin/zeroTrustAccessServiceToken.js +4 -6
- package/bin/zeroTrustAccessServiceToken.js.map +1 -1
- package/bin/zeroTrustAccessShortLivedCertificate.d.ts +14 -33
- package/bin/zeroTrustAccessShortLivedCertificate.js +4 -10
- package/bin/zeroTrustAccessShortLivedCertificate.js.map +1 -1
- package/bin/zeroTrustAccessTag.d.ts +15 -36
- package/bin/zeroTrustAccessTag.js +8 -5
- package/bin/zeroTrustAccessTag.js.map +1 -1
- package/bin/zeroTrustDeviceCertificates.d.ts +6 -18
- package/bin/zeroTrustDeviceCertificates.js +4 -6
- package/bin/zeroTrustDeviceCertificates.js.map +1 -1
- package/bin/zeroTrustDeviceManagedNetworks.d.ts +17 -21
- package/bin/zeroTrustDeviceManagedNetworks.js +2 -2
- package/bin/zeroTrustDeviceManagedNetworks.js.map +1 -1
- package/bin/zeroTrustDevicePostureIntegration.d.ts +20 -35
- package/bin/zeroTrustDevicePostureIntegration.js +8 -6
- package/bin/zeroTrustDevicePostureIntegration.js.map +1 -1
- package/bin/zeroTrustDevicePostureRule.d.ts +31 -43
- package/bin/zeroTrustDevicePostureRule.js +2 -4
- package/bin/zeroTrustDevicePostureRule.js.map +1 -1
- package/bin/zeroTrustDeviceProfiles.d.ts +120 -97
- package/bin/zeroTrustDeviceProfiles.js +24 -9
- package/bin/zeroTrustDeviceProfiles.js.map +1 -1
- package/bin/zeroTrustDexTest.d.ts +15 -28
- package/bin/zeroTrustDexTest.js +4 -9
- package/bin/zeroTrustDexTest.js.map +1 -1
- package/bin/zeroTrustDlpCustomProfile.d.ts +104 -0
- package/bin/zeroTrustDlpCustomProfile.js +73 -0
- package/bin/zeroTrustDlpCustomProfile.js.map +1 -0
- package/bin/zeroTrustDlpPredefinedProfile.d.ts +65 -0
- package/bin/zeroTrustDlpPredefinedProfile.js +68 -0
- package/bin/zeroTrustDlpPredefinedProfile.js.map +1 -0
- package/bin/zeroTrustDnsLocation.d.ts +68 -40
- package/bin/zeroTrustDnsLocation.js +10 -6
- package/bin/zeroTrustDnsLocation.js.map +1 -1
- package/bin/zeroTrustGatewayPolicy.d.ts +68 -55
- package/bin/zeroTrustGatewayPolicy.js +8 -10
- package/bin/zeroTrustGatewayPolicy.js.map +1 -1
- package/bin/zeroTrustGatewayProxyEndpoint.d.ts +12 -20
- package/bin/zeroTrustGatewayProxyEndpoint.js +4 -2
- package/bin/zeroTrustGatewayProxyEndpoint.js.map +1 -1
- package/bin/zeroTrustGatewaySettings.d.ts +10 -195
- package/bin/zeroTrustGatewaySettings.js +6 -34
- package/bin/zeroTrustGatewaySettings.js.map +1 -1
- package/bin/zeroTrustList.d.ts +24 -36
- package/bin/zeroTrustList.js +6 -4
- package/bin/zeroTrustList.js.map +1 -1
- package/bin/zeroTrustLocalDomainFallback.d.ts +87 -0
- package/bin/zeroTrustLocalDomainFallback.js +66 -0
- package/bin/zeroTrustLocalDomainFallback.js.map +1 -0
- package/bin/zeroTrustOrganization.d.ts +189 -0
- package/bin/zeroTrustOrganization.js +80 -0
- package/bin/zeroTrustOrganization.js.map +1 -0
- package/bin/zeroTrustTunnelCloudflared.d.ts +16 -47
- package/bin/zeroTrustTunnelCloudflared.js +2 -13
- package/bin/zeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflaredConfig.d.ts +30 -13
- package/bin/zeroTrustTunnelCloudflaredConfig.js +6 -5
- package/bin/zeroTrustTunnelCloudflaredConfig.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflaredRoute.d.ts +112 -0
- package/bin/zeroTrustTunnelCloudflaredRoute.js +70 -0
- package/bin/zeroTrustTunnelCloudflaredRoute.js.map +1 -0
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts +112 -0
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js +64 -0
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -0
- package/bin/zone.d.ts +92 -71
- package/bin/zone.js +23 -18
- package/bin/zone.js.map +1 -1
- package/bin/zoneCacheReserve.d.ts +25 -12
- package/bin/zoneCacheReserve.js +6 -7
- package/bin/zoneCacheReserve.js.map +1 -1
- package/bin/zoneCacheVariants.d.ts +15 -128
- package/bin/zoneCacheVariants.js +7 -24
- package/bin/zoneCacheVariants.js.map +1 -1
- package/bin/zoneHold.d.ts +5 -38
- package/bin/zoneHold.js +3 -8
- package/bin/zoneHold.js.map +1 -1
- package/bin/zoneLockdown.d.ts +43 -35
- package/bin/zoneLockdown.js +10 -10
- package/bin/zoneLockdown.js.map +1 -1
- package/bin/zoneSetting.d.ts +96 -0
- package/bin/zoneSetting.js +66 -0
- package/bin/zoneSetting.js.map +1 -0
- package/bin/zoneSubscription.d.ts +74 -0
- package/bin/zoneSubscription.js +56 -0
- package/bin/zoneSubscription.js.map +1 -0
- package/package.json +1 -1
package/bin/healthcheck.d.ts
CHANGED
|
@@ -22,95 +22,67 @@ export declare class Healthcheck extends pulumi.CustomResource {
|
|
|
22
22
|
*/
|
|
23
23
|
readonly address: pulumi.Output<string>;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
readonly allowInsecure: pulumi.Output<boolean | undefined>;
|
|
28
|
-
/**
|
|
29
|
-
* A list of regions from which to run health checks. If not set, Cloudflare will pick a default region. Available values:
|
|
30
|
-
* `WNAM`, `ENAM`, `WEU`, `EEU`, `NSAM`, `SSAM`, `OC`, `ME`, `NAF`, `SAF`, `IN`, `SEAS`, `NEAS`, `ALL_REGIONS`.
|
|
25
|
+
* A list of regions from which to run health checks. Null means Cloudflare will pick a default region.
|
|
31
26
|
*/
|
|
32
27
|
readonly checkRegions: pulumi.Output<string[]>;
|
|
33
28
|
/**
|
|
34
|
-
* The number of consecutive fails required from a health check before changing the health to unhealthy.
|
|
35
|
-
*/
|
|
36
|
-
readonly consecutiveFails: pulumi.Output<number | undefined>;
|
|
37
|
-
/**
|
|
38
|
-
* The number of consecutive successes required from a health check before changing the health to healthy. Defaults to `1`.
|
|
29
|
+
* The number of consecutive fails required from a health check before changing the health to unhealthy.
|
|
39
30
|
*/
|
|
40
|
-
readonly
|
|
31
|
+
readonly consecutiveFails: pulumi.Output<number>;
|
|
41
32
|
/**
|
|
42
|
-
*
|
|
33
|
+
* The number of consecutive successes required from a health check before changing the health to healthy.
|
|
43
34
|
*/
|
|
35
|
+
readonly consecutiveSuccesses: pulumi.Output<number>;
|
|
44
36
|
readonly createdOn: pulumi.Output<string>;
|
|
45
37
|
/**
|
|
46
38
|
* A human-readable description of the health check.
|
|
47
39
|
*/
|
|
48
|
-
readonly description: pulumi.Output<string
|
|
40
|
+
readonly description: pulumi.Output<string>;
|
|
49
41
|
/**
|
|
50
|
-
*
|
|
51
|
-
* unhealthy.
|
|
42
|
+
* The current failure reason if status is unhealthy.
|
|
52
43
|
*/
|
|
53
|
-
readonly
|
|
44
|
+
readonly failureReason: pulumi.Output<string>;
|
|
54
45
|
/**
|
|
55
|
-
*
|
|
56
|
-
* check.
|
|
46
|
+
* Parameters specific to an HTTP or HTTPS health check.
|
|
57
47
|
*/
|
|
58
|
-
readonly
|
|
59
|
-
/**
|
|
60
|
-
* Follow redirects if the origin returns a 3xx status code. Defaults to `false`.
|
|
61
|
-
*/
|
|
62
|
-
readonly followRedirects: pulumi.Output<boolean | undefined>;
|
|
63
|
-
/**
|
|
64
|
-
* The HTTP request headers to send in the health check. It is recommended you set a Host header by default. The User-Agent
|
|
65
|
-
* header cannot be overridden.
|
|
66
|
-
*/
|
|
67
|
-
readonly headers: pulumi.Output<outputs.HealthcheckHeader[] | undefined>;
|
|
68
|
-
readonly healthcheckId: pulumi.Output<string>;
|
|
48
|
+
readonly httpConfig: pulumi.Output<outputs.HealthcheckHttpConfig>;
|
|
69
49
|
/**
|
|
70
50
|
* The interval between each health check. Shorter intervals may give quicker notifications if the origin status changes,
|
|
71
|
-
* but will increase
|
|
72
|
-
*/
|
|
73
|
-
readonly interval: pulumi.Output<number | undefined>;
|
|
74
|
-
/**
|
|
75
|
-
* The HTTP method to use for the health check. Available values: `connection_established`, `GET`, `HEAD`.
|
|
76
|
-
*/
|
|
77
|
-
readonly method: pulumi.Output<string>;
|
|
78
|
-
/**
|
|
79
|
-
* Last modified time.
|
|
51
|
+
* but will increase load on the origin as we check from multiple locations.
|
|
80
52
|
*/
|
|
53
|
+
readonly interval: pulumi.Output<number>;
|
|
81
54
|
readonly modifiedOn: pulumi.Output<string>;
|
|
82
55
|
/**
|
|
83
|
-
* A short name to identify the health check. Only alphanumeric characters, hyphens
|
|
56
|
+
* A short name to identify the health check. Only alphanumeric characters, hyphens and underscores are allowed.
|
|
84
57
|
*/
|
|
85
58
|
readonly name: pulumi.Output<string>;
|
|
86
59
|
/**
|
|
87
|
-
* The
|
|
60
|
+
* The number of retries to attempt in case of a timeout before marking the origin as unhealthy. Retries are attempted
|
|
61
|
+
* immediately.
|
|
88
62
|
*/
|
|
89
|
-
readonly
|
|
63
|
+
readonly retries: pulumi.Output<number>;
|
|
90
64
|
/**
|
|
91
|
-
*
|
|
65
|
+
* The current status of the origin server according to the health check.
|
|
92
66
|
*/
|
|
93
|
-
readonly
|
|
67
|
+
readonly status: pulumi.Output<string>;
|
|
94
68
|
/**
|
|
95
|
-
*
|
|
96
|
-
* immediately. Defaults to `2`.
|
|
69
|
+
* If suspended, no health checks are sent to the origin.
|
|
97
70
|
*/
|
|
98
|
-
readonly
|
|
71
|
+
readonly suspended: pulumi.Output<boolean>;
|
|
99
72
|
/**
|
|
100
|
-
*
|
|
73
|
+
* Parameters specific to TCP health check.
|
|
101
74
|
*/
|
|
102
|
-
readonly
|
|
75
|
+
readonly tcpConfig: pulumi.Output<outputs.HealthcheckTcpConfig>;
|
|
103
76
|
/**
|
|
104
|
-
* The timeout (in seconds) before marking the health check as failed.
|
|
77
|
+
* The timeout (in seconds) before marking the health check as failed.
|
|
105
78
|
*/
|
|
106
|
-
readonly timeout: pulumi.Output<number
|
|
107
|
-
readonly timeouts: pulumi.Output<outputs.HealthcheckTimeouts | undefined>;
|
|
79
|
+
readonly timeout: pulumi.Output<number>;
|
|
108
80
|
/**
|
|
109
|
-
* The protocol to use for the health check.
|
|
81
|
+
* The protocol to use for the health check. Currently supported protocols are 'HTTP', 'HTTPS' and 'TCP'.
|
|
110
82
|
*/
|
|
111
83
|
readonly type: pulumi.Output<string>;
|
|
112
84
|
/**
|
|
113
|
-
*
|
|
85
|
+
* Identifier
|
|
114
86
|
*/
|
|
115
87
|
readonly zoneId: pulumi.Output<string>;
|
|
116
88
|
/**
|
|
@@ -131,95 +103,67 @@ export interface HealthcheckState {
|
|
|
131
103
|
*/
|
|
132
104
|
address?: pulumi.Input<string>;
|
|
133
105
|
/**
|
|
134
|
-
*
|
|
135
|
-
*/
|
|
136
|
-
allowInsecure?: pulumi.Input<boolean>;
|
|
137
|
-
/**
|
|
138
|
-
* A list of regions from which to run health checks. If not set, Cloudflare will pick a default region. Available values:
|
|
139
|
-
* `WNAM`, `ENAM`, `WEU`, `EEU`, `NSAM`, `SSAM`, `OC`, `ME`, `NAF`, `SAF`, `IN`, `SEAS`, `NEAS`, `ALL_REGIONS`.
|
|
106
|
+
* A list of regions from which to run health checks. Null means Cloudflare will pick a default region.
|
|
140
107
|
*/
|
|
141
108
|
checkRegions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
142
109
|
/**
|
|
143
|
-
* The number of consecutive fails required from a health check before changing the health to unhealthy.
|
|
110
|
+
* The number of consecutive fails required from a health check before changing the health to unhealthy.
|
|
144
111
|
*/
|
|
145
112
|
consecutiveFails?: pulumi.Input<number>;
|
|
146
113
|
/**
|
|
147
|
-
* The number of consecutive successes required from a health check before changing the health to healthy.
|
|
114
|
+
* The number of consecutive successes required from a health check before changing the health to healthy.
|
|
148
115
|
*/
|
|
149
116
|
consecutiveSuccesses?: pulumi.Input<number>;
|
|
150
|
-
/**
|
|
151
|
-
* Creation time.
|
|
152
|
-
*/
|
|
153
117
|
createdOn?: pulumi.Input<string>;
|
|
154
118
|
/**
|
|
155
119
|
* A human-readable description of the health check.
|
|
156
120
|
*/
|
|
157
121
|
description?: pulumi.Input<string>;
|
|
158
122
|
/**
|
|
159
|
-
*
|
|
160
|
-
* unhealthy.
|
|
161
|
-
*/
|
|
162
|
-
expectedBody?: pulumi.Input<string>;
|
|
163
|
-
/**
|
|
164
|
-
* The expected HTTP response codes (e.g. '200') or code ranges (e.g. '2xx' for all codes starting with 2) of the health
|
|
165
|
-
* check.
|
|
166
|
-
*/
|
|
167
|
-
expectedCodes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
168
|
-
/**
|
|
169
|
-
* Follow redirects if the origin returns a 3xx status code. Defaults to `false`.
|
|
123
|
+
* The current failure reason if status is unhealthy.
|
|
170
124
|
*/
|
|
171
|
-
|
|
125
|
+
failureReason?: pulumi.Input<string>;
|
|
172
126
|
/**
|
|
173
|
-
*
|
|
174
|
-
* header cannot be overridden.
|
|
127
|
+
* Parameters specific to an HTTP or HTTPS health check.
|
|
175
128
|
*/
|
|
176
|
-
|
|
177
|
-
healthcheckId?: pulumi.Input<string>;
|
|
129
|
+
httpConfig?: pulumi.Input<inputs.HealthcheckHttpConfig>;
|
|
178
130
|
/**
|
|
179
131
|
* The interval between each health check. Shorter intervals may give quicker notifications if the origin status changes,
|
|
180
|
-
* but will increase
|
|
132
|
+
* but will increase load on the origin as we check from multiple locations.
|
|
181
133
|
*/
|
|
182
134
|
interval?: pulumi.Input<number>;
|
|
183
|
-
/**
|
|
184
|
-
* The HTTP method to use for the health check. Available values: `connection_established`, `GET`, `HEAD`.
|
|
185
|
-
*/
|
|
186
|
-
method?: pulumi.Input<string>;
|
|
187
|
-
/**
|
|
188
|
-
* Last modified time.
|
|
189
|
-
*/
|
|
190
135
|
modifiedOn?: pulumi.Input<string>;
|
|
191
136
|
/**
|
|
192
|
-
* A short name to identify the health check. Only alphanumeric characters, hyphens
|
|
137
|
+
* A short name to identify the health check. Only alphanumeric characters, hyphens and underscores are allowed.
|
|
193
138
|
*/
|
|
194
139
|
name?: pulumi.Input<string>;
|
|
195
140
|
/**
|
|
196
|
-
* The
|
|
141
|
+
* The number of retries to attempt in case of a timeout before marking the origin as unhealthy. Retries are attempted
|
|
142
|
+
* immediately.
|
|
197
143
|
*/
|
|
198
|
-
|
|
144
|
+
retries?: pulumi.Input<number>;
|
|
199
145
|
/**
|
|
200
|
-
*
|
|
146
|
+
* The current status of the origin server according to the health check.
|
|
201
147
|
*/
|
|
202
|
-
|
|
148
|
+
status?: pulumi.Input<string>;
|
|
203
149
|
/**
|
|
204
|
-
*
|
|
205
|
-
* immediately. Defaults to `2`.
|
|
150
|
+
* If suspended, no health checks are sent to the origin.
|
|
206
151
|
*/
|
|
207
|
-
|
|
152
|
+
suspended?: pulumi.Input<boolean>;
|
|
208
153
|
/**
|
|
209
|
-
*
|
|
154
|
+
* Parameters specific to TCP health check.
|
|
210
155
|
*/
|
|
211
|
-
|
|
156
|
+
tcpConfig?: pulumi.Input<inputs.HealthcheckTcpConfig>;
|
|
212
157
|
/**
|
|
213
|
-
* The timeout (in seconds) before marking the health check as failed.
|
|
158
|
+
* The timeout (in seconds) before marking the health check as failed.
|
|
214
159
|
*/
|
|
215
160
|
timeout?: pulumi.Input<number>;
|
|
216
|
-
timeouts?: pulumi.Input<inputs.HealthcheckTimeouts>;
|
|
217
161
|
/**
|
|
218
|
-
* The protocol to use for the health check.
|
|
162
|
+
* The protocol to use for the health check. Currently supported protocols are 'HTTP', 'HTTPS' and 'TCP'.
|
|
219
163
|
*/
|
|
220
164
|
type?: pulumi.Input<string>;
|
|
221
165
|
/**
|
|
222
|
-
*
|
|
166
|
+
* Identifier
|
|
223
167
|
*/
|
|
224
168
|
zoneId?: pulumi.Input<string>;
|
|
225
169
|
}
|
|
@@ -232,20 +176,15 @@ export interface HealthcheckArgs {
|
|
|
232
176
|
*/
|
|
233
177
|
address: pulumi.Input<string>;
|
|
234
178
|
/**
|
|
235
|
-
*
|
|
236
|
-
*/
|
|
237
|
-
allowInsecure?: pulumi.Input<boolean>;
|
|
238
|
-
/**
|
|
239
|
-
* A list of regions from which to run health checks. If not set, Cloudflare will pick a default region. Available values:
|
|
240
|
-
* `WNAM`, `ENAM`, `WEU`, `EEU`, `NSAM`, `SSAM`, `OC`, `ME`, `NAF`, `SAF`, `IN`, `SEAS`, `NEAS`, `ALL_REGIONS`.
|
|
179
|
+
* A list of regions from which to run health checks. Null means Cloudflare will pick a default region.
|
|
241
180
|
*/
|
|
242
181
|
checkRegions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
243
182
|
/**
|
|
244
|
-
* The number of consecutive fails required from a health check before changing the health to unhealthy.
|
|
183
|
+
* The number of consecutive fails required from a health check before changing the health to unhealthy.
|
|
245
184
|
*/
|
|
246
185
|
consecutiveFails?: pulumi.Input<number>;
|
|
247
186
|
/**
|
|
248
|
-
* The number of consecutive successes required from a health check before changing the health to healthy.
|
|
187
|
+
* The number of consecutive successes required from a health check before changing the health to healthy.
|
|
249
188
|
*/
|
|
250
189
|
consecutiveSuccesses?: pulumi.Input<number>;
|
|
251
190
|
/**
|
|
@@ -253,66 +192,41 @@ export interface HealthcheckArgs {
|
|
|
253
192
|
*/
|
|
254
193
|
description?: pulumi.Input<string>;
|
|
255
194
|
/**
|
|
256
|
-
*
|
|
257
|
-
* unhealthy.
|
|
258
|
-
*/
|
|
259
|
-
expectedBody?: pulumi.Input<string>;
|
|
260
|
-
/**
|
|
261
|
-
* The expected HTTP response codes (e.g. '200') or code ranges (e.g. '2xx' for all codes starting with 2) of the health
|
|
262
|
-
* check.
|
|
263
|
-
*/
|
|
264
|
-
expectedCodes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
265
|
-
/**
|
|
266
|
-
* Follow redirects if the origin returns a 3xx status code. Defaults to `false`.
|
|
267
|
-
*/
|
|
268
|
-
followRedirects?: pulumi.Input<boolean>;
|
|
269
|
-
/**
|
|
270
|
-
* The HTTP request headers to send in the health check. It is recommended you set a Host header by default. The User-Agent
|
|
271
|
-
* header cannot be overridden.
|
|
195
|
+
* Parameters specific to an HTTP or HTTPS health check.
|
|
272
196
|
*/
|
|
273
|
-
|
|
274
|
-
healthcheckId?: pulumi.Input<string>;
|
|
197
|
+
httpConfig?: pulumi.Input<inputs.HealthcheckHttpConfig>;
|
|
275
198
|
/**
|
|
276
199
|
* The interval between each health check. Shorter intervals may give quicker notifications if the origin status changes,
|
|
277
|
-
* but will increase
|
|
200
|
+
* but will increase load on the origin as we check from multiple locations.
|
|
278
201
|
*/
|
|
279
202
|
interval?: pulumi.Input<number>;
|
|
280
203
|
/**
|
|
281
|
-
*
|
|
282
|
-
*/
|
|
283
|
-
method?: pulumi.Input<string>;
|
|
284
|
-
/**
|
|
285
|
-
* A short name to identify the health check. Only alphanumeric characters, hyphens, and underscores are allowed.
|
|
204
|
+
* A short name to identify the health check. Only alphanumeric characters, hyphens and underscores are allowed.
|
|
286
205
|
*/
|
|
287
206
|
name?: pulumi.Input<string>;
|
|
288
|
-
/**
|
|
289
|
-
* The endpoint path to health check against. Defaults to `/`.
|
|
290
|
-
*/
|
|
291
|
-
path?: pulumi.Input<string>;
|
|
292
|
-
/**
|
|
293
|
-
* Port number to connect to for the health check. Defaults to `80`.
|
|
294
|
-
*/
|
|
295
|
-
port?: pulumi.Input<number>;
|
|
296
207
|
/**
|
|
297
208
|
* The number of retries to attempt in case of a timeout before marking the origin as unhealthy. Retries are attempted
|
|
298
|
-
* immediately.
|
|
209
|
+
* immediately.
|
|
299
210
|
*/
|
|
300
211
|
retries?: pulumi.Input<number>;
|
|
301
212
|
/**
|
|
302
|
-
* If suspended, no health checks are sent to the origin.
|
|
213
|
+
* If suspended, no health checks are sent to the origin.
|
|
303
214
|
*/
|
|
304
215
|
suspended?: pulumi.Input<boolean>;
|
|
305
216
|
/**
|
|
306
|
-
*
|
|
217
|
+
* Parameters specific to TCP health check.
|
|
218
|
+
*/
|
|
219
|
+
tcpConfig?: pulumi.Input<inputs.HealthcheckTcpConfig>;
|
|
220
|
+
/**
|
|
221
|
+
* The timeout (in seconds) before marking the health check as failed.
|
|
307
222
|
*/
|
|
308
223
|
timeout?: pulumi.Input<number>;
|
|
309
|
-
timeouts?: pulumi.Input<inputs.HealthcheckTimeouts>;
|
|
310
224
|
/**
|
|
311
|
-
* The protocol to use for the health check.
|
|
225
|
+
* The protocol to use for the health check. Currently supported protocols are 'HTTP', 'HTTPS' and 'TCP'.
|
|
312
226
|
*/
|
|
313
|
-
type
|
|
227
|
+
type?: pulumi.Input<string>;
|
|
314
228
|
/**
|
|
315
|
-
*
|
|
229
|
+
* Identifier
|
|
316
230
|
*/
|
|
317
231
|
zoneId: pulumi.Input<string>;
|
|
318
232
|
}
|
package/bin/healthcheck.js
CHANGED
|
@@ -34,27 +34,21 @@ class Healthcheck extends pulumi.CustomResource {
|
|
|
34
34
|
if (opts.id) {
|
|
35
35
|
const state = argsOrState;
|
|
36
36
|
resourceInputs["address"] = state ? state.address : undefined;
|
|
37
|
-
resourceInputs["allowInsecure"] = state ? state.allowInsecure : undefined;
|
|
38
37
|
resourceInputs["checkRegions"] = state ? state.checkRegions : undefined;
|
|
39
38
|
resourceInputs["consecutiveFails"] = state ? state.consecutiveFails : undefined;
|
|
40
39
|
resourceInputs["consecutiveSuccesses"] = state ? state.consecutiveSuccesses : undefined;
|
|
41
40
|
resourceInputs["createdOn"] = state ? state.createdOn : undefined;
|
|
42
41
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
43
|
-
resourceInputs["
|
|
44
|
-
resourceInputs["
|
|
45
|
-
resourceInputs["followRedirects"] = state ? state.followRedirects : undefined;
|
|
46
|
-
resourceInputs["headers"] = state ? state.headers : undefined;
|
|
47
|
-
resourceInputs["healthcheckId"] = state ? state.healthcheckId : undefined;
|
|
42
|
+
resourceInputs["failureReason"] = state ? state.failureReason : undefined;
|
|
43
|
+
resourceInputs["httpConfig"] = state ? state.httpConfig : undefined;
|
|
48
44
|
resourceInputs["interval"] = state ? state.interval : undefined;
|
|
49
|
-
resourceInputs["method"] = state ? state.method : undefined;
|
|
50
45
|
resourceInputs["modifiedOn"] = state ? state.modifiedOn : undefined;
|
|
51
46
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
52
|
-
resourceInputs["path"] = state ? state.path : undefined;
|
|
53
|
-
resourceInputs["port"] = state ? state.port : undefined;
|
|
54
47
|
resourceInputs["retries"] = state ? state.retries : undefined;
|
|
48
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
55
49
|
resourceInputs["suspended"] = state ? state.suspended : undefined;
|
|
50
|
+
resourceInputs["tcpConfig"] = state ? state.tcpConfig : undefined;
|
|
56
51
|
resourceInputs["timeout"] = state ? state.timeout : undefined;
|
|
57
|
-
resourceInputs["timeouts"] = state ? state.timeouts : undefined;
|
|
58
52
|
resourceInputs["type"] = state ? state.type : undefined;
|
|
59
53
|
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
60
54
|
}
|
|
@@ -63,36 +57,27 @@ class Healthcheck extends pulumi.CustomResource {
|
|
|
63
57
|
if ((!args || args.address === undefined) && !opts.urn) {
|
|
64
58
|
throw new Error("Missing required property 'address'");
|
|
65
59
|
}
|
|
66
|
-
if ((!args || args.type === undefined) && !opts.urn) {
|
|
67
|
-
throw new Error("Missing required property 'type'");
|
|
68
|
-
}
|
|
69
60
|
if ((!args || args.zoneId === undefined) && !opts.urn) {
|
|
70
61
|
throw new Error("Missing required property 'zoneId'");
|
|
71
62
|
}
|
|
72
63
|
resourceInputs["address"] = args ? args.address : undefined;
|
|
73
|
-
resourceInputs["allowInsecure"] = args ? args.allowInsecure : undefined;
|
|
74
64
|
resourceInputs["checkRegions"] = args ? args.checkRegions : undefined;
|
|
75
65
|
resourceInputs["consecutiveFails"] = args ? args.consecutiveFails : undefined;
|
|
76
66
|
resourceInputs["consecutiveSuccesses"] = args ? args.consecutiveSuccesses : undefined;
|
|
77
67
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
78
|
-
resourceInputs["
|
|
79
|
-
resourceInputs["expectedCodes"] = args ? args.expectedCodes : undefined;
|
|
80
|
-
resourceInputs["followRedirects"] = args ? args.followRedirects : undefined;
|
|
81
|
-
resourceInputs["headers"] = args ? args.headers : undefined;
|
|
82
|
-
resourceInputs["healthcheckId"] = args ? args.healthcheckId : undefined;
|
|
68
|
+
resourceInputs["httpConfig"] = args ? args.httpConfig : undefined;
|
|
83
69
|
resourceInputs["interval"] = args ? args.interval : undefined;
|
|
84
|
-
resourceInputs["method"] = args ? args.method : undefined;
|
|
85
70
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
86
|
-
resourceInputs["path"] = args ? args.path : undefined;
|
|
87
|
-
resourceInputs["port"] = args ? args.port : undefined;
|
|
88
71
|
resourceInputs["retries"] = args ? args.retries : undefined;
|
|
89
72
|
resourceInputs["suspended"] = args ? args.suspended : undefined;
|
|
73
|
+
resourceInputs["tcpConfig"] = args ? args.tcpConfig : undefined;
|
|
90
74
|
resourceInputs["timeout"] = args ? args.timeout : undefined;
|
|
91
|
-
resourceInputs["timeouts"] = args ? args.timeouts : undefined;
|
|
92
75
|
resourceInputs["type"] = args ? args.type : undefined;
|
|
93
76
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
94
77
|
resourceInputs["createdOn"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["failureReason"] = undefined /*out*/;
|
|
95
79
|
resourceInputs["modifiedOn"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
96
81
|
}
|
|
97
82
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
98
83
|
super(Healthcheck.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
|
package/bin/healthcheck.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"healthcheck.js","sourceRoot":"","sources":["../healthcheck.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;
|
|
1
|
+
{"version":3,"file":"healthcheck.js","sourceRoot":"","sources":["../healthcheck.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,23 +15,32 @@ export declare class HostnameTlsSetting extends pulumi.CustomResource {
|
|
|
15
15
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
16
16
|
*/
|
|
17
17
|
static isInstance(obj: any): obj is HostnameTlsSetting;
|
|
18
|
+
/**
|
|
19
|
+
* This is the time the tls setting was originally created for this hostname.
|
|
20
|
+
*/
|
|
18
21
|
readonly createdAt: pulumi.Output<string>;
|
|
19
22
|
/**
|
|
20
|
-
*
|
|
23
|
+
* The hostname for which the tls settings are set.
|
|
21
24
|
*/
|
|
22
25
|
readonly hostname: pulumi.Output<string>;
|
|
23
|
-
readonly hostnameTlsSettingId: pulumi.Output<string>;
|
|
24
26
|
/**
|
|
25
|
-
* TLS
|
|
27
|
+
* The TLS Setting name.
|
|
28
|
+
*/
|
|
29
|
+
readonly settingId: pulumi.Output<string>;
|
|
30
|
+
/**
|
|
31
|
+
* Deployment status for the given tls setting.
|
|
32
|
+
*/
|
|
33
|
+
readonly status: pulumi.Output<string>;
|
|
34
|
+
/**
|
|
35
|
+
* This is the time the tls setting was updated.
|
|
26
36
|
*/
|
|
27
|
-
readonly setting: pulumi.Output<string>;
|
|
28
37
|
readonly updatedAt: pulumi.Output<string>;
|
|
29
38
|
/**
|
|
30
|
-
*
|
|
39
|
+
* The tls setting value.
|
|
31
40
|
*/
|
|
32
|
-
readonly value: pulumi.Output<
|
|
41
|
+
readonly value: pulumi.Output<number>;
|
|
33
42
|
/**
|
|
34
|
-
*
|
|
43
|
+
* Identifier
|
|
35
44
|
*/
|
|
36
45
|
readonly zoneId: pulumi.Output<string>;
|
|
37
46
|
/**
|
|
@@ -47,23 +56,32 @@ export declare class HostnameTlsSetting extends pulumi.CustomResource {
|
|
|
47
56
|
* Input properties used for looking up and filtering HostnameTlsSetting resources.
|
|
48
57
|
*/
|
|
49
58
|
export interface HostnameTlsSettingState {
|
|
59
|
+
/**
|
|
60
|
+
* This is the time the tls setting was originally created for this hostname.
|
|
61
|
+
*/
|
|
50
62
|
createdAt?: pulumi.Input<string>;
|
|
51
63
|
/**
|
|
52
|
-
*
|
|
64
|
+
* The hostname for which the tls settings are set.
|
|
53
65
|
*/
|
|
54
66
|
hostname?: pulumi.Input<string>;
|
|
55
|
-
hostnameTlsSettingId?: pulumi.Input<string>;
|
|
56
67
|
/**
|
|
57
|
-
* TLS
|
|
68
|
+
* The TLS Setting name.
|
|
69
|
+
*/
|
|
70
|
+
settingId?: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Deployment status for the given tls setting.
|
|
73
|
+
*/
|
|
74
|
+
status?: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* This is the time the tls setting was updated.
|
|
58
77
|
*/
|
|
59
|
-
setting?: pulumi.Input<string>;
|
|
60
78
|
updatedAt?: pulumi.Input<string>;
|
|
61
79
|
/**
|
|
62
|
-
*
|
|
80
|
+
* The tls setting value.
|
|
63
81
|
*/
|
|
64
|
-
value?: pulumi.Input<
|
|
82
|
+
value?: pulumi.Input<number>;
|
|
65
83
|
/**
|
|
66
|
-
*
|
|
84
|
+
* Identifier
|
|
67
85
|
*/
|
|
68
86
|
zoneId?: pulumi.Input<string>;
|
|
69
87
|
}
|
|
@@ -72,20 +90,19 @@ export interface HostnameTlsSettingState {
|
|
|
72
90
|
*/
|
|
73
91
|
export interface HostnameTlsSettingArgs {
|
|
74
92
|
/**
|
|
75
|
-
*
|
|
93
|
+
* The hostname for which the tls settings are set.
|
|
76
94
|
*/
|
|
77
|
-
hostname
|
|
78
|
-
hostnameTlsSettingId?: pulumi.Input<string>;
|
|
95
|
+
hostname?: pulumi.Input<string>;
|
|
79
96
|
/**
|
|
80
|
-
* TLS
|
|
97
|
+
* The TLS Setting name.
|
|
81
98
|
*/
|
|
82
|
-
|
|
99
|
+
settingId: pulumi.Input<string>;
|
|
83
100
|
/**
|
|
84
|
-
*
|
|
101
|
+
* The tls setting value.
|
|
85
102
|
*/
|
|
86
|
-
value: pulumi.Input<
|
|
103
|
+
value: pulumi.Input<number>;
|
|
87
104
|
/**
|
|
88
|
-
*
|
|
105
|
+
* Identifier
|
|
89
106
|
*/
|
|
90
107
|
zoneId: pulumi.Input<string>;
|
|
91
108
|
}
|
|
@@ -35,19 +35,16 @@ class HostnameTlsSetting extends pulumi.CustomResource {
|
|
|
35
35
|
const state = argsOrState;
|
|
36
36
|
resourceInputs["createdAt"] = state ? state.createdAt : undefined;
|
|
37
37
|
resourceInputs["hostname"] = state ? state.hostname : undefined;
|
|
38
|
-
resourceInputs["
|
|
39
|
-
resourceInputs["
|
|
38
|
+
resourceInputs["settingId"] = state ? state.settingId : undefined;
|
|
39
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
40
40
|
resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
|
|
41
41
|
resourceInputs["value"] = state ? state.value : undefined;
|
|
42
42
|
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
43
43
|
}
|
|
44
44
|
else {
|
|
45
45
|
const args = argsOrState;
|
|
46
|
-
if ((!args || args.
|
|
47
|
-
throw new Error("Missing required property '
|
|
48
|
-
}
|
|
49
|
-
if ((!args || args.setting === undefined) && !opts.urn) {
|
|
50
|
-
throw new Error("Missing required property 'setting'");
|
|
46
|
+
if ((!args || args.settingId === undefined) && !opts.urn) {
|
|
47
|
+
throw new Error("Missing required property 'settingId'");
|
|
51
48
|
}
|
|
52
49
|
if ((!args || args.value === undefined) && !opts.urn) {
|
|
53
50
|
throw new Error("Missing required property 'value'");
|
|
@@ -56,11 +53,11 @@ class HostnameTlsSetting extends pulumi.CustomResource {
|
|
|
56
53
|
throw new Error("Missing required property 'zoneId'");
|
|
57
54
|
}
|
|
58
55
|
resourceInputs["hostname"] = args ? args.hostname : undefined;
|
|
59
|
-
resourceInputs["
|
|
60
|
-
resourceInputs["setting"] = args ? args.setting : undefined;
|
|
56
|
+
resourceInputs["settingId"] = args ? args.settingId : undefined;
|
|
61
57
|
resourceInputs["value"] = args ? args.value : undefined;
|
|
62
58
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
63
59
|
resourceInputs["createdAt"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
64
61
|
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
65
62
|
}
|
|
66
63
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hostnameTlsSetting.js","sourceRoot":"","sources":["../hostnameTlsSetting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;
|
|
1
|
+
{"version":3,"file":"hostnameTlsSetting.js","sourceRoot":"","sources":["../hostnameTlsSetting.ts"],"names":[],"mappings":"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"}
|