@aws-sdk/client-location 3.588.0 → 3.592.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.
Files changed (150) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +269 -61
  3. package/dist-es/Location.js +4 -0
  4. package/dist-es/commands/ForecastGeofenceEventsCommand.js +25 -0
  5. package/dist-es/commands/VerifyDevicePositionCommand.js +25 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +35 -0
  8. package/dist-es/pagination/ForecastGeofenceEventsPaginator.js +4 -0
  9. package/dist-es/pagination/index.js +1 -0
  10. package/dist-es/protocols/Aws_restJson1.js +173 -0
  11. package/dist-types/Location.d.ts +14 -0
  12. package/dist-types/LocationClient.d.ts +8 -6
  13. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +2 -1
  14. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -1
  15. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +2 -1
  16. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +2 -1
  17. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +2 -1
  18. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +3 -1
  19. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +2 -1
  20. package/dist-types/commands/CalculateRouteCommand.d.ts +2 -1
  21. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateKeyCommand.d.ts +2 -1
  24. package/dist-types/commands/CreateMapCommand.d.ts +2 -1
  25. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +2 -1
  26. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateTrackerCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteKeyCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteMapCommand.d.ts +2 -1
  31. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteTrackerCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeKeyCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeMapCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribeTrackerCommand.d.ts +2 -1
  40. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +2 -1
  41. package/dist-types/commands/ForecastGeofenceEventsCommand.d.ts +110 -0
  42. package/dist-types/commands/GetDevicePositionCommand.d.ts +2 -1
  43. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +2 -1
  44. package/dist-types/commands/GetGeofenceCommand.d.ts +6 -1
  45. package/dist-types/commands/GetMapGlyphsCommand.d.ts +2 -1
  46. package/dist-types/commands/GetMapSpritesCommand.d.ts +2 -1
  47. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +2 -1
  48. package/dist-types/commands/GetMapTileCommand.d.ts +2 -1
  49. package/dist-types/commands/GetPlaceCommand.d.ts +2 -1
  50. package/dist-types/commands/ListDevicePositionsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListGeofencesCommand.d.ts +3 -1
  53. package/dist-types/commands/ListKeysCommand.d.ts +2 -1
  54. package/dist-types/commands/ListMapsCommand.d.ts +2 -1
  55. package/dist-types/commands/ListPlaceIndexesCommand.d.ts +2 -1
  56. package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +2 -1
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  58. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +2 -1
  59. package/dist-types/commands/ListTrackersCommand.d.ts +2 -1
  60. package/dist-types/commands/PutGeofenceCommand.d.ts +3 -1
  61. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -1
  62. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +2 -1
  63. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +2 -1
  64. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  65. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  66. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +2 -1
  67. package/dist-types/commands/UpdateKeyCommand.d.ts +2 -1
  68. package/dist-types/commands/UpdateMapCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateTrackerCommand.d.ts +2 -1
  72. package/dist-types/commands/VerifyDevicePositionCommand.d.ts +134 -0
  73. package/dist-types/commands/index.d.ts +2 -0
  74. package/dist-types/index.d.ts +2 -2
  75. package/dist-types/models/LocationServiceException.d.ts +2 -1
  76. package/dist-types/models/models_0.d.ts +494 -112
  77. package/dist-types/pagination/ForecastGeofenceEventsPaginator.d.ts +7 -0
  78. package/dist-types/pagination/index.d.ts +1 -0
  79. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  80. package/dist-types/runtimeConfig.native.d.ts +1 -1
  81. package/dist-types/ts3.4/Location.d.ts +34 -0
  82. package/dist-types/ts3.4/LocationClient.d.ts +15 -3
  83. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/ForecastGeofenceEventsCommand.d.ts +40 -0
  112. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +2 -1
  122. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +2 -1
  123. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +2 -1
  124. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +2 -1
  125. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +2 -1
  126. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +2 -1
  127. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  128. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +2 -1
  129. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +2 -1
  130. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +2 -1
  131. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -1
  132. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +2 -1
  133. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +2 -1
  134. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  135. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  136. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +2 -1
  137. package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +2 -1
  138. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +2 -1
  139. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +2 -1
  140. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +2 -1
  141. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +2 -1
  142. package/dist-types/ts3.4/commands/VerifyDevicePositionCommand.d.ts +40 -0
  143. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  144. package/dist-types/ts3.4/models/LocationServiceException.d.ts +2 -1
  145. package/dist-types/ts3.4/models/models_0.d.ts +110 -0
  146. package/dist-types/ts3.4/pagination/ForecastGeofenceEventsPaginator.d.ts +11 -0
  147. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  148. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  149. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  150. package/package.json +6 -6
@@ -996,8 +996,8 @@ export interface Circle {
996
996
  }
