aws-sdk 2.1041.0 → 2.1045.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 (43) hide show
  1. package/CHANGELOG.md +22 -1
  2. package/README.md +1 -1
  3. package/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
  4. package/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
  5. package/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
  6. package/apis/appsync-2017-07-25.min.json +327 -102
  7. package/apis/comprehendmedical-2018-10-30.min.json +244 -29
  8. package/apis/iot-2015-05-28.min.json +280 -271
  9. package/apis/location-2020-11-19.min.json +235 -107
  10. package/apis/logs-2014-03-28.min.json +4 -1
  11. package/apis/lookoutvision-2020-11-20.min.json +208 -11
  12. package/apis/lookoutvision-2020-11-20.paginators.json +6 -0
  13. package/apis/metadata.json +3 -0
  14. package/apis/networkmanager-2019-07-05.min.json +1931 -558
  15. package/apis/networkmanager-2019-07-05.paginators.json +36 -0
  16. package/apis/outposts-2019-12-03.min.json +29 -0
  17. package/apis/ram-2018-01-04.min.json +16 -11
  18. package/apis/sagemaker-2017-07-24.min.json +31 -28
  19. package/clients/all.d.ts +1 -0
  20. package/clients/all.js +2 -1
  21. package/clients/amplifyuibuilder.d.ts +1003 -0
  22. package/clients/amplifyuibuilder.js +18 -0
  23. package/clients/appsync.d.ts +330 -109
  24. package/clients/cloudwatchlogs.d.ts +6 -1
  25. package/clients/comprehendmedical.d.ts +306 -25
  26. package/clients/health.d.ts +2 -2
  27. package/clients/iot.d.ts +13 -0
  28. package/clients/location.d.ts +139 -9
  29. package/clients/lookoutvision.d.ts +293 -23
  30. package/clients/networkmanager.d.ts +1856 -361
  31. package/clients/outposts.d.ts +47 -3
  32. package/clients/ram.d.ts +234 -212
  33. package/clients/rekognition.d.ts +5 -5
  34. package/clients/route53.d.ts +11 -11
  35. package/clients/sagemaker.d.ts +3 -1
  36. package/clients/support.d.ts +62 -62
  37. package/dist/aws-sdk-core-react-native.js +2 -2
  38. package/dist/aws-sdk-react-native.js +53 -16
  39. package/dist/aws-sdk.js +769 -411
  40. package/dist/aws-sdk.min.js +74 -74
  41. package/lib/config_service_placeholders.d.ts +2 -0
  42. package/lib/core.js +1 -1
  43. package/package.json +1 -1
