|
70 | 70 | "type": "string", |
71 | 71 | "traits": { |
72 | 72 | "smithy.api#enum": [ |
| 73 | + { |
| 74 | + "name": "LOW", |
| 75 | + "value": "Low" |
| 76 | + }, |
73 | 77 | { |
74 | 78 | "name": "MEDIUM", |
75 | 79 | "value": "Medium" |
| 80 | + }, |
| 81 | + { |
| 82 | + "name": "HIGH", |
| 83 | + "value": "High" |
76 | 84 | } |
77 | 85 | ] |
78 | 86 | } |
|
267 | 275 | "ColorScheme": { |
268 | 276 | "target": "com.amazonaws.geomaps#ColorScheme", |
269 | 277 | "traits": { |
270 | | - "smithy.api#documentation": "<p>Sets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome.</p> <p>Example: <code>Light</code> </p> <p>Default value: <code>Light</code> </p> <note> <p>Valid values for ColorScheme are case sensitive.</p> </note>", |
| 278 | + "smithy.api#documentation": "<p>Sets the color tone for the map sprites, such as dark and light.</p> <p>Example: <code>Light</code> </p> <p>Default value: <code>Light</code> </p> <note> <p>Valid values for ColorScheme are case sensitive.</p> </note>", |
271 | 279 | "smithy.api#httpLabel": {}, |
272 | 280 | "smithy.api#required": {} |
273 | 281 | } |
|
406 | 414 | "ColorScheme": { |
407 | 415 | "target": "com.amazonaws.geomaps#ColorScheme", |
408 | 416 | "traits": { |
409 | | - "smithy.api#documentation": "<p>Sets color tone for map, such as dark and light for specific map styles. It only applies to vector map styles, such as Standard.</p> <p>Example: <code>Light</code> </p> <p>Default value: <code>Light</code> </p> <note> <p>Valid values for <code>ColorScheme</code> are case sensitive.</p> </note>", |
| 417 | + "smithy.api#documentation": "<p>Sets the color tone for the map, such as dark and light.</p> <p>Example: <code>Light</code> </p> <p>Default value: <code>Light</code> </p> <note> <p>Valid values for <code>ColorScheme</code> are case sensitive.</p> </note>", |
410 | 418 | "smithy.api#httpQuery": "color-scheme" |
411 | 419 | } |
412 | 420 | }, |
|
639 | 647 | "ColorScheme": { |
640 | 648 | "target": "com.amazonaws.geomaps#ColorScheme", |
641 | 649 | "traits": { |
642 | | - "smithy.api#documentation": "<p>Sets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome.</p> <p>Example: <code>Light</code> </p> <p>Default value: <code>Light</code> </p> <note> <p>Valid values for ColorScheme are case sensitive.</p> </note>", |
| 650 | + "smithy.api#documentation": "<p>Sets the color tone for the map, such as dark and light.</p> <p>Example: <code>Light</code> </p> <p>Default value: <code>Light</code> </p> <note> <p>Valid values for ColorScheme are case sensitive.</p> </note>", |
643 | 651 | "smithy.api#httpQuery": "color-scheme" |
644 | 652 | } |
645 | 653 | }, |
|
660 | 668 | "ContourDensity": { |
661 | 669 | "target": "com.amazonaws.geomaps#ContourDensity", |
662 | 670 | "traits": { |
663 | | - "smithy.api#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>", |
| 671 | + "smithy.api#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 for all map styles except <code>Satellite</code>.</p>", |
664 | 672 | "smithy.api#httpQuery": "contour-density" |
665 | 673 | } |
666 | 674 | }, |
667 | 675 | "Traffic": { |
668 | 676 | "target": "com.amazonaws.geomaps#Traffic", |
669 | 677 | "traits": { |
670 | | - "smithy.api#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>", |
| 678 | + "smithy.api#documentation": "<p>Displays real-time traffic information overlay on map, such as incident events and flow events.</p> <p>This parameter is valid for all map styles except <code>Satellite</code>.</p>", |
671 | 679 | "smithy.api#httpQuery": "traffic" |
672 | 680 | } |
673 | 681 | }, |
674 | 682 | "TravelModes": { |
675 | 683 | "target": "com.amazonaws.geomaps#TravelModeList", |
676 | 684 | "traits": { |
677 | | - "smithy.api#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>", |
| 685 | + "smithy.api#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 for all map styles except <code>Satellite</code>.</p>", |
678 | 686 | "smithy.api#httpQuery": "travel-modes" |
679 | 687 | } |
680 | 688 | }, |
|
2276 | 2284 | { |
2277 | 2285 | "name": "ALL", |
2278 | 2286 | "value": "All" |
| 2287 | + }, |
| 2288 | + { |
| 2289 | + "name": "CONGESTION", |
| 2290 | + "value": "Congestion" |
2279 | 2291 | } |
2280 | 2292 | ] |
2281 | 2293 | } |
|
0 commit comments