File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
packages/aws-cdk-lib/aws-ec2/lib Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -489,6 +489,12 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
489489 public static readonly LICENSE_MANAGER_LINUX_SUBSCRIPTIONS = new InterfaceVpcEndpointAwsService ( 'license-manager-linux-subscriptions' ) ;
490490 public static readonly LICENSE_MANAGER_LINUX_SUBSCRIPTIONS_FIPS = new InterfaceVpcEndpointAwsService ( 'license-manager-linux-subscriptions-fips' ) ;
491491 public static readonly LICENSE_MANAGER_USER_SUBSCRIPTIONS = new InterfaceVpcEndpointAwsService ( 'license-manager-user-subscriptions' ) ;
492+ public static readonly LOCATION_SERVICE_GEOFENCING = new InterfaceVpcEndpointAwsService ( 'geo.geofencing' ) ;
493+ public static readonly LOCATION_SERVICE_MAPS = new InterfaceVpcEndpointAwsService ( 'geo.maps' ) ;
494+ public static readonly LOCATION_SERVICE_METADATA = new InterfaceVpcEndpointAwsService ( 'geo.metadata' ) ;
495+ public static readonly LOCATION_SERVICE_PLACES = new InterfaceVpcEndpointAwsService ( 'geo.places' ) ;
496+ public static readonly LOCATION_SERVICE_ROUTE = new InterfaceVpcEndpointAwsService ( 'geo.routes' ) ;
497+ public static readonly LOCATION_SERVICE_TRACKING = new InterfaceVpcEndpointAwsService ( 'geo.tracking' ) ;
492498 public static readonly LOOKOUT_EQUIPMENT = new InterfaceVpcEndpointAwsService ( 'lookoutequipment' ) ;
493499 public static readonly LOOKOUT_METRICS = new InterfaceVpcEndpointAwsService ( 'lookoutmetrics' ) ;
494500 public static readonly LOOKOUT_VISION = new InterfaceVpcEndpointAwsService ( 'lookoutvision' ) ;
You can’t perform that action at this time.
0 commit comments