|
115 | 115 | "type":"boolean", |
116 | 116 | "box":true |
117 | 117 | }, |
| 118 | + "Buildings":{ |
| 119 | + "type":"string", |
| 120 | + "enum":["Buildings3D"] |
| 121 | + }, |
118 | 122 | "ColorScheme":{ |
119 | 123 | "type":"string", |
120 | 124 | "enum":[ |
|
124 | 128 | }, |
125 | 129 | "CompactOverlay":{ |
126 | 130 | "type":"string", |
127 | | - "max":7000, |
| 131 | + "max":5000, |
128 | 132 | "min":1, |
129 | 133 | "sensitive":true |
130 | 134 | }, |
|
147 | 151 | }, |
148 | 152 | "GeoJsonOverlay":{ |
149 | 153 | "type":"string", |
150 | | - "max":7000, |
| 154 | + "max":4200, |
151 | 155 | "min":1, |
152 | 156 | "sensitive":true |
153 | 157 | }, |
|
411 | 415 | }, |
412 | 416 | "GetStaticMapRequestBoundedPositionsString":{ |
413 | 417 | "type":"string", |
414 | | - "max":2000, |
| 418 | + "max":5000, |
415 | 419 | "min":0, |
416 | 420 | "pattern":"(-?\\d{1,3}(\\.\\d{1,14})?,-?\\d{1,2}(\\.\\d{1,14})?)(,(-?\\d{1,3}(\\.\\d{1,14})?,-?\\d{1,2}(\\.\\d{1,14})?))*", |
417 | 421 | "sensitive":true |
|
514 | 518 | }, |
515 | 519 | "Terrain":{ |
516 | 520 | "shape":"Terrain", |
517 | | - "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>", |
| 521 | + "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> <li> <p> <code>Terrain3D</code>: Displays physical terrain details and elevations as a three-dimensional model.</p> </li> </ul> <p> <code>Hillshade</code> is valid only for the <code>Standard</code> and <code>Monochrome</code> map styles.</p>", |
518 | 522 | "location":"querystring", |
519 | 523 | "locationName":"terrain" |
520 | 524 | }, |
521 | 525 | "ContourDensity":{ |
522 | 526 | "shape":"ContourDensity", |
523 | | - "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>", |
| 527 | + "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>, <code>Monochrome</code>, and <code>Hybrid</code> map styles.</p>", |
524 | 528 | "location":"querystring", |
525 | 529 | "locationName":"contour-density" |
526 | 530 | }, |
|
536 | 540 | "location":"querystring", |
537 | 541 | "locationName":"travel-modes" |
538 | 542 | }, |
| 543 | + "Buildings":{ |
| 544 | + "shape":"Buildings", |
| 545 | + "documentation":"<p>Adjusts how building details are rendered on the map.</p> <p>The following building styles are currently supported:</p> <ul> <li> <p> <code>Buildings3D</code>: Displays buildings as three-dimensional extrusions on the map.</p> </li> </ul> <p> <code>Buildings3D</code> is valid only for the <code>Standard</code> and <code>Monochrome</code> map styles.</p>", |
| 546 | + "location":"querystring", |
| 547 | + "locationName":"buildings" |
| 548 | + }, |
539 | 549 | "Key":{ |
540 | 550 | "shape":"ApiKey", |
541 | 551 | "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>", |
|
589 | 599 | }, |
590 | 600 | "Tileset":{ |
591 | 601 | "shape":"Tileset", |
592 | | - "documentation":"<p>Specifies the desired tile set.</p> <p>Valid Values: <code>raster.satellite | vector.basemap</code> </p>", |
| 602 | + "documentation":"<p>Specifies the desired tile set.</p> <p>Valid Values: <code>raster.satellite | vector.basemap | vector.traffic | raster.dem</code> </p>", |
593 | 603 | "location":"uri", |
594 | 604 | "locationName":"Tileset" |
595 | 605 | }, |
|
760 | 770 | "String":{"type":"string"}, |
761 | 771 | "Terrain":{ |
762 | 772 | "type":"string", |
763 | | - "enum":["Hillshade"] |
| 773 | + "enum":[ |
| 774 | + "Hillshade", |
| 775 | + "Terrain3D" |
| 776 | + ] |
764 | 777 | }, |
765 | 778 | "ThrottlingException":{ |
766 | 779 | "type":"structure", |
|
0 commit comments