@aws-sdk/client-location 3.231.0 → 3.234.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1458,10 +1458,12 @@ export interface MapConfiguration {
|
|
|
1458
1458
|
* <ul>
|
|
1459
1459
|
* <li>
|
|
1460
1460
|
* <p>
|
|
1461
|
-
* <code>VectorHereContrast</code> – The HERE Contrast (Berlin) map style is a
|
|
1461
|
+
* <code>VectorHereContrast</code> – The HERE Contrast (Berlin) map style is a
|
|
1462
|
+
* high contrast
|
|
1462
1463
|
* detailed base map of the world that blends 3D and 2D rendering.</p>
|
|
1463
1464
|
* <note>
|
|
1464
|
-
* <p>The <code>VectorHereContrast</code> style has been renamed from
|
|
1465
|
+
* <p>The <code>VectorHereContrast</code> style has been renamed from
|
|
1466
|
+
* <code>VectorHereBerlin</code>.
|
|
1465
1467
|
* <code>VectorHereBerlin</code> has been deprecated, but will continue to work in
|
|
1466
1468
|
* applications that use it.</p>
|
|
1467
1469
|
* </note>
|
|
@@ -1498,6 +1500,22 @@ export interface MapConfiguration {
|
|
|
1498
1500
|
* </note>
|
|
1499
1501
|
* </li>
|
|
1500
1502
|
* </ul>
|
|
1503
|
+
* <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/open-data.html">Open Data (Preview) map styles</a>:</p>
|
|
1504
|
+
* <ul>
|
|
1505
|
+
* <li>
|
|
1506
|
+
* <p>
|
|
1507
|
+
* <code>VectorOpenDataStandardLight</code> – The Open Data Standard Light
|
|
1508
|
+
* (preview) map style provides a detailed basemap for the world suitable for
|
|
1509
|
+
* website and mobile application use. The map includes highways major roads,
|
|
1510
|
+
* minor roads, railways, water features, cities, parks, landmarks, building
|
|
1511
|
+
* footprints, and administrative boundaries.</p>
|
|
1512
|
+
* <important>
|
|
1513
|
+
* <p>Open Data maps is in preview. We may add, change, or remove
|
|
1514
|
+
* features before announcing general availability. For more information, see
|
|
1515
|
+
* <a href="https://docs.aws.amazon.com/location/latest/developerguide/open-data.html#open-data-preview">Open Data is in preview release</a>.</p>
|
|
1516
|
+
* </important>
|
|
1517
|
+
* </li>
|
|
1518
|
+
* </ul>
|
|
1501
1519
|
*/
|
|
1502
1520
|
Style: string | undefined;
|
|
1503
1521
|
}
|
|
@@ -2889,7 +2907,7 @@ export interface GetMapGlyphsRequest {
|
|
|
2889
2907
|
* </p>
|
|
2890
2908
|
* </li>
|
|
2891
2909
|
* </ul>
|
|
2892
|
-
* <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE Technologies</a> styles
|
|
2910
|
+
* <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE Technologies</a> styles:</p>
|
|
2893
2911
|
* <ul>
|
|
2894
2912
|
* <li>
|
|
2895
2913
|
* <p>VectorHereContrast – <code>Fira
|
|
@@ -2905,6 +2923,24 @@ export interface GetMapGlyphsRequest {
|
|
|
2905
2923
|
* </p>
|
|
2906
2924
|
* </li>
|
|
2907
2925
|
* </ul>
|
|
2926
|
+
* <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/latest/developerguide/open-data.html">Open Data (Preview)</a> styles:</p>
|
|
2927
|
+
* <ul>
|
|
2928
|
+
* <li>
|
|
2929
|
+
* <p>VectorOpenDataStandardLight –
|
|
2930
|
+
* <code>Amazon Ember Regular,Noto Sans Regular</code> |
|
|
2931
|
+
* <code>Amazon Ember Bold,Noto Sans Bold</code> |
|
|
2932
|
+
* <code>Amazon Ember Medium,Noto Sans Medium</code> |
|
|
2933
|
+
* <code>Amazon Ember Regular Italic,Noto Sans Italic</code> |
|
|
2934
|
+
* <code>Amazon Ember Condensed RC Regular,Noto Sans Regular</code> |
|
|
2935
|
+
* <code>Amazon Ember Condensed RC Bold,Noto Sans Bold</code>
|
|
2936
|
+
* </p>
|
|
2937
|
+
* </li>
|
|
2938
|
+
* </ul>
|
|
2939
|
+
* <note>
|
|
2940
|
+
* <p>The fonts used by <code>VectorOpenDataStandardLight</code> are combined fonts
|
|
2941
|
+
* that use <code>Amazon Ember</code> for most glyphs but <code>Noto Sans</code>
|
|
2942
|
+
* for glyphs unsupported by <code>Amazon Ember</code>.</p>
|
|
2943
|
+
* </note>
|
|
2908
2944
|
*/
|
|
2909
2945
|
FontStack: string | undefined;
|
|
2910
2946
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-location",
|
|
3
3
|
"description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.234.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.234.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.234.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.234.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.226.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.226.0",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.226.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.226.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.226.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.234.0",
|
|
42
42
|
"@aws-sdk/types": "3.226.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.226.0",
|
|
44
44
|
"@aws-sdk/util-base64": "3.208.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.234.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.234.0",
|
|
49
49
|
"@aws-sdk/util-endpoints": "3.226.0",
|
|
50
50
|
"@aws-sdk/util-retry": "3.229.0",
|
|
51
51
|
"@aws-sdk/util-user-agent-browser": "3.226.0",
|