997
997
  /**
998
998
  * <p>Contains the geofence geometry details.</p>
999
- * <p>A geofence geometry is made up of either a polygon or a circle. Can be either a
1000
- * polygon or a circle. Including both will return a validation error.</p>
999
+ * <p>A geofence geometry is made up of either a polygon or a circle. Can be a
1000
+ * polygon, a circle or a polygon encoded in Geobuf format. Including multiple selections will return a validation error.</p>
1001
1001
  * <note>
1002
1002
  * <p>Amazon Location doesn't currently support polygons with holes, multipolygons, polygons
1003
1003
  * that are wound clockwise, or that cross the antimeridian. </p>
@@ -1027,6 +1027,12 @@ export interface GeofenceGeometry {
1027
1027
  * @public
1028
1028
  */
1029
1029
  Circle?: Circle;
1030
+ /**
1031
+ * <p>Geobuf is a compact binary encoding for geographic data that provides lossless compression of GeoJSON polygons. The Geobuf must be Base64-encoded.</p>
1032
+ * <p>A polygon in Geobuf format can have up to 100,000 vertices.</p>
1033
+ * @public
1034
+ */
1035
+ Geobuf?: Uint8Array;
1030
1036
  }
1031
1037
  /**
1032
1038
  * <p>Contains geofence geometry details. </p>
@@ -1039,11 +1045,11 @@ export interface BatchPutGeofenceRequestEntry {
1039
1045
  */
1040
1046
  GeofenceId: string | undefined;
1041
1047
  /**
1042
- * <p>Contains the details of the position of the geofence. Can be either a
1043
- * polygon or a circle. Including both will return a validation error.</p>
1048
+ * <p>Contains the details to specify the position of the geofence. Can be a
1049
+ * polygon, a circle or a polygon encoded in Geobuf format. Including multiple selections will return a validation error.</p>
1044
1050
  * <note>
1045
- * <p>Each <a href="https://docs.aws.amazon.com/location-geofences/latest/APIReference/API_GeofenceGeometry.html">
1046
- * geofence polygon</a> can have a maximum of 1,000 vertices.</p>
1051
+ * <p>The <a href="https://docs.aws.amazon.com/location-geofences/latest/APIReference/API_GeofenceGeometry.html">
1052
+ * geofence polygon</a> format supports a maximum of 1,000 vertices. The <a href="https://docs.aws.amazon.com/location-geofences/latest/APIReference/API_GeofenceGeometry.html">Geofence geobuf</a> format supports a maximum of 100,000 vertices.</p>
1047
1053
  * </note>
1048
1054
  * @public
1049
1055
  */
@@ -2120,6 +2126,120 @@ export interface CalculateRouteMatrixResponse {
2120
2126
  */
2121
2127
  Summary: CalculateRouteMatrixSummary | undefined;
2122
2128
  }
2129
+ /**
2130
+ * <p>LTE local identification information (local ID).</p>
2131
+ * @public
2132
+ */
2133
+ export interface LteLocalId {
2134
+ /**
2135
+ * <p>E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).</p>
2136
+ * @public
2137
+ */
2138
+ Earfcn: number | undefined;
2139
+ /**
2140
+ * <p>Physical Cell ID (PCI).</p>
2141
+ * @public
2142
+ */
2143
+ Pci: number | undefined;
2144
+ }
2145
+ /**
2146
+ * <p>LTE network measurements.</p>
2147
+ * @public
2148
+ */
2149
+ export interface LteNetworkMeasurements {
2150
+ /**
2151
+ * <p>E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).</p>
2152
+ * @public
2153
+ */
2154
+ Earfcn: number | undefined;
2155
+ /**
2156
+ * <p>E-UTRAN Cell Identifier (ECI).</p>
2157
+ * @public
2158
+ */
2159
+ CellId: number | undefined;
2160
+ /**
2161
+ * <p>Physical Cell ID (PCI).</p>
2162
+ * @public
2163
+ */
2164
+ Pci: number | undefined;
2165
+ /**
2166
+ * <p>Signal power of the reference signal received, measured in dBm (decibel-milliwatts).</p>
2167
+ * @public
2168
+ */
2169
+ Rsrp?: number;
2170
+ /**
2171
+ * <p>Signal quality of the reference Signal received, measured in decibels (dB).</p>
2172
+ * @public
2173
+ */
2174
+ Rsrq?: number;
2175
+ }
2176
+ /**
2177
+ * <p>Details about the Long-Term Evolution (LTE) network.</p>
2178
+ * @public
2179
+ */
2180
+ export interface LteCellDetails {
2181
+ /**
2182
+ * <p>The E-UTRAN Cell Identifier (ECI).</p>
2183
+ * @public
2184
+ */
2185
+ CellId: number | undefined;
2186
+ /**
2187
+ * <p>The Mobile Country Code (MCC).</p>
2188
+ * @public
2189
+ */
2190
+ Mcc: number | undefined;
2191
+ /**
2192
+ * <p>The Mobile Network Code (MNC)</p>
2193
+ * @public
2194
+ */
2195
+ Mnc: number | undefined;
2196
+ /**
2197
+ * <p>The LTE local identification information (local ID).</p>
2198
+ * @public
2199
+ */
2200
+ LocalId?: LteLocalId;
2201
+ /**
2202
+ * <p>The network measurements.</p>
2203
+ * @public
2204
+ */
2205
+ NetworkMeasurements?: LteNetworkMeasurements[];
2206
+ /**
2207
+ * <p>Timing Advance (TA).</p>
2208
+ * @public
2209
+ */
2210
+ TimingAdvance?: number;
2211
+ /**
2212
+ * <p>Indicates whether the LTE object is capable of supporting NR (new radio).</p>
2213
+ * @public
2214
+ */
2215
+ NrCapable?: boolean;
2216
+ /**
2217
+ * <p>Signal power of the reference signal received, measured in decibel-milliwatts (dBm).</p>
2218
+ * @public
2219
+ */
2220
+ Rsrp?: number;
2221
+ /**
2222
+ * <p>Signal quality of the reference Signal received, measured in decibels (dB).</p>
2223
+ * @public
2224
+ */
2225
+ Rsrq?: number;
2226
+ /**
2227
+ * <p>LTE Tracking Area Code (TAC).</p>
2228
+ * @public
2229
+ */
2230
+ Tac?: number;
2231
+ }
2232
+ /**
2233
+ * <p>The cellular network communication infrastructure that the device uses.</p>
2234
+ * @public
2235
+ */
2236
+ export interface CellSignals {
2237
+ /**
2238
+ * <p>Information about the Long-Term Evolution (LTE) network the device is connected to.</p>
2239
+ * @public
2240
+ */
2241
+ LteCellDetails: LteCellDetails[] | undefined;
2242
+ }
2123
2243
  /**
2124
2244
  * @public
2125
2245
  */
