Skip to content

Commit cf4aa7a

Browse files
committed
Fix a bunch of issues.
1 parent 3ef847c commit cf4aa7a

File tree

2 files changed

+34
-24
lines changed

2 files changed

+34
-24
lines changed

aws_doc_sdk_examples_tools/config/phrases-code-examples.ent

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,13 @@
169169
<!-- Partner Central service -->
170170
<!ENTITY PartnerCentrallong '&AWS; Partner Central'>
171171
<!ENTITY PartnerCentral 'Partner Central'>
172+
173+
<!-- Location Service -->
174+
<!ENTITY GeoMapslong 'Amazon Location Service Maps V2'>
175+
<!ENTITY GeoMaps 'Location Service Maps V2'>
176+
177+
<!ENTITY GeoPlaceslong 'Amazon Location Service Places'>
178+
<!ENTITY GeoPlaces 'Location Service Places'>
179+
180+
<!ENTITY GeoRouteslong 'Amazon Location Service Routes V2'>
181+
<!ENTITY GeoRoutes 'Location Service Routes V2'>

aws_doc_sdk_examples_tools/config/services.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,49 +1376,49 @@ gamelift:
13761376
version: gamelift-2015-10-01
13771377
geo-maps:
13781378
apiref: location/latest/APIReference/Welcome.html
1379-
blurb: integrate high-quality base map data into your applications using MapLibre
1380-
bundle: geo
1379+
blurb: lets you create beautiful map-enabled visualizations, including embedding interactive dynamic maps, or static map imagery in your apps and even layering your own data on top of the base map.
1380+
bundle: location
13811381
expanded:
13821382
long: Amazon Location Service Maps V2
1383-
short: Geo Maps
1383+
short: Location Service Maps V2
13841384
guide:
13851385
subtitle: Developer Guide
1386-
url: location
1387-
long: Amazon Location Service Maps V2
1388-
short: Geo Maps
1389-
sort: geomaps
1386+
url: location/latest/developerguide/maps.html
1387+
long: "&GeoMapslong;"
1388+
short: "&GeoMaps;"
1389+
sort: Location Service Maps V2
13901390
version:
13911391
geo-maps-2020-11-19
13921392
geo-places:
13931393
apiref: location/latest/APIReference/Welcome.html
1394-
blurb: enables powerful location search and geocoding capabilities for your applications, offering global coverage with rich, detailed information.
1395-
bundle: geo
1394+
blurb: enables searching and geocoding of geographic data, including addresses, points of interest, and business info such as categories, food types, brands, and opening hours.
1395+
bundle: location
13961396
expanded:
13971397
long: Amazon Location Service Places
1398-
short: Geo Places
1398+
short: Location Service Places
13991399
guide:
14001400
subtitle: Developer Guide
1401-
url: location
1402-
long: Amazon Location Service Places
1403-
short: Geo Places
1404-
sort: geoplaces
1401+
url: location/latest/developerguide/places.html
1402+
long: "&GeoPlaceslong;"
1403+
short: "&GeoPlaces"
1404+
sort: Location Service Places
14051405
version:
14061406
geo-places-2020-11-19
14071407
geo-routes:
14081408
apiref: location/latest/APIReference/Welcome.html
1409-
blurb: calculate routes and estimate travel time based on up-to-date road network and live traffic information.
1410-
bundle: geo
1409+
blurb: calculates travel routes, estimates trip time, and optimizes travel itineraries and logistics problems using up-to-date road network data, live traffic, and rich road and vehicle attributes.
1410+
bundle: location
14111411
expanded:
14121412
long: Amazon Location Service Routes V2
1413-
short: Geo Routes
1413+
short: Location Service Routes V2
14141414
guide:
14151415
subtitle: Developer Guide
1416-
url: location
1417-
long: Amazon Location Service Routes V2
1418-
short: Geo Routes
1419-
sort: georoutes
1416+
url: location/latest/developerguide/routes.html
1417+
long: "&GeoRouteslong"
1418+
short: "&GeoRoutes"
1419+
sort: Location Service Routes V2
14201420
version:
1421-
geo-places-2020-11-19
1421+
geo-routes-2020-11-19
14221422
glacier:
14231423
long: '&GLlong;'
14241424
short: '&GLshort;'
@@ -1982,13 +1982,13 @@ lightsail:
19821982
location:
19831983
apiref: location/latest/APIReference/Welcome.html
19841984
blurb: lets you easily and securely add maps, places, routes, geofences, and trackers, to your applications.
1985-
bundle: geo
1985+
bundle: location
19861986
expanded:
19871987
long: Amazon Location Service
19881988
short: Amazon Location
19891989
guide:
19901990
subtitle: Developer Guide
1991-
url: location
1991+
url: location/latest/developerguide/what-is.html
19921992
long: '&ALlong;'
19931993
short: '&ALshort;'
19941994
sort: Location

0 commit comments

Comments
 (0)