@@ -36,11 +36,11 @@ declare class Location extends Service {
36
36
  */
37
37
  batchDeleteGeofence(callback?: (err: AWSError, data: Location.Types.BatchDeleteGeofenceResponse) => void): Request<Location.Types.BatchDeleteGeofenceResponse, AWSError>;
38
38
  /**
39
- * Evaluates device positions against the geofence geometries from a given geofence collection. This operation always returns an empty response because geofences are asynchronously evaluated. The evaluation determines if the device has entered or exited a geofenced area, and then publishes one of the following events to Amazon EventBridge: ENTER if Amazon Location determines that the tracked device has entered a geofenced area. EXIT if Amazon Location determines that the tracked device has exited a geofenced area. The last geofence that a device was observed within is tracked for 30 days after the most recent device position update.
39
+ * Evaluates device positions against the geofence geometries from a given geofence collection. This operation always returns an empty response because geofences are asynchronously evaluated. The evaluation determines if the device has entered or exited a geofenced area, and then publishes one of the following events to Amazon EventBridge: ENTER if Amazon Location determines that the tracked device has entered a geofenced area. EXIT if Amazon Location determines that the tracked device has exited a geofenced area. The last geofence that a device was observed within is tracked for 30 days after the most recent device position update. Geofence evaluation uses the given device position. It does not account for the optional Accuracy of a DevicePositionUpdate.
40
40
  */
41
41
  batchEvaluateGeofences(params: Location.Types.BatchEvaluateGeofencesRequest, callback?: (err: AWSError, data: Location.Types.BatchEvaluateGeofencesResponse) => void): Request<Location.Types.BatchEvaluateGeofencesResponse, AWSError>;
42
42
  /**
43
- * Evaluates device positions against the geofence geometries from a given geofence collection. This operation always returns an empty response because geofences are asynchronously evaluated. The evaluation determines if the device has entered or exited a geofenced area, and then publishes one of the following events to Amazon EventBridge: ENTER if Amazon Location determines that the tracked device has entered a geofenced area. EXIT if Amazon Location determines that the tracked device has exited a geofenced area. The last geofence that a device was observed within is tracked for 30 days after the most recent device position update.
43
+ * Evaluates device positions against the geofence geometries from a given geofence collection. This operation always returns an empty response because geofences are asynchronously evaluated. The evaluation determines if the device has entered or exited a geofenced area, and then publishes one of the following events to Amazon EventBridge: ENTER if Amazon Location determines that the tracked device has entered a geofenced area. EXIT if Amazon Location determines that the tracked device has exited a geofenced area. The last geofence that a device was observed within is tracked for 30 days after the most recent device position update. Geofence evaluation uses the given device position. It does not account for the optional Accuracy of a DevicePositionUpdate.
44
44
  */
45
45
  batchEvaluateGeofences(callback?: (err: AWSError, data: Location.Types.BatchEvaluateGeofencesResponse) => void): Request<Location.Types.BatchEvaluateGeofencesResponse, AWSError>;
46
46
  /**
@@ -60,11 +60,11 @@ declare class Location extends Service {
60
60
  */
61
61
  batchPutGeofence(callback?: (err: AWSError, data: Location.Types.BatchPutGeofenceResponse) => void): Request<Location.Types.BatchPutGeofenceResponse, AWSError>;
62
62
  /**
63
- * Uploads position update data for one or more devices to a tracker resource. Amazon Location uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30 days. Position updates are handled based on the PositionFiltering property of the tracker. When PositionFiltering is set to TimeBased, updates are evaluated against linked geofence collections, and location data is stored at a maximum of one position per 30 second interval. If your update frequency is more often than every 30 seconds, only one update per 30 seconds is stored for each unique device ID. When PositionFiltering is set to DistanceBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than 30 m (98.4 ft).
63
+ * Uploads position update data for one or more devices to a tracker resource. Amazon Location uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30 days. Position updates are handled based on the PositionFiltering property of the tracker. When PositionFiltering is set to TimeBased, updates are evaluated against linked geofence collections, and location data is stored at a maximum of one position per 30 second interval. If your update frequency is more often than every 30 seconds, only one update per 30 seconds is stored for each unique device ID. When PositionFiltering is set to DistanceBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than 30 m (98.4 ft). When PositionFiltering is set to AccuracyBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than the measured accuracy. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the second update is neither stored or evaluated if the device has moved less than 15 m. If PositionFiltering is set to AccuracyBased filtering, Amazon Location uses the default value { "Horizontal": 0} when accuracy is not provided on a DevicePositionUpdate.
64
64
  */
65
65
  batchUpdateDevicePosition(params: Location.Types.BatchUpdateDevicePositionRequest, callback?: (err: AWSError, data: Location.Types.BatchUpdateDevicePositionResponse) => void): Request<Location.Types.BatchUpdateDevicePositionResponse, AWSError>;
66
66
  /**
67
- * Uploads position update data for one or more devices to a tracker resource. Amazon Location uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30 days. Position updates are handled based on the PositionFiltering property of the tracker. When PositionFiltering is set to TimeBased, updates are evaluated against linked geofence collections, and location data is stored at a maximum of one position per 30 second interval. If your update frequency is more often than every 30 seconds, only one update per 30 seconds is stored for each unique device ID. When PositionFiltering is set to DistanceBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than 30 m (98.4 ft).
67
+ * Uploads position update data for one or more devices to a tracker resource. Amazon Location uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30 days. Position updates are handled based on the PositionFiltering property of the tracker. When PositionFiltering is set to TimeBased, updates are evaluated against linked geofence collections, and location data is stored at a maximum of one position per 30 second interval. If your update frequency is more often than every 30 seconds, only one update per 30 seconds is stored for each unique device ID. When PositionFiltering is set to DistanceBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than 30 m (98.4 ft). When PositionFiltering is set to AccuracyBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than the measured accuracy. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the second update is neither stored or evaluated if the device has moved less than 15 m. If PositionFiltering is set to AccuracyBased filtering, Amazon Location uses the default value { "Horizontal": 0} when accuracy is not provided on a DevicePositionUpdate.
68
68
  */
69
69
  batchUpdateDevicePosition(callback?: (err: AWSError, data: Location.Types.BatchUpdateDevicePositionResponse) => void): Request<Location.Types.BatchUpdateDevicePositionResponse, AWSError>;
70
70
  /**
@@ -92,11 +92,11 @@ declare class Location extends Service {
92
92
  */
93
93
  createMap(callback?: (err: AWSError, data: Location.Types.CreateMapResponse) => void): Request<Location.Types.CreateMapResponse, AWSError>;
94
94
  /**
95
- * Creates a place index resource in your AWS account. Use a place index resource to geocode addresses and other text queries by using the SearchPlaceIndexForText operation, and reverse geocode coordinates by using the SearchPlaceIndexForPosition operation.
95
+ * Creates a place index resource in your AWS account. Use a place index resource to geocode addresses and other text queries by using the SearchPlaceIndexForText operation, and reverse geocode coordinates by using the SearchPlaceIndexForPosition operation, and enable autosuggestions by using the SearchPlaceIndexForSuggestions operation.
96
96
  */
97
97
  createPlaceIndex(params: Location.Types.CreatePlaceIndexRequest, callback?: (err: AWSError, data: Location.Types.CreatePlaceIndexResponse) => void): Request<Location.Types.CreatePlaceIndexResponse, AWSError>;
98
98
  /**
99
- * Creates a place index resource in your AWS account. Use a place index resource to geocode addresses and other text queries by using the SearchPlaceIndexForText operation, and reverse geocode coordinates by using the SearchPlaceIndexForPosition operation.
99
+ * Creates a place index resource in your AWS account. Use a place index resource to geocode addresses and other text queries by using the SearchPlaceIndexForText operation, and reverse geocode coordinates by using the SearchPlaceIndexForPosition operation, and enable autosuggestions by using the SearchPlaceIndexForSuggestions operation.
100
100
  */
101
101
  createPlaceIndex(callback?: (err: AWSError, data: Location.Types.CreatePlaceIndexResponse) => void): Request<Location.Types.CreatePlaceIndexResponse, AWSError>;
102
102
  /**
@@ -347,6 +347,14 @@ declare class Location extends Service {
347
347
  * Reverse geocodes a given coordinate and returns a legible address. Allows you to search for Places or points of interest near a given position.
348
348
  */
349
349
  searchPlaceIndexForPosition(callback?: (err: AWSError, data: Location.Types.SearchPlaceIndexForPositionResponse) => void): Request<Location.Types.SearchPlaceIndexForPositionResponse, AWSError>;
350
+ /**
351
+ * Generates suggestions for addresses and points of interest based on partial or misspelled free-form text. This operation is also known as autocomplete, autosuggest, or fuzzy matching. Optional parameters let you narrow your search results by bounding box or country, or bias your search toward a specific position on the globe. You can search for suggested place names near a specified position by using BiasPosition, or filter results within a bounding box by using FilterBBox. These parameters are mutually exclusive; using both BiasPosition and FilterBBox in the same command returns an error.
352
+ */
353
+ searchPlaceIndexForSuggestions(params: Location.Types.SearchPlaceIndexForSuggestionsRequest, callback?: (err: AWSError, data: Location.Types.SearchPlaceIndexForSuggestionsResponse) => void): Request<Location.Types.SearchPlaceIndexForSuggestionsResponse, AWSError>;
354
+ /**
355
+ * Generates suggestions for addresses and points of interest based on partial or misspelled free-form text. This operation is also known as autocomplete, autosuggest, or fuzzy matching. Optional parameters let you narrow your search results by bounding box or country, or bias your search toward a specific position on the globe. You can search for suggested place names near a specified position by using BiasPosition, or filter results within a bounding box by using FilterBBox. These parameters are mutually exclusive; using both BiasPosition and FilterBBox in the same command returns an error.
356
+ */
357
+ searchPlaceIndexForSuggestions(callback?: (err: AWSError, data: Location.Types.SearchPlaceIndexForSuggestionsResponse) => void): Request<Location.Types.SearchPlaceIndexForSuggestionsResponse, AWSError>;
350
358
  /**
351
359
  * Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest. Optional parameters let you narrow your search results by bounding box or country, or bias your search toward a specific position on the globe. You can search for places near a given position using BiasPosition, or filter results within a bounding box using FilterBBox. Providing both parameters simultaneously returns an error. Search results are returned in order of highest to lowest relevance.
352
360
  */
@@ -921,7 +929,7 @@ declare namespace Location {
921
929
  */
922
930
  KmsKeyId?: KmsKeyId;
923
931
  /**
924
- * Specifies the position filtering for the tracker resource. Valid values: TimeBased - Location updates are evaluated against linked geofence collections, but not every location update is stored. If your update frequency is more often than 30 seconds, only one update per 30 seconds is stored for each unique device ID. DistanceBased - If the device has moved less than 30 m (98.4 ft), location updates are ignored. Location updates within this area are neither evaluated against linked geofence collections, nor stored. This helps control costs by reducing the number of geofence evaluations and historical device positions to paginate through. Distance-based filtering can also reduce the effects of GPS noise when displaying device trajectories on a map. This field is optional. If not specified, the default value is TimeBased.
932
+ * Specifies the position filtering for the tracker resource. Valid values: TimeBased - Location updates are evaluated against linked geofence collections, but not every location update is stored. If your update frequency is more often than 30 seconds, only one update per 30 seconds is stored for each unique device ID. DistanceBased - If the device has moved less than 30 m (98.4 ft), location updates are ignored. Location updates within this area are neither evaluated against linked geofence collections, nor stored. This helps control costs by reducing the number of geofence evaluations and historical device positions to paginate through. Distance-based filtering can also reduce the effects of GPS noise when displaying device trajectories on a map. AccuracyBased - If the device has moved less than the measured accuracy, location updates are ignored. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the second update is ignored if the device has moved less than 15 m. Ignored location updates are neither evaluated against linked geofence collections, nor stored. This can reduce the effects of GPS noise when displaying device trajectories on a map, and can help control your costs by reducing the number of geofence evaluations. This field is optional. If not specified, the default value is TimeBased.
925
933
  */
926
934
  PositionFiltering?: PositionFiltering;
927
935
  /**
@@ -1222,6 +1230,10 @@ declare namespace Location {
1222
1230
  UpdateTime: Timestamp;
1223
1231
  }
1224
1232
  export interface DevicePosition {
1233
+ /**
1234
+ * The accuracy of the device position.
1235
+ */
1236
+ Accuracy?: PositionalAccuracy;
1225
1237
  /**
1226
1238
  * The device whose position you retrieved.
1227
1239
  */
@@ -1230,6 +1242,10 @@ declare namespace Location {
1230
1242
  * The last known device position.
1231
1243
  */
1232
1244
  Position: Position;
1245
+ /**
1246
+ * The properties associated with the position.
1247
+ */
1248
+ PositionProperties?: PropertyMap;
1233
1249
  /**
1234
1250
  * The timestamp for when the tracker resource received the device position in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
1235
1251
  */
@@ -1241,6 +1257,10 @@ declare namespace Location {
1241
1257
  }
1242
1258
  export type DevicePositionList = DevicePosition[];
1243
1259
  export interface DevicePositionUpdate {
1260
+ /**
1261
+ * The accuracy of the device position.
1262
+ */
1263
+ Accuracy?: PositionalAccuracy;
1244
1264
  /**
1245
1265
  * The device associated to the position update.
1246
1266
  */
@@ -1249,6 +1269,10 @@ declare namespace Location {
1249
1269
  * The latest device position defined in WGS 84 format: [X or longitude, Y or latitude].
1250
1270
  */
1251
1271
  Position: Position;
1272
+ /**
1273
+ * Associates one of more properties with the position update. A property is a key-value pair stored with the position update and added to any geofence event the update may trigger. Format: "key" : "value"
1274
+ */
1275
+ PositionProperties?: PropertyMap;
1252
1276
  /**
1253
1277
  * The timestamp at which the device's position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
1254
1278
  */
@@ -1318,6 +1342,10 @@ declare namespace Location {
1318
1342
  TrackerName: ResourceName;
1319
1343
  }
1320
1344
  export interface GetDevicePositionResponse {
1345
+ /**
1346
+ * The accuracy of the device position.
1347
+ */
1348
+ Accuracy?: PositionalAccuracy;
1321
1349
  /**
1322
1350
  * The device whose position you retrieved.
1323
1351
  */
@@ -1326,6 +1354,10 @@ declare namespace Location {
1326
1354
  * The last known device position.
1327
1355
  */
1328
1356
  Position: Position;
1357
+ /**
1358
+ * The properties associated with the position.
1359
+ */
1360
+ PositionProperties?: PropertyMap;
1329
1361
  /**
1330
1362
  * The timestamp for when the tracker resource received the device position in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
1331
1363
  */
@@ -1529,6 +1561,10 @@ declare namespace Location {
1529
1561
  NextToken?: Token;
1530
1562
  }
1531
1563
  export interface ListDevicePositionsResponseEntry {
1564
+ /**
1565
+ * The accuracy of the device position.
1566
+ */
1567
+ Accuracy?: PositionalAccuracy;
1532
1568
  /**
1533
1569
  * The ID of the device for this position.
1534
1570
  */
@@ -1537,6 +1573,10 @@ declare namespace Location {
1537
1573
  * The last known device position. Empty if no positions currently stored.
1538
1574
  */
1539
1575
  Position: Position;
1576
+ /**
1577
+ * The properties associated with the position.
1578
+ */
1579
+ PositionProperties?: PropertyMap;
1540
1580
  /**
1541
1581
  * The timestamp at which the device position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
1542
1582
  */
@@ -1926,7 +1966,17 @@ declare namespace Location {
1926
1966
  export type PlaceIndexSearchResultLimit = number;
1927
1967
  export type Position = Double[];
1928
1968
  export type PositionFiltering = "TimeBased"|"DistanceBased"|"AccuracyBased"|string;
1969
+ export interface PositionalAccuracy {
1970
+ /**
1971
+ * Estimated maximum distance, in meters, between the measured position and the true position of a device, along the Earth's surface.
1972
+ */
1973
+ Horizontal: PositionalAccuracyHorizontalDouble;
1974
+ }
1975
+ export type PositionalAccuracyHorizontalDouble = number;
1929
1976
  export type PricingPlan = "RequestBasedUsage"|"MobileAssetTracking"|"MobileAssetManagement"|string;
1977
+ export type PropertyMap = {[key: string]: PropertyMapValueString};
1978
+ export type PropertyMapKeyString = string;
1979
+ export type PropertyMapValueString = string;
1930
1980
  export interface PutGeofenceRequest {
1931
1981
  /**
1932
1982
  * The geofence collection to store the geofence in.
@@ -1969,6 +2019,13 @@ declare namespace Location {
1969
2019
  }
1970
2020
  export type SearchForPositionResultDistanceDouble = number;
1971
2021
  export type SearchForPositionResultList = SearchForPositionResult[];
2022
+ export interface SearchForSuggestionsResult {
2023
+ /**
2024
+ * The text of the place suggestion, typically formatted as an address string.
2025
+ */
2026
+ Text: String;
2027
+ }
2028
+ export type SearchForSuggestionsResultList = SearchForSuggestionsResult[];
1972
2029
  export interface SearchForTextResult {
1973
2030
  /**
1974
2031
  * The distance in meters of a great-circle arc between the bias position specified and the result. Distance will be returned only if a bias position was specified in the query. A great-circle arc is the shortest path on a sphere, in this case the Earth. This returns the shortest distance between two locations.
@@ -2032,6 +2089,77 @@ declare namespace Location {
2032
2089
  */
2033
2090
  Position: Position;
2034
2091
  }
2092
+ export interface SearchPlaceIndexForSuggestionsRequest {
2093
+ /**
2094
+ * An optional parameter that indicates a preference for place suggestions that are closer to a specified position. If provided, this parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude. For example, [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847. BiasPosition and FilterBBox are mutually exclusive. Specifying both options results in an error.
2095
+ */
2096
+ BiasPosition?: Position;
2097
+ /**
2098
+ * An optional parameter that limits the search results by returning only suggestions within a specified bounding box. If provided, this parameter must contain a total of four consecutive numbers in two pairs. The first pair of numbers represents the X and Y coordinates (longitude and latitude, respectively) of the southwest corner of the bounding box; the second pair of numbers represents the X and Y coordinates (longitude and latitude, respectively) of the northeast corner of the bounding box. For example, [-12.7935, -37.4835, -12.0684, -36.9542] represents a bounding box where the southwest corner has longitude -12.7935 and latitude -37.4835, and the northeast corner has longitude -12.0684 and latitude -36.9542. FilterBBox and BiasPosition are mutually exclusive. Specifying both options results in an error.
2099
+ */
2100
+ FilterBBox?: BoundingBox;
2101
+ /**
2102
+ * An optional parameter that limits the search results by returning only suggestions within the provided list of countries. Use the ISO 3166 3-digit country code. For example, Australia uses three upper-case characters: AUS.
2103
+ */
2104
+ FilterCountries?: CountryCodeList;
2105
+ /**
2106
+ * The name of the place index resource you want to use for the search.
2107
+ */
2108
+ IndexName: ResourceName;
2109
+ /**
2110
+ * The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en for English. This setting affects the languages used in the results. It does not change which results are returned. If the language is not specified, or not supported for a particular result, the partner automatically chooses a language for the result. Used only when the partner selected is Here.
2111
+ */
2112
+ Language?: LanguageTag;
2113
+ /**
2114
+ * An optional parameter. The maximum number of results returned per request. The default: 5
2115
+ */
2116
+ MaxResults?: SearchPlaceIndexForSuggestionsRequestMaxResultsInteger;
2117
+ /**
2118
+ * The free-form partial text to use to generate place suggestions. For example, eiffel tow.
2119
+ */
2120
+ Text: SyntheticSearchPlaceIndexForSuggestionsRequestString;
2121
+ }
2122
+ export type SearchPlaceIndexForSuggestionsRequestMaxResultsInteger = number;
2123
+ export interface SearchPlaceIndexForSuggestionsResponse {
2124
+ /**
2125
+ * A list of place suggestions that best match the search text.
2126
+ */
2127
+ Results: SearchForSuggestionsResultList;
2128
+ /**
2129
+ * Contains a summary of the request. Echoes the input values for BiasPosition, FilterBBox, FilterCountries, Language, MaxResults, and Text. Also includes the DataSource of the place index.
2130
+ */
2131
+ Summary: SearchPlaceIndexForSuggestionsSummary;
2132
+ }
2133
+ export interface SearchPlaceIndexForSuggestionsSummary {
2134
+ /**
2135
+ * Contains the coordinates for the optional bias position specified in the request. This parameter contains a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude. For example, [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847.
2136
+ */
2137
+ BiasPosition?: Position;
2138
+ /**
2139
+ * The geospatial data provider attached to the place index resource specified in the request. Values can be one of the following: Esri Here For more information about data providers, see Amazon Location Service data providers.
2140
+ */
2141
+ DataSource: String;
2142
+ /**
2143
+ * Contains the coordinates for the optional bounding box specified in the request.
2144
+ */
2145
+ FilterBBox?: BoundingBox;
2146
+ /**
2147
+ * Contains the optional country filter specified in the request.
2148
+ */
2149
+ FilterCountries?: CountryCodeList;
2150
+ /**
2151
+ * The preferred language used to return results. Matches the language in the request. The value is a valid BCP 47 language tag, for example, en for English.
2152
+ */
2153
+ Language?: LanguageTag;
2154
+ /**
2155
+ * Contains the optional result count limit specified in the request.
2156
+ */
2157
+ MaxResults?: Integer;
2158
+ /**
2159
+ * The free-form partial text input specified in the request.
2160
+ */
2161
+ Text: SyntheticSearchPlaceIndexForSuggestionsSummaryString;
2162
+ }
2035
2163
  export interface SearchPlaceIndexForTextRequest {
2036
2164
  /**
2037
2165
  * An optional parameter that indicates a preference for places that are closer to a specified position. If provided, this parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude. For example, [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847. BiasPosition and FilterBBox are mutually exclusive. Specifying both options results in an error.
@@ -2074,7 +2202,7 @@ declare namespace Location {
2074
2202
  }
2075
2203
  export interface SearchPlaceIndexForTextSummary {
2076
2204
  /**
2077
- * Contains the coordinates for the optional bias position specified in the request.
2205
+ * Contains the coordinates for the optional bias position specified in the request. This parameter contains a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude. For example, [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847.
2078
2206
  */
2079
2207
  BiasPosition?: Position;
2080
2208
  /**
@@ -2133,6 +2261,8 @@ declare namespace Location {
2133
2261
  export type StepGeometryOffsetInteger = number;
2134
2262
  export type StepList = Step[];
2135
2263
  export type String = string;
2264
+ export type SyntheticSearchPlaceIndexForSuggestionsRequestString = string;
2265
+ export type SyntheticSearchPlaceIndexForSuggestionsSummaryString = string;
2136
2266
  export type SyntheticSearchPlaceIndexForTextRequestString = string;
2137
2267
  export type SyntheticSearchPlaceIndexForTextSummaryString = string;
2138
2268
  export type TagKey = string;
@@ -2334,7 +2464,7 @@ declare namespace Location {
2334
2464
  */
2335
2465
  Description?: ResourceDescription;
2336
2466
  /**
2337
- * Updates the position filtering for the tracker resource. Valid values: TimeBased - Location updates are evaluated against linked geofence collections, but not every location update is stored. If your update frequency is more often than 30 seconds, only one update per 30 seconds is stored for each unique device ID. DistanceBased - If the device has moved less than 30 m (98.4 ft), location updates are ignored. Location updates within this distance are neither evaluated against linked geofence collections, nor stored. This helps control costs by reducing the number of geofence evaluations and device positions to retrieve. Distance-based filtering can also reduce the jitter effect when displaying device trajectory on a map.
2467
+ * Updates the position filtering for the tracker resource. Valid values: TimeBased - Location updates are evaluated against linked geofence collections, but not every location update is stored. If your update frequency is more often than 30 seconds, only one update per 30 seconds is stored for each unique device ID. DistanceBased - If the device has moved less than 30 m (98.4 ft), location updates are ignored. Location updates within this distance are neither evaluated against linked geofence collections, nor stored. This helps control costs by reducing the number of geofence evaluations and historical device positions to paginate through. Distance-based filtering can also reduce the effects of GPS noise when displaying device trajectories on a map. AccuracyBased - If the device has moved less than the measured accuracy, location updates are ignored. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the second update is ignored if the device has moved less than 15 m. Ignored location updates are neither evaluated against linked geofence collections, nor stored. This helps educe the effects of GPS noise when displaying device trajectories on a map, and can help control costs by reducing the number of geofence evaluations.
2338
2468
  */
2339
2469
  PositionFiltering?: PositionFiltering;
2340
2470
  /**