export declare const IpAddressType: { readonly DUAL_STACK: "DUAL_STACK"; readonly IPV4: "IPV4"; }; export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType]; export declare const IpAddressFamily: { readonly IPv4: "IPv4"; readonly IPv6: "IPv6"; }; export type IpAddressFamily = (typeof IpAddressFamily)[keyof typeof IpAddressFamily]; export declare const AcceleratorStatus: { readonly DEPLOYED: "DEPLOYED"; readonly IN_PROGRESS: "IN_PROGRESS"; }; export type AcceleratorStatus = (typeof AcceleratorStatus)[keyof typeof AcceleratorStatus]; export declare const HealthState: { readonly HEALTHY: "HEALTHY"; readonly INITIAL: "INITIAL"; readonly UNHEALTHY: "UNHEALTHY"; }; export type HealthState = (typeof HealthState)[keyof typeof HealthState]; export declare const ByoipCidrState: { readonly ADVERTISING: "ADVERTISING"; readonly DEPROVISIONED: "DEPROVISIONED"; readonly FAILED_ADVERTISING: "FAILED_ADVERTISING"; readonly FAILED_DEPROVISION: "FAILED_DEPROVISION"; readonly FAILED_PROVISION: "FAILED_PROVISION"; readonly FAILED_WITHDRAW: "FAILED_WITHDRAW"; readonly PENDING_ADVERTISING: "PENDING_ADVERTISING"; readonly PENDING_DEPROVISIONING: "PENDING_DEPROVISIONING"; readonly PENDING_PROVISIONING: "PENDING_PROVISIONING"; readonly PENDING_WITHDRAWING: "PENDING_WITHDRAWING"; readonly READY: "READY"; }; export type ByoipCidrState = (typeof ByoipCidrState)[keyof typeof ByoipCidrState]; export declare const ClientAffinity: { readonly NONE: "NONE"; readonly SOURCE_IP: "SOURCE_IP"; }; export type ClientAffinity = (typeof ClientAffinity)[keyof typeof ClientAffinity]; export declare const CustomRoutingAcceleratorStatus: { readonly DEPLOYED: "DEPLOYED"; readonly IN_PROGRESS: "IN_PROGRESS"; }; export type CustomRoutingAcceleratorStatus = (typeof CustomRoutingAcceleratorStatus)[keyof typeof CustomRoutingAcceleratorStatus]; export declare const CustomRoutingProtocol: { readonly TCP: "TCP"; readonly UDP: "UDP"; }; export type CustomRoutingProtocol = (typeof CustomRoutingProtocol)[keyof typeof CustomRoutingProtocol]; export declare const Protocol: { readonly TCP: "TCP"; readonly UDP: "UDP"; }; export type Protocol = (typeof Protocol)[keyof typeof Protocol]; export declare const HealthCheckProtocol: { readonly HTTP: "HTTP"; readonly HTTPS: "HTTPS"; readonly TCP: "TCP"; }; export type HealthCheckProtocol = (typeof HealthCheckProtocol)[keyof typeof HealthCheckProtocol]; export declare const CustomRoutingDestinationTrafficState: { readonly ALLOW: "ALLOW"; readonly DENY: "DENY"; }; export type CustomRoutingDestinationTrafficState = (typeof CustomRoutingDestinationTrafficState)[keyof typeof CustomRoutingDestinationTrafficState];