import AccessLogSubscription_ from './accessLogSubscription'; import AuthPolicy_ from './authPolicy'; import Listener_ from './listener'; import ResourcePolicy_ from './resourcePolicy'; import Rule_ from './rule'; import Service_ from './service'; import ServiceNetwork_ from './serviceNetwork'; import ServiceNetworkServiceAssociation_ from './serviceNetworkServiceAssociation'; import ServiceNetworkVpcAssociation_ from './serviceNetworkVpcAssociation'; import TargetGroup_ from './targetGroup'; export declare namespace VpcLattice { const AccessLogSubscription: typeof AccessLogSubscription_; const AuthPolicy: typeof AuthPolicy_; const Listener: typeof Listener_; const ResourcePolicy: typeof ResourcePolicy_; const Rule: typeof Rule_; const Service: typeof Service_; const ServiceNetwork: typeof ServiceNetwork_; const ServiceNetworkServiceAssociation: typeof ServiceNetworkServiceAssociation_; const ServiceNetworkVpcAssociation: typeof ServiceNetworkVpcAssociation_; const TargetGroup: typeof TargetGroup_; type AccessLogSubscription = AccessLogSubscription_; type AuthPolicy = AuthPolicy_; type Listener = Listener_; type ResourcePolicy = ResourcePolicy_; type Rule = Rule_; type Service = Service_; type ServiceNetwork = ServiceNetwork_; type ServiceNetworkServiceAssociation = ServiceNetworkServiceAssociation_; type ServiceNetworkVpcAssociation = ServiceNetworkVpcAssociation_; type TargetGroup = TargetGroup_; }