Skip to content

Commit dd8fc3f

Browse files
author
AWS
committed
Amazon Location Service Update: This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap.
1 parent 730d782 commit dd8fc3f

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Location Service",
4+
"contributor": "",
5+
"description": "This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap."
6+
}

services/location/src/main/resources/codegen-resources/service-2.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2424,6 +2424,18 @@
24242424
}
24252425
}
24262426
},
2427+
"CustomLayer":{
2428+
"type":"string",
2429+
"max":100,
2430+
"min":1,
2431+
"pattern":"^[-._\\w]+$"
2432+
},
2433+
"CustomLayerList":{
2434+
"type":"list",
2435+
"member":{"shape":"CustomLayer"},
2436+
"max":10,
2437+
"min":0
2438+
},
24272439
"DataSourceConfiguration":{
24282440
"type":"structure",
24292441
"members":{
@@ -4317,6 +4329,10 @@
43174329
"type":"structure",
43184330
"required":["Style"],
43194331
"members":{
4332+
"CustomLayers":{
4333+
"shape":"CustomLayerList",
4334+
"documentation":"<p>Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that support custom layers, you can enable layer(s), such as POI layer for the VectorEsriNavigation style. Default is <code>unset</code>.</p> <note> <p>Not all map resources or styles support custom layers. See Custom Layers for more information.</p> </note>"
4335+
},
43204336
"PoliticalView":{
43214337
"shape":"CountryCode3",
43224338
"documentation":"<p>Specifies the political view for the style. Leave unset to not use a political view, or, for styles that support specific political views, you can choose a view, such as <code>IND</code> for the Indian view.</p> <p>Default is unset.</p> <note> <p>Not all map resources or styles support political view styles. See <a href=\"https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#political-views\">Political views</a> for more information.</p> </note>"
@@ -4331,6 +4347,10 @@
43314347
"MapConfigurationUpdate":{
43324348
"type":"structure",
43334349
"members":{
4350+
"CustomLayers":{
4351+
"shape":"CustomLayerList",
4352+
"documentation":"<p>Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that support custom layers, you can enable layer(s), such as POI layer for the VectorEsriNavigation style. Default is <code>unset</code>.</p> <note> <p>Not all map resources or styles support custom layers. See Custom Layers for more information.</p> </note>"
4353+
},
43344354
"PoliticalView":{
43354355
"shape":"CountryCode3OrEmpty",
43364356
"documentation":"<p>Specifies the political view for the style. Set to an empty string to not use a political view, or, for styles that support specific political views, you can choose a view, such as <code>IND</code> for the Indian view.</p> <note> <p>Not all map resources or styles support political view styles. See <a href=\"https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#political-views\">Political views</a> for more information.</p> </note>"

0 commit comments

Comments
 (0)