AWS cli documentation change
Summary
Added new parameters (--terrain, --contour-density, --traffic, --travel-modes) for map style configuration and updated documentation links
Security assessment
The changes document new map styling parameters and developer guide references related to dynamic map rendering. There is no evidence of security vulnerability fixes or security feature enhancements in the parameters added.
Diff
diff --git a/cli/latest/reference/geo-maps/get-style-descriptor.md b/cli/latest/reference/geo-maps/get-style-descriptor.md index 7d97018d0..29f91210f 100644 --- a//cli/latest/reference/geo-maps/get-style-descriptor.md +++ b//cli/latest/reference/geo-maps/get-style-descriptor.md @@ -15 +15 @@ - * [AWS CLI 2.31.16 Command Reference](../../index.html) » + * [AWS CLI 2.31.18 Command Reference](../../index.html) » @@ -60,0 +61,2 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c +For more information, see [Style dynamic maps](https://docs.aws.amazon.com/location/latest/developerguide/styling-dynamic-maps.html) in the _Amazon Location Service Developer Guide_ . + @@ -69,0 +72,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/geo-ma + [--terrain <value>] + [--contour-density <value>] + [--traffic <value>] + [--travel-modes <value>] @@ -156,0 +163,63 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/geo-ma +`--terrain` (string) + +> Adjusts how physical terrain details are rendered on the map. +> +> The following terrain styles are currently supported: +> +> * `Hillshade` : Displays the physical terrain details through shading and highlighting of elevation change and geographic features. +> + +> +> This parameter is valid only for the `Standard` map style. +> +> Possible values: +> +> * `Hillshade` +> + + +`--contour-density` (string) + +> 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. +> +> This parameter is valid only for the `Standard` map style. +> +> Possible values: +> +> * `Medium` +> + + +`--traffic` (string) + +> Displays real-time traffic information overlay on map, such as incident events and flow events. +> +> This parameter is valid only for the `Standard` map style. +> +> Possible values: +> +> * `All` +> + + +`--travel-modes` (list) + +> 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. +> +> This parameter is valid only for the `Standard` map style. +> +> (string) +> +>> Possible values: +>> +>> * `Transit` +>> * `Truck` +>> + + +Syntax: + + + "string" "string" ... + + @@ -291 +360 @@ ETag -> (string) - * [AWS CLI 2.31.16 Command Reference](../../index.html) » + * [AWS CLI 2.31.18 Command Reference](../../index.html) »