@aws-sdk/client-geo-maps 3.758.0 → 3.772.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/README.md CHANGED
@@ -6,19 +6,19 @@
6
6
 
7
7
  AWS SDK for JavaScript GeoMaps Client for Node.js, Browser and React Native.
8
8
 
9
- <p>
10
- Integrate high-quality base map data into your applications using
11
- <a href="https://maplibre.org">MapLibre</a>. Capabilities include:
12
- </p>
9
+ <p> Integrate high-quality base map data into your applications using <a href="https://maplibre.org">MapLibre</a>. Capabilities include: </p>
13
10
  <ul>
14
11
  <li>
15
- <p>Access to comprehensive base map data, allowing you to tailor the map display to your specific needs.</p>
12
+ <p>Access to comprehensive base map data, allowing you to tailor the map display to
13
+ your specific needs.</p>
16
14
  </li>
17
15
  <li>
18
- <p>Multiple pre-designed map styles suited for various application types, such as navigation, logistics, or data visualization.</p>
16
+ <p>Multiple pre-designed map styles suited for various application types, such as
17
+ navigation, logistics, or data visualization.</p>
19
18
  </li>
20
19
  <li>
21
- <p>Generation of static map images for scenarios where interactive maps aren't suitable, such as:</p>
20
+ <p>Generation of static map images for scenarios where interactive maps aren't
21
+ suitable, such as:</p>
22
22
  <ul>
23
23
  <li>
