@aws-sdk/client-geo-maps 3.980.0 → 3.982.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.
- package/dist-cjs/index.js +9 -2
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +4 -2
- package/dist-types/commands/GetStyleDescriptorCommand.d.ts +1 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +9 -4
- package/dist-types/ts3.4/models/enums.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -200,6 +200,7 @@ const _AK = "ApiKey";
|
|
|
200
200
|
const _B = "Blob";
|
|
201
201
|
const _BB = "BoundingBox";
|
|
202
202
|
const _BP = "BoundedPositions";
|
|
203
|
+
const _Bu = "Buildings";
|
|
203
204
|
const _C = "Center";
|
|
204
205
|
const _CC = "CountryCode";
|
|
205
206
|
const _CC_ = "Cache-Control";
|
|
@@ -268,6 +269,7 @@ const _Y = "Y";
|
|
|
268
269
|
const _Z = "Zoom";
|
|
269
270
|
const _Z_ = "Z";
|
|
270
271
|
const _af = "additional-features";
|
|
272
|
+
const _b = "buildings";
|
|
271
273
|
const _bb = "bounding-box";
|
|
272
274
|
const _bp = "bounded-positions";
|
|
273
275
|
const _c = "client";
|
|
@@ -354,8 +356,8 @@ var GetStaticMapResponse$ = [3, n0, _GSMRe,
|
|
|
354
356
|
];
|
|
355
357
|
var GetStyleDescriptorRequest$ = [3, n0, _GSDR,
|
|
356
358
|
0,
|
|
357
|
-
[_S, _CS, _PV, _T, _CD, _Tr, _TM, _K],
|
|
358
|
-
[[0, 1], [0, { [_hQ]: _cs }], [() => CountryCode, { [_hQ]: _pv }], [0, { [_hQ]: _t }], [0, { [_hQ]: _cd }], [0, { [_hQ]: _tr }], [64 | 0, { [_hQ]: _tm }], [() => ApiKey, { [_hQ]: _k }]], 1
|
|
359
|
+
[_S, _CS, _PV, _T, _CD, _Tr, _TM, _Bu, _K],
|
|
360
|
+
[[0, 1], [0, { [_hQ]: _cs }], [() => CountryCode, { [_hQ]: _pv }], [0, { [_hQ]: _t }], [0, { [_hQ]: _cd }], [0, { [_hQ]: _tr }], [64 | 0, { [_hQ]: _tm }], [0, { [_hQ]: _b }], [() => ApiKey, { [_hQ]: _k }]], 1
|
|
359
361
|
];
|
|
360
362
|
var GetStyleDescriptorResponse$ = [3, n0, _GSDRe,
|
|
361
363
|
0,
|
|
@@ -494,6 +496,9 @@ class GeoMaps extends GeoMapsClient {
|
|
|
494
496
|
}
|
|
495
497
|
smithyClient.createAggregatedClient(commands, GeoMaps);
|
|
496
498
|
|
|
499
|
+
const Buildings = {
|
|
500
|
+
BUILDINGS_3D: "Buildings3D",
|
|
501
|
+
};
|
|
497
502
|
const ColorScheme = {
|
|
498
503
|
DARK: "Dark",
|
|
499
504
|
LIGHT: "Light",
|
|
@@ -538,6 +543,7 @@ const ValidationExceptionReason = {
|
|
|
538
543
|
};
|
|
539
544
|
const Terrain = {
|
|
540
545
|
HILLSHADE: "Hillshade",
|
|
546
|
+
TERRAIN_3D: "Terrain3D",
|
|
541
547
|
};
|
|
542
548
|
const Traffic = {
|
|
543
549
|
ALL: "All",
|
|
@@ -563,6 +569,7 @@ Object.defineProperty(exports, "__Client", {
|
|
|
563
569
|
});
|
|
564
570
|
exports.AccessDeniedException = AccessDeniedException;
|
|
565
571
|
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
572
|
+
exports.Buildings = Buildings;
|
|
566
573
|
exports.ColorScheme = ColorScheme;
|
|
567
574
|
exports.ContourDensity = ContourDensity;
|
|
568
575
|
exports.GeoMaps = GeoMaps;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export const Buildings = {
|
|
2
|
+
BUILDINGS_3D: "Buildings3D",
|
|
3
|
+
};
|
|
1
4
|
export const ColorScheme = {
|
|
2
5
|
DARK: "Dark",
|
|
3
6
|
LIGHT: "Light",
|
|
@@ -42,6 +45,7 @@ export const ValidationExceptionReason = {
|
|
|
42
45
|
};
|
|
43
46
|
export const Terrain = {
|
|
44
47
|
HILLSHADE: "Hillshade",
|
|
48
|
+
TERRAIN_3D: "Terrain3D",
|
|
45
49
|
};
|
|
46
50
|
export const Traffic = {
|
|
47
51
|
ALL: "All",
|
|
@@ -4,6 +4,7 @@ const _AK = "ApiKey";
|
|
|
4
4
|
const _B = "Blob";
|
|
5
5
|
const _BB = "BoundingBox";
|
|
6
6
|
const _BP = "BoundedPositions";
|
|
7
|
+
const _Bu = "Buildings";
|
|
7
8
|
const _C = "Center";
|
|
8
9
|
const _CC = "CountryCode";
|
|
9
10
|
const _CC_ = "Cache-Control";
|
|
@@ -72,6 +73,7 @@ const _Y = "Y";
|
|
|
72
73
|
const _Z = "Zoom";
|
|
73
74
|
const _Z_ = "Z";
|
|
74
75
|
const _af = "additional-features";
|
|
76
|
+
const _b = "buildings";
|
|
75
77
|
const _bb = "bounding-box";
|
|
76
78
|
const _bp = "bounded-positions";
|
|
77
79
|
const _c = "client";
|
|
@@ -161,8 +163,8 @@ export var GetStaticMapResponse$ = [3, n0, _GSMRe,
|
|
|
161
163
|
];
|
|
162
164
|
export var GetStyleDescriptorRequest$ = [3, n0, _GSDR,
|
|
163
165
|
0,
|
|
164
|
-
[_S, _CS, _PV, _T, _CD, _Tr, _TM, _K],
|
|
165
|
-
[[0, 1], [0, { [_hQ]: _cs }], [() => CountryCode, { [_hQ]: _pv }], [0, { [_hQ]: _t }], [0, { [_hQ]: _cd }], [0, { [_hQ]: _tr }], [64 | 0, { [_hQ]: _tm }], [() => ApiKey, { [_hQ]: _k }]], 1
|
|
166
|
+
[_S, _CS, _PV, _T, _CD, _Tr, _TM, _Bu, _K],
|
|
167
|
+
[[0, 1], [0, { [_hQ]: _cs }], [() => CountryCode, { [_hQ]: _pv }], [0, { [_hQ]: _t }], [0, { [_hQ]: _cd }], [0, { [_hQ]: _tr }], [64 | 0, { [_hQ]: _tm }], [0, { [_hQ]: _b }], [() => ApiKey, { [_hQ]: _k }]], 1
|
|
166
168
|
];
|
|
167
169
|
export var GetStyleDescriptorResponse$ = [3, n0, _GSDRe,
|
|
168
170
|
0,
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const Buildings: {
|
|
6
|
+
readonly BUILDINGS_3D: "Buildings3D";
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export type Buildings = (typeof Buildings)[keyof typeof Buildings];
|
|
1
12
|
/**
|
|
2
13
|
* @public
|
|
3
14
|
* @enum
|
|
@@ -140,6 +151,7 @@ export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof
|
|
|
140
151
|
*/
|
|
141
152
|
export declare const Terrain: {
|
|
142
153
|
readonly HILLSHADE: "Hillshade";
|
|
154
|
+
readonly TERRAIN_3D: "Terrain3D";
|
|
143
155
|
};
|
|
144
156
|
/**
|
|
145
157
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ColorScheme, ContourDensity, LabelSize, MapFeatureMode, MapStyle, ScaleBarUnit, StaticMapStyle, Terrain, TileAdditionalFeature, Traffic, TravelMode, Variant } from "./enums";
|
|
1
|
+
import { Buildings, ColorScheme, ContourDensity, LabelSize, MapFeatureMode, MapStyle, ScaleBarUnit, StaticMapStyle, Terrain, TileAdditionalFeature, Traffic, TravelMode, Variant } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -260,12 +260,12 @@ export interface GetStyleDescriptorRequest {
|
|
|
260
260
|
*/
|
|
261
261
|
PoliticalView?: string | undefined;
|
|
262
262
|
/**
|
|
263
|
-
* <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>
|
|
263
|
+
* <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>
|
|
264
264
|
* @public
|
|
265
265
|
*/
|
|
266
266
|
Terrain?: Terrain | undefined;
|
|
267
267
|
/**
|
|
268
|
-
* <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
|
|
268
|
+
* <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>
|
|
269
269
|
* @public
|
|
270
270
|
*/
|
|
271
271
|
ContourDensity?: ContourDensity | undefined;
|
|
@@ -279,6 +279,11 @@ export interface GetStyleDescriptorRequest {
|
|
|
279
279
|
* @public
|
|
280
280
|
*/
|
|
281
281
|
TravelModes?: TravelMode[] | undefined;
|
|
282
|
+
/**
|
|
283
|
+
* <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>
|
|
284
|
+
* @public
|
|
285
|
+
*/
|
|
286
|
+
Buildings?: Buildings | undefined;
|
|
282
287
|
/**
|
|
283
288
|
* <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>
|
|
284
289
|
* @public
|
|
@@ -320,7 +325,7 @@ export interface GetTileRequest {
|
|
|
320
325
|
*/
|
|
321
326
|
AdditionalFeatures?: TileAdditionalFeature[] | undefined;
|
|
322
327
|
/**
|
|
323
|
-
* <p>Specifies the desired tile set.</p> <p>Valid Values: <code>raster.satellite | vector.basemap</code> </p>
|
|
328
|
+
* <p>Specifies the desired tile set.</p> <p>Valid Values: <code>raster.satellite | vector.basemap | vector.traffic | raster.dem</code> </p>
|
|
324
329
|
* @public
|
|
325
330
|
*/
|
|
326
331
|
Tileset: string | undefined;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
export declare const Buildings: {
|
|
2
|
+
readonly BUILDINGS_3D: "Buildings3D";
|
|
3
|
+
};
|
|
4
|
+
export type Buildings = (typeof Buildings)[keyof typeof Buildings];
|
|
1
5
|
export declare const ColorScheme: {
|
|
2
6
|
readonly DARK: "Dark";
|
|
3
7
|
readonly LIGHT: "Light";
|
|
@@ -55,6 +59,7 @@ export type ValidationExceptionReason =
|
|
|
55
59
|
(typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
56
60
|
export declare const Terrain: {
|
|
57
61
|
readonly HILLSHADE: "Hillshade";
|
|
62
|
+
readonly TERRAIN_3D: "Terrain3D";
|
|
58
63
|
};
|
|
59
64
|
export type Terrain = (typeof Terrain)[keyof typeof Terrain];
|
|
60
65
|
export declare const Traffic: {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
+
Buildings,
|
|
2
3
|
ColorScheme,
|
|
3
4
|
ContourDensity,
|
|
4
5
|
LabelSize,
|
|
@@ -75,6 +76,7 @@ export interface GetStyleDescriptorRequest {
|
|
|
75
76
|
ContourDensity?: ContourDensity | undefined;
|
|
76
77
|
Traffic?: Traffic | undefined;
|
|
77
78
|
TravelModes?: TravelMode[] | undefined;
|
|
79
|
+
Buildings?: Buildings | undefined;
|
|
78
80
|
Key?: string | undefined;
|
|
79
81
|
}
|
|
80
82
|
export interface GetStyleDescriptorResponse {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-geo-maps",
|
|
3
3
|
"description": "AWS SDK for JavaScript Geo Maps Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.982.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-geo-maps",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.6",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.5",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.6",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.982.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.4",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
36
|
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|