export declare const IpAddressType: { readonly IPV4: "IPV4"; readonly IPV6: "IPV6"; }; export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType]; export declare const DnsProtocol: { readonly DO53: "DO53"; readonly DOH: "DOH"; readonly DOT: "DOT"; }; export type DnsProtocol = (typeof DnsProtocol)[keyof typeof DnsProtocol]; export declare const CRResourceStatus: { readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly OPERATIONAL: "OPERATIONAL"; readonly UPDATING: "UPDATING"; }; export type CRResourceStatus = (typeof CRResourceStatus)[keyof typeof CRResourceStatus]; export declare const ValidationExceptionReason: { readonly CANNOT_PARSE: "CANNOT_PARSE"; readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED"; readonly OTHER: "OTHER"; readonly UNKNOWN_OPERATION: "UNKNOWN_OPERATION"; }; export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason]; export declare const TokenStatus: { readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly OPERATIONAL: "OPERATIONAL"; }; export type TokenStatus = (typeof TokenStatus)[keyof typeof TokenStatus]; export declare const HostedZoneAssociationStatus: { readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly OPERATIONAL: "OPERATIONAL"; }; export type HostedZoneAssociationStatus = (typeof HostedZoneAssociationStatus)[keyof typeof HostedZoneAssociationStatus]; export declare const FirewallRuleAction: { readonly ALERT: "ALERT"; readonly ALLOW: "ALLOW"; readonly BLOCK: "BLOCK"; }; export type FirewallRuleAction = (typeof FirewallRuleAction)[keyof typeof FirewallRuleAction]; export declare const BlockOverrideDnsQueryType: { readonly CNAME: "CNAME"; }; export type BlockOverrideDnsQueryType = (typeof BlockOverrideDnsQueryType)[keyof typeof BlockOverrideDnsQueryType]; export declare const FirewallBlockResponse: { readonly NODATA: "NODATA"; readonly NXDOMAIN: "NXDOMAIN"; readonly OVERRIDE: "OVERRIDE"; }; export type FirewallBlockResponse = (typeof FirewallBlockResponse)[keyof typeof FirewallBlockResponse]; export declare const ConfidenceThreshold: { readonly HIGH: "HIGH"; readonly LOW: "LOW"; readonly MEDIUM: "MEDIUM"; }; export type ConfidenceThreshold = (typeof ConfidenceThreshold)[keyof typeof ConfidenceThreshold]; export declare const DnsAdvancedProtection: { readonly DGA: "DGA"; readonly DICTIONARY_DGA: "DICTIONARY_DGA"; readonly DNS_TUNNELING: "DNS_TUNNELING"; }; export type DnsAdvancedProtection = (typeof DnsAdvancedProtection)[keyof typeof DnsAdvancedProtection]; export declare const DnsSecValidationType: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type DnsSecValidationType = (typeof DnsSecValidationType)[keyof typeof DnsSecValidationType]; export declare const EdnsClientSubnetType: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type EdnsClientSubnetType = (typeof EdnsClientSubnetType)[keyof typeof EdnsClientSubnetType]; export declare const FirewallRulesFailOpenType: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type FirewallRulesFailOpenType = (typeof FirewallRulesFailOpenType)[keyof typeof FirewallRulesFailOpenType]; export declare const ProfileResourceStatus: { readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly DISABLED: "DISABLED"; readonly DISABLING: "DISABLING"; readonly ENABLING: "ENABLING"; readonly OPERATIONAL: "OPERATIONAL"; readonly UPDATING: "UPDATING"; }; export type ProfileResourceStatus = (typeof ProfileResourceStatus)[keyof typeof ProfileResourceStatus]; export declare const GlobalResolverIpAddressType: { readonly DUAL_STACK: "DUAL_STACK"; readonly IPV4: "IPV4"; }; export type GlobalResolverIpAddressType = (typeof GlobalResolverIpAddressType)[keyof typeof GlobalResolverIpAddressType];