24
24
  <p>Embedding in emails or documents</p>
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const u = "required", v = "fn", w = "argv", x = "ref";
5
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [u]: true, "default": false, "type": "Boolean" }, i = { [u]: false, "type": "String" }, j = { [x]: "Endpoint" }, k = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, l = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, m = {}, n = { [v]: "stringEquals", [w]: [{ [v]: "getAttr", [w]: [{ [x]: g }, "name"] }, "aws"] }, o = { [v]: c, [w]: [{ [x]: "UseFIPS" }, false] }, p = { [v]: c, [w]: [{ [x]: "UseDualStack" }, false] }, q = { [v]: "stringEquals", [w]: [{ [v]: "getAttr", [w]: [{ [x]: g }, "name"] }, "aws-us-gov"] }, r = { [v]: "getAttr", [w]: [{ [x]: g }, "supportsFIPS"] }, s = { [v]: c, [w]: [true, { [v]: "getAttr", [w]: [{ [x]: g }, "supportsDualStack"] }] }, t = [{ [x]: "Region" }];
6
- const _data = { version: "1.0", parameters: { UseDualStack: h, UseFIPS: h, Endpoint: i, Region: i }, rules: [{ conditions: [{ [v]: b, [w]: [j] }], rules: [{ conditions: [k], error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: [l], error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [v]: b, [w]: t }], rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: g }], rules: [{ conditions: [n, o, p], endpoint: { url: "https://maps.geo.{Region}.{PartitionResult#dnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [n, k, l], endpoint: { url: "https://maps.geo-fips.{Region}.{PartitionResult#dualStackDnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [n, k, p], endpoint: { url: "https://maps.geo-fips.{Region}.{PartitionResult#dnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [n, o, l], endpoint: { url: "https://maps.geo.{Region}.{PartitionResult#dualStackDnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [q, o, p], endpoint: { url: "https://maps.geo.{Region}.us-gov.{PartitionResult#dnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [q, k, l], endpoint: { url: "https://maps.geo-fips.{Region}.us-gov.{PartitionResult#dualStackDnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [q, k, p], endpoint: { url: "https://maps.geo-fips.{Region}.us-gov.{PartitionResult#dnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [q, o, l], endpoint: { url: "https://maps.geo.{Region}.us-gov.{PartitionResult#dualStackDnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [k, l], rules: [{ conditions: [{ [v]: c, [w]: [a, r] }, s], rules: [{ endpoint: { url: "https://geo-maps-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: [k, p], rules: [{ conditions: [{ [v]: c, [w]: [r, a] }], rules: [{ endpoint: { url: "https://geo-maps-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: [o, l], rules: [{ conditions: [s], rules: [{ endpoint: { url: "https://geo-maps.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://geo-maps.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
4
+ const y = "required", z = "fn", A = "argv", B = "ref", C = "url", D = "properties", E = "headers";
5
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [y]: true, "default": false, "type": "Boolean" }, i = { [y]: false, "type": "String" }, j = { [B]: "Endpoint" }, k = { [z]: c, [A]: [{ [B]: "UseFIPS" }, true] }, l = { [z]: c, [A]: [{ [B]: "UseDualStack" }, true] }, m = {}, n = { [z]: "stringEquals", [A]: [{ [z]: "getAttr", [A]: [{ [B]: g }, "name"] }, "aws"] }, o = { [z]: c, [A]: [{ [B]: "UseFIPS" }, false] }, p = { [z]: c, [A]: [{ [B]: "UseDualStack" }, false] }, q = { [C]: "https://maps.geo.{Region}.{PartitionResult#dnsSuffix}/v2", [D]: {}, [E]: {} }, r = { [C]: "https://maps.geo-fips.{Region}.{PartitionResult#dualStackDnsSuffix}/v2", [D]: {}, [E]: {} }, s = { [C]: "https://maps.geo-fips.{Region}.{PartitionResult#dnsSuffix}/v2", [D]: {}, [E]: {} }, t = { [C]: "https://maps.geo.{Region}.{PartitionResult#dualStackDnsSuffix}/v2", [D]: {}, [E]: {} }, u = { [z]: "stringEquals", [A]: [{ [z]: "getAttr", [A]: [{ [B]: g }, "name"] }, "aws-us-gov"] }, v = { [z]: "getAttr", [A]: [{ [B]: g }, "supportsFIPS"] }, w = { [z]: c, [A]: [true, { [z]: "getAttr", [A]: [{ [B]: g }, "supportsDualStack"] }] }, x = [{ [B]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { UseDualStack: h, UseFIPS: h, Endpoint: i, Region: i }, rules: [{ conditions: [{ [z]: b, [A]: [j] }], rules: [{ conditions: [k], error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: [l], error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { [C]: j, [D]: m, [E]: m }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [z]: b, [A]: x }], rules: [{ conditions: [{ [z]: "aws.partition", [A]: x, assign: g }], rules: [{ conditions: [n, o, p], endpoint: q, type: e }, { conditions: [n, k, l], endpoint: r, type: e }, { conditions: [n, k, p], endpoint: s, type: e }, { conditions: [n, o, l], endpoint: t, type: e }, { conditions: [u, o, p], endpoint: q, type: e }, { conditions: [u, k, l], endpoint: r, type: e }, { conditions: [u, k, p], endpoint: s, type: e }, { conditions: [u, o, l], endpoint: t, type: e }, { conditions: [k, l], rules: [{ conditions: [{ [z]: c, [A]: [a, v] }, w], rules: [{ endpoint: { [C]: "https://geo-maps-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", [D]: m, [E]: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: [k, p], rules: [{ conditions: [{ [z]: c, [A]: [v, a] }], rules: [{ endpoint: { [C]: "https://geo-maps-fips.{Region}.{PartitionResult#dnsSuffix}", [D]: m, [E]: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: [o, l], rules: [{ conditions: [w], rules: [{ endpoint: { [C]: "https://geo-maps.{Region}.{PartitionResult#dualStackDnsSuffix}", [D]: m, [E]: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { [C]: "https://geo-maps.{Region}.{PartitionResult#dnsSuffix}", [D]: m, [E]: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
7
7
  exports.ruleSet = _data;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTileRequestFilterSensitiveLog = exports.GetStyleDescriptorRequestFilterSensitiveLog = exports.GetStaticMapRequestFilterSensitiveLog = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.InternalServerException = exports.StaticMapStyle = exports.ScaleBarUnit = exports.Variant = exports.MapStyle = exports.ColorScheme = exports.AccessDeniedException = void 0;
3
+ exports.GetTileRequestFilterSensitiveLog = exports.GetStyleDescriptorRequestFilterSensitiveLog = exports.GetStaticMapRequestFilterSensitiveLog = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.InternalServerException = exports.StaticMapStyle = exports.ScaleBarUnit = exports.MapFeatureMode = exports.LabelSize = exports.Variant = exports.MapStyle = exports.ColorScheme = exports.AccessDeniedException = void 0;
4
4
  const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const GeoMapsServiceException_1 = require("./GeoMapsServiceException");
6
6
  class AccessDeniedException extends GeoMapsServiceException_1.GeoMapsServiceException {
@@ -31,6 +31,14 @@ exports.MapStyle = {
31
31
  exports.Variant = {
32
32
  DEFAULT: "Default",
33
33
  };
34
+ exports.LabelSize = {
35
+ LARGE: "Large",
36
+ SMALL: "Small",
37
+ };
38
+ exports.MapFeatureMode = {
39
+ DISABLED: "Disabled",
40
+ ENABLED: "Enabled",
41
+ };
34
42
  exports.ScaleBarUnit = {
35
43
  KILOMETERS: "Kilometers",
36
44
  KILOMETERS_MILES: "KilometersMiles",
@@ -39,6 +47,7 @@ exports.ScaleBarUnit = {
39
47
  };
40
48
  exports.StaticMapStyle = {
41
49
  SATELLITE: "Satellite",
50
+ STANDARD: "Standard",
42
51
  };
43
52
  class InternalServerException extends GeoMapsServiceException_1.GeoMapsServiceException {
44
53
  name = "InternalServerException";
@@ -39,11 +39,17 @@ const se_GetStaticMapCommand = async (input, context) => {
39
39
  [_bb]: [, input[_BB]],
40
40
  [_bp]: [, input[_BP]],
41
41
  [_c]: [, input[_C]],
42
+ [_cs]: [, input[_CS]],
42
43
  [_co]: [, input[_CO]],
44
+ [_cl]: [() => input.CropLabels !== void 0, () => input[_CL].toString()],
43
45
  [_go]: [, input[_GJO]],
44
46
  [_h]: [(0, smithy_client_1.expectNonNull)(input.Height, `Height`) != null, () => input[_H].toString()],
45
47
  [_k]: [, input[_K]],
48
+ [_ls]: [, input[_LS]],
49
+ [_l]: [, input[_L]],
46
50
  [_p]: [() => input.Padding !== void 0, () => input[_P].toString()],
51
+ [_pv]: [, input[_PV]],
52
+ [_po]: [, input[_POI]],
47
53
  [_r]: [() => input.Radius !== void 0, () => input[_R].toString()],
48
54
  [_su]: [, input[_SBU]],
49
55
  [_s]: [, input[_S]],
@@ -271,6 +277,7 @@ const _BB = "BoundingBox";
271
277
  const _BP = "BoundedPositions";
272
278
  const _C = "Center";
273
279
  const _CC = "CacheControl";
280
+ const _CL = "CropLabels";
274
281
  const _CO = "CompactOverlay";
275
282
  const _CS = "ColorScheme";
276
283
  const _CT = "ContentType";
@@ -278,8 +285,11 @@ const _ET = "ETag";
278
285
  const _GJO = "GeoJsonOverlay";
279
286
  const _H = "Height";
280
287
  const _K = "Key";
288
+ const _L = "Language";
289
+ const _LS = "LabelSize";
281
290
  const _P = "Padding";
282
291
  const _PB = "PricingBucket";
292
+ const _POI = "PointsOfInterests";
283
293
  const _PV = "PoliticalView";
284
294
  const _R = "Radius";
285
295
  const _S = "Style";
@@ -290,6 +300,7 @@ const _bb = "bounding-box";
290
300
  const _bp = "bounded-positions";
291
301
  const _c = "center";
292
302
  const _cc = "cache-control";
303
+ const _cl = "crop-labels";
293
304
  const _co = "compact-overlay";
294
305
  const _cs = "color-scheme";
295
306
  const _ct = "content-type";
@@ -297,7 +308,10 @@ const _e = "etag";
297
308
  const _go = "geojson-overlay";
298
309
  const _h = "height";
299
310
  const _k = "key";
311
+ const _l = "lang";
312
+ const _ls = "label-size";
300
313
  const _p = "padding";
314
+ const _po = "pois";
301
315
  const _pv = "political-view";
302
316
  const _r = "radius";
303
317
  const _s = "style";
@@ -1,4 +1,4 @@
1
- const u = "required", v = "fn", w = "argv", x = "ref";
2
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [u]: true, "default": false, "type": "Boolean" }, i = { [u]: false, "type": "String" }, j = { [x]: "Endpoint" }, k = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, l = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, m = {}, n = { [v]: "stringEquals", [w]: [{ [v]: "getAttr", [w]: [{ [x]: g }, "name"] }, "aws"] }, o = { [v]: c, [w]: [{ [x]: "UseFIPS" }, false] }, p = { [v]: c, [w]: [{ [x]: "UseDualStack" }, false] }, q = { [v]: "stringEquals", [w]: [{ [v]: "getAttr", [w]: [{ [x]: g }, "name"] }, "aws-us-gov"] }, r = { [v]: "getAttr", [w]: [{ [x]: g }, "supportsFIPS"] }, s = { [v]: c, [w]: [true, { [v]: "getAttr", [w]: [{ [x]: g }, "supportsDualStack"] }] }, t = [{ [x]: "Region" }];
3
- const _data = { version: "1.0", parameters: { UseDualStack: h, UseFIPS: h, Endpoint: i, Region: i }, rules: [{ conditions: [{ [v]: b, [w]: [j] }], rules: [{ conditions: [k], error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: [l], error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [v]: b, [w]: t }], rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: g }], rules: [{ conditions: [n, o, p], endpoint: { url: "https://maps.geo.{Region}.{PartitionResult#dnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [n, k, l], endpoint: { url: "https://maps.geo-fips.{Region}.{PartitionResult#dualStackDnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [n, k, p], endpoint: { url: "https://maps.geo-fips.{Region}.{PartitionResult#dnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [n, o, l], endpoint: { url: "https://maps.geo.{Region}.{PartitionResult#dualStackDnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [q, o, p], endpoint: { url: "https://maps.geo.{Region}.us-gov.{PartitionResult#dnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [q, k, l], endpoint: { url: "https://maps.geo-fips.{Region}.us-gov.{PartitionResult#dualStackDnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [q, k, p], endpoint: { url: "https://maps.geo-fips.{Region}.us-gov.{PartitionResult#dnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [q, o, l], endpoint: { url: "https://maps.geo.{Region}.us-gov.{PartitionResult#dualStackDnsSuffix}/v2", properties: m, headers: m }, type: e }, { conditions: [k, l], rules: [{ conditions: [{ [v]: c, [w]: [a, r] }, s], rules: [{ endpoint: { url: "https://geo-maps-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: [k, p], rules: [{ conditions: [{ [v]: c, [w]: [r, a] }], rules: [{ endpoint: { url: "https://geo-maps-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: [o, l], rules: [{ conditions: [s], rules: [{ endpoint: { url: "https://geo-maps.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://geo-maps.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
1
+ const y = "required", z = "fn", A = "argv", B = "ref", C = "url", D = "properties", E = "headers";
2
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [y]: true, "default": false, "type": "Boolean" }, i = { [y]: false, "type": "String" }, j = { [B]: "Endpoint" }, k = { [z]: c, [A]: [{ [B]: "UseFIPS" }, true] }, l = { [z]: c, [A]: [{ [B]: "UseDualStack" }, true] }, m = {}, n = { [z]: "stringEquals", [A]: [{ [z]: "getAttr", [A]: [{ [B]: g }, "name"] }, "aws"] }, o = { [z]: c, [A]: [{ [B]: "UseFIPS" }, false] }, p = { [z]: c, [A]: [{ [B]: "UseDualStack" }, false] }, q = { [C]: "https://maps.geo.{Region}.{PartitionResult#dnsSuffix}/v2", [D]: {}, [E]: {} }, r = { [C]: "https://maps.geo-fips.{Region}.{PartitionResult#dualStackDnsSuffix}/v2", [D]: {}, [E]: {} }, s = { [C]: "https://maps.geo-fips.{Region}.{PartitionResult#dnsSuffix}/v2", [D]: {}, [E]: {} }, t = { [C]: "https://maps.geo.{Region}.{PartitionResult#dualStackDnsSuffix}/v2", [D]: {}, [E]: {} }, u = { [z]: "stringEquals", [A]: [{ [z]: "getAttr", [A]: [{ [B]: g }, "name"] }, "aws-us-gov"] }, v = { [z]: "getAttr", [A]: [{ [B]: g }, "supportsFIPS"] }, w = { [z]: c, [A]: [true, { [z]: "getAttr", [A]: [{ [B]: g }, "supportsDualStack"] }] }, x = [{ [B]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { UseDualStack: h, UseFIPS: h, Endpoint: i, Region: i }, rules: [{ conditions: [{ [z]: b, [A]: [j] }], rules: [{ conditions: [k], error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: [l], error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { [C]: j, [D]: m, [E]: m }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [z]: b, [A]: x }], rules: [{ conditions: [{ [z]: "aws.partition", [A]: x, assign: g }], rules: [{ conditions: [n, o, p], endpoint: q, type: e }, { conditions: [n, k, l], endpoint: r, type: e }, { conditions: [n, k, p], endpoint: s, type: e }, { conditions: [n, o, l], endpoint: t, type: e }, { conditions: [u, o, p], endpoint: q, type: e }, { conditions: [u, k, l], endpoint: r, type: e }, { conditions: [u, k, p], endpoint: s, type: e }, { conditions: [u, o, l], endpoint: t, type: e }, { conditions: [k, l], rules: [{ conditions: [{ [z]: c, [A]: [a, v] }, w], rules: [{ endpoint: { [C]: "https://geo-maps-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", [D]: m, [E]: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: [k, p], rules: [{ conditions: [{ [z]: c, [A]: [v, a] }], rules: [{ endpoint: { [C]: "https://geo-maps-fips.{Region}.{PartitionResult#dnsSuffix}", [D]: m, [E]: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: [o, l], rules: [{ conditions: [w], rules: [{ endpoint: { [C]: "https://geo-maps.{Region}.{PartitionResult#dualStackDnsSuffix}", [D]: m, [E]: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { [C]: "https://geo-maps.{Region}.{PartitionResult#dnsSuffix}", [D]: m, [E]: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
4
4
  export const ruleSet = _data;
@@ -27,6 +27,14 @@ export const MapStyle = {
27
27
  export const Variant = {
28
28
  DEFAULT: "Default",
29
29
  };
30
+ export const LabelSize = {
31
+ LARGE: "Large",
32
+ SMALL: "Small",
33
+ };
34
+ export const MapFeatureMode = {
35
+ DISABLED: "Disabled",
36
+ ENABLED: "Enabled",
37
+ };
30
38
  export const ScaleBarUnit = {
31
39
  KILOMETERS: "Kilometers",
32
40
  KILOMETERS_MILES: "KilometersMiles",
@@ -35,6 +43,7 @@ export const ScaleBarUnit = {
35
43
  };
36
44
  export const StaticMapStyle = {
37
45
  SATELLITE: "Satellite",
46
+ STANDARD: "Standard",
38
47
  };
39
48
  export class InternalServerException extends __BaseException {
40
49
  name = "InternalServerException";
@@ -34,11 +34,17 @@ export const se_GetStaticMapCommand = async (input, context) => {
34
34
  [_bb]: [, input[_BB]],
35
35
  [_bp]: [, input[_BP]],
36
36
  [_c]: [, input[_C]],
37
+ [_cs]: [, input[_CS]],
37
38
  [_co]: [, input[_CO]],
39
+ [_cl]: [() => input.CropLabels !== void 0, () => input[_CL].toString()],
38
40
  [_go]: [, input[_GJO]],
39
41
  [_h]: [__expectNonNull(input.Height, `Height`) != null, () => input[_H].toString()],
40
42
  [_k]: [, input[_K]],
43
+ [_ls]: [, input[_LS]],
44
+ [_l]: [, input[_L]],
41
45
  [_p]: [() => input.Padding !== void 0, () => input[_P].toString()],
46
+ [_pv]: [, input[_PV]],
47
+ [_po]: [, input[_POI]],
42
48
  [_r]: [() => input.Radius !== void 0, () => input[_R].toString()],
43
49
  [_su]: [, input[_SBU]],
44
50
  [_s]: [, input[_S]],
@@ -258,6 +264,7 @@ const _BB = "BoundingBox";
258
264
  const _BP = "BoundedPositions";
259
265
  const _C = "Center";
260
266
  const _CC = "CacheControl";
267
+ const _CL = "CropLabels";
261
268
  const _CO = "CompactOverlay";
262
269
  const _CS = "ColorScheme";
263
270
  const _CT = "ContentType";
@@ -265,8 +272,11 @@ const _ET = "ETag";
265
272
  const _GJO = "GeoJsonOverlay";
266
273
  const _H = "Height";
267
274
  const _K = "Key";
275
+ const _L = "Language";
276
+ const _LS = "LabelSize";
268
277
  const _P = "Padding";
269
278
  const _PB = "PricingBucket";
279
+ const _POI = "PointsOfInterests";
270
280
  const _PV = "PoliticalView";
271
281
  const _R = "Radius";
272
282
  const _S = "Style";
@@ -277,6 +287,7 @@ const _bb = "bounding-box";
277
287
  const _bp = "bounded-positions";
278
288
  const _c = "center";
279
289
  const _cc = "cache-control";
290
+ const _cl = "crop-labels";
280
291
  const _co = "compact-overlay";
281
292
  const _cs = "color-scheme";
282
293
  const _ct = "content-type";
@@ -284,7 +295,10 @@ const _e = "etag";
284
295
  const _go = "geojson-overlay";
285
296
  const _h = "height";
286
297
  const _k = "key";
298
+ const _l = "lang";
299
+ const _ls = "label-size";
287
300
  const _p = "padding";
301
+ const _po = "pois";
288
302
  const _pv = "political-view";
289
303
  const _r = "radius";
290
304
  const _s = "style";
@@ -38,19 +38,19 @@ export interface GeoMaps {
38
38
  getTile(args: GetTileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTileCommandOutput) => void): void;
39
39
  }
40
40
  /**
41
- * <p>
42
- * Integrate high-quality base map data into your applications using
43
- * <a href="https://maplibre.org">MapLibre</a>. Capabilities include:
44
- * </p>
41
+ * <p> Integrate high-quality base map data into your applications using <a href="https://maplibre.org">MapLibre</a>. Capabilities include: </p>
45
42
  * <ul>
46
43
  * <li>
47
- * <p>Access to comprehensive base map data, allowing you to tailor the map display to your specific needs.</p>
44
+ * <p>Access to comprehensive base map data, allowing you to tailor the map display to
45
+ * your specific needs.</p>
48
46
  * </li>
49
47
  * <li>
50
- * <p>Multiple pre-designed map styles suited for various application types, such as navigation, logistics, or data visualization.</p>
48
+ * <p>Multiple pre-designed map styles suited for various application types, such as
49
+ * navigation, logistics, or data visualization.</p>
51
50
  * </li>
52
51
  * <li>
53
- * <p>Generation of static map images for scenarios where interactive maps aren't suitable, such as:</p>
52
+ * <p>Generation of static map images for scenarios where interactive maps aren't
53
+ * suitable, such as:</p>
54
54
  * <ul>
55
55
  * <li>
56
56
  * <p>Embedding in emails or documents</p>
@@ -174,19 +174,19 @@ export type GeoMapsClientResolvedConfigType = __SmithyResolvedConfiguration<__Ht
174
174
  export interface GeoMapsClientResolvedConfig extends GeoMapsClientResolvedConfigType {
175
175
  }
176
176
  /**
177
- * <p>
178
- * Integrate high-quality base map data into your applications using
179
- * <a href="https://maplibre.org">MapLibre</a>. Capabilities include:
180
- * </p>
177
+ * <p> Integrate high-quality base map data into your applications using <a href="https://maplibre.org">MapLibre</a>. Capabilities include: </p>
181
178
  * <ul>
182
179
  * <li>
183
- * <p>Access to comprehensive base map data, allowing you to tailor the map display to your specific needs.</p>
180
+ * <p>Access to comprehensive base map data, allowing you to tailor the map display to
181
+ * your specific needs.</p>
184
182
  * </li>
185
183
  * <li>
186
- * <p>Multiple pre-designed map styles suited for various application types, such as navigation, logistics, or data visualization.</p>
184
+ * <p>Multiple pre-designed map styles suited for various application types, such as
185
+ * navigation, logistics, or data visualization.</p>
187
186
  * </li>
188
187
  * <li>
189
- * <p>Generation of static map images for scenarios where interactive maps aren't suitable, such as:</p>
188
+ * <p>Generation of static map images for scenarios where interactive maps aren't
189
+ * suitable, such as:</p>
190
190
  * <ul>
191
191
  * <li>
192
192
  * <p>Embedding in emails or documents</p>
@@ -34,7 +34,8 @@ declare const GetGlyphsCommand_base: {
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
36
  /**
37
- * <p>Returns the map's glyphs.</p>
37
+ * <p>
38
+ * <code>GetGlyphs</code> returns the map's glyphs.</p>
38
39
  * @example
39
40
  * Use a bare-bones client and the command you need to make an API call.
40
41
  * ```javascript
@@ -34,7 +34,8 @@ declare const GetSpritesCommand_base: {
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
36
  /**
37
- * <p>Returns the map's sprites.</p>
37
+ * <p>
38
+ * <code>GetSprites</code> returns the map's sprites.</p>
38
39
  * @example
39
40
  * Use a bare-bones client and the command you need to make an API call.
40
41
  * ```javascript
@@ -34,7 +34,10 @@ declare const GetStaticMapCommand_base: {
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
36
  /**
37
- * <p>Provides high-quality static map images with customizable options. You can modify the map's appearance and overlay additional information. It's an ideal solution for applications requiring tailored static map snapshots.</p>
37
+ * <p>
38
+ * <code>GetStaticMap</code> provides high-quality static map images with customizable
39
+ * options. You can modify the map's appearance and overlay additional information. It's an
40
+ * ideal solution for applications requiring tailored static map snapshots.</p>
38
41
  * @example
39
42
  * Use a bare-bones client and the command you need to make an API call.
40
43
  * ```javascript
@@ -45,11 +48,17 @@ declare const GetStaticMapCommand_base: {
45
48
  * BoundingBox: "STRING_VALUE",
46
49
  * BoundedPositions: "STRING_VALUE",
47
50
  * Center: "STRING_VALUE",
51
+ * ColorScheme: "STRING_VALUE",
48
52
  * CompactOverlay: "STRING_VALUE",
53
+ * CropLabels: true || false,
49
54
  * GeoJsonOverlay: "STRING_VALUE",
50
55
  * Height: Number("int"), // required
51
56
  * Key: "STRING_VALUE",
57
+ * LabelSize: "STRING_VALUE",
58
+ * Language: "STRING_VALUE",
52
59
  * Padding: Number("int"),
60
+ * PoliticalView: "STRING_VALUE",
61
+ * PointsOfInterests: "STRING_VALUE",
53
62
  * Radius: Number("long"),
54
63
  * FileName: "STRING_VALUE", // required
55
64
  * ScaleBarUnit: "STRING_VALUE",
@@ -76,10 +85,12 @@ declare const GetStaticMapCommand_base: {
76
85
  * @see {@link GeoMapsClientResolvedConfig | config} for GeoMapsClient's `config` shape.
77
86
  *
78
87
  * @throws {@link AccessDeniedException} (client fault)
79
- * <p>The request was denied because of insufficient access or permissions. Check with an administrator to verify your permissions.</p>
88
+ * <p>The request was denied because of insufficient access or permissions. Check with an
89
+ * administrator to verify your permissions.</p>
80
90
  *
81
91
  * @throws {@link InternalServerException} (server fault)
82
- * <p>The request processing has failed because of an unknown error, exception or failure.</p>
92
+ * <p>The request processing has failed because of an unknown error, exception or
93
+ * failure.</p>
83
94
  *
84
95
  * @throws {@link ThrottlingException} (client fault)
85
96
  * <p>The request was denied due to request throttling.</p>
@@ -34,7 +34,8 @@ declare const GetStyleDescriptorCommand_base: {
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
36
  /**
37
- * <p>Returns information about the style.</p>
37
+ * <p>
38
+ * <code>GetStyleDescriptor</code> returns information about the style.</p>
38
39
  * @example
39
40
  * Use a bare-bones client and the command you need to make an API call.
40
41
  * ```javascript
@@ -34,7 +34,10 @@ declare const GetTileCommand_base: {
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
36
  /**
37
- * <p>Returns a tile. Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.</p>
37
+ * <p>
38
+ * <code>GetTile</code> returns a tile. Map tiles are used by clients to render a map.
39
+ * they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom)
40
+ * level.</p>
38
41
  * @example
39
42
  * Use a bare-bones client and the command you need to make an API call.
40
43
  * ```javascript
@@ -67,10 +70,12 @@ declare const GetTileCommand_base: {
67
70
  * @see {@link GeoMapsClientResolvedConfig | config} for GeoMapsClient's `config` shape.
68
71
  *
69
72
  * @throws {@link AccessDeniedException} (client fault)
70
- * <p>The request was denied because of insufficient access or permissions. Check with an administrator to verify your permissions.</p>
73
+ * <p>The request was denied because of insufficient access or permissions. Check with an
74
+ * administrator to verify your permissions.</p>
71
75
  *
72
76
  * @throws {@link InternalServerException} (server fault)
73
- * <p>The request processing has failed because of an unknown error, exception or failure.</p>
77
+ * <p>The request processing has failed because of an unknown error, exception or
78
+ * failure.</p>
74
79
  *
75
80
  * @throws {@link ThrottlingException} (client fault)
76
81
  * <p>The request was denied due to request throttling.</p>
@@ -1,17 +1,17 @@
1
1
  /**
2
- * <p>
3
- * Integrate high-quality base map data into your applications using
4
- * <a href="https://maplibre.org">MapLibre</a>. Capabilities include:
5
- * </p>
2
+ * <p> Integrate high-quality base map data into your applications using <a href="https://maplibre.org">MapLibre</a>. Capabilities include: </p>
6
3
  * <ul>
7
4
  * <li>
8
- * <p>Access to comprehensive base map data, allowing you to tailor the map display to your specific needs.</p>
5
+ * <p>Access to comprehensive base map data, allowing you to tailor the map display to
6
+ * your specific needs.</p>
9
7
  * </li>
10
8
  * <li>
11
- * <p>Multiple pre-designed map styles suited for various application types, such as navigation, logistics, or data visualization.</p>
9
+ * <p>Multiple pre-designed map styles suited for various application types, such as
10
+ * navigation, logistics, or data visualization.</p>
12
11
  * </li>
13
12
  * <li>
14
- * <p>Generation of static map images for scenarios where interactive maps aren't suitable, such as:</p>
13
+ * <p>Generation of static map images for scenarios where interactive maps aren't
14
+ * suitable, such as:</p>
15
15
  * <ul>
16
16
  * <li>
17
17
  * <p>Embedding in emails or documents</p>
@@ -1,7 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { GeoMapsServiceException as __BaseException } from "./GeoMapsServiceException";
3
3
  /**
4
- * <p>The request was denied because of insufficient access or permissions. Check with an administrator to verify your permissions.</p>
4
+ * <p>The request was denied because of insufficient access or permissions. Check with an
5
+ * administrator to verify your permissions.</p>
5
6
  * @public
6
7
  */
7
8
  export declare class AccessDeniedException extends __BaseException {
@@ -59,7 +60,8 @@ export interface GetGlyphsRequest {
59
60
  * <p>Amazon Ember Condensed RC Bold,Noto Sans Bold</p>
60
61
  * </li>
61
62
  * <li>
62
- * <p>Amazon Ember Condensed RC Bold,Noto Sans Bold,Noto Sans Arabic Condensed Bold</p>
63
+ * <p>Amazon Ember Condensed RC Bold,Noto Sans Bold,Noto Sans Arabic Condensed
64
+ * Bold</p>
63
65
  * </li>
64
66
  * <li>
65
67
  * <p>Amazon Ember Condensed RC Light</p>
@@ -80,7 +82,8 @@ export interface GetGlyphsRequest {
80
82
  * <p>Amazon Ember Condensed RC Regular,Noto Sans Regular</p>
81
83
  * </li>
82
84
  * <li>
83
- * <p>Amazon Ember Condensed RC Regular,Noto Sans Regular,Noto Sans Arabic Condensed Regular</p>
85
+ * <p>Amazon Ember Condensed RC Regular,Noto Sans Regular,Noto Sans Arabic Condensed
86
+ * Regular</p>
84
87
  * </li>
85
88
  * <li>
86
89
  * <p>Amazon Ember Condensed RC RgItalic</p>
@@ -294,7 +297,8 @@ export interface GetGlyphsResponse {
294
297
  */
295
298
  Blob?: Uint8Array | undefined;
296
299
  /**
297
- * <p>Header that represents the format of the response. The response returns the following as the HTTP body.</p>
300
+ * <p>Header that represents the format of the response. The response returns the following as
301
+ * the HTTP body.</p>
298
302
  * @public
299
303
  */
300
304
  ContentType?: string | undefined;
@@ -353,7 +357,8 @@ export interface GetSpritesRequest {
353
357
  */
354
358
  Style: MapStyle | undefined;
355
359
  /**
356
- * <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>
360
+ * <p>Sets color tone for map such as dark and light for specific map styles. It applies to
361
+ * only vector map styles such as Standard and Monochrome.</p>
357
362
  * <p>Example: <code>Light</code>
358
363
  * </p>
359
364
  * <p>Default value: <code>Light</code>
@@ -365,7 +370,8 @@ export interface GetSpritesRequest {
365
370
  */
366
371
  ColorScheme: ColorScheme | undefined;
367
372
  /**
368
- * <p>Optimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style.</p>
373
+ * <p>Optimizes map styles for specific use case or industry. You can choose allowed variant
374
+ * only with Standard map style.</p>
369
375
  * <p>Example: <code>Default</code>
370
376
  * </p>
371
377
  * <note>
@@ -386,7 +392,8 @@ export interface GetSpritesResponse {
386
392
  */
387
393
  Blob?: Uint8Array | undefined;
388
394
  /**
389
- * <p>Header that represents the format of the response. The response returns the following as the HTTP body.</p>
395
+ * <p>Header that represents the format of the response. The response returns the following as
396
+ * the HTTP body.</p>
390
397
  * @public
391
398
  */
392
399
  ContentType?: string | undefined;
@@ -401,6 +408,30 @@ export interface GetSpritesResponse {
401
408
  */
402
409
  ETag?: string | undefined;
403
410
  }
411
+ /**
412
+ * @public
413
+ * @enum
414
+ */
415
+ export declare const LabelSize: {
416
+ readonly LARGE: "Large";
417
+ readonly SMALL: "Small";
418
+ };
419
+ /**
420
+ * @public
421
+ */
422
+ export type LabelSize = (typeof LabelSize)[keyof typeof LabelSize];
423
+ /**
424
+ * @public
425
+ * @enum
426
+ */
427
+ export declare const MapFeatureMode: {
428
+ readonly DISABLED: "Disabled";
429
+ readonly ENABLED: "Enabled";
430
+ };
431
+ /**
432
+ * @public
433
+ */
434
+ export type MapFeatureMode = (typeof MapFeatureMode)[keyof typeof MapFeatureMode];
404
435
  /**
405
436
  * @public
406
437
  * @enum
@@ -421,6 +452,7 @@ export type ScaleBarUnit = (typeof ScaleBarUnit)[keyof typeof ScaleBarUnit];
421
452
  */
422
453
  export declare const StaticMapStyle: {
423
454
  readonly SATELLITE: "Satellite";
455
+ readonly STANDARD: "Standard";
424
456
  };
425
457
  /**
426
458
  * @public
@@ -460,23 +492,45 @@ export interface GetStaticMapRequest {
460
492
  */
461
493
  Center?: string | undefined;
462
494
  /**
463
- * <p>Takes in a string to draw geometries on the image. The input is a comma separated format as follows format:
464
- * <code>[Lon, Lat]</code>
495
+ * <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>
496
+ * <p>Example: <code>Light</code>
497
+ * </p>
498
+ * <p>Default value: <code>Light</code>
499
+ * </p>
500
+ * <note>
501
+ * <p>Valid values for <code>ColorScheme</code> are case sensitive.</p>
502
+ * </note>
503
+ * @public
504
+ */
505
+ ColorScheme?: ColorScheme | undefined;
506
+ /**
507
+ * <p>Takes in a string to draw geometries on the image. The input is a comma separated format
508
+ * as follows format: <code>[Lon, Lat]</code>
465
509
  * </p>
466
510
  * <p>Example:
467
- * <code>line:-122.407653,37.798557,-122.413291,37.802443;color=%23DD0000;width=7;outline-color=#00DD00;outline-width=5yd|point:-122.40572,37.80004;label=Fog Hill Market;size=large;text-color=%23DD0000;color=#EE4B2B</code>
511
+ * <code>line:-122.407653,37.798557,-122.413291,37.802443;color=%23DD0000;width=7;outline-color=#00DD00;outline-width=5yd|point:-122.40572,37.80004;label=Fog
512
+ * Hill Market;size=large;text-color=%23DD0000;color=#EE4B2B</code>
468
513
  * </p>
469
514
  * <note>
470
- * <p>Currently it supports the following geometry types: point, line and polygon. It does not support multiPoint , multiLine and multiPolgyon.</p>
515
+ * <p>Currently it supports the following geometry types: point, line and polygon. It does
516
+ * not support multiPoint , multiLine and multiPolgyon.</p>
471
517
  * </note>
472
518
  * @public
473
519
  */
474
520
  CompactOverlay?: string | undefined;
521
+ /**
522
+ * <p>It is a flag that takes in true or false. It prevents the labels that are on the edge of
523
+ * the image from being cut or obscured.</p>
524
+ * @public
525
+ */
526
+ CropLabels?: boolean | undefined;
475
527
  /**
476
528
  * <p>Takes in a string to draw geometries on the image. The input is a valid GeoJSON
477
529
  * collection object. </p>
478
- * <p>Example:
479
- * <code>\{"type":"FeatureCollection","features": [\{"type":"Feature","geometry":\{"type":"MultiPoint","coordinates": [[-90.076345,51.504107],[-0.074451,51.506892]]\},"properties": \{"color":"#00DD00"\}\}]\}</code>
530
+ * <p>Example: <code>\{"type":"FeatureCollection","features":
531
+ * [\{"type":"Feature","geometry":\{"type":"MultiPoint","coordinates":
532
+ * [[-90.076345,51.504107],[-0.074451,51.506892]]\},"properties":
533
+ * \{"color":"#00DD00"\}\}]\}</code>
480
534
  * </p>
481
535
  * @public
482
536
  */
@@ -492,6 +546,362 @@ export interface GetStaticMapRequest {
492
546
  * @public
493
547
  */
494
548
  Key?: string | undefined;
549
+ /**
550
+ * <p>Overrides the label size auto-calculated by <code>FileName</code>. Takes in one of the
551
+ * values - <code>Small</code> or <code>Large</code>.</p>
552
+ * @public
553
+ */
554
+ LabelSize?: LabelSize | undefined;
555
+ /**
556
+ * <p>Specifies the language on the map labels using the BCP 47 language tag, limited to ISO
557
+ * 639-1 two-letter language codes. If the specified language data isn't available for the map
558
+ * image, the labels will default to the regional primary language.</p>
559
+ * <p>Supported codes:</p>
560
+ * <ul>
561
+ * <li>
562
+ * <p>
563
+ * <code>ar</code>
564
+ * </p>
565
+ * </li>
566
+ * <li>
567
+ * <p>
568
+ * <code>as</code>
569
+ * </p>
570
+ * </li>
571
+ * <li>
572
+ * <p>
573
+ * <code>az</code>
574
+ * </p>
575
+ * </li>
576
+ * <li>
577
+ * <p>
578
+ * <code>be</code>
579
+ * </p>
580
+ * </li>
581
+ * <li>
582
+ * <p>
583
+ * <code>bg</code>
584
+ * </p>
585
+ * </li>
586
+ * <li>
587
+ * <p>
588
+ * <code>bn</code>
589
+ * </p>
590
+ * </li>
591
+ * <li>
592
+ * <p>
593
+ * <code>bs</code>
594
+ * </p>
595
+ * </li>
596
+ * <li>
597
+ * <p>
598
+ * <code>ca</code>
599
+ * </p>
600
+ * </li>
601
+ * <li>
602
+ * <p>
603
+ * <code>cs</code>
604
+ * </p>
605
+ * </li>
606
+ * <li>
607
+ * <p>
608
+ * <code>cy</code>
609
+ * </p>
610
+ * </li>
611
+ * <li>
612
+ * <p>
613
+ * <code>da</code>
614
+ * </p>
615
+ * </li>
616
+ * <li>
617
+ * <p>
618
+ * <code>de</code>
619
+ * </p>
620
+ * </li>
621
+ * <li>
622
+ * <p>
623
+ * <code>el</code>
624
+ * </p>
625
+ * </li>
626
+ * <li>
627
+ * <p>
628
+ * <code>en</code>
629
+ * </p>
630
+ * </li>
631
+ * <li>
632
+ * <p>
633
+ * <code>es</code>
634
+ * </p>
635
+ * </li>
636
+ * <li>
637
+ * <p>
638
+ * <code>et</code>
639
+ * </p>
640
+ * </li>
641
+ * <li>
642
+ * <p>
643
+ * <code>eu</code>
644
+ * </p>
645
+ * </li>
646
+ * <li>
647
+ * <p>
648
+ * <code>fi</code>
649
+ * </p>
650
+ * </li>
651
+ * <li>
652
+ * <p>
653
+ * <code>fo</code>
654
+ * </p>
655
+ * </li>
656
+ * <li>
657
+ * <p>
658
+ * <code>fr</code>
659
+ * </p>
660
+ * </li>
661
+ * <li>
662
+ * <p>
663
+ * <code>ga</code>
664
+ * </p>
665
+ * </li>
666
+ * <li>
667
+ * <p>
668
+ * <code>gl</code>
669
+ * </p>
670
+ * </li>
671
+ * <li>
672
+ * <p>
673
+ * <code>gn</code>
674
+ * </p>
675
+ * </li>
676
+ * <li>
677
+ * <p>
678
+ * <code>gu</code>
679
+ * </p>
680
+ * </li>
681
+ * <li>
682
+ * <p>
683
+ * <code>he</code>
684
+ * </p>
685
+ * </li>
686
+ * <li>
687
+ * <p>
688
+ * <code>hi</code>
689
+ * </p>
690
+ * </li>
691
+ * <li>
692
+ * <p>
693
+ * <code>hr</code>
694
+ * </p>
695
+ * </li>
696
+ * <li>
697
+ * <p>
698
+ * <code>hu</code>
699
+ * </p>
700
+ * </li>
701
+ * <li>
702
+ * <p>
703
+ * <code>hy</code>
704
+ * </p>
705
+ * </li>
706
+ * <li>
707
+ * <p>
708
+ * <code>id</code>
709
+ * </p>
710
+ * </li>
711
+ * <li>
712
+ * <p>
713
+ * <code>is</code>
714
+ * </p>
715
+ * </li>
716
+ * <li>
717
+ * <p>
718
+ * <code>it</code>
719
+ * </p>
720
+ * </li>
721
+ * <li>
722
+ * <p>
723
+ * <code>ja</code>
724
+ * </p>
725
+ * </li>
726
+ * <li>
727
+ * <p>
728
+ * <code>ka</code>
729
+ * </p>
730
+ * </li>
731
+ * <li>
732
+ * <p>
733
+ * <code>kk</code>
734
+ * </p>
735
+ * </li>
736
+ * <li>
737
+ * <p>
738
+ * <code>km</code>
739
+ * </p>
740
+ * </li>
741
+ * <li>
742
+ * <p>
743
+ * <code>kn</code>
744
+ * </p>
745
+ * </li>
746
+ * <li>
747
+ * <p>
748
+ * <code>ko</code>
749
+ * </p>
750
+ * </li>
751
+ * <li>
752
+ * <p>
753
+ * <code>ky</code>
754
+ * </p>
755
+ * </li>
756
+ * <li>
757
+ * <p>
758
+ * <code>lt</code>
759
+ * </p>
760
+ * </li>
761
+ * <li>
762
+ * <p>
763
+ * <code>lv</code>
764
+ * </p>
765
+ * </li>
766
+ * <li>
767
+ * <p>
768
+ * <code>mk</code>
769
+ * </p>
770
+ * </li>
771
+ * <li>
772
+ * <p>
773
+ * <code>ml</code>
774
+ * </p>
775
+ * </li>
776
+ * <li>
777
+ * <p>
778
+ * <code>mr</code>
779
+ * </p>
780
+ * </li>
781
+ * <li>
782
+ * <p>
783
+ * <code>ms</code>
784
+ * </p>
785
+ * </li>
786
+ * <li>
787
+ * <p>
788
+ * <code>mt</code>
789
+ * </p>
790
+ * </li>
791
+ * <li>
792
+ * <p>
793
+ * <code>my</code>
794
+ * </p>
795
+ * </li>
796
+ * <li>
797
+ * <p>
798
+ * <code>nl</code>
799
+ * </p>
800
+ * </li>
801
+ * <li>
802
+ * <p>
803
+ * <code>no</code>
804
+ * </p>
805
+ * </li>
806
+ * <li>
807
+ * <p>
808
+ * <code>or</code>
809
+ * </p>
810
+ * </li>
811
+ * <li>
812
+ * <p>
813
+ * <code>pa</code>
814
+ * </p>
815
+ * </li>
816
+ * <li>
817
+ * <p>
818
+ * <code>pl</code>
819
+ * </p>
820
+ * </li>
821
+ * <li>
822
+ * <p>
823
+ * <code>pt</code>
824
+ * </p>
825
+ * </li>
826
+ * <li>
827
+ * <p>
828
+ * <code>ro</code>
829
+ * </p>
830
+ * </li>
831
+ * <li>
832
+ * <p>
833
+ * <code>ru</code>
834
+ * </p>
835
+ * </li>
836
+ * <li>
837
+ * <p>
838
+ * <code>sk</code>
839
+ * </p>
840
+ * </li>
841
+ * <li>
842
+ * <p>
843
+ * <code>sl</code>
844
+ * </p>
845
+ * </li>
846
+ * <li>
847
+ * <p>
848
+ * <code>sq</code>
849
+ * </p>
850
+ * </li>
851
+ * <li>
852
+ * <p>
853
+ * <code>sr</code>
854
+ * </p>
855
+ * </li>
856
+ * <li>
857
+ * <p>
858
+ * <code>sv</code>
859
+ * </p>
860
+ * </li>
861
+ * <li>
862
+ * <p>
863
+ * <code>ta</code>
864
+ * </p>
865
+ * </li>
866
+ * <li>
867
+ * <p>
868
+ * <code>te</code>
869
+ * </p>
870
+ * </li>
871
+ * <li>
872
+ * <p>
873
+ * <code>th</code>
874
+ * </p>
875
+ * </li>
876
+ * <li>
877
+ * <p>
878
+ * <code>tr</code>
879
+ * </p>
880
+ * </li>
881
+ * <li>
882
+ * <p>
883
+ * <code>uk</code>
884
+ * </p>
885
+ * </li>
886
+ * <li>
887
+ * <p>
888
+ * <code>uz</code>
889
+ * </p>
890
+ * </li>
891
+ * <li>
892
+ * <p>
893
+ * <code>vi</code>
894
+ * </p>
895
+ * </li>
896
+ * <li>
897
+ * <p>
898
+ * <code>zh</code>
899
+ * </p>
900
+ * </li>
901
+ * </ul>
902
+ * @public
903
+ */
904
+ Language?: string | undefined;
495
905
  /**
496
906
  * <p>Applies additional space (in pixels) around overlay feature to prevent them from being
497
907
  * cut or obscured.</p>
@@ -507,6 +917,78 @@ export interface GetStaticMapRequest {
507
917
  * @public
508
918
  */
509
919
  Padding?: number | undefined;
920
+ /**
921
+ * <p>Specifies the political view, using ISO 3166-2 or ISO 3166-3 country code format.</p>
922
+ * <p>The following political views are currently supported:</p>
923
+ * <ul>
924
+ * <li>
925
+ * <p>
926
+ * <code>ARG</code>: Argentina's view on the Southern Patagonian Ice Field and Tierra
927
+ * Del Fuego, including the Falkland Islands, South Georgia, and South Sandwich
928
+ * Islands</p>
929
+ * </li>
930
+ * <li>
931
+ * <p>
932
+ * <code>EGY</code>: Egypt's view on Bir Tawil</p>
933
+ * </li>
934
+ * <li>
935
+ * <p>
936
+ * <code>IND</code>: India's view on Gilgit-Baltistan</p>
937
+ * </li>
938
+ * <li>
939
+ * <p>
940
+ * <code>KEN</code>: Kenya's view on the Ilemi Triangle</p>
941
+ * </li>
942
+ * <li>
943
+ * <p>
944
+ * <code>MAR</code>: Morocco's view on Western Sahara</p>
945
+ * </li>
946
+ * <li>
947
+ * <p>
948
+ * <code>RUS</code>: Russia's view on Crimea</p>
949
+ * </li>
950
+ * <li>
951
+ * <p>
952
+ * <code>SDN</code>: Sudan's view on the Halaib Triangle</p>
953
+ * </li>
954
+ * <li>
955
+ * <p>
956
+ * <code>SRB</code>: Serbia's view on Kosovo, Vukovar, and Sarengrad Islands</p>
957
+ * </li>
958
+ * <li>
959
+ * <p>
960
+ * <code>SUR</code>: Suriname's view on the Courantyne Headwaters and Lawa
961
+ * Headwaters</p>
962
+ * </li>
963
+ * <li>
964
+ * <p>
965
+ * <code>SYR</code>: Syria's view on the Golan Heights</p>
966
+ * </li>
967
+ * <li>
968
+ * <p>
969
+ * <code>TUR</code>: Turkey's view on Cyprus and Northern Cyprus</p>
970
+ * </li>
971
+ * <li>
972
+ * <p>
973
+ * <code>TZA</code>: Tanzania's view on Lake Malawi</p>
974
+ * </li>
975
+ * <li>
976
+ * <p>
977
+ * <code>URY</code>: Uruguay's view on Rincon de Artigas</p>
978
+ * </li>
979
+ * <li>
980
+ * <p>
981
+ * <code>VNM</code>: Vietnam's view on the Paracel Islands and Spratly Islands</p>
982
+ * </li>
983
+ * </ul>
984
+ * @public
985
+ */
986
+ PoliticalView?: string | undefined;
987
+ /**
988
+ * <p>Determines if the result image will display icons representing points of interest on the map.</p>
989
+ * @public
990
+ */
991
+ PointsOfInterests?: MapFeatureMode | undefined;
510
992
  /**
511
993
  * <p>Used with center parameter, it specifies the zoom of the image where you can control it
512
994
  * on a granular level. Takes in any value <code>&gt;= 1</code>. </p>
@@ -539,7 +1021,8 @@ export interface GetStaticMapRequest {
539
1021
  */
540
1022
  ScaleBarUnit?: ScaleBarUnit | undefined;
541
1023
  /**
542
- * <p>Style specifies the desired map style for the <code>Style</code> APIs.</p>
1024
+ * <p>
1025
+ * <code>Style</code> specifies the desired map style.</p>
543
1026
  * @public
544
1027
  */
545
1028
  Style?: StaticMapStyle | undefined;
@@ -562,13 +1045,14 @@ export interface GetStaticMapRequest {
562
1045
  */
563
1046
  export interface GetStaticMapResponse {
564
1047
  /**
565
- * <p>The blob represents a map image as a <code>jpeg</code> for
566
- * the <code>GetStaticMap</code> API.</p>
1048
+ * <p>The blob represents a map image as a <code>jpeg</code> for the <code>GetStaticMap</code>
1049
+ * API.</p>
567
1050
  * @public
568
1051
  */
569
1052
  Blob?: Uint8Array | undefined;
570
1053
  /**
571
- * <p>Header that represents the format of the response. The response returns the following as the HTTP body.</p>
1054
+ * <p>Header that represents the format of the response. The response returns the following as
1055
+ * the HTTP body.</p>
572
1056
  * @public
573
1057
  */
574
1058
  ContentType?: string | undefined;
@@ -589,7 +1073,8 @@ export interface GetStaticMapResponse {
589
1073
  PricingBucket: string | undefined;
590
1074
  }
591
1075
  /**
592
- * <p>The request processing has failed because of an unknown error, exception or failure.</p>
1076
+ * <p>The request processing has failed because of an unknown error, exception or
1077
+ * failure.</p>
593
1078
  * @public
594
1079
  */
595
1080
  export declare class InternalServerException extends __BaseException {
@@ -617,7 +1102,8 @@ export declare class ThrottlingException extends __BaseException {
617
1102
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
618
1103
  }
619
1104
  /**
620
- * <p>The input fails to satisfy the constraints specified by the Amazon Location service.</p>
1105
+ * <p>The input fails to satisfy the constraints specified by the Amazon Location
1106
+ * service.</p>
621
1107
  * @public
622
1108
  */
623
1109
  export interface ValidationExceptionField {
@@ -679,7 +1165,7 @@ export declare class ValidationException extends __BaseException {
679
1165
  readonly $fault: "client";
680
1166
  Message: string | undefined;
681
1167
  /**
682
- * <p>The field where thebb invalid entry was detected.</p>
1168
+ * <p>The field where the invalid entry was detected.</p>
683
1169
  * @public
684
1170
  */
685
1171
  Reason: ValidationExceptionReason | undefined;
@@ -703,7 +1189,8 @@ export interface GetStyleDescriptorRequest {
703
1189
  */
704
1190
  Style: MapStyle | undefined;
705
1191
  /**
706
- * <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>
1192
+ * <p>Sets color tone for map such as dark and light for specific map styles. It applies to
1193
+ * only vector map styles such as Standard and Monochrome.</p>
707
1194
  * <p>Example: <code>Light</code>
708
1195
  * </p>
709
1196
  * <p>Default value: <code>Light</code>
@@ -720,7 +1207,9 @@ export interface GetStyleDescriptorRequest {
720
1207
  * <ul>
721
1208
  * <li>
722
1209
  * <p>
723
- * <code>ARG</code>: Argentina's view on the Southern Patagonian Ice Field and Tierra Del Fuego, including the Falkland Islands, South Georgia, and South Sandwich Islands</p>
1210
+ * <code>ARG</code>: Argentina's view on the Southern Patagonian Ice Field and Tierra
1211
+ * Del Fuego, including the Falkland Islands, South Georgia, and South Sandwich
1212
+ * Islands</p>
724
1213
  * </li>
725
1214
  * <li>
726
1215
  * <p>
@@ -740,10 +1229,6 @@ export interface GetStyleDescriptorRequest {
740
1229
  * </li>
741
1230
  * <li>
742
1231
  * <p>
743
- * <code>PAK</code>: Pakistan's view on Jammu and Kashmir and the Junagadh Area</p>
744
- * </li>
745
- * <li>
746
- * <p>
747
1232
  * <code>RUS</code>: Russia's view on Crimea</p>
748
1233
  * </li>
749
1234
  * <li>
@@ -756,7 +1241,8 @@ export interface GetStyleDescriptorRequest {
756
1241
  * </li>
757
1242
  * <li>
758
1243
  * <p>
759
- * <code>SUR</code>: Suriname's view on the Courantyne Headwaters and Lawa Headwaters</p>
1244
+ * <code>SUR</code>: Suriname's view on the Courantyne Headwaters and Lawa
1245
+ * Headwaters</p>
760
1246
  * </li>
761
1247
  * <li>
762
1248
  * <p>
@@ -794,12 +1280,14 @@ export interface GetStyleDescriptorRequest {
794
1280
  */
795
1281
  export interface GetStyleDescriptorResponse {
796
1282
  /**
797
- * <p>This Blob contains the body of the style descriptor which is in application/json format.</p>
1283
+ * <p>This Blob contains the body of the style descriptor which is in application/json
1284
+ * format.</p>
798
1285
  * @public
799
1286
  */
800
1287
  Blob?: Uint8Array | undefined;
801
1288
  /**
802
- * <p>Header that represents the format of the response. The response returns the following as the HTTP body.</p>
1289
+ * <p>Header that represents the format of the response. The response returns the following as
1290
+ * the HTTP body.</p>
803
1291
  * @public
804
1292
  */
805
1293
  ContentType?: string | undefined;
@@ -852,13 +1340,14 @@ export interface GetTileRequest {
852
1340
  */
853
1341
  export interface GetTileResponse {
854
1342
  /**
855
- * <p>The blob represents a vector tile in <code>mvt</code> format for the
856
- * <code>GetTile</code> API.</p>
1343
+ * <p>The blob represents a vector tile in <code>mvt</code> or a raster tile in an image
1344
+ * format.</p>
857
1345
  * @public
858
1346
  */
859
1347
  Blob?: Uint8Array | undefined;
860
1348
  /**
861
- * <p>Header that represents the format of the response. The response returns the following as the HTTP body.</p>
1349
+ * <p>Header that represents the format of the response. The response returns the following as
1350
+ * the HTTP body.</p>
862
1351
  * @public
863
1352
  */
864
1353
  ContentType?: string | undefined;
@@ -46,6 +46,17 @@ export interface GetSpritesResponse {
46
46
  CacheControl?: string | undefined;
47
47
  ETag?: string | undefined;
48
48
  }
49
+ export declare const LabelSize: {
50
+ readonly LARGE: "Large";
51
+ readonly SMALL: "Small";
52
+ };
53
+ export type LabelSize = (typeof LabelSize)[keyof typeof LabelSize];
54
+ export declare const MapFeatureMode: {
55
+ readonly DISABLED: "Disabled";
56
+ readonly ENABLED: "Enabled";
57
+ };
58
+ export type MapFeatureMode =
59
+ (typeof MapFeatureMode)[keyof typeof MapFeatureMode];
49
60
  export declare const ScaleBarUnit: {
50
61
  readonly KILOMETERS: "Kilometers";
51
62
  readonly KILOMETERS_MILES: "KilometersMiles";
@@ -55,6 +66,7 @@ export declare const ScaleBarUnit: {
55
66
  export type ScaleBarUnit = (typeof ScaleBarUnit)[keyof typeof ScaleBarUnit];
56
67
  export declare const StaticMapStyle: {
57
68
  readonly SATELLITE: "Satellite";
69
+ readonly STANDARD: "Standard";
58
70
  };
59
71
  export type StaticMapStyle =
60
72
  (typeof StaticMapStyle)[keyof typeof StaticMapStyle];
@@ -62,11 +74,17 @@ export interface GetStaticMapRequest {
62
74
  BoundingBox?: string | undefined;
63
75
  BoundedPositions?: string | undefined;
64
76
  Center?: string | undefined;
77
+ ColorScheme?: ColorScheme | undefined;
65
78
  CompactOverlay?: string | undefined;
79
+ CropLabels?: boolean | undefined;
66
80
  GeoJsonOverlay?: string | undefined;
67
81
  Height: number | undefined;
68
82
  Key?: string | undefined;
83
+ LabelSize?: LabelSize | undefined;
84
+ Language?: string | undefined;
69
85
  Padding?: number | undefined;
86
+ PoliticalView?: string | undefined;
87
+ PointsOfInterests?: MapFeatureMode | undefined;
70
88
  Radius?: number | undefined;
71
89
  FileName: string | undefined;
72
90
  ScaleBarUnit?: ScaleBarUnit | undefined;
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.758.0",
4
+ "version": "3.772.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",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",