@aws-sdk/client-location 3.490.0 → 3.491.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.
@@ -2247,9 +2247,11 @@ export interface MapConfiguration {
2247
2247
  * <ul>
2248
2248
  * <li>
2249
2249
  * <p>
2250
- * <code>VectorEsriDarkGrayCanvas</code> – The Esri Dark Gray Canvas map style. A
2251
- * vector basemap with a dark gray, neutral background with minimal colors, labels,
2252
- * and features that's designed to draw attention to your thematic content. </p>
2250
+ * <code>VectorEsriNavigation</code> – The Esri Navigation map style, which provides a detailed basemap for the world symbolized with a
2251
+ * custom navigation map style that's designed for use during the day in mobile devices. It also includes a richer set of places,
2252
+ * such as shops, services, restaurants, attractions, and other points of interest.
2253
+ * Enable the <code>POI</code> layer by setting it in CustomLayers to leverage the additional places data.</p>
2254
+ * <p/>
2253
2255
  * </li>
2254
2256
  * <li>
2255
2257
  * <p>
@@ -2278,9 +2280,9 @@ export interface MapConfiguration {
2278
2280
  * </li>
2279
2281
  * <li>
2280
2282
  * <p>
2281
- * <code>VectorEsriNavigation</code> – The Esri Navigation map style, which
2282
- * provides a detailed basemap for the world symbolized with a custom navigation
2283
- * map style that's designed for use during the day in mobile devices.</p>
2283
+ * <code>VectorEsriDarkGrayCanvas</code> – The Esri Dark Gray Canvas map style. A
2284
+ * vector basemap with a dark gray, neutral background with minimal colors, labels,
2285
+ * and features that's designed to draw attention to your thematic content. </p>
2284
2286
  * </li>
2285
2287
  * </ul>
2286
2288
  * <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE
@@ -2288,31 +2290,12 @@ export interface MapConfiguration {
2288
2290
  * <ul>
2289
2291
  * <li>
2290
2292
  * <p>
2291
- * <code>VectorHereContrast</code> – The HERE Contrast (Berlin) map style is a
2292
- * high contrast
2293
- * detailed base map of the world that blends 3D and 2D rendering.</p>
2294
- * <note>
2295
- * <p>The <code>VectorHereContrast</code> style has been renamed from
2296
- * <code>VectorHereBerlin</code>.
2297
- * <code>VectorHereBerlin</code> has been deprecated, but will continue to work in
2298
- * applications that use it.</p>
2299
- * </note>
2300
- * </li>
2301
- * <li>
2302
- * <p>
2303
2293
  * <code>VectorHereExplore</code> – A default HERE map style containing a
2304
2294
  * neutral, global map and its features including roads, buildings, landmarks,
2305
2295
  * and water features. It also now includes a fully designed map of Japan.</p>
2306
2296
  * </li>
2307
2297
  * <li>
2308
2298
  * <p>
2309
- * <code>VectorHereExploreTruck</code> – A global map containing truck
2310
- * restrictions and attributes (e.g. width / height / HAZMAT) symbolized with
2311
- * highlighted segments and icons on top of HERE Explore to support use cases
2312
- * within transport and logistics.</p>
2313
- * </li>
2314
- * <li>
2315
- * <p>
2316
2299
  * <code>RasterHereExploreSatellite</code> – A global map containing high
2317
2300
  * resolution satellite imagery.</p>
2318
2301
  * </li>
@@ -2329,6 +2312,25 @@ export interface MapConfiguration {
2329
2312
  * retrieved.</p>
2330
2313
  * </note>
2331
2314
  * </li>
2315
+ * <li>
2316
+ * <p>
2317
+ * <code>VectorHereContrast</code> – The HERE Contrast (Berlin) map style is a
2318
+ * high contrast
2319
+ * detailed base map of the world that blends 3D and 2D rendering.</p>
2320
+ * <note>
2321
+ * <p>The <code>VectorHereContrast</code> style has been renamed from
2322
+ * <code>VectorHereBerlin</code>.
2323
+ * <code>VectorHereBerlin</code> has been deprecated, but will continue to work in
2324
+ * applications that use it.</p>
2325
+ * </note>
2326
+ * </li>
2327
+ * <li>
2328
+ * <p>
2329
+ * <code>VectorHereExploreTruck</code> – A global map containing truck
2330
+ * restrictions and attributes (e.g. width / height / HAZMAT) symbolized with
2331
+ * highlighted segments and icons on top of HERE Explore to support use cases
2332
+ * within transport and logistics.</p>
2333
+ * </li>
2332
2334
  * </ul>
2333
2335
  * <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/grab.html">GrabMaps map styles</a>:</p>
2334
2336
  * <ul>
@@ -2400,10 +2402,11 @@ export interface MapConfiguration {
2400
2402
  PoliticalView?: string;
2401
2403
  /**
2402
2404
  * @public
2403
- * <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.
2405
+ * <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 <code>POI</code> layer for the VectorEsriNavigation style.
2404
2406
  * Default is <code>unset</code>.</p>
2405
2407
  * <note>
2406
- * <p>Not all map resources or styles support custom layers. See Custom Layers for more information.</p>
2408
+ * <p>Currenlty only <code>VectorEsriNavigation</code> supports CustomLayers.
2409
+ * For more information, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#map-custom-layers">Custom Layers</a>.</p>
2407
2410
  * </note>
2408
2411
  */
2409
2412
  CustomLayers?: string[];
@@ -4219,7 +4222,7 @@ export interface GetMapGlyphsRequest {
4219
4222
  * </li>
4220
4223
  * <li>
4221
4224
  * <p>VectorEsriNavigation – <code>Arial Regular</code> | <code>Arial Italic</code>
4222
- * | <code>Arial Bold</code>
4225
+ * | <code>Arial Bold</code> | <code>Arial Unicode MS Bold</code> | <code>Arial Unicode MS Regular</code>
4223
4226
  * </p>
4224
4227
  * </li>
4225
4228
  * </ul>
@@ -4480,6 +4483,37 @@ export interface GetPlaceRequest {
4480
4483
  /**
4481
4484
  * @public
4482
4485
  * <p>The identifier of the place to find.</p>
4486
+ * <p>While you can use PlaceID in subsequent requests,
4487
+ * PlaceID is not intended to be a permanent
4488
+ * identifier and the ID can change between consecutive API calls.
4489
+ * Please see the following PlaceID behaviour for each data provider:</p>
4490
+ * <ul>
4491
+ * <li>
4492
+ * <p>Esri: Place IDs will change every quarter at a minimum. The typical time period for these changes would be March, June, September, and December. Place IDs might also change between the typical quarterly change but that will be much less frequent.</p>
4493
+ * </li>
4494
+ * <li>
4495
+ * <p>HERE: We recommend
4496
+ * that you cache data for no longer than a week
4497
+ * to keep your data data fresh. You can
4498
+ * assume that less than 1% ID shifts will
4499
+ * release over release which is approximately 1 - 2 times per week.</p>
4500
+ * </li>
4501
+ * <li>
4502
+ * <p>Grab: Place IDs can expire or become invalid in the following situations.</p>
4503
+ * <ul>
4504
+ * <li>
4505
+ * <p>Data operations: The POI may be removed from Grab POI database by Grab Map Ops based on the ground-truth,
4506
+ * such as being closed in the real world, being detected as a duplicate POI, or having incorrect information. Grab will synchronize data to the Waypoint environment on weekly basis.</p>
4507
+ * </li>
4508
+ * <li>
4509
+ * <p>Interpolated POI: Interpolated POI is a temporary POI generated in real time when serving a request,
4510
+ * and it will be marked as derived in the <code>place.result_type</code> field in the response.
4511
+ * The information of interpolated POIs will be retained for at least 30 days, which means that within 30 days, you are able to obtain POI details by
4512
+ * Place ID from Place Details API. After 30 days, the interpolated POIs(both Place ID and details) may expire and inaccessible from the Places Details API.</p>
4513
+ * </li>
4514
+ * </ul>
4515
+ * </li>
4516
+ * </ul>
4483
4517
  */
4484
4518
  PlaceId: string | undefined;
4485
4519
  /**
@@ -4637,7 +4671,7 @@ export interface Place {
4637
4671
  * <p>For addresses with a <code>UnitNumber</code>, the type of unit. For example,
4638
4672
  * <code>Apartment</code>.</p>
4639
4673
  * <note>
4640
- * <p>Returned only for a place index that uses Esri as a data provider.</p>
4674
+ * <p>This property is returned only for a place index that uses Esri as a data provider.</p>
4641
4675
  * </note>
4642
4676
  */
4643
4677
  UnitType?: string;
@@ -4646,7 +4680,7 @@ export interface Place {
4646
4680
  * <p>For addresses with multiple units, the unit identifier. Can include numbers and
4647
4681
  * letters, for example <code>3B</code> or <code>Unit 123</code>.</p>
4648
4682
  * <note>
4649
- * <p>Returned only for a place index that uses Esri or Grab as a data provider. Is
4683
+ * <p>This property is returned only for a place index that uses Esri or Grab as a data provider. It is
4650
4684
  * not returned for <code>SearchPlaceIndexForPosition</code>.</p>
4651
4685
  * </note>
4652
4686
  */
@@ -4667,11 +4701,12 @@ export interface Place {
4667
4701
  SupplementalCategories?: string[];
4668
4702
  /**
4669
4703
  * @public
4670
- * <p>An area that's part of a larger municipality. For example, <code>Blissville </code>
4704
+ * <p>An area that's part of a larger municipality. For example, <code>Blissville</code>
4671
4705
  * is a submunicipality in the Queen County in New York.</p>
4672
4706
  * <note>
4673
- * <p>This property supported by Esri and OpenData. The Esri property is <code>district</code>, and the OpenData property is <code>borough</code>.</p>
4707
+ * <p>This property is only returned for a place index that uses Esri as a data provider. The property is represented as a <code>district</code>.</p>
4674
4708
  * </note>
4709
+ * <p>For more information about data providers, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html">Amazon Location Service data providers</a>.</p>
4675
4710
  */
4676
4711
  SubMunicipality?: string;
4677
4712
  }
@@ -5190,10 +5225,11 @@ export interface MapConfigurationUpdate {
5190
5225
  PoliticalView?: string;
5191
5226
  /**
5192
5227
  * @public
5193
- * <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.
5228
+ * <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 <code>POI</code> layer for the VectorEsriNavigation style.
5194
5229
  * Default is <code>unset</code>.</p>
5195
5230
  * <note>
5196
- * <p>Not all map resources or styles support custom layers. See Custom Layers for more information.</p>
5231
+ * <p>Currenlty only <code>VectorEsriNavigation</code> supports CustomLayers.
5232
+ * For more information, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#map-custom-layers">Custom Layers</a>.</p>
5197
5233
  * </note>
5198
5234
  */
5199
5235
  CustomLayers?: string[];
@@ -5527,6 +5563,37 @@ export interface SearchForSuggestionsResult {
5527
5563
  * <code>PlaceId</code> is returned by place indexes that use Esri, Grab, or HERE
5528
5564
  * as data providers.</p>
5529
5565
  * </note>
5566
+ * <p>While you can use PlaceID in subsequent requests,
5567
+ * PlaceID is not intended to be a permanent
5568
+ * identifier and the ID can change between consecutive API calls.
5569
+ * Please see the following PlaceID behaviour for each data provider:</p>
5570
+ * <ul>
5571
+ * <li>
5572
+ * <p>Esri: Place IDs will change every quarter at a minimum. The typical time period for these changes would be March, June, September, and December. Place IDs might also change between the typical quarterly change but that will be much less frequent.</p>
5573
+ * </li>
5574
+ * <li>
5575
+ * <p>HERE: We recommend
5576
+ * that you cache data for no longer than a week
5577
+ * to keep your data data fresh. You can
5578
+ * assume that less than 1% ID shifts will
5579
+ * release over release which is approximately 1 - 2 times per week.</p>
5580
+ * </li>
5581
+ * <li>
5582
+ * <p>Grab: Place IDs can expire or become invalid in the following situations.</p>
5583
+ * <ul>
5584
+ * <li>
5585
+ * <p>Data operations: The POI may be removed from Grab POI database by Grab Map Ops based on the ground-truth,
5586
+ * such as being closed in the real world, being detected as a duplicate POI, or having incorrect information. Grab will synchronize data to the Waypoint environment on weekly basis.</p>
5587
+ * </li>
5588
+ * <li>
5589
+ * <p>Interpolated POI: Interpolated POI is a temporary POI generated in real time when serving a request,
5590
+ * and it will be marked as derived in the <code>place.result_type</code> field in the response.
5591
+ * The information of interpolated POIs will be retained for at least 30 days, which means that within 30 days, you are able to obtain POI details by
5592
+ * Place ID from Place Details API. After 30 days, the interpolated POIs(both Place ID and details) may expire and inaccessible from the Places Details API.</p>
5593
+ * </li>
5594
+ * </ul>
5595
+ * </li>
5596
+ * </ul>
5530
5597
  */
5531
5598
  PlaceId?: string;
5532
5599
  /**
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.490.0",
4
+ "version": "3.491.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",