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