@aws-sdk/client-location 3.855.0 → 3.856.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 (51) hide show
  1. package/dist-cjs/index.js +370 -36
  2. package/dist-es/commands/BatchEvaluateGeofencesCommand.js +2 -2
  3. package/dist-es/commands/BatchPutGeofenceCommand.js +2 -2
  4. package/dist-es/commands/BatchUpdateDevicePositionCommand.js +2 -2
  5. package/dist-es/commands/CreateGeofenceCollectionCommand.js +2 -1
  6. package/dist-es/commands/CreateKeyCommand.js +2 -2
  7. package/dist-es/commands/CreateMapCommand.js +2 -1
  8. package/dist-es/commands/CreatePlaceIndexCommand.js +2 -1
  9. package/dist-es/commands/CreateRouteCalculatorCommand.js +2 -1
  10. package/dist-es/commands/CreateTrackerCommand.js +2 -1
  11. package/dist-es/commands/DescribeGeofenceCollectionCommand.js +2 -1
  12. package/dist-es/commands/DescribeMapCommand.js +2 -1
  13. package/dist-es/commands/DescribePlaceIndexCommand.js +2 -1
  14. package/dist-es/commands/DescribeRouteCalculatorCommand.js +2 -1
  15. package/dist-es/commands/DescribeTrackerCommand.js +2 -1
  16. package/dist-es/commands/GetDevicePositionHistoryCommand.js +2 -2
  17. package/dist-es/commands/ListGeofenceCollectionsCommand.js +2 -1
  18. package/dist-es/commands/ListKeysCommand.js +2 -1
  19. package/dist-es/commands/ListMapsCommand.js +2 -1
  20. package/dist-es/commands/ListPlaceIndexesCommand.js +2 -1
  21. package/dist-es/commands/ListRouteCalculatorsCommand.js +2 -1
  22. package/dist-es/commands/ListTrackersCommand.js +2 -1
  23. package/dist-es/commands/PutGeofenceCommand.js +2 -2
  24. package/dist-es/commands/UpdateGeofenceCollectionCommand.js +2 -1
  25. package/dist-es/commands/UpdateKeyCommand.js +2 -1
  26. package/dist-es/commands/UpdateMapCommand.js +2 -1
  27. package/dist-es/commands/UpdatePlaceIndexCommand.js +2 -1
  28. package/dist-es/commands/UpdateRouteCalculatorCommand.js +2 -1
  29. package/dist-es/commands/UpdateTrackerCommand.js +2 -1
  30. package/dist-es/models/models_0.js +233 -0
  31. package/dist-es/protocols/Aws_restJson1.js +17 -0
  32. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +1 -1
  33. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +2 -1
  34. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +9 -1
  35. package/dist-types/commands/CalculateRouteCommand.d.ts +3 -3
  36. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +3 -3
  37. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateKeyCommand.d.ts +2 -2
  39. package/dist-types/commands/CreateMapCommand.d.ts +1 -1
  40. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateTrackerCommand.d.ts +1 -1
  43. package/dist-types/commands/ForecastGeofenceEventsCommand.d.ts +17 -6
  44. package/dist-types/commands/GetGeofenceCommand.d.ts +9 -1
  45. package/dist-types/commands/GetPlaceCommand.d.ts +6 -0
  46. package/dist-types/commands/ListGeofencesCommand.d.ts +7 -0
  47. package/dist-types/commands/PutGeofenceCommand.d.ts +7 -0
  48. package/dist-types/commands/VerifyDevicePositionCommand.d.ts +5 -0
  49. package/dist-types/models/models_0.d.ts +481 -136
  50. package/dist-types/ts3.4/models/models_0.d.ts +133 -0
  51. package/package.json +5 -5
