@aws-sdk/client-location 3.848.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
@@ -229,6 +229,7 @@ export interface GeofenceGeometry {
229
229
  Polygon?: number[][][] | undefined;
230
230
  Circle?: Circle | undefined;
231
231
  Geobuf?: Uint8Array | undefined;
232
+ MultiPolygon?: number[][][][] | undefined;
232
233
  }
233
234
  export interface BatchPutGeofenceRequestEntry {
234
235
  GeofenceId: string | undefined;
@@ -1051,18 +1052,45 @@ export interface VerifyDevicePositionResponse {
1051
1052
  ReceivedTime: Date | undefined;
1052
1053
  DistanceUnit: DistanceUnit | undefined;
1053
1054
  }
1055
+ export declare const ApiKeyRestrictionsFilterSensitiveLog: (
1056
+ obj: ApiKeyRestrictions
1057
+ ) => any;
1058
+ export declare const CreateKeyRequestFilterSensitiveLog: (
1059
+ obj: CreateKeyRequest
1060
+ ) => any;
1054
1061
  export declare const CreateKeyResponseFilterSensitiveLog: (
1055
1062
  obj: CreateKeyResponse
1056
1063
  ) => any;
1057
1064
  export declare const DescribeKeyResponseFilterSensitiveLog: (
1058
1065
  obj: DescribeKeyResponse
1059
1066
  ) => any;
1067
+ export declare const ListKeysResponseEntryFilterSensitiveLog: (
1068
+ obj: ListKeysResponseEntry
1069
+ ) => any;
1070
+ export declare const ListKeysResponseFilterSensitiveLog: (
1071
+ obj: ListKeysResponse
1072
+ ) => any;
1073
+ export declare const UpdateKeyRequestFilterSensitiveLog: (
1074
+ obj: UpdateKeyRequest
1075
+ ) => any;
1076
+ export declare const UpdateKeyResponseFilterSensitiveLog: (
1077
+ obj: UpdateKeyResponse
1078
+ ) => any;
1079
+ export declare const PositionalAccuracyFilterSensitiveLog: (
1080
+ obj: PositionalAccuracy
1081
+ ) => any;
1060
1082
  export declare const DevicePositionUpdateFilterSensitiveLog: (
1061
1083
  obj: DevicePositionUpdate
1062
1084
  ) => any;
1063
1085
  export declare const BatchEvaluateGeofencesRequestFilterSensitiveLog: (
1064
1086
  obj: BatchEvaluateGeofencesRequest
1065
1087
  ) => any;
1088
+ export declare const BatchEvaluateGeofencesErrorFilterSensitiveLog: (
1089
+ obj: BatchEvaluateGeofencesError
1090
+ ) => any;
1091
+ export declare const BatchEvaluateGeofencesResponseFilterSensitiveLog: (
1092
+ obj: BatchEvaluateGeofencesResponse
1093
+ ) => any;
1066
1094
  export declare const DevicePositionFilterSensitiveLog: (
1067
1095
  obj: DevicePosition
1068
1096
  ) => any;
@@ -1079,9 +1107,21 @@ export declare const BatchPutGeofenceRequestEntryFilterSensitiveLog: (
1079
1107
  export declare const BatchPutGeofenceRequestFilterSensitiveLog: (
1080
1108
  obj: BatchPutGeofenceRequest
1081
1109
  ) => any;
1110
+ export declare const BatchPutGeofenceSuccessFilterSensitiveLog: (
1111
+ obj: BatchPutGeofenceSuccess
1112
+ ) => any;
1113
+ export declare const BatchPutGeofenceResponseFilterSensitiveLog: (
1114
+ obj: BatchPutGeofenceResponse
1115
+ ) => any;
1082
1116
  export declare const BatchUpdateDevicePositionRequestFilterSensitiveLog: (
1083
1117
  obj: BatchUpdateDevicePositionRequest
1084
1118
  ) => any;
1119
+ export declare const BatchUpdateDevicePositionErrorFilterSensitiveLog: (
1120
+ obj: BatchUpdateDevicePositionError
1121
+ ) => any;
1122
+ export declare const BatchUpdateDevicePositionResponseFilterSensitiveLog: (
1123
+ obj: BatchUpdateDevicePositionResponse
1124
+ ) => any;
1085
1125
  export declare const CalculateRouteRequestFilterSensitiveLog: (
1086
1126
  obj: CalculateRouteRequest
1087
1127
  ) => any;
@@ -1100,6 +1140,42 @@ export declare const CalculateRouteMatrixRequestFilterSensitiveLog: (
1100
1140
  export declare const CalculateRouteMatrixResponseFilterSensitiveLog: (
1101
1141
  obj: CalculateRouteMatrixResponse
1102
1142
  ) => any;
1143
+ export declare const CreateGeofenceCollectionResponseFilterSensitiveLog: (
1144
+ obj: CreateGeofenceCollectionResponse
1145
+ ) => any;
1146
+ export declare const MapConfigurationFilterSensitiveLog: (
1147
+ obj: MapConfiguration
1148
+ ) => any;
1149
+ export declare const CreateMapRequestFilterSensitiveLog: (
1150
+ obj: CreateMapRequest
1151
+ ) => any;
1152
+ export declare const CreateMapResponseFilterSensitiveLog: (
1153
+ obj: CreateMapResponse
1154
+ ) => any;
1155
+ export declare const CreatePlaceIndexResponseFilterSensitiveLog: (
1156
+ obj: CreatePlaceIndexResponse
1157
+ ) => any;
1158
+ export declare const CreateRouteCalculatorResponseFilterSensitiveLog: (
1159
+ obj: CreateRouteCalculatorResponse
1160
+ ) => any;
1161
+ export declare const CreateTrackerResponseFilterSensitiveLog: (
1162
+ obj: CreateTrackerResponse
1163
+ ) => any;
1164
+ export declare const DescribeGeofenceCollectionResponseFilterSensitiveLog: (
1165
+ obj: DescribeGeofenceCollectionResponse
1166
+ ) => any;
1167
+ export declare const DescribeMapResponseFilterSensitiveLog: (
1168
+ obj: DescribeMapResponse
1169
+ ) => any;
1170
+ export declare const DescribePlaceIndexResponseFilterSensitiveLog: (
1171
+ obj: DescribePlaceIndexResponse
1172
+ ) => any;
1173
+ export declare const DescribeRouteCalculatorResponseFilterSensitiveLog: (
1174
+ obj: DescribeRouteCalculatorResponse
1175
+ ) => any;
1176
+ export declare const DescribeTrackerResponseFilterSensitiveLog: (
1177
+ obj: DescribeTrackerResponse
1178
+ ) => any;
1103
1179
  export declare const DeviceStateFilterSensitiveLog: (obj: DeviceState) => any;
1104
1180
  export declare const ForecastedEventFilterSensitiveLog: (
1105
1181
  obj: ForecastedEvent
@@ -1116,6 +1192,12 @@ export declare const ForecastGeofenceEventsResponseFilterSensitiveLog: (
1116
1192
  export declare const GetGeofenceResponseFilterSensitiveLog: (
1117
1193
  obj: GetGeofenceResponse
1118
1194
  ) => any;
1195
+ export declare const ListGeofenceCollectionsResponseEntryFilterSensitiveLog: (
1196
+ obj: ListGeofenceCollectionsResponseEntry
1197
+ ) => any;
1198
+ export declare const ListGeofenceCollectionsResponseFilterSensitiveLog: (
1199
+ obj: ListGeofenceCollectionsResponse
1200
+ ) => any;
1119
1201
  export declare const ListGeofenceResponseEntryFilterSensitiveLog: (
1120
1202
  obj: ListGeofenceResponseEntry
1121
1203
  ) => any;
@@ -1125,9 +1207,18 @@ export declare const ListGeofencesResponseFilterSensitiveLog: (
1125
1207
  export declare const PutGeofenceRequestFilterSensitiveLog: (
1126
1208
  obj: PutGeofenceRequest
1127
1209
  ) => any;
1210
+ export declare const PutGeofenceResponseFilterSensitiveLog: (
1211
+ obj: PutGeofenceResponse
1212
+ ) => any;
1213
+ export declare const UpdateGeofenceCollectionResponseFilterSensitiveLog: (
1214
+ obj: UpdateGeofenceCollectionResponse
1215
+ ) => any;
1128
1216
  export declare const GetDevicePositionResponseFilterSensitiveLog: (
1129
1217
  obj: GetDevicePositionResponse
1130
1218
  ) => any;
1219
+ export declare const GetDevicePositionHistoryRequestFilterSensitiveLog: (
1220
+ obj: GetDevicePositionHistoryRequest
1221
+ ) => any;
1131
1222
  export declare const GetDevicePositionHistoryResponseFilterSensitiveLog: (
1132
1223
  obj: GetDevicePositionHistoryResponse
1133
1224
  ) => any;
@@ -1168,6 +1259,39 @@ export declare const ListDevicePositionsResponseEntryFilterSensitiveLog: (
1168
1259
  export declare const ListDevicePositionsResponseFilterSensitiveLog: (
1169
1260
  obj: ListDevicePositionsResponse
1170
1261
  ) => any;
1262
+ export declare const ListMapsResponseEntryFilterSensitiveLog: (
1263
+ obj: ListMapsResponseEntry
1264
+ ) => any;
1265
+ export declare const ListMapsResponseFilterSensitiveLog: (
1266
+ obj: ListMapsResponse
1267
+ ) => any;
1268
+ export declare const ListPlaceIndexesResponseEntryFilterSensitiveLog: (
1269
+ obj: ListPlaceIndexesResponseEntry
1270
+ ) => any;
1271
+ export declare const ListPlaceIndexesResponseFilterSensitiveLog: (
1272
+ obj: ListPlaceIndexesResponse
1273
+ ) => any;
1274
+ export declare const ListRouteCalculatorsResponseEntryFilterSensitiveLog: (
1275
+ obj: ListRouteCalculatorsResponseEntry
1276
+ ) => any;
1277
+ export declare const ListRouteCalculatorsResponseFilterSensitiveLog: (
1278
+ obj: ListRouteCalculatorsResponse
1279
+ ) => any;
1280
+ export declare const ListTrackersResponseEntryFilterSensitiveLog: (
1281
+ obj: ListTrackersResponseEntry
1282
+ ) => any;
1283
+ export declare const ListTrackersResponseFilterSensitiveLog: (
1284
+ obj: ListTrackersResponse
1285
+ ) => any;
1286
+ export declare const MapConfigurationUpdateFilterSensitiveLog: (
1287
+ obj: MapConfigurationUpdate
1288
+ ) => any;
1289
+ export declare const UpdateMapRequestFilterSensitiveLog: (
1290
+ obj: UpdateMapRequest
1291
+ ) => any;
1292
+ export declare const UpdateMapResponseFilterSensitiveLog: (
1293
+ obj: UpdateMapResponse
1294
+ ) => any;
1171
1295
  export declare const SearchPlaceIndexForPositionRequestFilterSensitiveLog: (
1172
1296
  obj: SearchPlaceIndexForPositionRequest
1173
1297
  ) => any;
@@ -1201,6 +1325,15 @@ export declare const SearchPlaceIndexForTextSummaryFilterSensitiveLog: (
1201
1325
  export declare const SearchPlaceIndexForTextResponseFilterSensitiveLog: (
1202
1326
  obj: SearchPlaceIndexForTextResponse
1203
1327
  ) => any;
1328
+ export declare const UpdatePlaceIndexResponseFilterSensitiveLog: (
1329
+ obj: UpdatePlaceIndexResponse
1330
+ ) => any;
1331
+ export declare const UpdateRouteCalculatorResponseFilterSensitiveLog: (
1332
+ obj: UpdateRouteCalculatorResponse
1333
+ ) => any;
1334
+ export declare const UpdateTrackerResponseFilterSensitiveLog: (
1335
+ obj: UpdateTrackerResponse
1336
+ ) => any;
1204
1337
  export declare const VerifyDevicePositionRequestFilterSensitiveLog: (
1205
1338
  obj: VerifyDevicePositionRequest
1206
1339
  ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-location",
3
3
  "description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native",
4
- "version": "3.848.0",
4
+ "version": "3.856.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-location",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.846.0",
24
- "@aws-sdk/credential-provider-node": "3.848.0",
23
+ "@aws-sdk/core": "3.856.0",
24
+ "@aws-sdk/credential-provider-node": "3.856.0",
25
25
  "@aws-sdk/middleware-host-header": "3.840.0",
26
26
  "@aws-sdk/middleware-logger": "3.840.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.848.0",
28
+ "@aws-sdk/middleware-user-agent": "3.856.0",
29
29
  "@aws-sdk/region-config-resolver": "3.840.0",
30
30
  "@aws-sdk/types": "3.840.0",
31
31
  "@aws-sdk/util-endpoints": "3.848.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.840.0",
33
- "@aws-sdk/util-user-agent-node": "3.848.0",
33
+ "@aws-sdk/util-user-agent-node": "3.856.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.7.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.0",