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
489
489
public static readonly LICENSE_MANAGER_LINUX_SUBSCRIPTIONS = new InterfaceVpcEndpointAwsService ( 'license-manager-linux-subscriptions' ) ;
490
490
public static readonly LICENSE_MANAGER_LINUX_SUBSCRIPTIONS_FIPS = new InterfaceVpcEndpointAwsService ( 'license-manager-linux-subscriptions-fips' ) ;
491
491
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' ) ;
492
498
public static readonly LOOKOUT_EQUIPMENT = new InterfaceVpcEndpointAwsService ( 'lookoutequipment' ) ;
493
499
public static readonly LOOKOUT_METRICS = new InterfaceVpcEndpointAwsService ( 'lookoutmetrics' ) ;
494
500
public static readonly LOOKOUT_VISION = new InterfaceVpcEndpointAwsService ( 'lookoutvision' ) ;
0 commit comments