@@ -63,6 +63,18 @@ export interface ApiKeyRestrictions {
63
63
  * <p>
64
64
  * <code>geo:GetMap*</code> - Allows all actions needed for map rendering.</p>
65
65
  * </li>
66
+ * <li>
67
+ * <p>
68
+ * <code>geo-maps:GetTile</code> - Allows retrieving map tiles.</p>
69
+ * </li>
70
+ * <li>
71
+ * <p>
72
+ * <code>geo-maps:GetStaticMap</code> - Allows retrieving static map images.</p>
73
+ * </li>
74
+ * <li>
75
+ * <p>
76
+ * <code>geo-maps:*</code> - Allows all actions related to map functionalities.</p>
77
+ * </li>
66
78
  * </ul>
67
79
  * </li>
68
80
  * <li>
@@ -76,18 +88,48 @@ export interface ApiKeyRestrictions {
76
88
  * </li>
77
89
  * <li>
78
90
  * <p>
79
- * <code>geo:SearchPlaceIndexForPosition</code> - Allows reverse
80
- * geocoding.</p>
91
+ * <code>geo:SearchPlaceIndexForPosition</code> - Allows reverse geocoding.</p>
81
92
  * </li>
82
93
  * <li>
83
94
  * <p>
84
- * <code>geo:SearchPlaceIndexForSuggestions</code> - Allows generating
85
- * suggestions from text.</p>
95
+ * <code>geo:SearchPlaceIndexForSuggestions</code> - Allows generating suggestions from text.</p>
86
96
  * </li>
87
97
  * <li>
88
98
  * <p>
89
99
  * <code>GetPlace</code> - Allows finding a place by place ID.</p>
90
100
  * </li>
101
+ * <li>
102
+ * <p>
103
+ * <code>geo-places:Geocode</code> - Allows geocoding using place information.</p>
104
+ * </li>
105
+ * <li>
106
+ * <p>
107
+ * <code>geo-places:ReverseGeocode</code> - Allows reverse geocoding from location coordinates.</p>
108
+ * </li>
109
+ * <li>
110
+ * <p>
111
+ * <code>geo-places:SearchNearby</code> - Allows searching for places near a location.</p>
112
+ * </li>
113
+ * <li>
114
+ * <p>
115
+ * <code>geo-places:SearchText</code> - Allows searching for places based on text input.</p>
116
+ * </li>
117
+ * <li>
118
+ * <p>
119
+ * <code>geo-places:Autocomplete</code> - Allows auto-completion of place names based on text input.</p>
120
+ * </li>
121
+ * <li>
122
+ * <p>
123
+ * <code>geo-places:Suggest</code> - Allows generating suggestions for places based on partial input.</p>
124
+ * </li>
125
+ * <li>
126
+ * <p>
127
+ * <code>geo-places:GetPlace</code> - Allows finding a place by its ID.</p>
128
+ * </li>
129
+ * <li>
130
+ * <p>
131
+ * <code>geo-places:*</code> - Allows all actions related to place services.</p>
132
+ * </li>
91
133
  * </ul>
92
134
  * </li>
93
135
  * <li>
@@ -101,8 +143,31 @@ export interface ApiKeyRestrictions {
101
143
  * </li>
102
144
  * <li>
103
145
  * <p>
104
- * <code>geo:CalculateRouteMatrix</code> - Allows calculating a matrix of
105
- * routes.</p>
146
+ * <code>geo:CalculateRouteMatrix</code> - Allows calculating a matrix of routes.</p>
147
+ * </li>
148
+ * <li>
149
+ * <p>
150
+ * <code>geo-routes:CalculateRoutes</code> - Allows calculating multiple routes between points.</p>
151
+ * </li>
152
+ * <li>
153
+ * <p>
154
+ * <code>geo-routes:CalculateRouteMatrix</code> - Allows calculating a matrix of routes between points.</p>
155
+ * </li>
156
+ * <li>
157
+ * <p>
158
+ * <code>geo-routes:CalculateIsolines</code> - Allows calculating isolines for a given area.</p>
159
+ * </li>
160
+ * <li>
161
+ * <p>
162
+ * <code>geo-routes:OptimizeWaypoints</code> - Allows optimizing the order of waypoints in a route.</p>
163
+ * </li>
164
+ * <li>
165
+ * <p>
166
+ * <code>geo-routes:SnapToRoads</code> - Allows snapping a route to the nearest roads.</p>
167
+ * </li>
168
+ * <li>
169
+ * <p>
170
+ * <code>geo-routes:*</code> - Allows all actions related to routing functionalities.</p>
106
171
  * </li>
107
172
  * </ul>
108
173
  * </li>
@@ -258,7 +323,7 @@ export interface CreateKeyRequest {
258
323
  export interface CreateKeyResponse {
259
324
  /**
260
325
  * <p>The key value/string of an API key. This value is used when making API calls to
261
- * authorize the call. For example, see <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_GetMapGlyphs.html">GetMapGlyphs</a>.</p>
326
+ * authorize the call. For example, see <a href="https://docs.aws.amazon.com/location/previous/APIReference/API_GetMapGlyphs.html">GetMapGlyphs</a>.</p>
262
327
  * @public
263
328
  */
264
329
  Key: string | undefined;
@@ -302,7 +367,7 @@ export declare class InternalServerException extends __BaseException {
302
367
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
303
368
  }
304
369
  /**
305
- * <p>The operation was denied because the request would exceed the maximum <a href="https://docs.aws.amazon.com/location/latest/developerguide/location-quotas.html">quota</a>
370
+ * <p>The operation was denied because the request would exceed the maximum <a href="https://docs.aws.amazon.com/location/previous/developerguide/location-quotas.html">quota</a>
306
371
  * set for Amazon Location Service.</p>
307
372
  * @public
308
373
  */
@@ -996,29 +1061,58 @@ export interface Circle {
996
1061
  }
997
1062
  /**
998
1063
  * <p>Contains the geofence geometry details.</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>
1064
+ * <p>A geofence geometry can be a circle, a polygon, or a multipolygon.
1065
+ * <code>Polygon</code> and <code>MultiPolygon</code> geometries can be defined using
1066
+ * their respective parameters, or encoded in Geobuf format using the <code>Geobuf</code>
1067
+ * parameter. Including multiple geometry types in the same request will return a
1068
+ * validation error.</p>
1001
1069
  * <note>
1002
- * <p>Amazon Location doesn't currently support polygons with holes, multipolygons, polygons
1003
- * that are wound clockwise, or that cross the antimeridian. </p>
1070
+ * <p>Amazon Location doesn't currently support polygons that cross the antimeridian.</p>
1004
1071
  * </note>
1005
1072
  * @public
1006
1073
  */
1007
1074
  export interface GeofenceGeometry {
1008
1075
  /**
1009
- * <p>A polygon is a list of linear rings which are each made up of a list of
1010
- * vertices.</p>
1011
- * <p>Each vertex is a 2-dimensional point of the form: <code>[longitude, latitude]</code>.
1012
- * This is represented as an array of doubles of length 2 (so <code>[double,
1013
- * double]</code>).</p>
1014
- * <p>An array of 4 or more vertices, where the first and last vertex are the same (to form
1015
- * a closed boundary), is called a linear ring. The linear ring vertices must be listed in
1016
- * counter-clockwise order around the ring’s interior. The linear ring is represented as an
1017
- * array of vertices, or an array of arrays of doubles (<code>[[double, double], ...]</code>).</p>
1018
- * <p>A geofence consists of a single linear ring. To allow for future expansion, the
1019
- * Polygon parameter takes an array of linear rings, which is represented as an array of
1020
- * arrays of arrays of doubles (<code>[[[double, double], ...], ...]</code>).</p>
1021
- * <p>A linear ring for use in geofences can consist of between 4 and 1,000 vertices.</p>
1076
+ * <p>A <code>Polygon</code> is a list of up to 250 linear rings which represent the shape
1077
+ * of a geofence. This list <i>must</i> include 1 exterior ring (representing
1078
+ * the outer perimeter of the geofence), and can optionally include up to 249 interior
1079
+ * rings (representing polygonal spaces within the perimeter, which are excluded from the
1080
+ * geofence area).</p>
1081
+ * <p>A linear ring is an array of 4 or more vertices, where the first and last vertex are
1082
+ * the same (to form a closed boundary). Each vertex is a 2-dimensional point represented
1083
+ * as an array of doubles of length 2: <code>[longitude, latitude]</code>.</p>
1084
+ * <p>Each linear ring is represented as an array of arrays of doubles (<code>[[longitude,
1085
+ * latitude], [longitude, latitude], ...]</code>). The vertices for the exterior ring
1086
+ * must be listed in <i>counter-clockwise</i> sequence. Vertices for all
1087
+ * interior rings must be listed in <i>clockwise</i> sequence.</p>
1088
+ * <p>The list of linear rings that describe the entire <code>Polygon</code> is represented
1089
+ * as an array of arrays of arrays of doubles (<code>[[[longitude, latitude], [longitude,
1090
+ * latitude], ...], [[longitude, latitude], [longitude, latitude], ...], ...]</code>).
1091
+ * The exterior ring must be listed first, before any interior rings.</p>
1092
+ * <note>
1093
+ * <p>The following additional requirements and limitations apply to geometries defined
1094
+ * using the <code>Polygon</code> parameter:</p>
1095
+ * <ul>
1096
+ * <li>
1097
+ * <p>The entire <code>Polygon</code> must consist of no more than 1,000
1098
+ * vertices, including all vertices from the exterior ring and all interior
1099
+ * rings.</p>
1100
+ * </li>
1101
+ * <li>
1102
+ * <p>Rings must not touch or cross each other.</p>
1103
+ * </li>
1104
+ * <li>
1105
+ * <p>All interior rings must be fully contained within the exterior
1106
+ * ring.</p>
1107
+ * </li>
1108
+ * <li>
1109
+ * <p>Interior rings must not contain other interior rings.</p>
1110
+ * </li>
1111
+ * <li>
1112
+ * <p>No ring is permitted to intersect itself.</p>
1113
+ * </li>
1114
+ * </ul>
1115
+ * </note>
1022
1116
  * @public
1023
1117
  */
1024
1118
  Polygon?: number[][][] | undefined;
@@ -1028,11 +1122,66 @@ export interface GeofenceGeometry {
1028
1122
  */
1029
1123
  Circle?: Circle | undefined;
1030
1124
  /**
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>
1125
+ * <p>Geobuf is a compact binary encoding for geographic data that provides lossless
1126
+ * compression of GeoJSON polygons. The Geobuf must be Base64-encoded.</p>
1127
+ * <p>This parameter can contain a Geobuf-encoded GeoJSON geometry object of type
1128
+ * <code>Polygon</code>
1129
+ * <i>OR</i>
1130
+ * <code>MultiPolygon</code>. For more information and specific configuration requirements
1131
+ * for these object types, see <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_GeofenceGeometry.html#location-Type-WaypointGeofencing_GeofenceGeometry-Polygon">Polygon</a> and <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_GeofenceGeometry.html#location-Type-WaypointGeofencing_GeofenceGeometry-MultiPolygon">MultiPolygon</a>.</p>
1132
+ * <note>
1133
+ * <p>The following limitations apply specifically to geometries defined using the
1134
+ * <code>Geobuf</code> parameter, and supercede the corresponding limitations of
1135
+ * the <code>Polygon</code> and <code>MultiPolygon</code> parameters:</p>
1136
+ * <ul>
1137
+ * <li>
1138
+ * <p>A <code>Polygon</code> in <code>Geobuf</code> format can have up to 25,000
1139
+ * rings and up to 100,000 total vertices, including all vertices from all
1140
+ * component rings.</p>
1141
+ * </li>
1142
+ * <li>
1143
+ * <p>A <code>MultiPolygon</code> in <code>Geobuf</code> format can contain up
1144
+ * to 10,000 <code>Polygons</code> and up to 100,000 total vertices, including
1145
+ * all vertices from all component <code>Polygons</code>.</p>
1146
+ * </li>
1147
+ * </ul>
1148
+ * </note>
1033
1149
  * @public
1034
1150
  */
1035
1151
  Geobuf?: Uint8Array | undefined;
1152
+ /**
1153
+ * <p>A <code>MultiPolygon</code> is a list of up to 250 <code>Polygon</code> elements which
1154
+ * represent the shape of a geofence. The <code>Polygon</code> components of a
1155
+ * <code>MultiPolygon</code> geometry can define separate geographical areas that are
1156
+ * considered part of the same geofence, perimeters of larger exterior areas with smaller
1157
+ * interior spaces that are excluded from the geofence, or some combination of these use
1158
+ * cases to form complex geofence boundaries.</p>
1159
+ * <p>For more information and specific configuration requirements for the
1160
+ * <code>Polygon</code> components that form a <code>MultiPolygon</code>, see <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_GeofenceGeometry.html#location-Type-WaypointGeofencing_GeofenceGeometry-Polygon">Polygon</a>.</p>
1161
+ * <note>
1162
+ * <p>The following additional requirements and limitations apply to geometries defined
1163
+ * using the <code>MultiPolygon</code> parameter:</p>
1164
+ * <ul>
1165
+ * <li>
1166
+ * <p>The entire <code>MultiPolygon</code> must consist of no more than 1,000
1167
+ * vertices, including all vertices from all component
1168
+ * <code>Polygons</code>.</p>
1169
+ * </li>
1170
+ * <li>
1171
+ * <p>Each edge of a component <code>Polygon</code> must intersect no more than
1172
+ * 5 edges from other <code>Polygons</code>. Parallel edges that are shared but
1173
+ * do not cross are not counted toward this limit.</p>
1174
+ * </li>
1175
+ * <li>
1176
+ * <p>The total number of intersecting edges of component <code>Polygons</code>
1177
+ * must be no more than 100,000. Parallel edges that are shared but do not
1178
+ * cross are not counted toward this limit.</p>
1179
+ * </li>
1180
+ * </ul>
1181
+ * </note>
1182
+ * @public
1183
+ */
1184
+ MultiPolygon?: number[][][][] | undefined;
1036
1185
  }
1037
1186
  /**
1038
1187
  * <p>Contains geofence geometry details. </p>
@@ -1045,18 +1194,22 @@ export interface BatchPutGeofenceRequestEntry {
1045
1194
  */
1046
1195
  GeofenceId: string | undefined;
1047
1196
  /**
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>
1197
+ * <p>Contains the details to specify the position of the geofence. Can be a circle, a
1198
+ * polygon, or a multipolygon. <code>Polygon</code> and <code>MultiPolygon</code>
1199
+ * geometries can be defined using their respective parameters, or encoded in Geobuf format
1200
+ * using the <code>Geobuf</code> parameter. Including multiple geometry types in the same
1201
+ * request will return a validation error.</p>
1050
1202
  * <note>
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>
1203
+ * <p>The geofence <code>Polygon</code> and <code>MultiPolygon</code> formats support a
1204
+ * maximum of 1,000 total vertices. The <code>Geobuf</code> format supports a maximum
1205
+ * of 100,000 vertices.</p>
1053
1206
  * </note>
1054
1207
  * @public
1055
1208
  */
1056
1209
  Geometry: GeofenceGeometry | undefined;
1057
1210
  /**
1058
- * <p>Associates one of more properties with the geofence. A property is a key-value
1059
- * pair stored with the geofence and added to any geofence event triggered with that
1211
+ * <p>Associates one of more properties with the geofence. A property is a key-value pair
1212
+ * stored with the geofence and added to any geofence event triggered with that
1060
1213
  * geofence.</p>
1061
1214
  * <p>Format: <code>"key" : "value"</code>
1062
1215
  * </p>
@@ -1375,7 +1528,7 @@ export interface CalculateRouteRequest {
1375
1528
  * </li>
1376
1529
  * </ul>
1377
1530
  * <note>
1378
- * <p>If you specify a departure that's not located on a road, Amazon Location <a href="https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html">moves the position
1531
+ * <p>If you specify a departure that's not located on a road, Amazon Location <a href="https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html">moves the position
1379
1532
  * to the nearest road</a>. If Esri is the provider for your route calculator,
1380
1533
  * specifying a route that is longer than 400 km returns a <code>400
1381
1534
  * RoutesValidationException</code> error.</p>
@@ -1396,7 +1549,7 @@ export interface CalculateRouteRequest {
1396
1549
  * </li>
1397
1550
  * </ul>
1398
1551
  * <note>
1399
- * <p>If you specify a destination that's not located on a road, Amazon Location <a href="https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html">moves the position
1552
+ * <p>If you specify a destination that's not located on a road, Amazon Location <a href="https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html">moves the position
1400
1553
  * to the nearest road</a>. </p>
1401
1554
  * </note>
1402
1555
  * <p>Valid Values: <code>[-180 to 180,-90 to 90]</code>
@@ -1416,7 +1569,7 @@ export interface CalculateRouteRequest {
1416
1569
  * </li>
1417
1570
  * </ul>
1418
1571
  * <note>
1419
- * <p>If you specify a waypoint position that's not located on a road, Amazon Location <a href="https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html">moves the position
1572
+ * <p>If you specify a waypoint position that's not located on a road, Amazon Location <a href="https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html">moves the position
1420
1573
  * to the nearest road</a>. </p>
1421
1574
  * <p>Specifying more than 23 waypoints returns a <code>400 ValidationException</code>
1422
1575
  * error.</p>
@@ -1441,7 +1594,7 @@ export interface CalculateRouteRequest {
1441
1594
  * <p>
1442
1595
  * <code>Truck</code> is not available for Grab.</p>
1443
1596
  * <p>For more details on the using Grab for routing, including areas of coverage, see
1444
- * <a href="https://docs.aws.amazon.com/location/latest/developerguide/grab.html">GrabMaps</a> in the <i>Amazon Location Service Developer Guide</i>.</p>
1597
+ * <a href="https://docs.aws.amazon.com/location/previous/developerguide/grab.html">GrabMaps</a> in the <i>Amazon Location Service Developer Guide</i>.</p>
1445
1598
  * </note>
1446
1599
  * <p>The <code>TravelMode</code> you specify also determines how you specify route
1447
1600
  * preferences: </p>
@@ -1533,7 +1686,7 @@ export interface CalculateRouteRequest {
1533
1686
  */
1534
1687
  OptimizeFor?: OptimizationMode | undefined;
1535
1688
  /**
1536
- * <p>The optional <a href="https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html">API key</a> to authorize
1689
+ * <p>The optional <a href="https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html">API key</a> to authorize
1537
1690
  * the request.</p>
1538
1691
  * @public
1539
1692
  */
@@ -1606,7 +1759,7 @@ export interface Step {
1606
1759
  * number of legs returned corresponds to one fewer than the total number of positions in
1607
1760
  * the request. </p>
1608
1761
  * <p>For example, a route with a departure position and destination position returns one
1609
- * leg with the positions <a href="https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html">snapped to a nearby
1762
+ * leg with the positions <a href="https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html">snapped to a nearby
1610
1763
  * road</a>:</p>
1611
1764
  * <ul>
1612
1765
  * <li>
@@ -1635,7 +1788,7 @@ export interface Leg {
1635
1788
  * <p>The starting position of the leg. Follows the format
1636
1789
  * <code>[longitude,latitude]</code>.</p>
1637
1790
  * <note>
1638
- * <p>If the <code>StartPosition</code> isn't located on a road, it's <a href="https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html">snapped to a
1791
+ * <p>If the <code>StartPosition</code> isn't located on a road, it's <a href="https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html">snapped to a
1639
1792
  * nearby road</a>. </p>
1640
1793
  * </note>
1641
1794
  * @public
@@ -1645,7 +1798,7 @@ export interface Leg {
1645
1798
  * <p>The terminating position of the leg. Follows the format
1646
1799
  * <code>[longitude,latitude]</code>.</p>
1647
1800
  * <note>
1648
- * <p>If the <code>EndPosition</code> isn't located on a road, it's <a href="https://docs.aws.amazon.com/location/latest/developerguide/nap-to-nearby-road.html">snapped to a nearby
1801
+ * <p>If the <code>EndPosition</code> isn't located on a road, it's <a href="https://docs.aws.amazon.com/location/previous/developerguide/nap-to-nearby-road.html">snapped to a nearby
1649
1802
  * road</a>. </p>
1650
1803
  * </note>
1651
1804
  * @public
@@ -1736,7 +1889,7 @@ export interface CalculateRouteSummary {
1736
1889
  * </p>
1737
1890
  * </li>
1738
1891
  * </ul>
1739
- * <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>
1892
+ * <p>For more information about data providers, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html">Amazon Location Service data providers</a>.</p>
1740
1893
  * @public
1741
1894
  */
1742
1895
  DataSource: string | undefined;
@@ -1777,7 +1930,7 @@ export interface CalculateRouteResponse {
1777
1930
  * number of legs returned corresponds to one fewer than the total number of positions in
1778
1931
  * the request. </p>
1779
1932
  * <p>For example, a route with a departure position and destination position returns one
1780
- * leg with the positions <a href="https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html">snapped to a nearby
1933
+ * leg with the positions <a href="https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html">snapped to a nearby
1781
1934
  * road</a>:</p>
1782
1935
  * <ul>
1783
1936
  * <li>
@@ -1827,12 +1980,12 @@ export interface CalculateRouteMatrixRequest {
1827
1980
  * 49.285]</code>.</p>
1828
1981
  * <important>
1829
1982
  * <p>Depending on the data provider selected in the route calculator resource there may
1830
- * be additional restrictions on the inputs you can choose. See <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route-matrix.html#matrix-routing-position-limits"> Position restrictions</a> in the <i>Amazon Location Service Developer
1983
+ * be additional restrictions on the inputs you can choose. See <a href="https://docs.aws.amazon.com/location/previous/developerguide/calculate-route-matrix.html#matrix-routing-position-limits"> Position restrictions</a> in the <i>Amazon Location Service Developer
1831
1984
  * Guide</i>.</p>
1832
1985
  * </important>
1833
1986
  * <note>
1834
1987
  * <p>For route calculators that use Esri as the data provider, if you specify a
1835
- * departure that's not located on a road, Amazon Location <a href="https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html"> moves the
1988
+ * departure that's not located on a road, Amazon Location <a href="https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html"> moves the
1836
1989
  * position to the nearest road</a>. The snapped value is available in the
1837
1990
  * result in <code>SnappedDeparturePositions</code>.</p>
1838
1991
  * </note>
@@ -1849,12 +2002,12 @@ export interface CalculateRouteMatrixRequest {
1849
2002
  * </p>
1850
2003
  * <important>
1851
2004
  * <p>Depending on the data provider selected in the route calculator resource there may
1852
- * be additional restrictions on the inputs you can choose. See <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route-matrix.html#matrix-routing-position-limits"> Position restrictions</a> in the <i>Amazon Location Service Developer
2005
+ * be additional restrictions on the inputs you can choose. See <a href="https://docs.aws.amazon.com/location/previous/developerguide/calculate-route-matrix.html#matrix-routing-position-limits"> Position restrictions</a> in the <i>Amazon Location Service Developer
1853
2006
  * Guide</i>.</p>
1854
2007
  * </important>
1855
2008
  * <note>
1856
2009
  * <p>For route calculators that use Esri as the data provider, if you specify a
1857
- * destination that's not located on a road, Amazon Location <a href="https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html"> moves the
2010
+ * destination that's not located on a road, Amazon Location <a href="https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html"> moves the
1858
2011
  * position to the nearest road</a>. The snapped value is available in the
1859
2012
  * result in <code>SnappedDestinationPositions</code>.</p>
1860
2013
  * </note>
@@ -1884,7 +2037,7 @@ export interface CalculateRouteMatrixRequest {
1884
2037
  * <code>Grab</code> as a data provider, and only within Southeast Asia.</p>
1885
2038
  * <p>
1886
2039
  * <code>Truck</code> is not available for Grab.</p>
1887
- * <p>For more information about using Grab as a data provider, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/grab.html">GrabMaps</a> in the <i>Amazon Location Service Developer Guide</i>.</p>
2040
+ * <p>For more information about using Grab as a data provider, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/grab.html">GrabMaps</a> in the <i>Amazon Location Service Developer Guide</i>.</p>
1888
2041
  * </note>
1889
2042
  * <p>Default Value: <code>Car</code>
1890
2043
  * </p>
@@ -1946,7 +2099,7 @@ export interface CalculateRouteMatrixRequest {
1946
2099
  */
1947
2100
  TruckModeOptions?: CalculateRouteTruckModeOptions | undefined;
1948
2101
  /**
1949
- * <p>The optional <a href="https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html">API key</a> to authorize
2102
+ * <p>The optional <a href="https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html">API key</a> to authorize
1950
2103
  * the request.</p>
1951
2104
  * @public
1952
2105
  */
@@ -2066,7 +2219,7 @@ export interface CalculateRouteMatrixSummary {
2066
2219
  * </p>
2067
2220
  * </li>
2068
2221
  * </ul>
2069
- * <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
2222
+ * <p>For more information about data providers, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html">Amazon Location Service data
2070
2223
  * providers</a>.</p>
2071
2224
  * @public
2072
2225
  */
@@ -2317,10 +2470,8 @@ export interface CreateGeofenceCollectionRequest {
2317
2470
  */
2318
2471
  Tags?: Record<string, string> | undefined;
2319
2472
  /**
2320
- * <p>A key identifier for an
2321
- * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html">Amazon Web Services
2322
- * KMS customer managed key</a>. Enter a key ID, key ARN, alias name, or alias ARN.
2323
- * </p>
2473
+ * <p>A key identifier for an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html">Amazon Web Services KMS customer
2474
+ * managed key</a>. Enter a key ID, key ARN, alias name, or alias ARN. </p>
2324
2475
  * @public
2325
2476
  */
2326
2477
  KmsKeyId?: string | undefined;
@@ -2362,7 +2513,7 @@ export interface CreateGeofenceCollectionResponse {
2362
2513
  export interface MapConfiguration {
2363
2514
  /**
2364
2515
  * <p>Specifies the map style selected from an available data provider.</p>
2365
- * <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/esri.html">Esri map styles</a>:</p>
2516
+ * <p>Valid <a href="https://docs.aws.amazon.com/location/previous/developerguide/esri.html">Esri map styles</a>:</p>
2366
2517
  * <ul>
2367
2518
  * <li>
2368
2519
  * <p>
@@ -2402,7 +2553,7 @@ export interface MapConfiguration {
2402
2553
  * map style that's designed for use during the day in mobile devices.</p>
2403
2554
  * </li>
2404
2555
  * </ul>
2405
- * <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE
2556
+ * <p>Valid <a href="https://docs.aws.amazon.com/location/previous/developerguide/HERE.html">HERE
2406
2557
  * Technologies map styles</a>:</p>
2407
2558
  * <ul>
2408
2559
  * <li>
@@ -2449,7 +2600,7 @@ export interface MapConfiguration {
2449
2600
  * </note>
2450
2601
  * </li>
2451
2602
  * </ul>
2452
- * <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/grab.html">GrabMaps map styles</a>:</p>
2603
+ * <p>Valid <a href="https://docs.aws.amazon.com/location/previous/developerguide/grab.html">GrabMaps map styles</a>:</p>
2453
2604
  * <ul>
2454
2605
  * <li>
2455
2606
  * <p>
@@ -2468,9 +2619,9 @@ export interface MapConfiguration {
2468
2619
  * <note>
2469
2620
  * <p>Grab provides maps only for countries in Southeast Asia, and is only available
2470
2621
  * in the Asia Pacific (Singapore) Region (<code>ap-southeast-1</code>).
2471
- * For more information, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/grab.html#grab-coverage-area">GrabMaps countries and area covered</a>.</p>
2622
+ * For more information, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area">GrabMaps countries and area covered</a>.</p>
2472
2623
  * </note>
2473
- * <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/open-data.html">Open Data map styles</a>:</p>
2624
+ * <p>Valid <a href="https://docs.aws.amazon.com/location/previous/developerguide/open-data.html">Open Data map styles</a>:</p>
2474
2625
  * <ul>
2475
2626
  * <li>
2476
2627
  * <p>
@@ -2511,7 +2662,7 @@ export interface MapConfiguration {
2511
2662
  * <p>Default is unset.</p>
2512
2663
  * <note>
2513
2664
  * <p>Not all map resources or styles support political view styles. See
2514
- * <a href="https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#political-views">Political
2665
+ * <a href="https://docs.aws.amazon.com/location/previous/developerguide/map-concepts.html#political-views">Political
2515
2666
  * views</a>
2516
2667
  * for more information.</p>
2517
2668
  * </note>
@@ -2707,27 +2858,27 @@ export interface CreatePlaceIndexRequest {
2707
2858
  * <ul>
2708
2859
  * <li>
2709
2860
  * <p>
2710
- * <code>Esri</code> – For additional information about <a href="https://docs.aws.amazon.com/location/latest/developerguide/esri.html">Esri</a>'s coverage in your region of interest, see <a href="https://developers.arcgis.com/rest/geocode/api-reference/geocode-coverage.htm">Esri details on geocoding coverage</a>.</p>
2861
+ * <code>Esri</code> – For additional information about <a href="https://docs.aws.amazon.com/location/previous/developerguide/esri.html">Esri</a>'s coverage in your region of interest, see <a href="https://developers.arcgis.com/rest/geocode/api-reference/geocode-coverage.htm">Esri details on geocoding coverage</a>.</p>
2711
2862
  * </li>
2712
2863
  * <li>
2713
2864
  * <p>
2714
2865
  * <code>Grab</code> – Grab provides place index functionality for Southeast
2715
- * Asia. For additional information about <a href="https://docs.aws.amazon.com/location/latest/developerguide/grab.html">GrabMaps</a>' coverage, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/grab.html#grab-coverage-area">GrabMaps countries and areas covered</a>.</p>
2866
+ * Asia. For additional information about <a href="https://docs.aws.amazon.com/location/previous/developerguide/grab.html">GrabMaps</a>' coverage, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area">GrabMaps countries and areas covered</a>.</p>
2716
2867
  * </li>
2717
2868
  * <li>
2718
2869
  * <p>
2719
- * <code>Here</code> – For additional information about <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE
2870
+ * <code>Here</code> – For additional information about <a href="https://docs.aws.amazon.com/location/previous/developerguide/HERE.html">HERE
2720
2871
  * Technologies</a>' coverage in your region of interest, see <a href="https://developer.here.com/documentation/geocoder/dev_guide/topics/coverage-geocoder.html">HERE details on goecoding coverage</a>.</p>
2721
2872
  * <important>
2722
2873
  * <p>If you specify HERE Technologies (<code>Here</code>) as the data provider,
2723
2874
  * you may not <a href="https://docs.aws.amazon.com/location-places/latest/APIReference/API_DataSourceConfiguration.html">store results</a> for locations in Japan. For more information, see
2724
- * the <a href="http://aws.amazon.com/service-terms/">Amazon Web Services Service
2725
- * Terms</a> for Amazon Location Service.</p>
2875
+ * the <a href="http://aws.amazon.com/service-terms/">Amazon Web Services service
2876
+ * terms</a> for Amazon Location Service.</p>
2726
2877
  * </important>
2727
2878
  * </li>
2728
2879
  * </ul>
2729
- * <p>For additional information , see <a href="https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html">Data
2730
- * providers</a> on the <i>Amazon Location Service Developer Guide</i>.</p>
2880
+ * <p>For additional information , see <a href="https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html">Data
2881
+ * providers</a> on the <i>Amazon Location Service developer guide</i>.</p>
2731
2882
  * @public
2732
2883
  */
2733
2884
  DataSource: string | undefined;
@@ -2841,24 +2992,24 @@ export interface CreateRouteCalculatorRequest {
2841
2992
  * <ul>
2842
2993
  * <li>
2843
2994
  * <p>
2844
- * <code>Esri</code> – For additional information about <a href="https://docs.aws.amazon.com/location/latest/developerguide/esri.html">Esri</a>'s coverage in your region of interest, see <a href="https://doc.arcgis.com/en/arcgis-online/reference/network-coverage.htm">Esri details on street networks and traffic coverage</a>.</p>
2995
+ * <code>Esri</code> – For additional information about <a href="https://docs.aws.amazon.com/location/previous/developerguide/esri.html">Esri</a>'s coverage in your region of interest, see <a href="https://doc.arcgis.com/en/arcgis-online/reference/network-coverage.htm">Esri details on street networks and traffic coverage</a>.</p>
2845
2996
  * <p>Route calculators that use Esri as a
2846
2997
  * data source only calculate routes that are shorter than 400 km.</p>
2847
2998
  * </li>
2848
2999
  * <li>
2849
3000
  * <p>
2850
3001
  * <code>Grab</code> – Grab provides routing functionality for Southeast Asia.
2851
- * For additional information about <a href="https://docs.aws.amazon.com/location/latest/developerguide/grab.html">GrabMaps</a>' coverage,
2852
- * see <a href="https://docs.aws.amazon.com/location/latest/developerguide/grab.html#grab-coverage-area">GrabMaps
3002
+ * For additional information about <a href="https://docs.aws.amazon.com/location/previous/developerguide/grab.html">GrabMaps</a>' coverage,
3003
+ * see <a href="https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area">GrabMaps
2853
3004
  * countries and areas covered</a>.</p>
2854
3005
  * </li>
2855
3006
  * <li>
2856
3007
  * <p>
2857
- * <code>Here</code> – For additional information about <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE
3008
+ * <code>Here</code> – For additional information about <a href="https://docs.aws.amazon.com/location/previous/developerguide/HERE.html">HERE
2858
3009
  * Technologies</a>' coverage in your region of interest, see <a href="https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/car-routing.html">HERE car routing coverage</a> and <a href="https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/truck-routing.html">HERE truck routing coverage</a>.</p>
2859
3010
  * </li>
2860
3011
  * </ul>
2861
- * <p>For additional information , see <a href="https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html">Data
3012
+ * <p>For additional information , see <a href="https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html">Data
2862
3013
  * providers</a> on the <i>Amazon Location Service Developer Guide</i>.</p>
2863
3014
  * @public
2864
3015
  */
@@ -3251,9 +3402,8 @@ export interface DescribeGeofenceCollectionResponse {
3251
3402
  */
3252
3403
  PricingPlanDataSource?: string | undefined;
3253
3404
  /**
3254
- * <p>A key identifier for an
3255
- * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html">Amazon Web Services
3256
- * KMS customer managed key</a> assigned to the Amazon Location resource</p>
3405
+ * <p>A key identifier for an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html">Amazon Web Services KMS customer
3406
+ * managed key</a> assigned to the Amazon Location resource</p>
3257
3407
  * @public
3258
3408
  */
3259
3409
  KmsKeyId?: string | undefined;
@@ -3429,7 +3579,7 @@ export interface DescribePlaceIndexResponse {
3429
3579
  * </p>
3430
3580
  * </li>
3431
3581
  * </ul>
3432
- * <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>
3582
+ * <p>For more information about data providers, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html">Amazon Location Service data providers</a>.</p>
3433
3583
  * @public
3434
3584
  */
3435
3585
  DataSource: string | undefined;
@@ -3532,7 +3682,7 @@ export interface DescribeRouteCalculatorResponse {
3532
3682
  * </p>
3533
3683
  * </li>
3534
3684
  * </ul>
3535
- * <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>
3685
+ * <p>For more information about data providers, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html">Amazon Location Service data providers</a>.</p>
3536
3686
  * @public
3537
3687
  */
3538
3688
  DataSource: string | undefined;
@@ -3732,8 +3882,8 @@ export interface DisassociateTrackerConsumerResponse {
3732
3882
  */
3733
3883
  export type ForecastedGeofenceEventType = "ENTER" | "EXIT" | "IDLE";
3734
3884
  /**
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>
3885
+ * <p>A forecasted event represents a geofence event in relation to the requested device
3886
+ * state, that may occur given the provided device state and time horizon.</p>
3737
3887
  * @public
3738
3888
  */
3739
3889
  export interface ForecastedEvent {
@@ -3758,20 +3908,23 @@ export interface ForecastedEvent {
3758
3908
  */
3759
3909
  NearestDistance: number | undefined;
3760
3910
  /**
3761
- * <p>The event type, forecasting three states for which
3762
- * a device can be in relative to a geofence:</p>
3911
+ * <p>The event type, forecasting three states for which a device can be in relative to a
3912
+ * geofence:</p>
3763
3913
  * <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>
3914
+ * <code>ENTER</code>: If a device is outside of a geofence, but would breach the fence
3915
+ * if the device is moving at its current speed within time horizon window.</p>
3765
3916
  * <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>
3917
+ * <code>EXIT</code>: If a device is inside of a geofence, but would breach the fence if
3918
+ * the device is moving at its current speed within time horizon window.</p>
3767
3919
  * <p>
3768
- * <code>IDLE</code>: If a device is inside of a geofence, and the device is not moving.</p>
3920
+ * <code>IDLE</code>: If a device is inside of a geofence, and the device is not
3921
+ * moving.</p>
3769
3922
  * @public
3770
3923
  */
3771
3924
  EventType: ForecastedGeofenceEventType | undefined;
3772
3925
  /**
3773
3926
  * <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>
3927
+ * format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
3775
3928
  * </p>
3776
3929
  * @public
3777
3930
  */
@@ -3783,7 +3936,7 @@ export interface ForecastedEvent {
3783
3936
  GeofenceProperties?: Record<string, string> | undefined;
3784
3937
  }
3785
3938
  /**
3786
- * <p>The device's position, IP address, and WiFi access points.</p>
3939
+ * <p>The device's position and speed.</p>
3787
3940
  * @public
3788
3941
  */
3789
3942
  export interface ForecastGeofenceEventsDeviceState {
@@ -3812,28 +3965,38 @@ export interface ForecastGeofenceEventsRequest {
3812
3965
  */
3813
3966
  CollectionName: string | undefined;
3814
3967
  /**
3815
- * <p>The device's state, including current position and speed.</p>
3968
+ * <p>Represents the device's state, including its current position and speed. When speed is
3969
+ * omitted, this API performs a <i>containment check</i>. The
3970
+ * <i>containment check</i> operation returns <code>IDLE</code> events
3971
+ * for geofences where the device is currently inside of, but no other events.</p>
3816
3972
  * @public
3817
3973
  */
3818
3974
  DeviceState: ForecastGeofenceEventsDeviceState | undefined;
3819
3975
  /**
3820
- * <p>Specifies the time horizon in minutes for the forecasted events.</p>
3976
+ * <p>The forward-looking time window for forecasting, specified in minutes. The API only
3977
+ * returns events that are predicted to occur within this time horizon. When no value is
3978
+ * specified, this API performs a <i>containment check</i>. The
3979
+ * <i>containment check</i> operation returns <code>IDLE</code> events
3980
+ * for geofences where the device is currently inside of, but no other events.</p>
3821
3981
  * @public
3822
3982
  */
3823
3983
  TimeHorizonMinutes?: number | undefined;
3824
3984
  /**
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>
3985
+ * <p>The distance unit used for the <code>NearestDistance</code> property returned in a
3986
+ * forecasted event. The measurement system must match for <code>DistanceUnit</code> and
3987
+ * <code>SpeedUnit</code>; if <code>Kilometers</code> is specified for
3988
+ * <code>DistanceUnit</code>, then <code>SpeedUnit</code> must be
3989
+ * <code>KilometersPerHour</code>. </p>
3829
3990
  * <p>Default Value: <code>Kilometers</code>
3830
3991
  * </p>
3831
3992
  * @public
3832
3993
  */
3833
3994
  DistanceUnit?: DistanceUnit | undefined;
3834
3995
  /**
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>
3996
+ * <p>The speed unit for the device captured by the device state. The measurement system
3997
+ * must match for <code>DistanceUnit</code> and <code>SpeedUnit</code>; if
3998
+ * <code>Kilometers</code> is specified for <code>DistanceUnit</code>, then
3999
+ * <code>SpeedUnit</code> must be <code>KilometersPerHour</code>.</p>
3837
4000
  * <p>Default Value: <code>KilometersPerHour</code>.</p>
3838
4001
  * @public
3839
4002
  */
@@ -4019,7 +4182,8 @@ export interface GetGeofenceResponse {
4019
4182
  */
4020
4183
  GeofenceId: string | undefined;
4021
4184
  /**
4022
- * <p>Contains the geofence geometry details describing a polygon or a circle.</p>
4185
+ * <p>Contains the geofence geometry details describing the position of the geofence. Can be
4186
+ * a circle, a polygon, or a multipolygon.</p>
4023
4187
  * @public
4024
4188
  */
4025
4189
  Geometry: GeofenceGeometry | undefined;
@@ -4068,9 +4232,8 @@ export interface GetGeofenceResponse {
4068
4232
  */
4069
4233
  UpdateTime: Date | undefined;
4070
4234
  /**
4071
- * <p>User defined properties of the geofence. A property is a key-value
4072
- * pair stored with the geofence and added to any geofence event triggered with that
4073
- * geofence.</p>
4235
+ * <p>User defined properties of the geofence. A property is a key-value pair stored with
4236
+ * the geofence and added to any geofence event triggered with that geofence.</p>
4074
4237
  * <p>Format: <code>"key" : "value"</code>
4075
4238
  * </p>
4076
4239
  * @public
@@ -4100,7 +4263,8 @@ export interface ListGeofenceCollectionsRequest {
4100
4263
  /**
4101
4264
  * <p>Contains the geofence collection details.</p>
4102
4265
  * <note>
4103
- * <p>The returned geometry will always match the geometry format used when the geofence was created.</p>
4266
+ * <p>The returned geometry will always match the geometry format used when the geofence
4267
+ * was created.</p>
4104
4268
  * </note>
4105
4269
  * @public
4106
4270
  */
@@ -4188,7 +4352,8 @@ export interface ListGeofencesRequest {
4188
4352
  /**
4189
4353
  * <p>Contains a list of geofences stored in a given geofence collection.</p>
4190
4354
  * <note>
4191
- * <p>The returned geometry will always match the geometry format used when the geofence was created.</p>
4355
+ * <p>The returned geometry will always match the geometry format used when the geofence
4356
+ * was created.</p>
4192
4357
  * </note>
4193
4358
  * @public
4194
4359
  */
@@ -4199,7 +4364,8 @@ export interface ListGeofenceResponseEntry {
4199
4364
  */
4200
4365
  GeofenceId: string | undefined;
4201
4366
  /**
4202
- * <p>Contains the geofence geometry details describing a polygon or a circle.</p>
4367
+ * <p>Contains the geofence geometry details describing the position of the geofence. Can be
4368
+ * a circle, a polygon, or a multipolygon.</p>
4203
4369
  * @public
4204
4370
  */
4205
4371
  Geometry: GeofenceGeometry | undefined;
@@ -4248,9 +4414,8 @@ export interface ListGeofenceResponseEntry {
4248
4414
  */
4249
4415
  UpdateTime: Date | undefined;
4250
4416
  /**
4251
- * <p>User defined properties of the geofence. A property is a key-value
4252
- * pair stored with the geofence and added to any geofence event triggered with that
4253
- * geofence.</p>
4417
+ * <p>User defined properties of the geofence. A property is a key-value pair stored with
4418
+ * the geofence and added to any geofence event triggered with that geofence.</p>
4254
4419
  * <p>Format: <code>"key" : "value"</code>
4255
4420
  * </p>
4256
4421
  * @public
@@ -4288,18 +4453,22 @@ export interface PutGeofenceRequest {
4288
4453
  */
4289
4454
  GeofenceId: string | undefined;
4290
4455
  /**
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>
4456
+ * <p>Contains the details to specify the position of the geofence. Can be a circle, a
4457
+ * polygon, or a multipolygon. <code>Polygon</code> and <code>MultiPolygon</code>
4458
+ * geometries can be defined using their respective parameters, or encoded in Geobuf format
4459
+ * using the <code>Geobuf</code> parameter. Including multiple geometry types in the same
4460
+ * request will return a validation error.</p>
4293
4461
  * <note>
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>
4462
+ * <p>The geofence <code>Polygon</code> and <code>MultiPolygon</code> formats support a
4463
+ * maximum of 1,000 total vertices. The <code>Geobuf</code> format supports a maximum
4464
+ * of 100,000 vertices.</p>
4296
4465
  * </note>
4297
4466
  * @public
4298
4467
  */
4299
4468
  Geometry: GeofenceGeometry | undefined;
4300
4469
  /**
4301
- * <p>Associates one of more properties with the geofence. A property is a key-value
4302
- * pair stored with the geofence and added to any geofence event triggered with that
4470
+ * <p>Associates one of more properties with the geofence. A property is a key-value pair
4471
+ * stored with the geofence and added to any geofence event triggered with that
4303
4472
  * geofence.</p>
4304
4473
  * <p>Format: <code>"key" : "value"</code>
4305
4474
  * </p>
@@ -4529,7 +4698,7 @@ export interface GetMapGlyphsRequest {
4529
4698
  /**
4530
4699
  * <p>A comma-separated list of fonts to load glyphs from in order of preference. For
4531
4700
  * example, <code>Noto Sans Regular, Arial Unicode</code>.</p>
4532
- * <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/latest/developerguide/esri.html">Esri</a> styles: </p>
4701
+ * <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/previous/developerguide/esri.html">Esri</a> styles: </p>
4533
4702
  * <ul>
4534
4703
  * <li>
4535
4704
  * <p>VectorEsriDarkGrayCanvas – <code>Ubuntu Medium Italic</code> | <code>Ubuntu
@@ -4559,7 +4728,7 @@ export interface GetMapGlyphsRequest {
4559
4728
  * </p>
4560
4729
  * </li>
4561
4730
  * </ul>
4562
- * <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/latest/developerguide/HERE.html">HERE Technologies</a> styles:</p>
4731
+ * <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/previous/developerguide/HERE.html">HERE Technologies</a> styles:</p>
4563
4732
  * <ul>
4564
4733
  * <li>
4565
4734
  * <p>VectorHereContrast – <code>Fira
@@ -4575,7 +4744,7 @@ export interface GetMapGlyphsRequest {
4575
4744
  * </p>
4576
4745
  * </li>
4577
4746
  * </ul>
4578
- * <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/latest/developerguide/grab.html">GrabMaps</a> styles:</p>
4747
+ * <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/previous/developerguide/grab.html">GrabMaps</a> styles:</p>
4579
4748
  * <ul>
4580
4749
  * <li>
4581
4750
  * <p>VectorGrabStandardLight, VectorGrabStandardDark –
@@ -4585,7 +4754,7 @@ export interface GetMapGlyphsRequest {
4585
4754
  * </p>
4586
4755
  * </li>
4587
4756
  * </ul>
4588
- * <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/latest/developerguide/open-data.html">Open Data</a> styles:</p>
4757
+ * <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/previous/developerguide/open-data.html">Open Data</a> styles:</p>
4589
4758
  * <ul>
4590
4759
  * <li>
4591
4760
  * <p>VectorOpenDataStandardLight, VectorOpenDataStandardDark,
@@ -4624,7 +4793,7 @@ export interface GetMapGlyphsRequest {
4624
4793
  */
4625
4794
  FontUnicodeRange: string | undefined;
4626
4795
  /**
4627
- * <p>The optional <a href="https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html">API key</a> to authorize
4796
+ * <p>The optional <a href="https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html">API key</a> to authorize
4628
4797
  * the request.</p>
4629
4798
  * @public
4630
4799
  */
@@ -4688,7 +4857,7 @@ export interface GetMapSpritesRequest {
4688
4857
  */
4689
4858
  FileName: string | undefined;
4690
4859
  /**
4691
- * <p>The optional <a href="https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html">API key</a> to authorize
4860
+ * <p>The optional <a href="https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html">API key</a> to authorize
4692
4861
  * the request.</p>
4693
4862
  * @public
4694
4863
  */
@@ -4726,7 +4895,7 @@ export interface GetMapStyleDescriptorRequest {
4726
4895
  */
4727
4896
  MapName: string | undefined;
4728
4897
  /**
4729
- * <p>The optional <a href="https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html">API key</a> to authorize
4898
+ * <p>The optional <a href="https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html">API key</a> to authorize
4730
4899
  * the request.</p>
4731
4900
  * @public
4732
4901
  */
@@ -4778,7 +4947,7 @@ export interface GetMapTileRequest {
4778
4947
  */
4779
4948
  Y: string | undefined;
4780
4949
  /**
4781
- * <p>The optional <a href="https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html">API key</a> to authorize
4950
+ * <p>The optional <a href="https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html">API key</a> to authorize
4782
4951
  * the request.</p>
4783
4952
  * @public
4784
4953
  */
@@ -4838,7 +5007,7 @@ export interface GetPlaceRequest {
4838
5007
  */
4839
5008
  Language?: string | undefined;
4840
5009
  /**
4841
- * <p>The optional <a href="https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html">API key</a> to authorize
5010
+ * <p>The optional <a href="https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html">API key</a> to authorize
4842
5011
  * the request.</p>
4843
5012
  * @public
4844
5013
  */
@@ -4991,8 +5160,8 @@ export interface Place {
4991
5160
  /**
4992
5161
  * <p>The Amazon Location categories that describe this Place.</p>
4993
5162
  * <p>For more information about using categories, including a list of Amazon Location
4994
- * categories, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/category-filtering.html">Categories and filtering</a>, in the <i>Amazon Location Service Developer
4995
- * Guide</i>.</p>
5163
+ * categories, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/category-filtering.html">Categories and filtering</a>, in the <i>Amazon Location Service developer
5164
+ * guide</i>.</p>
4996
5165
  * @public
4997
5166
  */
4998
5167
  Categories?: string[] | undefined;
@@ -5266,7 +5435,7 @@ export interface ListPlaceIndexesResponseEntry {
5266
5435
  * </p>
5267
5436
  * </li>
5268
5437
  * </ul>
5269
- * <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>
5438
+ * <p>For more information about data providers, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html">Amazon Location Service data providers</a>.</p>
5270
5439
  * @public
5271
5440
  */
5272
5441
  DataSource: string | undefined;
@@ -5361,7 +5530,7 @@ export interface ListRouteCalculatorsResponseEntry {
5361
5530
  * </p>
5362
5531
  * </li>
5363
5532
  * </ul>
5364
- * <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>
5533
+ * <p>For more information about data providers, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html">Amazon Location Service data providers</a>.</p>
5365
5534
  * @public
5366
5535
  */
5367
5536
  DataSource: string | undefined;
@@ -5544,7 +5713,7 @@ export interface MapConfigurationUpdate {
5544
5713
  * view, such as <code>IND</code> for the Indian view.</p>
5545
5714
  * <note>
5546
5715
  * <p>Not all map resources or styles support political view styles. See
5547
- * <a href="https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#political-views">Political
5716
+ * <a href="https://docs.aws.amazon.com/location/previous/developerguide/map-concepts.html#political-views">Political
5548
5717
  * views</a>
5549
5718
  * for more information.</p>
5550
5719
  * </note>
@@ -5663,7 +5832,7 @@ export interface SearchPlaceIndexForPositionRequest {
5663
5832
  */
5664
5833
  Language?: string | undefined;
5665
5834
  /**
5666
- * <p>The optional <a href="https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html">API key</a> to authorize
5835
+ * <p>The optional <a href="https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html">API key</a> to authorize
5667
5836
  * the request.</p>
5668
5837
  * @public
5669
5838
  */
@@ -5733,7 +5902,7 @@ export interface SearchPlaceIndexForPositionSummary {
5733
5902
  * <p>Here</p>
5734
5903
  * </li>
5735
5904
  * </ul>
5736
- * <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>
5905
+ * <p>For more information about data providers, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html">Amazon Location Service data providers</a>.</p>
5737
5906
  * @public
5738
5907
  */
5739
5908
  DataSource: string | undefined;
@@ -5855,13 +6024,13 @@ export interface SearchPlaceIndexForSuggestionsRequest {
5855
6024
  * include more than one category, the results will include results that match
5856
6025
  * <i>any</i> of the categories listed.</p>
5857
6026
  * <p>For more information about using categories, including a list of Amazon Location
5858
- * categories, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/category-filtering.html">Categories and filtering</a>, in the <i>Amazon Location Service Developer
5859
- * Guide</i>.</p>
6027
+ * categories, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/category-filtering.html">Categories and filtering</a>, in the <i>Amazon Location Service developer
6028
+ * guide</i>.</p>
5860
6029
  * @public
5861
6030
  */
5862
6031
  FilterCategories?: string[] | undefined;
5863
6032
  /**
5864
- * <p>The optional <a href="https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html">API key</a> to authorize
6033
+ * <p>The optional <a href="https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html">API key</a> to authorize
5865
6034
  * the request.</p>
5866
6035
  * @public
5867
6036
  */
@@ -5895,8 +6064,8 @@ export interface SearchForSuggestionsResult {
5895
6064
  /**
5896
6065
  * <p>The Amazon Location categories that describe the Place.</p>
5897
6066
  * <p>For more information about using categories, including a list of Amazon Location
5898
- * categories, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/category-filtering.html">Categories and filtering</a>, in the <i>Amazon Location Service Developer
5899
- * Guide</i>.</p>
6067
+ * categories, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/category-filtering.html">Categories and filtering</a>, in the <i>Amazon Location Service developer
6068
+ * guide</i>.</p>
5900
6069
  * @public
5901
6070
  */
5902
6071
  Categories?: string[] | undefined;
@@ -5959,7 +6128,7 @@ export interface SearchPlaceIndexForSuggestionsSummary {
5959
6128
  * <p>Here</p>
5960
6129
  * </li>
5961
6130
  * </ul>
5962
- * <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>
6131
+ * <p>For more information about data providers, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html">Amazon Location Service data providers</a>.</p>
5963
6132
  * @public
5964
6133
  */
5965
6134
  DataSource: string | undefined;
@@ -6086,13 +6255,13 @@ export interface SearchPlaceIndexForTextRequest {
6086
6255
  * include more than one category, the results will include results that match
6087
6256
  * <i>any</i> of the categories listed.</p>
6088
6257
  * <p>For more information about using categories, including a list of Amazon Location
6089
- * categories, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/category-filtering.html">Categories and filtering</a>, in the <i>Amazon Location Service Developer
6090
- * Guide</i>.</p>
6258
+ * categories, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/category-filtering.html">Categories and filtering</a>, in the <i>Amazon Location Service developer
6259
+ * guide</i>.</p>
6091
6260
  * @public
6092
6261
  */
6093
6262
  FilterCategories?: string[] | undefined;
6094
6263
  /**
6095
- * <p>The optional <a href="https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html">API key</a> to authorize
6264
+ * <p>The optional <a href="https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html">API key</a> to authorize
6096
6265
  * the request.</p>
6097
6266
  * @public
6098
6267
  */
@@ -6199,7 +6368,7 @@ export interface SearchPlaceIndexForTextSummary {
6199
6368
  * <p>Here</p>
6200
6369
  * </li>
6201
6370
  * </ul>
6202
- * <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>
6371
+ * <p>For more information about data providers, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html">Amazon Location Service data providers</a>.</p>
6203
6372
  * @public
6204
6373
  */
6205
6374
  DataSource: string | undefined;
@@ -6511,6 +6680,14 @@ export interface VerifyDevicePositionResponse {
6511
6680
  */
6512
6681
  DistanceUnit: DistanceUnit | undefined;
6513
6682
  }
6683
+ /**
6684
+ * @internal
6685
+ */
6686
+ export declare const ApiKeyRestrictionsFilterSensitiveLog: (obj: ApiKeyRestrictions) => any;
6687
+ /**
6688
+ * @internal
6689
+ */
6690
+ export declare const CreateKeyRequestFilterSensitiveLog: (obj: CreateKeyRequest) => any;
6514
6691
  /**
6515
6692
  * @internal
6516
6693
  */
@@ -6519,6 +6696,26 @@ export declare const CreateKeyResponseFilterSensitiveLog: (obj: CreateKeyRespons
6519
6696
  * @internal
6520
6697
  */
6521
6698
  export declare const DescribeKeyResponseFilterSensitiveLog: (obj: DescribeKeyResponse) => any;
6699
+ /**
6700
+ * @internal
6701
+ */
6702
+ export declare const ListKeysResponseEntryFilterSensitiveLog: (obj: ListKeysResponseEntry) => any;
6703
+ /**
6704
+ * @internal
6705
+ */
6706
+ export declare const ListKeysResponseFilterSensitiveLog: (obj: ListKeysResponse) => any;
6707
+ /**
6708
+ * @internal
6709
+ */
6710
+ export declare const UpdateKeyRequestFilterSensitiveLog: (obj: UpdateKeyRequest) => any;
6711
+ /**
6712
+ * @internal
6713
+ */
6714
+ export declare const UpdateKeyResponseFilterSensitiveLog: (obj: UpdateKeyResponse) => any;
6715
+ /**
6716
+ * @internal
6717
+ */
6718
+ export declare const PositionalAccuracyFilterSensitiveLog: (obj: PositionalAccuracy) => any;
6522
6719
  /**
6523
6720
  * @internal
6524
6721
  */
@@ -6527,6 +6724,14 @@ export declare const DevicePositionUpdateFilterSensitiveLog: (obj: DevicePositio
6527
6724
  * @internal
6528
6725
  */
6529
6726
  export declare const BatchEvaluateGeofencesRequestFilterSensitiveLog: (obj: BatchEvaluateGeofencesRequest) => any;
6727
+ /**
6728
+ * @internal
6729
+ */
6730
+ export declare const BatchEvaluateGeofencesErrorFilterSensitiveLog: (obj: BatchEvaluateGeofencesError) => any;
6731
+ /**
6732
+ * @internal
6733
+ */
6734
+ export declare const BatchEvaluateGeofencesResponseFilterSensitiveLog: (obj: BatchEvaluateGeofencesResponse) => any;
6530
6735
  /**
6531
6736
  * @internal
6532
6737
  */
@@ -6551,10 +6756,26 @@ export declare const BatchPutGeofenceRequestEntryFilterSensitiveLog: (obj: Batch
6551
6756
  * @internal
6552
6757
  */
6553
6758
  export declare const BatchPutGeofenceRequestFilterSensitiveLog: (obj: BatchPutGeofenceRequest) => any;
6759
+ /**
6760
+ * @internal
6761
+ */
6762
+ export declare const BatchPutGeofenceSuccessFilterSensitiveLog: (obj: BatchPutGeofenceSuccess) => any;
6763
+ /**
6764
+ * @internal
6765
+ */
6766
+ export declare const BatchPutGeofenceResponseFilterSensitiveLog: (obj: BatchPutGeofenceResponse) => any;
6554
6767
  /**
6555
6768
  * @internal
6556
6769
  */
6557
6770
  export declare const BatchUpdateDevicePositionRequestFilterSensitiveLog: (obj: BatchUpdateDevicePositionRequest) => any;
6771
+ /**
6772
+ * @internal
6773
+ */
6774
+ export declare const BatchUpdateDevicePositionErrorFilterSensitiveLog: (obj: BatchUpdateDevicePositionError) => any;
6775
+ /**
6776
+ * @internal
6777
+ */
6778
+ export declare const BatchUpdateDevicePositionResponseFilterSensitiveLog: (obj: BatchUpdateDevicePositionResponse) => any;
6558
6779
  /**
6559
6780
  * @internal
6560
6781
  */
@@ -6587,6 +6808,54 @@ export declare const CalculateRouteMatrixRequestFilterSensitiveLog: (obj: Calcul
6587
6808
  * @internal
6588
6809
  */
6589
6810
  export declare const CalculateRouteMatrixResponseFilterSensitiveLog: (obj: CalculateRouteMatrixResponse) => any;
6811
+ /**
6812
+ * @internal
6813
+ */
6814
+ export declare const CreateGeofenceCollectionResponseFilterSensitiveLog: (obj: CreateGeofenceCollectionResponse) => any;
6815
+ /**
6816
+ * @internal
6817
+ */
6818
+ export declare const MapConfigurationFilterSensitiveLog: (obj: MapConfiguration) => any;
6819
+ /**
6820
+ * @internal
6821
+ */
6822
+ export declare const CreateMapRequestFilterSensitiveLog: (obj: CreateMapRequest) => any;
6823
+ /**
6824
+ * @internal
6825
+ */
6826
+ export declare const CreateMapResponseFilterSensitiveLog: (obj: CreateMapResponse) => any;
6827
+ /**
6828
+ * @internal
6829
+ */
6830
+ export declare const CreatePlaceIndexResponseFilterSensitiveLog: (obj: CreatePlaceIndexResponse) => any;
6831
+ /**
6832
+ * @internal
6833
+ */
6834
+ export declare const CreateRouteCalculatorResponseFilterSensitiveLog: (obj: CreateRouteCalculatorResponse) => any;
6835
+ /**
6836
+ * @internal
6837
+ */
6838
+ export declare const CreateTrackerResponseFilterSensitiveLog: (obj: CreateTrackerResponse) => any;
6839
+ /**
6840
+ * @internal
6841
+ */
6842
+ export declare const DescribeGeofenceCollectionResponseFilterSensitiveLog: (obj: DescribeGeofenceCollectionResponse) => any;
6843
+ /**
6844
+ * @internal
6845
+ */
6846
+ export declare const DescribeMapResponseFilterSensitiveLog: (obj: DescribeMapResponse) => any;
6847
+ /**
6848
+ * @internal
6849
+ */
6850
+ export declare const DescribePlaceIndexResponseFilterSensitiveLog: (obj: DescribePlaceIndexResponse) => any;
6851
+ /**
6852
+ * @internal
6853
+ */
6854
+ export declare const DescribeRouteCalculatorResponseFilterSensitiveLog: (obj: DescribeRouteCalculatorResponse) => any;
6855
+ /**
6856
+ * @internal
6857
+ */
6858
+ export declare const DescribeTrackerResponseFilterSensitiveLog: (obj: DescribeTrackerResponse) => any;
6590
6859
  /**
6591
6860
  * @internal
6592
6861
  */
@@ -6611,6 +6880,14 @@ export declare const ForecastGeofenceEventsResponseFilterSensitiveLog: (obj: For
6611
6880
  * @internal
6612
6881
  */
6613
6882
  export declare const GetGeofenceResponseFilterSensitiveLog: (obj: GetGeofenceResponse) => any;
6883
+ /**
6884
+ * @internal
6885
+ */
6886
+ export declare const ListGeofenceCollectionsResponseEntryFilterSensitiveLog: (obj: ListGeofenceCollectionsResponseEntry) => any;
6887
+ /**
6888
+ * @internal
6889
+ */
6890
+ export declare const ListGeofenceCollectionsResponseFilterSensitiveLog: (obj: ListGeofenceCollectionsResponse) => any;
6614
6891
  /**
6615
6892
  * @internal
6616
6893
  */
@@ -6623,10 +6900,22 @@ export declare const ListGeofencesResponseFilterSensitiveLog: (obj: ListGeofence
6623
6900
  * @internal
6624
6901
  */
6625
6902
  export declare const PutGeofenceRequestFilterSensitiveLog: (obj: PutGeofenceRequest) => any;
6903
+ /**
6904
+ * @internal
6905
+ */
6906
+ export declare const PutGeofenceResponseFilterSensitiveLog: (obj: PutGeofenceResponse) => any;
6907
+ /**
6908
+ * @internal
6909
+ */
6910
+ export declare const UpdateGeofenceCollectionResponseFilterSensitiveLog: (obj: UpdateGeofenceCollectionResponse) => any;
6626
6911
  /**
6627
6912
  * @internal
6628
6913
  */
6629
6914
  export declare const GetDevicePositionResponseFilterSensitiveLog: (obj: GetDevicePositionResponse) => any;
6915
+ /**
6916
+ * @internal
6917
+ */
6918
+ export declare const GetDevicePositionHistoryRequestFilterSensitiveLog: (obj: GetDevicePositionHistoryRequest) => any;
6630
6919
  /**
6631
6920
  * @internal
6632
6921
  */
@@ -6683,6 +6972,50 @@ export declare const ListDevicePositionsResponseEntryFilterSensitiveLog: (obj: L
6683
6972
  * @internal
6684
6973
  */
6685
6974
  export declare const ListDevicePositionsResponseFilterSensitiveLog: (obj: ListDevicePositionsResponse) => any;
6975
+ /**
6976
+ * @internal
6977
+ */
6978
+ export declare const ListMapsResponseEntryFilterSensitiveLog: (obj: ListMapsResponseEntry) => any;
6979
+ /**
6980
+ * @internal
6981
+ */
6982
+ export declare const ListMapsResponseFilterSensitiveLog: (obj: ListMapsResponse) => any;
6983
+ /**
6984
+ * @internal
6985
+ */
6986
+ export declare const ListPlaceIndexesResponseEntryFilterSensitiveLog: (obj: ListPlaceIndexesResponseEntry) => any;
6987
+ /**
6988
+ * @internal
6989
+ */
6990
+ export declare const ListPlaceIndexesResponseFilterSensitiveLog: (obj: ListPlaceIndexesResponse) => any;
6991
+ /**
6992
+ * @internal
6993
+ */
6994
+ export declare const ListRouteCalculatorsResponseEntryFilterSensitiveLog: (obj: ListRouteCalculatorsResponseEntry) => any;
6995
+ /**
6996
+ * @internal
6997
+ */
6998
+ export declare const ListRouteCalculatorsResponseFilterSensitiveLog: (obj: ListRouteCalculatorsResponse) => any;
6999
+ /**
7000
+ * @internal
7001
+ */
7002
+ export declare const ListTrackersResponseEntryFilterSensitiveLog: (obj: ListTrackersResponseEntry) => any;
7003
+ /**
7004
+ * @internal
7005
+ */
7006
+ export declare const ListTrackersResponseFilterSensitiveLog: (obj: ListTrackersResponse) => any;
7007
+ /**
7008
+ * @internal
7009
+ */
7010
+ export declare const MapConfigurationUpdateFilterSensitiveLog: (obj: MapConfigurationUpdate) => any;
7011
+ /**
7012
+ * @internal
7013
+ */
7014
+ export declare const UpdateMapRequestFilterSensitiveLog: (obj: UpdateMapRequest) => any;
7015
+ /**
7016
+ * @internal
7017
+ */
7018
+ export declare const UpdateMapResponseFilterSensitiveLog: (obj: UpdateMapResponse) => any;
6686
7019
  /**
6687
7020
  * @internal
6688
7021
  */
@@ -6727,6 +7060,18 @@ export declare const SearchPlaceIndexForTextSummaryFilterSensitiveLog: (obj: Sea
6727
7060
  * @internal
6728
7061
  */
6729
7062
  export declare const SearchPlaceIndexForTextResponseFilterSensitiveLog: (obj: SearchPlaceIndexForTextResponse) => any;
7063
+ /**
7064
+ * @internal
7065
+ */
7066
+ export declare const UpdatePlaceIndexResponseFilterSensitiveLog: (obj: UpdatePlaceIndexResponse) => any;
7067
+ /**
7068
+ * @internal
7069
+ */
7070
+ export declare const UpdateRouteCalculatorResponseFilterSensitiveLog: (obj: UpdateRouteCalculatorResponse) => any;
7071
+ /**
7072
+ * @internal
7073
+ */
7074
+ export declare const UpdateTrackerResponseFilterSensitiveLog: (obj: UpdateTrackerResponse) => any;
6730
7075
  /**
6731
7076
  * @internal
6732
7077
  */