@aws-sdk/client-location 3.590.0 → 3.592.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +269 -61
  3. package/dist-es/Location.js +4 -0
  4. package/dist-es/commands/ForecastGeofenceEventsCommand.js +25 -0
  5. package/dist-es/commands/VerifyDevicePositionCommand.js +25 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +35 -0
  8. package/dist-es/pagination/ForecastGeofenceEventsPaginator.js +4 -0
  9. package/dist-es/pagination/index.js +1 -0
  10. package/dist-es/protocols/Aws_restJson1.js +173 -0
  11. package/dist-types/Location.d.ts +14 -0
  12. package/dist-types/LocationClient.d.ts +4 -2
  13. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +2 -1
  14. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -1
  15. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +2 -1
  16. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +2 -1
  17. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +2 -1
  18. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +3 -1
  19. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +2 -1
  20. package/dist-types/commands/CalculateRouteCommand.d.ts +2 -1
  21. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateKeyCommand.d.ts +2 -1
  24. package/dist-types/commands/CreateMapCommand.d.ts +2 -1
  25. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +2 -1
  26. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateTrackerCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteKeyCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteMapCommand.d.ts +2 -1
  31. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteTrackerCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeKeyCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeMapCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribeTrackerCommand.d.ts +2 -1
  40. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +2 -1
  41. package/dist-types/commands/ForecastGeofenceEventsCommand.d.ts +110 -0
  42. package/dist-types/commands/GetDevicePositionCommand.d.ts +2 -1
  43. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +2 -1
  44. package/dist-types/commands/GetGeofenceCommand.d.ts +6 -1
  45. package/dist-types/commands/GetMapGlyphsCommand.d.ts +2 -1
  46. package/dist-types/commands/GetMapSpritesCommand.d.ts +2 -1
  47. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +2 -1
  48. package/dist-types/commands/GetMapTileCommand.d.ts +2 -1
  49. package/dist-types/commands/GetPlaceCommand.d.ts +2 -1
  50. package/dist-types/commands/ListDevicePositionsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListGeofencesCommand.d.ts +3 -1
  53. package/dist-types/commands/ListKeysCommand.d.ts +2 -1
  54. package/dist-types/commands/ListMapsCommand.d.ts +2 -1
  55. package/dist-types/commands/ListPlaceIndexesCommand.d.ts +2 -1
  56. package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +2 -1
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  58. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +2 -1
  59. package/dist-types/commands/ListTrackersCommand.d.ts +2 -1
  60. package/dist-types/commands/PutGeofenceCommand.d.ts +3 -1
  61. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -1
  62. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +2 -1
  63. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +2 -1
  64. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  65. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  66. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +2 -1
  67. package/dist-types/commands/UpdateKeyCommand.d.ts +2 -1
  68. package/dist-types/commands/UpdateMapCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateTrackerCommand.d.ts +2 -1
  72. package/dist-types/commands/VerifyDevicePositionCommand.d.ts +134 -0
  73. package/dist-types/commands/index.d.ts +2 -0
  74. package/dist-types/index.d.ts +2 -2
  75. package/dist-types/models/LocationServiceException.d.ts +2 -1
  76. package/dist-types/models/models_0.d.ts +494 -112
  77. package/dist-types/pagination/ForecastGeofenceEventsPaginator.d.ts +7 -0
  78. package/dist-types/pagination/index.d.ts +1 -0
  79. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  80. package/dist-types/ts3.4/Location.d.ts +34 -0
  81. package/dist-types/ts3.4/LocationClient.d.ts +14 -2
  82. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/ForecastGeofenceEventsCommand.d.ts +40 -0
  111. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +2 -1
  122. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +2 -1
  123. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +2 -1
  124. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +2 -1
  125. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +2 -1
  126. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  127. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +2 -1
  128. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +2 -1
  129. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +2 -1
  130. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -1
  131. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +2 -1
  132. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +2 -1
  133. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  134. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  135. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +2 -1
  136. package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +2 -1
  137. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +2 -1
  138. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +2 -1
  139. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +2 -1
  140. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +2 -1
  141. package/dist-types/ts3.4/commands/VerifyDevicePositionCommand.d.ts +40 -0
  142. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  143. package/dist-types/ts3.4/models/LocationServiceException.d.ts +2 -1
  144. package/dist-types/ts3.4/models/models_0.d.ts +110 -0
  145. package/dist-types/ts3.4/pagination/ForecastGeofenceEventsPaginator.d.ts +11 -0
  146. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  147. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  148. package/package.json +6 -6
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ForecastGeofenceEventsCommandInput, ForecastGeofenceEventsCommandOutput } from "../commands/ForecastGeofenceEventsCommand";
3
+ import { LocationPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateForecastGeofenceEvents: (config: LocationPaginationConfiguration, input: ForecastGeofenceEventsCommandInput, ...rest: any[]) => Paginator<ForecastGeofenceEventsCommandOutput>;
@@ -1,3 +1,4 @@
1
+ export * from "./ForecastGeofenceEventsPaginator";
1
2
  export * from "./GetDevicePositionHistoryPaginator";
2
3
  export * from "./Interfaces";
3
4
  export * from "./ListDevicePositionsPaginator";
@@ -28,6 +28,7 @@ import { DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput } from
28
28
  import { DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput } from "../commands/DescribeRouteCalculatorCommand";
29
29
  import { DescribeTrackerCommandInput, DescribeTrackerCommandOutput } from "../commands/DescribeTrackerCommand";
30
30
  import { DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput } from "../commands/DisassociateTrackerConsumerCommand";
31
+ import { ForecastGeofenceEventsCommandInput, ForecastGeofenceEventsCommandOutput } from "../commands/ForecastGeofenceEventsCommand";
31
32
  import { GetDevicePositionCommandInput, GetDevicePositionCommandOutput } from "../commands/GetDevicePositionCommand";
32
33
  import { GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput } from "../commands/GetDevicePositionHistoryCommand";
33
34
  import { GetGeofenceCommandInput, GetGeofenceCommandOutput } from "../commands/GetGeofenceCommand";
@@ -58,6 +59,7 @@ import { UpdateMapCommandInput, UpdateMapCommandOutput } from "../commands/Updat
58
59
  import { UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput } from "../commands/UpdatePlaceIndexCommand";
59
60
  import { UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput } from "../commands/UpdateRouteCalculatorCommand";
60
61
  import { UpdateTrackerCommandInput, UpdateTrackerCommandOutput } from "../commands/UpdateTrackerCommand";
62
+ import { VerifyDevicePositionCommandInput, VerifyDevicePositionCommandOutput } from "../commands/VerifyDevicePositionCommand";
61
63
  /**
62
64
  * serializeAws_restJson1AssociateTrackerConsumerCommand
63
65
  */
@@ -170,6 +172,10 @@ export declare const se_DescribeTrackerCommand: (input: DescribeTrackerCommandIn
170
172
  * serializeAws_restJson1DisassociateTrackerConsumerCommand
171
173
  */
172
174
  export declare const se_DisassociateTrackerConsumerCommand: (input: DisassociateTrackerConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ /**
176
+ * serializeAws_restJson1ForecastGeofenceEventsCommand
177
+ */
178
+ export declare const se_ForecastGeofenceEventsCommand: (input: ForecastGeofenceEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
179
  /**
174
180
  * serializeAws_restJson1GetDevicePositionCommand
175
181
  */
@@ -290,6 +296,10 @@ export declare const se_UpdateRouteCalculatorCommand: (input: UpdateRouteCalcula
290
296
  * serializeAws_restJson1UpdateTrackerCommand
291
297
  */
292
298
  export declare const se_UpdateTrackerCommand: (input: UpdateTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
+ /**
300
+ * serializeAws_restJson1VerifyDevicePositionCommand
301
+ */
302
+ export declare const se_VerifyDevicePositionCommand: (input: VerifyDevicePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
303
  /**
294
304
  * deserializeAws_restJson1AssociateTrackerConsumerCommand
295
305
  */
@@ -402,6 +412,10 @@ export declare const de_DescribeTrackerCommand: (output: __HttpResponse, context
402
412
  * deserializeAws_restJson1DisassociateTrackerConsumerCommand
403
413
  */
404
414
  export declare const de_DisassociateTrackerConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrackerConsumerCommandOutput>;
415
+ /**
416
+ * deserializeAws_restJson1ForecastGeofenceEventsCommand
417
+ */
418
+ export declare const de_ForecastGeofenceEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ForecastGeofenceEventsCommandOutput>;
405
419
  /**
406
420
  * deserializeAws_restJson1GetDevicePositionCommand
407
421
  */
@@ -522,3 +536,7 @@ export declare const de_UpdateRouteCalculatorCommand: (output: __HttpResponse, c
522
536
  * deserializeAws_restJson1UpdateTrackerCommand
523
537
  */
524
538
  export declare const de_UpdateTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrackerCommandOutput>;
539
+ /**
540
+ * deserializeAws_restJson1VerifyDevicePositionCommand
541
+ */
542
+ export declare const de_VerifyDevicePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyDevicePositionCommandOutput>;
@@ -111,6 +111,10 @@ import {
111
111
  DisassociateTrackerConsumerCommandInput,
112
112
  DisassociateTrackerConsumerCommandOutput,
113
113
  } from "./commands/DisassociateTrackerConsumerCommand";
114
+ import {
115
+ ForecastGeofenceEventsCommandInput,
116
+ ForecastGeofenceEventsCommandOutput,
117
+ } from "./commands/ForecastGeofenceEventsCommand";
114
118
  import {
115
119
  GetDevicePositionCommandInput,
116
120
  GetDevicePositionCommandOutput,
@@ -231,6 +235,10 @@ import {
231
235
  UpdateTrackerCommandInput,
232
236
  UpdateTrackerCommandOutput,
233
237
  } from "./commands/UpdateTrackerCommand";
238
+ import {
239
+ VerifyDevicePositionCommandInput,
240
+ VerifyDevicePositionCommandOutput,
241
+ } from "./commands/VerifyDevicePositionCommand";
234
242
  import { LocationClient } from "./LocationClient";
235
243
  export interface Location {
236
244
  associateTrackerConsumer(
@@ -597,6 +605,19 @@ export interface Location {
597
605
  options: __HttpHandlerOptions,
598
606
  cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void
599
607
  ): void;
608
+ forecastGeofenceEvents(
609
+ args: ForecastGeofenceEventsCommandInput,
610
+ options?: __HttpHandlerOptions
611
+ ): Promise<ForecastGeofenceEventsCommandOutput>;
612
+ forecastGeofenceEvents(
613
+ args: ForecastGeofenceEventsCommandInput,
614
+ cb: (err: any, data?: ForecastGeofenceEventsCommandOutput) => void
615
+ ): void;
616
+ forecastGeofenceEvents(
617
+ args: ForecastGeofenceEventsCommandInput,
618
+ options: __HttpHandlerOptions,
619
+ cb: (err: any, data?: ForecastGeofenceEventsCommandOutput) => void
620
+ ): void;
600
621
  getDevicePosition(
601
622
  args: GetDevicePositionCommandInput,
602
623
  options?: __HttpHandlerOptions
@@ -993,5 +1014,18 @@ export interface Location {
993
1014
  options: __HttpHandlerOptions,
994
1015
  cb: (err: any, data?: UpdateTrackerCommandOutput) => void
995
1016
  ): void;
1017
+ verifyDevicePosition(
1018
+ args: VerifyDevicePositionCommandInput,
1019
+ options?: __HttpHandlerOptions
1020
+ ): Promise<VerifyDevicePositionCommandOutput>;
1021
+ verifyDevicePosition(
1022
+ args: VerifyDevicePositionCommandInput,
1023
+ cb: (err: any, data?: VerifyDevicePositionCommandOutput) => void
1024
+ ): void;
1025
+ verifyDevicePosition(
1026
+ args: VerifyDevicePositionCommandInput,
1027
+ options: __HttpHandlerOptions,
1028
+ cb: (err: any, data?: VerifyDevicePositionCommandOutput) => void
1029
+ ): void;
996
1030
  }
997
1031
  export declare class Location extends LocationClient implements Location {}
@@ -157,6 +157,10 @@ import {
157
157
  DisassociateTrackerConsumerCommandInput,
158
158
  DisassociateTrackerConsumerCommandOutput,
159
159
  } from "./commands/DisassociateTrackerConsumerCommand";
160
+ import {
161
+ ForecastGeofenceEventsCommandInput,
162
+ ForecastGeofenceEventsCommandOutput,
163
+ } from "./commands/ForecastGeofenceEventsCommand";
160
164
  import {
161
165
  GetDevicePositionCommandInput,
162
166
  GetDevicePositionCommandOutput,
@@ -277,6 +281,10 @@ import {
277
281
  UpdateTrackerCommandInput,
278
282
  UpdateTrackerCommandOutput,
279
283
  } from "./commands/UpdateTrackerCommand";
284
+ import {
285
+ VerifyDevicePositionCommandInput,
286
+ VerifyDevicePositionCommandOutput,
287
+ } from "./commands/VerifyDevicePositionCommand";
280
288
  import {
281
289
  ClientInputEndpointParameters,
282
290
  ClientResolvedEndpointParameters,
@@ -313,6 +321,7 @@ export type ServiceInputTypes =
313
321
  | DescribeRouteCalculatorCommandInput
314
322
  | DescribeTrackerCommandInput
315
323
  | DisassociateTrackerConsumerCommandInput
324
+ | ForecastGeofenceEventsCommandInput
316
325
  | GetDevicePositionCommandInput
317
326
  | GetDevicePositionHistoryCommandInput
318
327
  | GetGeofenceCommandInput
@@ -342,7 +351,8 @@ export type ServiceInputTypes =
342
351
  | UpdateMapCommandInput
343
352
  | UpdatePlaceIndexCommandInput
344
353
  | UpdateRouteCalculatorCommandInput
345
- | UpdateTrackerCommandInput;
354
+ | UpdateTrackerCommandInput
355
+ | VerifyDevicePositionCommandInput;
346
356
  export type ServiceOutputTypes =
347
357
  | AssociateTrackerConsumerCommandOutput
348
358
  | BatchDeleteDevicePositionHistoryCommandOutput
@@ -372,6 +382,7 @@ export type ServiceOutputTypes =
372
382
  | DescribeRouteCalculatorCommandOutput
373
383
  | DescribeTrackerCommandOutput
374
384
  | DisassociateTrackerConsumerCommandOutput
385
+ | ForecastGeofenceEventsCommandOutput
375
386
  | GetDevicePositionCommandOutput
376
387
  | GetDevicePositionHistoryCommandOutput
377
388
  | GetGeofenceCommandOutput
@@ -401,7 +412,8 @@ export type ServiceOutputTypes =
401
412
  | UpdateMapCommandOutput
402
413
  | UpdatePlaceIndexCommandOutput
403
414
  | UpdateRouteCalculatorCommandOutput
404
- | UpdateTrackerCommandOutput;
415
+ | UpdateTrackerCommandOutput
416
+ | VerifyDevicePositionCommandOutput;
405
417
  export interface ClientDefaults
406
418
  extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
407
419
  requestHandler?: __HttpHandlerUserInput;
@@ -9,7 +9,8 @@ import {
9
9
  AssociateTrackerConsumerRequest,
10
10
  AssociateTrackerConsumerResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateTrackerConsumerCommandInput
14
15
  extends AssociateTrackerConsumerRequest {}
15
16
  export interface AssociateTrackerConsumerCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  BatchDeleteDevicePositionHistoryRequest,
10
10
  BatchDeleteDevicePositionHistoryResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchDeleteDevicePositionHistoryCommandInput
14
15
  extends BatchDeleteDevicePositionHistoryRequest {}
15
16
  export interface BatchDeleteDevicePositionHistoryCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  BatchDeleteGeofenceRequest,
10
10
  BatchDeleteGeofenceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchDeleteGeofenceCommandInput
14
15
  extends BatchDeleteGeofenceRequest {}
15
16
  export interface BatchDeleteGeofenceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  BatchEvaluateGeofencesRequest,
10
10
  BatchEvaluateGeofencesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchEvaluateGeofencesCommandInput
14
15
  extends BatchEvaluateGeofencesRequest {}
15
16
  export interface BatchEvaluateGeofencesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  BatchGetDevicePositionRequest,
10
10
  BatchGetDevicePositionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchGetDevicePositionCommandInput
14
15
  extends BatchGetDevicePositionRequest {}
15
16
  export interface BatchGetDevicePositionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  BatchPutGeofenceRequest,
10
10
  BatchPutGeofenceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchPutGeofenceCommandInput extends BatchPutGeofenceRequest {}
14
15
  export interface BatchPutGeofenceCommandOutput
15
16
  extends BatchPutGeofenceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  BatchUpdateDevicePositionRequest,
10
10
  BatchUpdateDevicePositionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchUpdateDevicePositionCommandInput
14
15
  extends BatchUpdateDevicePositionRequest {}
15
16
  export interface BatchUpdateDevicePositionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CalculateRouteRequest,
10
10
  CalculateRouteResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CalculateRouteCommandInput extends CalculateRouteRequest {}
14
15
  export interface CalculateRouteCommandOutput
15
16
  extends CalculateRouteResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CalculateRouteMatrixRequest,
10
10
  CalculateRouteMatrixResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CalculateRouteMatrixCommandInput
14
15
  extends CalculateRouteMatrixRequest {}
15
16
  export interface CalculateRouteMatrixCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateGeofenceCollectionRequest,
10
10
  CreateGeofenceCollectionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateGeofenceCollectionCommandInput
14
15
  extends CreateGeofenceCollectionRequest {}
15
16
  export interface CreateGeofenceCollectionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { CreateKeyRequest, CreateKeyResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateKeyCommandInput extends CreateKeyRequest {}
11
12
  export interface CreateKeyCommandOutput
12
13
  extends CreateKeyResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { CreateMapRequest, CreateMapResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateMapCommandInput extends CreateMapRequest {}
11
12
  export interface CreateMapCommandOutput
12
13
  extends CreateMapResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreatePlaceIndexRequest,
10
10
  CreatePlaceIndexResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreatePlaceIndexCommandInput extends CreatePlaceIndexRequest {}
14
15
  export interface CreatePlaceIndexCommandOutput
15
16
  extends CreatePlaceIndexResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateRouteCalculatorRequest,
10
10
  CreateRouteCalculatorResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateRouteCalculatorCommandInput
14
15
  extends CreateRouteCalculatorRequest {}
15
16
  export interface CreateRouteCalculatorCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateTrackerRequest,
10
10
  CreateTrackerResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateTrackerCommandInput extends CreateTrackerRequest {}
14
15
  export interface CreateTrackerCommandOutput
15
16
  extends CreateTrackerResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteGeofenceCollectionRequest,
10
10
  DeleteGeofenceCollectionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteGeofenceCollectionCommandInput
14
15
  extends DeleteGeofenceCollectionRequest {}
15
16
  export interface DeleteGeofenceCollectionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { DeleteKeyRequest, DeleteKeyResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteKeyCommandInput extends DeleteKeyRequest {}
11
12
  export interface DeleteKeyCommandOutput
12
13
  extends DeleteKeyResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { DeleteMapRequest, DeleteMapResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteMapCommandInput extends DeleteMapRequest {}
11
12
  export interface DeleteMapCommandOutput
12
13
  extends DeleteMapResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeletePlaceIndexRequest,
10
10
  DeletePlaceIndexResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeletePlaceIndexCommandInput extends DeletePlaceIndexRequest {}
14
15
  export interface DeletePlaceIndexCommandOutput
15
16
  extends DeletePlaceIndexResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteRouteCalculatorRequest,
10
10
  DeleteRouteCalculatorResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteRouteCalculatorCommandInput
14
15
  extends DeleteRouteCalculatorRequest {}
15
16
  export interface DeleteRouteCalculatorCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteTrackerRequest,
10
10
  DeleteTrackerResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteTrackerCommandInput extends DeleteTrackerRequest {}
14
15
  export interface DeleteTrackerCommandOutput
15
16
  extends DeleteTrackerResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeGeofenceCollectionRequest,
10
10
  DescribeGeofenceCollectionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeGeofenceCollectionCommandInput
14
15
  extends DescribeGeofenceCollectionRequest {}
15
16
  export interface DescribeGeofenceCollectionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { DescribeKeyRequest, DescribeKeyResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeKeyCommandInput extends DescribeKeyRequest {}
11
12
  export interface DescribeKeyCommandOutput
12
13
  extends DescribeKeyResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { DescribeMapRequest, DescribeMapResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeMapCommandInput extends DescribeMapRequest {}
11
12
  export interface DescribeMapCommandOutput
12
13
  extends DescribeMapResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribePlaceIndexRequest,
10
10
  DescribePlaceIndexResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribePlaceIndexCommandInput
14
15
  extends DescribePlaceIndexRequest {}
15
16
  export interface DescribePlaceIndexCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeRouteCalculatorRequest,
10
10
  DescribeRouteCalculatorResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeRouteCalculatorCommandInput
14
15
  extends DescribeRouteCalculatorRequest {}
15
16
  export interface DescribeRouteCalculatorCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeTrackerRequest,
10
10
  DescribeTrackerResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeTrackerCommandInput extends DescribeTrackerRequest {}
14
15
  export interface DescribeTrackerCommandOutput
15
16
  extends DescribeTrackerResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DisassociateTrackerConsumerRequest,
10
10
  DisassociateTrackerConsumerResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisassociateTrackerConsumerCommandInput
14
15
  extends DisassociateTrackerConsumerRequest {}
15
16
  export interface DisassociateTrackerConsumerCommandOutput
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ LocationClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../LocationClient";
8
+ import {
9
+ ForecastGeofenceEventsRequest,
10
+ ForecastGeofenceEventsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ForecastGeofenceEventsCommandInput
15
+ extends ForecastGeofenceEventsRequest {}
16
+ export interface ForecastGeofenceEventsCommandOutput
17
+ extends ForecastGeofenceEventsResponse,
18
+ __MetadataBearer {}
19
+ declare const ForecastGeofenceEventsCommand_base: {
20
+ new (
21
+ input: ForecastGeofenceEventsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ForecastGeofenceEventsCommandInput,
24
+ ForecastGeofenceEventsCommandOutput,
25
+ LocationClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ForecastGeofenceEventsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ForecastGeofenceEventsCommandInput,
33
+ ForecastGeofenceEventsCommandOutput,
34
+ LocationClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ForecastGeofenceEventsCommand extends ForecastGeofenceEventsCommand_base {}
@@ -9,7 +9,8 @@ import {
9
9
  GetDevicePositionRequest,
10
10
  GetDevicePositionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetDevicePositionCommandInput
14
15
  extends GetDevicePositionRequest {}
15
16
  export interface GetDevicePositionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetDevicePositionHistoryRequest,
10
10
  GetDevicePositionHistoryResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetDevicePositionHistoryCommandInput
14
15
  extends GetDevicePositionHistoryRequest {}
15
16
  export interface GetDevicePositionHistoryCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { GetGeofenceRequest, GetGeofenceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetGeofenceCommandInput extends GetGeofenceRequest {}
11
12
  export interface GetGeofenceCommandOutput
12
13
  extends GetGeofenceResponse,
@@ -7,7 +7,8 @@ import {
7
7
  ServiceOutputTypes,
8
8
  } from "../LocationClient";
9
9
  import { GetMapGlyphsRequest, GetMapGlyphsResponse } from "../models/models_0";
10
- export { __MetadataBearer, $Command };
10
+ export { __MetadataBearer };
11
+ export { $Command };
11
12
  export interface GetMapGlyphsCommandInput extends GetMapGlyphsRequest {}
12
13
  export type GetMapGlyphsCommandOutputType = Pick<
13
14
  GetMapGlyphsResponse,
@@ -10,7 +10,8 @@ import {
10
10
  GetMapSpritesRequest,
11
11
  GetMapSpritesResponse,
12
12
  } from "../models/models_0";
13
- export { __MetadataBearer, $Command };
13
+ export { __MetadataBearer };
14
+ export { $Command };
14
15
  export interface GetMapSpritesCommandInput extends GetMapSpritesRequest {}
15
16
  export type GetMapSpritesCommandOutputType = Pick<
16
17
  GetMapSpritesResponse,
@@ -10,7 +10,8 @@ import {
10
10
  GetMapStyleDescriptorRequest,
11
11
  GetMapStyleDescriptorResponse,
12
12
  } from "../models/models_0";
13
- export { __MetadataBearer, $Command };
13
+ export { __MetadataBearer };
14
+ export { $Command };
14
15
  export interface GetMapStyleDescriptorCommandInput
15
16
  extends GetMapStyleDescriptorRequest {}
16
17
  export type GetMapStyleDescriptorCommandOutputType = Pick<
@@ -7,7 +7,8 @@ import {
7
7
  ServiceOutputTypes,
8
8
  } from "../LocationClient";
9
9
  import { GetMapTileRequest, GetMapTileResponse } from "../models/models_0";
10
- export { __MetadataBearer, $Command };
10
+ export { __MetadataBearer };
11
+ export { $Command };
11
12
  export interface GetMapTileCommandInput extends GetMapTileRequest {}
12
13
  export type GetMapTileCommandOutputType = Pick<
13
14
  GetMapTileResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { GetPlaceRequest, GetPlaceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetPlaceCommandInput extends GetPlaceRequest {}
11
12
  export interface GetPlaceCommandOutput
12
13
  extends GetPlaceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListDevicePositionsRequest,
10
10
  ListDevicePositionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListDevicePositionsCommandInput
14
15
  extends ListDevicePositionsRequest {}
15
16
  export interface ListDevicePositionsCommandOutput