@@ -2246,11 +2366,9 @@ export interface MapConfiguration {
2246
2366
  * <ul>
2247
2367
  * <li>
2248
2368
  * <p>
2249
- * <code>VectorEsriNavigation</code> – The Esri Navigation map style, which provides a detailed basemap for the world symbolized with a
2250
- * custom navigation map style that's designed for use during the day in mobile devices. It also includes a richer set of places,
2251
- * such as shops, services, restaurants, attractions, and other points of interest.
2252
- * Enable the <code>POI</code> layer by setting it in CustomLayers to leverage the additional places data.</p>
2253
- * <p/>
2369
+ * <code>VectorEsriDarkGrayCanvas</code> – The Esri Dark Gray Canvas map style. A
2370
+ * vector basemap with a dark gray, neutral background with minimal colors, labels,
2371
+ * and features that's designed to draw attention to your thematic content. </p>
2254
2372
  * </li>
2255
2373
  * <li>
2256
2374
  * <p>
@@ -2279,9 +2397,9 @@ export interface MapConfiguration {
2279
2397
  * </li>
2280
2398
  * <li>
2281
2399
  * <p>
2282
- * <code>VectorEsriDarkGrayCanvas</code> – The Esri Dark Gray Canvas map style. A
2283
- * vector basemap with a dark gray, neutral background with minimal colors, labels,
2284
- * and features that's designed to draw attention to your thematic content. </p>
2400
+ * <code>VectorEsriNavigation</code> – The Esri Navigation map style, which
2401
+ * provides a detailed basemap for the world symbolized with a custom navigation
2402
+ * map style that's designed for use during the day in mobile devices.</p>
2285
2403
  * </li>
2286
2404
  * </ul>
2287
2405
  * <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE
@@ -2289,12 +2407,31 @@ export interface MapConfiguration {
2289
2407
  * <ul>
2290
2408
  * <li>
2291
2409
  * <p>
2410
+ * <code>VectorHereContrast</code> – The HERE Contrast (Berlin) map style is a
2411
+ * high contrast
2412
+ * detailed base map of the world that blends 3D and 2D rendering.</p>
2413
+ * <note>
2414
+ * <p>The <code>VectorHereContrast</code> style has been renamed from
2415
+ * <code>VectorHereBerlin</code>.
2416
+ * <code>VectorHereBerlin</code> has been deprecated, but will continue to work in
2417
+ * applications that use it.</p>
2418
+ * </note>
2419
+ * </li>
2420
+ * <li>
2421
+ * <p>
2292
2422
  * <code>VectorHereExplore</code> – A default HERE map style containing a
2293
2423
  * neutral, global map and its features including roads, buildings, landmarks,
2294
2424
  * and water features. It also now includes a fully designed map of Japan.</p>
2295
2425
  * </li>
2296
2426
  * <li>
2297
2427
  * <p>
2428
+ * <code>VectorHereExploreTruck</code> – A global map containing truck
2429
+ * restrictions and attributes (e.g. width / height / HAZMAT) symbolized with
2430
+ * highlighted segments and icons on top of HERE Explore to support use cases
2431
+ * within transport and logistics.</p>
2432
+ * </li>
2433
+ * <li>
2434
+ * <p>
2298
2435
  * <code>RasterHereExploreSatellite</code> – A global map containing high
2299
2436
  * resolution satellite imagery.</p>
2300
2437
  * </li>
@@ -2311,25 +2448,6 @@ export interface MapConfiguration {
2311
2448
  * retrieved.</p>
2312
2449
  * </note>
2313
2450
  * </li>
2314
- * <li>
2315
- * <p>
2316
- * <code>VectorHereContrast</code> – The HERE Contrast (Berlin) map style is a
2317
- * high contrast
2318
- * detailed base map of the world that blends 3D and 2D rendering.</p>
2319
- * <note>
2320
- * <p>The <code>VectorHereContrast</code> style has been renamed from
2321
- * <code>VectorHereBerlin</code>.
2322
- * <code>VectorHereBerlin</code> has been deprecated, but will continue to work in
2323
- * applications that use it.</p>
2324
- * </note>
2325
- * </li>
2326
- * <li>
2327
- * <p>
2328
- * <code>VectorHereExploreTruck</code> – A global map containing truck
2329
- * restrictions and attributes (e.g. width / height / HAZMAT) symbolized with
2330
- * highlighted segments and icons on top of HERE Explore to support use cases
2331
- * within transport and logistics.</p>
2332
- * </li>
2333
2451
  * </ul>
2334
2452
  * <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/grab.html">GrabMaps map styles</a>:</p>
2335
2453
  * <ul>
@@ -2401,11 +2519,10 @@ export interface MapConfiguration {
2401
2519
  */
2402
2520
  PoliticalView?: string;
2403
2521
  /**
2404
- * <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.
2522
+ * <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
2523
  * Default is <code>unset</code>.</p>
2406
2524
  * <note>
2407
- * <p>Currenlty only <code>VectorEsriNavigation</code> supports CustomLayers.
2408
- * For more information, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#map-custom-layers">Custom Layers</a>.</p>
2525
+ * <p>Not all map resources or styles support custom layers. See Custom Layers for more information.</p>
2409
2526
  * </note>
2410
2527
  * @public
2411
2528
  */
@@ -3524,6 +3641,64 @@ export interface DescribeTrackerResponse {
3524
3641
  */
3525
3642
  KmsKeyEnableGeospatialQueries?: boolean;
3526
3643
  }
3644
+ /**
3645
+ * <p>Wi-Fi access point.</p>
3646
+ * @public
3647
+ */
3648
+ export interface WiFiAccessPoint {
3649
+ /**
3650
+ * <p>Medium access control address (Mac).</p>
3651
+ * @public
3652
+ */
3653
+ MacAddress: string | undefined;
3654
+ /**
3655
+ * <p>Received signal strength (dBm) of the WLAN measurement data.</p>
3656
+ * @public
3657
+ */
3658
+ Rss: number | undefined;
3659
+ }
3660
+ /**
3661
+ * <p>The device's position, IP address, and Wi-Fi access points.</p>
3662
+ * @public
3663
+ */
3664
+ export interface DeviceState {
3665
+ /**
3666
+ * <p>The device identifier.</p>
3667
+ * @public
3668
+ */
3669
+ DeviceId: string | undefined;
3670
+ /**
3671
+ * <p>The timestamp at which the device's position was determined. Uses <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601 </a>
3672
+ * format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
3673
+ * @public
3674
+ */
3675
+ SampleTime: Date | undefined;
3676
+ /**
3677
+ * <p>The last known device position.</p>
3678
+ * @public
3679
+ */
3680
+ Position: number[] | undefined;
3681
+ /**
3682
+ * <p>Defines the level of certainty of the position.</p>
3683
+ * @public
3684
+ */
3685
+ Accuracy?: PositionalAccuracy;
3686
+ /**
3687
+ * <p>The device's Ipv4 address.</p>
3688
+ * @public
3689
+ */
3690
+ Ipv4Address?: string;
3691
+ /**
3692
+ * <p>The Wi-Fi access points the device is using.</p>
3693
+ * @public
3694
+ */
3695
+ WiFiAccessPoints?: WiFiAccessPoint[];
3696
+ /**
3697
+ * <p>The cellular network infrastructure that the device is connected to.</p>
3698
+ * @public
3699
+ */
3700
+ CellSignals?: CellSignals;
3701
+ }
3527
3702
  /**
3528
3703
  * @public
3529
3704
  */
@@ -3552,6 +3727,159 @@ export interface DisassociateTrackerConsumerRequest {
3552
3727
  */
3553
3728
  export interface DisassociateTrackerConsumerResponse {
3554
3729
  }
3730
+ /**
3731
+ * @public
3732
+ */
3733
+ export type ForecastedGeofenceEventType = "ENTER" | "EXIT" | "IDLE";
3734
+ /**
3735
+ * <p>A forecasted event represents a geofence event in relation to the requested device state, that may occur
3736
+ * given the provided device state and time horizon.</p>
3737
+ * @public
3738
+ */
3739
+ export interface ForecastedEvent {
3740
+ /**
3741
+ * <p>The forecasted event identifier.</p>
3742
+ * @public
3743
+ */
3744
+ EventId: string | undefined;
3745
+ /**
3746
+ * <p>The geofence identifier pertaining to the forecasted event.</p>
3747
+ * @public
3748
+ */
3749
+ GeofenceId: string | undefined;
3750
+ /**
3751
+ * <p>Indicates if the device is located within the geofence.</p>
3752
+ * @public
3753
+ */
3754
+ IsDeviceInGeofence: boolean | undefined;
3755
+ /**
3756
+ * <p>The closest distance from the device's position to the geofence.</p>
3757
+ * @public
3758
+ */
3759
+ NearestDistance: number | undefined;
3760
+ /**
3761
+ * <p>The event type, forecasting three states for which
3762
+ * a device can be in relative to a geofence:</p>
3763
+ * <p>
3764
+ * <code>ENTER</code>: If a device is outside of a geofence, but would breach the fence if the device is moving at its current speed within time horizon window.</p>
3765
+ * <p>
3766
+ * <code>EXIT</code>: If a device is inside of a geofence, but would breach the fence if the device is moving at its current speed within time horizon window.</p>
3767
+ * <p>
3768
+ * <code>IDLE</code>: If a device is inside of a geofence, and the device is not moving.</p>
3769
+ * @public
3770
+ */
3771
+ EventType: ForecastedGeofenceEventType | undefined;
3772
+ /**
3773
+ * <p>The forecasted time the device will breach the geofence in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a>
3774
+ * format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
3775
+ * </p>
3776
+ * @public
3777
+ */
3778
+ ForecastedBreachTime?: Date;
3779
+ /**
3780
+ * <p>The geofence properties.</p>
3781
+ * @public
3782
+ */
3783
+ GeofenceProperties?: Record<string, string>;
3784
+ }
3785
+ /**
3786
+ * <p>The device's position, IP address, and WiFi access points.</p>
3787
+ * @public
3788
+ */
3789
+ export interface ForecastGeofenceEventsDeviceState {
3790
+ /**
3791
+ * <p>The device's position.</p>
3792
+ * @public
3793
+ */
3794
+ Position: number[] | undefined;
3795
+ /**
3796
+ * <p>The device's speed.</p>
3797
+ * @public
3798
+ */
3799
+ Speed?: number;
3800
+ }
3801
+ /**
3802
+ * @public
3803
+ */
3804
+ export type SpeedUnit = "KilometersPerHour" | "MilesPerHour";
3805
+ /**
3806
+ * @public
3807
+ */
3808
+ export interface ForecastGeofenceEventsRequest {
3809
+ /**
3810
+ * <p>The name of the geofence collection.</p>
3811
+ * @public
3812
+ */
3813
+ CollectionName: string | undefined;
3814
+ /**
3815
+ * <p>The device's state, including current position and speed.</p>
3816
+ * @public
3817
+ */
3818
+ DeviceState: ForecastGeofenceEventsDeviceState | undefined;
3819
+ /**
3820
+ * <p>Specifies the time horizon in minutes for the forecasted events.</p>
3821
+ * @public
3822
+ */
3823
+ TimeHorizonMinutes?: number;
3824
+ /**
3825
+ * <p>The distance unit used for the <code>NearestDistance</code> property returned in a forecasted event.
3826
+ * The measurement system must match for <code>DistanceUnit</code> and <code>SpeedUnit</code>; if <code>Kilometers</code>
3827
+ * is specified for <code>DistanceUnit</code>, then <code>SpeedUnit</code> must be <code>KilometersPerHour</code>.
3828
+ * </p>
3829
+ * <p>Default Value: <code>Kilometers</code>
3830
+ * </p>
3831
+ * @public
3832
+ */
3833
+ DistanceUnit?: DistanceUnit;
3834
+ /**
3835
+ * <p>The speed unit for the device captured by the device state. The measurement system must match for <code>DistanceUnit</code> and <code>SpeedUnit</code>; if <code>Kilometers</code>
3836
+ * is specified for <code>DistanceUnit</code>, then <code>SpeedUnit</code> must be <code>KilometersPerHour</code>.</p>
3837
+ * <p>Default Value: <code>KilometersPerHour</code>.</p>
3838
+ * @public
3839
+ */
3840
+ SpeedUnit?: SpeedUnit;
3841
+ /**
3842
+ * <p>The pagination token specifying which page of results to return in the response. If no
3843
+ * token is provided, the default page is the first page.</p>
3844
+ * <p>Default value: <code>null</code>
3845
+ * </p>
3846
+ * @public
3847
+ */
3848
+ NextToken?: string;
3849
+ /**
3850
+ * <p>An optional limit for the number of resources returned in a single call.</p>
3851
+ * <p>Default value: <code>20</code>
3852
+ * </p>
3853
+ * @public
3854
+ */
3855
+ MaxResults?: number;
3856
+ }
3857
+ /**
3858
+ * @public
3859
+ */
3860
+ export interface ForecastGeofenceEventsResponse {
3861
+ /**
3862
+ * <p>The list of forecasted events.</p>
3863
+ * @public
3864
+ */
3865
+ ForecastedEvents: ForecastedEvent[] | undefined;
3866
+ /**
3867
+ * <p>The pagination token specifying which page of results to return in the response. If no
3868
+ * token is provided, the default page is the first page. </p>
3869
+ * @public
3870
+ */
3871
+ NextToken?: string;
3872
+ /**
3873
+ * <p>The distance unit for the forecasted events.</p>
3874
+ * @public
3875
+ */
3876
+ DistanceUnit: DistanceUnit | undefined;
3877
+ /**
3878
+ * <p>The speed unit for the forecasted events.</p>
3879
+ * @public
3880
+ */
3881
+ SpeedUnit: SpeedUnit | undefined;
3882
+ }
3555
3883
  /**
3556
3884
  * @public
3557
3885
  */
@@ -3771,6 +4099,9 @@ export interface ListGeofenceCollectionsRequest {
3771
4099
  }
3772
4100
  /**
3773
4101
  * <p>Contains the geofence collection details.</p>
4102
+ * <note>
4103
+ * <p>The returned geometry will always match the geometry format used when the geofence was created.</p>
4104
+ * </note>
3774
4105
  * @public
3775
4106
  */
3776
4107
  export interface ListGeofenceCollectionsResponseEntry {
@@ -3856,6 +4187,9 @@ export interface ListGeofencesRequest {
3856
4187
  }
3857
4188
  /**
3858
4189
  * <p>Contains a list of geofences stored in a given geofence collection.</p>
4190
+ * <note>
4191
+ * <p>The returned geometry will always match the geometry format used when the geofence was created.</p>
4192
+ * </note>
3859
4193
  * @public
3860
4194
  */
3861
4195
  export interface ListGeofenceResponseEntry {
@@ -3954,11 +4288,11 @@ export interface PutGeofenceRequest {
3954
4288
  */
3955
4289
  GeofenceId: string | undefined;
3956
4290
  /**
3957
- * <p>Contains the details to specify the position of the geofence. Can be either a
3958
- * polygon or a circle. Including both will return a validation error.</p>
4291
+ * <p>Contains the details to specify the position of the geofence. Can be a
4292
+ * polygon, a circle or a polygon encoded in Geobuf format. Including multiple selections will return a validation error.</p>
3959
4293
  * <note>
3960
- * <p>Each <a href="https://docs.aws.amazon.com/location-geofences/latest/APIReference/API_GeofenceGeometry.html">
3961
- * geofence polygon</a> can have a maximum of 1,000 vertices.</p>
4294
+ * <p>The <a href="https://docs.aws.amazon.com/location-geofences/latest/APIReference/API_GeofenceGeometry.html">
4295
+ * geofence polygon</a> format supports a maximum of 1,000 vertices. The <a href="https://docs.aws.amazon.com/location-geofences/latest/APIReference/API_GeofenceGeometry.html">Geofence Geobuf</a> format supports a maximum of 100,000 vertices.</p>
3962
4296
  * </note>
3963
4297
  * @public
3964
4298
  */
@@ -4088,7 +4422,7 @@ export interface GetDevicePositionResponse {
4088
4422
  */
4089
4423
  SampleTime: Date | undefined;
4090
4424
  /**
4091
- * <p>The timestamp for when the tracker resource received the device position in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601 </a>
4425
+ * <p>The timestamp for when the tracker resource received the device position. Uses <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601 </a>
4092
4426
  * format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
4093
4427
  * @public
4094
4428
  */
@@ -4221,7 +4555,7 @@ export interface GetMapGlyphsRequest {
4221
4555
  * </li>
4222
4556
  * <li>
4223
4557
  * <p>VectorEsriNavigation – <code>Arial Regular</code> | <code>Arial Italic</code>
4224
- * | <code>Arial Bold</code> | <code>Arial Unicode MS Bold</code> | <code>Arial Unicode MS Regular</code>
4558
+ * | <code>Arial Bold</code>
4225
4559
  * </p>
4226
4560
  * </li>
4227
4561
  * </ul>
@@ -4482,37 +4816,6 @@ export interface GetPlaceRequest {
4482
4816
  IndexName: string | undefined;
4483
4817
  /**
4484
4818
  * <p>The identifier of the place to find.</p>
4485
- * <p>While you can use PlaceID in subsequent requests,
4486
- * PlaceID is not intended to be a permanent
4487
- * identifier and the ID can change between consecutive API calls.
4488
- * Please see the following PlaceID behaviour for each data provider:</p>
4489
- * <ul>
4490
- * <li>
4491
- * <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>
4492
- * </li>
4493
- * <li>
4494
- * <p>HERE: We recommend
4495
- * that you cache data for no longer than a week
4496
- * to keep your data data fresh. You can
4497
- * assume that less than 1% ID shifts will
4498
- * release over release which is approximately 1 - 2 times per week.</p>
4499
- * </li>
4500
- * <li>
4501
- * <p>Grab: Place IDs can expire or become invalid in the following situations.</p>
4502
- * <ul>
4503
- * <li>
4504
- * <p>Data operations: The POI may be removed from Grab POI database by Grab Map Ops based on the ground-truth,
4505
- * 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>
4506
- * </li>
4507
- * <li>
4508
- * <p>Interpolated POI: Interpolated POI is a temporary POI generated in real time when serving a request,
4509
- * and it will be marked as derived in the <code>place.result_type</code> field in the response.
4510
- * 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
4511
- * 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>
4512
- * </li>
4513
- * </ul>
4514
- * </li>
4515
- * </ul>
4516
4819
  * @public
4517
4820
  */
4518
4821
  PlaceId: string | undefined;
@@ -4670,7 +4973,7 @@ export interface Place {
4670
4973
  * <p>For addresses with a <code>UnitNumber</code>, the type of unit. For example,
4671
4974
  * <code>Apartment</code>.</p>
4672
4975
  * <note>
4673
- * <p>This property is returned only for a place index that uses Esri as a data provider.</p>
4976
+ * <p>Returned only for a place index that uses Esri as a data provider.</p>
4674
4977
  * </note>
4675
4978
  * @public
4676
4979
  */
@@ -4679,7 +4982,7 @@ export interface Place {
4679
4982
  * <p>For addresses with multiple units, the unit identifier. Can include numbers and
4680
4983
  * letters, for example <code>3B</code> or <code>Unit 123</code>.</p>
4681
4984
  * <note>
4682
- * <p>This property is returned only for a place index that uses Esri or Grab as a data provider. It is
4985
+ * <p>Returned only for a place index that uses Esri or Grab as a data provider. Is
4683
4986
  * not returned for <code>SearchPlaceIndexForPosition</code>.</p>
4684
4987
  * </note>
4685
4988
  * @public
@@ -4700,12 +5003,11 @@ export interface Place {
4700
5003
  */
4701
5004
  SupplementalCategories?: string[];
4702
5005
  /**
4703
- * <p>An area that's part of a larger municipality. For example, <code>Blissville</code>
5006
+ * <p>An area that's part of a larger municipality. For example, <code>Blissville </code>
4704
5007
  * is a submunicipality in the Queen County in New York.</p>
4705
5008
  * <note>
4706
- * <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>
5009
+ * <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
5010
  * </note>
4708
- * <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>
4709
5011
  * @public
4710
5012
  */
4711
5013
  SubMunicipality?: string;
@@ -4720,6 +5022,32 @@ export interface GetPlaceResponse {
4720
5022
  */
4721
5023
  Place: Place | undefined;
4722
5024
  }
5025
+ /**
5026
+ * <p>The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.</p>
5027
+ * @public
5028
+ */
5029
+ export interface InferredState {
5030
+ /**
5031
+ * <p>The device position inferred by the provided position, IP address, cellular signals, and Wi-Fi- access points.</p>
5032
+ * @public
5033
+ */
5034
+ Position?: number[];
5035
+ /**
5036
+ * <p>The level of certainty of the inferred position.</p>
5037
+ * @public
5038
+ */
5039
+ Accuracy?: PositionalAccuracy;
5040
+ /**
5041
+ * <p>The distance between the inferred position and the device's self-reported position.</p>
5042
+ * @public
5043
+ */
5044
+ DeviationDistance?: number;
5045
+ /**
5046
+ * <p>Indicates if a proxy was used.</p>
5047
+ * @public
5048
+ */
5049
+ ProxyDetected: boolean | undefined;
5050
+ }
4723
5051
  /**
4724
5052
  * <p>The geomerty used to filter device positions.</p>
4725
5053
  * @public
@@ -5224,11 +5552,10 @@ export interface MapConfigurationUpdate {
5224
5552
  */
5225
5553
  PoliticalView?: string;
5226
5554
  /**
5227
- * <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.
5555
+ * <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
5556
  * Default is <code>unset</code>.</p>
5229
5557
  * <note>
5230
- * <p>Currenlty only <code>VectorEsriNavigation</code> supports CustomLayers.
5231
- * For more information, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#map-custom-layers">Custom Layers</a>.</p>
5558
+ * <p>Not all map resources or styles support custom layers. See Custom Layers for more information.</p>
5232
5559
  * </note>
5233
5560
  * @public
5234
5561
  */
@@ -5562,37 +5889,6 @@ export interface SearchForSuggestionsResult {
5562
5889
  * <code>PlaceId</code> is returned by place indexes that use Esri, Grab, or HERE
5563
5890
  * as data providers.</p>
5564
5891
  * </note>
5565
- * <p>While you can use PlaceID in subsequent requests,
5566
- * PlaceID is not intended to be a permanent
5567
- * identifier and the ID can change between consecutive API calls.
5568
- * Please see the following PlaceID behaviour for each data provider:</p>
5569
- * <ul>
5570
- * <li>
5571
- * <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>
5572
- * </li>
5573
- * <li>
5574
- * <p>HERE: We recommend
5575
- * that you cache data for no longer than a week
5576
- * to keep your data data fresh. You can
5577
- * assume that less than 1% ID shifts will
5578
- * release over release which is approximately 1 - 2 times per week.</p>
5579
- * </li>
5580
- * <li>
5581
- * <p>Grab: Place IDs can expire or become invalid in the following situations.</p>
5582
- * <ul>
5583
- * <li>
5584
- * <p>Data operations: The POI may be removed from Grab POI database by Grab Map Ops based on the ground-truth,
5585
- * 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>
5586
- * </li>
5587
- * <li>
5588
- * <p>Interpolated POI: Interpolated POI is a temporary POI generated in real time when serving a request,
5589
- * and it will be marked as derived in the <code>place.result_type</code> field in the response.
5590
- * 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
5591
- * 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>
5592
- * </li>
5593
- * </ul>
5594
- * </li>
5595
- * </ul>
5596
5892
  * @public
5597
5893
  */
5598
5894
  PlaceId?: string;
@@ -6161,6 +6457,60 @@ export interface UpdateTrackerResponse {
6161
6457
  */
6162
6458
  UpdateTime: Date | undefined;
6163
6459
  }
6460
+ /**
6461
+ * @public
6462
+ */
6463
+ export interface VerifyDevicePositionRequest {
6464
+ /**
6465
+ * <p>The name of the tracker resource to be associated with verification request.</p>
6466
+ * @public
6467
+ */
6468
+ TrackerName: string | undefined;
6469
+ /**
6470
+ * <p>The device's state, including position, IP address, cell signals and Wi-Fi access points.</p>
6471
+ * @public
6472
+ */
6473
+ DeviceState: DeviceState | undefined;
6474
+ /**
6475
+ * <p>The distance unit for the verification request.</p>
6476
+ * <p>Default Value: <code>Kilometers</code>
6477
+ * </p>
6478
+ * @public
6479
+ */
6480
+ DistanceUnit?: DistanceUnit;
6481
+ }
6482
+ /**
6483
+ * @public
6484
+ */
6485
+ export interface VerifyDevicePositionResponse {
6486
+ /**
6487
+ * <p>The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.</p>
6488
+ * @public
6489
+ */
6490
+ InferredState: InferredState | undefined;
6491
+ /**
6492
+ * <p>The device identifier.</p>
6493
+ * @public
6494
+ */
6495
+ DeviceId: string | undefined;
6496
+ /**
6497
+ * <p>The timestamp at which the device's position was determined. Uses <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601 </a>
6498
+ * format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
6499
+ * @public
6500
+ */
6501
+ SampleTime: Date | undefined;
6502
+ /**
6503
+ * <p>The timestamp for when the tracker resource received the device position in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601 </a>
6504
+ * format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>. </p>
6505
+ * @public
6506
+ */
6507
+ ReceivedTime: Date | undefined;
6508
+ /**
6509
+ * <p>The distance unit for the verification response.</p>
6510
+ * @public
6511
+ */
6512
+ DistanceUnit: DistanceUnit | undefined;
6513
+ }
6164
6514
  /**
6165
6515
  * @internal
6166
6516
  */
@@ -6237,6 +6587,26 @@ export declare const CalculateRouteMatrixRequestFilterSensitiveLog: (obj: Calcul
6237
6587
  * @internal
6238
6588
  */
6239
6589
  export declare const CalculateRouteMatrixResponseFilterSensitiveLog: (obj: CalculateRouteMatrixResponse) => any;
6590
+ /**
6591
+ * @internal
6592
+ */
6593
+ export declare const DeviceStateFilterSensitiveLog: (obj: DeviceState) => any;
6594
+ /**
6595
+ * @internal
6596
+ */
6597
+ export declare const ForecastedEventFilterSensitiveLog: (obj: ForecastedEvent) => any;
6598
+ /**
6599
+ * @internal
6600
+ */
6601
+ export declare const ForecastGeofenceEventsDeviceStateFilterSensitiveLog: (obj: ForecastGeofenceEventsDeviceState) => any;
6602
+ /**
6603
+ * @internal
6604
+ */
6605
+ export declare const ForecastGeofenceEventsRequestFilterSensitiveLog: (obj: ForecastGeofenceEventsRequest) => any;
6606
+ /**
6607
+ * @internal
6608
+ */
6609
+ export declare const ForecastGeofenceEventsResponseFilterSensitiveLog: (obj: ForecastGeofenceEventsResponse) => any;
6240
6610
  /**
6241
6611
  * @internal
6242
6612
  */
@@ -6293,6 +6663,10 @@ export declare const PlaceFilterSensitiveLog: (obj: Place) => any;
6293
6663
  * @internal
6294
6664
  */
6295
6665
  export declare const GetPlaceResponseFilterSensitiveLog: (obj: GetPlaceResponse) => any;
6666
+ /**
6667
+ * @internal
6668
+ */
6669
+ export declare const InferredStateFilterSensitiveLog: (obj: InferredState) => any;
6296
6670
  /**
6297
6671
  * @internal
6298
6672
  */
@@ -6353,3 +6727,11 @@ export declare const SearchPlaceIndexForTextSummaryFilterSensitiveLog: (obj: Sea
6353
6727
  * @internal
6354
6728
  */
6355
6729
  export declare const SearchPlaceIndexForTextResponseFilterSensitiveLog: (obj: SearchPlaceIndexForTextResponse) => any;
6730
+ /**
6731
+ * @internal
6732
+ */
6733
+ export declare const VerifyDevicePositionRequestFilterSensitiveLog: (obj: VerifyDevicePositionRequest) => any;
6734
+ /**
6735
+ * @internal
6736
+ */
6737
+ export declare const VerifyDevicePositionResponseFilterSensitiveLog: (obj: VerifyDevicePositionResponse) => any;