|
22 | 22 | }, |
23 | 23 | "input":{"shape":"GetGlyphsRequest"}, |
24 | 24 | "output":{"shape":"GetGlyphsResponse"}, |
25 | | - "documentation":"<p> <code>GetGlyphs</code> returns the map's glyphs.</p>" |
| 25 | + "documentation":"<p> <code>GetGlyphs</code> returns the map's glyphs.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/location/latest/developerguide/styling-labels-with-glyphs.html\">Style labels with glyphs</a> in the <i>Amazon Location Service Developer Guide</i>.</p>", |
| 26 | + "readonly":true |
26 | 27 | }, |
27 | 28 | "GetSprites":{ |
28 | 29 | "name":"GetSprites", |
|
33 | 34 | }, |
34 | 35 | "input":{"shape":"GetSpritesRequest"}, |
35 | 36 | "output":{"shape":"GetSpritesResponse"}, |
36 | | - "documentation":"<p> <code>GetSprites</code> returns the map's sprites.</p>" |
| 37 | + "documentation":"<p> <code>GetSprites</code> returns the map's sprites.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/location/latest/developerguide/styling-iconography-with-sprites.html\">Style iconography with sprites</a> in the <i>Amazon Location Service Developer Guide</i>.</p>", |
| 38 | + "readonly":true |
37 | 39 | }, |
38 | 40 | "GetStaticMap":{ |
39 | 41 | "name":"GetStaticMap", |
|
50 | 52 | {"shape":"ValidationException"}, |
51 | 53 | {"shape":"ThrottlingException"} |
52 | 54 | ], |
53 | | - "documentation":"<p> <code>GetStaticMap</code> provides high-quality static map images with customizable options. You can modify the map's appearance and overlay additional information. It's an ideal solution for applications requiring tailored static map snapshots.</p>" |
| 55 | + "documentation":"<p> <code>GetStaticMap</code> provides high-quality static map images with customizable options. You can modify the map's appearance and overlay additional information. It's an ideal solution for applications requiring tailored static map snapshots.</p> <p>For more information, see the following topics in the <i>Amazon Location Service Developer Guide</i>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/location/latest/developerguide/static-maps.html\">Static maps</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/location/latest/developerguide/customizing-static-maps.html\">Customize static maps</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/location/latest/developerguide/overlaying-static-map.html\">Overlay on the static map</a> </p> </li> </ul>", |
| 56 | + "readonly":true |
54 | 57 | }, |
55 | 58 | "GetStyleDescriptor":{ |
56 | 59 | "name":"GetStyleDescriptor", |
|
61 | 64 | }, |
62 | 65 | "input":{"shape":"GetStyleDescriptorRequest"}, |
63 | 66 | "output":{"shape":"GetStyleDescriptorResponse"}, |
64 | | - "documentation":"<p> <code>GetStyleDescriptor</code> returns information about the style.</p>" |
| 67 | + "documentation":"<p> <code>GetStyleDescriptor</code> returns information about the style.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/location/latest/developerguide/styling-dynamic-maps.html\">Style dynamic maps</a> in the <i>Amazon Location Service Developer Guide</i>.</p>", |
| 68 | + "readonly":true |
65 | 69 | }, |
66 | 70 | "GetTile":{ |
67 | 71 | "name":"GetTile", |
|
79 | 83 | {"shape":"ValidationException"}, |
80 | 84 | {"shape":"ThrottlingException"} |
81 | 85 | ], |
82 | | - "documentation":"<p> <code>GetTile</code> returns a tile. Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.</p>" |
| 86 | + "documentation":"<p> <code>GetTile</code> returns a tile. Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/location/latest/developerguide/tiles.html\">Tiles</a> in the <i>Amazon Location Service Developer Guide</i>.</p>", |
| 87 | + "readonly":true |
83 | 88 | } |
84 | 89 | }, |
85 | 90 | "shapes":{ |
|
123 | 128 | "min":1, |
124 | 129 | "sensitive":true |
125 | 130 | }, |
| 131 | + "ContourDensity":{ |
| 132 | + "type":"string", |
| 133 | + "enum":["Medium"] |
| 134 | + }, |
126 | 135 | "CountryCode":{ |
127 | 136 | "type":"string", |
128 | 137 | "max":3, |
|
157 | 166 | }, |
158 | 167 | "FontUnicodeRange":{ |
159 | 168 | "shape":"GetGlyphsRequestFontUnicodeRangeString", |
160 | | - "documentation":"<p>A Unicode range of characters to download glyphs for. This must be aligned to multiples of 256. </p> <p>Example: <code>0-255.pdf</code> </p>", |
| 169 | + "documentation":"<p>A Unicode range of characters to download glyphs for. This must be aligned to multiples of 256. </p> <p>Example: <code>0-255.pbf</code> </p>", |
161 | 170 | "location":"uri", |
162 | 171 | "locationName":"FontUnicodeRange" |
163 | 172 | } |
|
277 | 286 | "members":{ |
278 | 287 | "BoundingBox":{ |
279 | 288 | "shape":"PositionListString", |
280 | | - "documentation":"<p>Takes in two pairs of coordinates, [Lon, Lat], denoting south-westerly and north-easterly edges of the image. The underlying area becomes the view of the image. </p> <p>Example: -123.17075,49.26959,-123.08125,49.31429</p>", |
| 289 | + "documentation":"<p>Takes in two pairs of coordinates in World Geodetic System (WGS 84) format: [longitude, latitude], denoting south-westerly and north-easterly edges of the image. The underlying area becomes the view of the image. </p> <p>Example: -123.17075,49.26959,-123.08125,49.31429</p>", |
281 | 290 | "location":"querystring", |
282 | 291 | "locationName":"bounding-box" |
283 | 292 | }, |
284 | 293 | "BoundedPositions":{ |
285 | 294 | "shape":"PositionListString", |
286 | | - "documentation":"<p>Takes in two or more pair of coordinates, [Lon, Lat], with each coordinate separated by a comma. The API will generate an image to encompass all of the provided coordinates. </p> <note> <p>Cannot be used with <code>Zoom</code> and or <code>Radius</code> </p> </note> <p>Example: 97.170451,78.039098,99.045536,27.176178</p>", |
| 295 | + "documentation":"<p>Takes in two or more pair of coordinates in World Geodetic System (WGS 84) format: [longitude, latitude], with each coordinate separated by a comma. The API will generate an image to encompass all of the provided coordinates. </p> <note> <p>Cannot be used with <code>Zoom</code> and or <code>Radius</code> </p> </note> <p>Example: 97.170451,78.039098,99.045536,27.176178</p>", |
287 | 296 | "location":"querystring", |
288 | 297 | "locationName":"bounded-positions" |
289 | 298 | }, |
290 | 299 | "Center":{ |
291 | 300 | "shape":"PositionString", |
292 | | - "documentation":"<p>Takes in a pair of coordinates, [Lon, Lat], which becomes the center point of the image. This parameter requires that either zoom or radius is set.</p> <note> <p>Cannot be used with <code>Zoom</code> and or <code>Radius</code> </p> </note> <p>Example: 49.295,-123.108</p>", |
| 301 | + "documentation":"<p>Takes in a pair of coordinates in World Geodetic System (WGS 84) format: [longitude, latitude], which becomes the center point of the image. This parameter requires that either zoom or radius is set.</p> <note> <p>Cannot be used with <code>Zoom</code> and or <code>Radius</code> </p> </note> <p>Example: 49.295,-123.108</p>", |
293 | 302 | "location":"querystring", |
294 | 303 | "locationName":"center" |
295 | 304 | }, |
|
480 | 489 | "location":"querystring", |
481 | 490 | "locationName":"political-view" |
482 | 491 | }, |
| 492 | + "Terrain":{ |
| 493 | + "shape":"Terrain", |
| 494 | + "documentation":"<p>Adjusts how physical terrain details are rendered on the map.</p> <p>The following terrain styles are currently supported:</p> <ul> <li> <p> <code>Hillshade</code>: Displays the physical terrain details through shading and highlighting of elevation change and geographic features.</p> </li> </ul> <p>This parameter is valid only for the <code>Standard</code> map style.</p>", |
| 495 | + "location":"querystring", |
| 496 | + "locationName":"terrain" |
| 497 | + }, |
| 498 | + "ContourDensity":{ |
| 499 | + "shape":"ContourDensity", |
| 500 | + "documentation":"<p>Displays the shape and steepness of terrain features using elevation lines. The density value controls how densely the available contour line information is rendered on the map.</p> <p>This parameter is valid only for the <code>Standard</code> map style.</p>", |
| 501 | + "location":"querystring", |
| 502 | + "locationName":"contour-density" |
| 503 | + }, |
| 504 | + "Traffic":{ |
| 505 | + "shape":"Traffic", |
| 506 | + "documentation":"<p>Displays real-time traffic information overlay on map, such as incident events and flow events.</p> <p>This parameter is valid only for the <code>Standard</code> map style.</p>", |
| 507 | + "location":"querystring", |
| 508 | + "locationName":"traffic" |
| 509 | + }, |
| 510 | + "TravelModes":{ |
| 511 | + "shape":"TravelModeList", |
| 512 | + "documentation":"<p>Renders additional map information relevant to selected travel modes. Information for multiple travel modes can be displayed simultaneously, although this increases the overall information density rendered on the map.</p> <p>This parameter is valid only for the <code>Standard</code> map style.</p>", |
| 513 | + "location":"querystring", |
| 514 | + "locationName":"travel-modes" |
| 515 | + }, |
483 | 516 | "Key":{ |
484 | 517 | "shape":"ApiKey", |
485 | 518 | "documentation":"<p>Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request. </p>", |
|
701 | 734 | ] |
702 | 735 | }, |
703 | 736 | "String":{"type":"string"}, |
| 737 | + "Terrain":{ |
| 738 | + "type":"string", |
| 739 | + "enum":["Hillshade"] |
| 740 | + }, |
704 | 741 | "ThrottlingException":{ |
705 | 742 | "type":"structure", |
706 | 743 | "required":["Message"], |
|
724 | 761 | "min":1, |
725 | 762 | "pattern":"[-.\\w]+" |
726 | 763 | }, |
| 764 | + "Traffic":{ |
| 765 | + "type":"string", |
| 766 | + "enum":["All"] |
| 767 | + }, |
| 768 | + "TravelMode":{ |
| 769 | + "type":"string", |
| 770 | + "enum":[ |
| 771 | + "Transit", |
| 772 | + "Truck" |
| 773 | + ] |
| 774 | + }, |
| 775 | + "TravelModeList":{ |
| 776 | + "type":"list", |
| 777 | + "member":{"shape":"TravelMode"} |
| 778 | + }, |
727 | 779 | "ValidationException":{ |
728 | 780 | "type":"structure", |
729 | 781 | "required":[ |
|
0 commit comments