@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
@@ -9,7 +9,8 @@ import {
9
9
  ListGeofenceCollectionsRequest,
10
10
  ListGeofenceCollectionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListGeofenceCollectionsCommandInput
14
15
  extends ListGeofenceCollectionsRequest {}
15
16
  export interface ListGeofenceCollectionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListGeofencesRequest,
10
10
  ListGeofencesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListGeofencesCommandInput extends ListGeofencesRequest {}
14
15
  export interface ListGeofencesCommandOutput
15
16
  extends ListGeofencesResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { ListKeysRequest, ListKeysResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListKeysCommandInput extends ListKeysRequest {}
11
12
  export interface ListKeysCommandOutput
12
13
  extends ListKeysResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { ListMapsRequest, ListMapsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListMapsCommandInput extends ListMapsRequest {}
11
12
  export interface ListMapsCommandOutput
12
13
  extends ListMapsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListPlaceIndexesRequest,
10
10
  ListPlaceIndexesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListPlaceIndexesCommandInput extends ListPlaceIndexesRequest {}
14
15
  export interface ListPlaceIndexesCommandOutput
15
16
  extends ListPlaceIndexesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListRouteCalculatorsRequest,
10
10
  ListRouteCalculatorsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListRouteCalculatorsCommandInput
14
15
  extends ListRouteCalculatorsRequest {}
15
16
  export interface ListRouteCalculatorsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTrackerConsumersRequest,
10
10
  ListTrackerConsumersResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTrackerConsumersCommandInput
14
15
  extends ListTrackerConsumersRequest {}
15
16
  export interface ListTrackerConsumersCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { ListTrackersRequest, ListTrackersResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListTrackersCommandInput extends ListTrackersRequest {}
11
12
  export interface ListTrackersCommandOutput
12
13
  extends ListTrackersResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { PutGeofenceRequest, PutGeofenceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface PutGeofenceCommandInput extends PutGeofenceRequest {}
11
12
  export interface PutGeofenceCommandOutput
12
13
  extends PutGeofenceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  SearchPlaceIndexForPositionRequest,
10
10
  SearchPlaceIndexForPositionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SearchPlaceIndexForPositionCommandInput
14
15
  extends SearchPlaceIndexForPositionRequest {}
15
16
  export interface SearchPlaceIndexForPositionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  SearchPlaceIndexForSuggestionsRequest,
10
10
  SearchPlaceIndexForSuggestionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SearchPlaceIndexForSuggestionsCommandInput
14
15
  extends SearchPlaceIndexForSuggestionsRequest {}
15
16
  export interface SearchPlaceIndexForSuggestionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  SearchPlaceIndexForTextRequest,
10
10
  SearchPlaceIndexForTextResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SearchPlaceIndexForTextCommandInput
14
15
  extends SearchPlaceIndexForTextRequest {}
15
16
  export interface SearchPlaceIndexForTextCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateGeofenceCollectionRequest,
10
10
  UpdateGeofenceCollectionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateGeofenceCollectionCommandInput
14
15
  extends UpdateGeofenceCollectionRequest {}
15
16
  export interface UpdateGeofenceCollectionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { UpdateKeyRequest, UpdateKeyResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateKeyCommandInput extends UpdateKeyRequest {}
11
12
  export interface UpdateKeyCommandOutput
12
13
  extends UpdateKeyResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LocationClient";
8
8
  import { UpdateMapRequest, UpdateMapResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateMapCommandInput extends UpdateMapRequest {}
11
12
  export interface UpdateMapCommandOutput
12
13
  extends UpdateMapResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdatePlaceIndexRequest,
10
10
  UpdatePlaceIndexResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdatePlaceIndexCommandInput extends UpdatePlaceIndexRequest {}
14
15
  export interface UpdatePlaceIndexCommandOutput
15
16
  extends UpdatePlaceIndexResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateRouteCalculatorRequest,
10
10
  UpdateRouteCalculatorResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateRouteCalculatorCommandInput
14
15
  extends UpdateRouteCalculatorRequest {}
15
16
  export interface UpdateRouteCalculatorCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateTrackerRequest,
10
10
  UpdateTrackerResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateTrackerCommandInput extends UpdateTrackerRequest {}
14
15
  export interface UpdateTrackerCommandOutput
15
16
  extends UpdateTrackerResponse,
@@ -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
+ VerifyDevicePositionRequest,
10
+ VerifyDevicePositionResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface VerifyDevicePositionCommandInput
15
+ extends VerifyDevicePositionRequest {}
16
+ export interface VerifyDevicePositionCommandOutput
17
+ extends VerifyDevicePositionResponse,
18
+ __MetadataBearer {}
19
+ declare const VerifyDevicePositionCommand_base: {
20
+ new (
21
+ input: VerifyDevicePositionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ VerifyDevicePositionCommandInput,
24
+ VerifyDevicePositionCommandOutput,
25
+ LocationClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: VerifyDevicePositionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ VerifyDevicePositionCommandInput,
33
+ VerifyDevicePositionCommandOutput,
34
+ LocationClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class VerifyDevicePositionCommand extends VerifyDevicePositionCommand_base {}
@@ -26,6 +26,7 @@ export * from "./DescribePlaceIndexCommand";
26
26
  export * from "./DescribeRouteCalculatorCommand";
27
27
  export * from "./DescribeTrackerCommand";
28
28
  export * from "./DisassociateTrackerConsumerCommand";
29
+ export * from "./ForecastGeofenceEventsCommand";
29
30
  export * from "./GetDevicePositionCommand";
30
31
  export * from "./GetDevicePositionHistoryCommand";
31
32
  export * from "./GetGeofenceCommand";
@@ -56,3 +57,4 @@ export * from "./UpdateMapCommand";
56
57
  export * from "./UpdatePlaceIndexCommand";
57
58
  export * from "./UpdateRouteCalculatorCommand";
58
59
  export * from "./UpdateTrackerCommand";
60
+ export * from "./VerifyDevicePositionCommand";
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class LocationServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -227,6 +227,7 @@ export interface Circle {
227
227
  export interface GeofenceGeometry {
228
228
  Polygon?: number[][][];
229
229
  Circle?: Circle;
230
+ Geobuf?: Uint8Array;
230
231
  }
231
232
  export interface BatchPutGeofenceRequestEntry {
232
233
  GeofenceId: string | undefined;
@@ -372,6 +373,32 @@ export interface CalculateRouteMatrixResponse {
372
373
  SnappedDestinationPositions?: number[][];
373
374
  Summary: CalculateRouteMatrixSummary | undefined;
374
375
  }
376
+ export interface LteLocalId {
377
+ Earfcn: number | undefined;
378
+ Pci: number | undefined;
379
+ }
380
+ export interface LteNetworkMeasurements {
381
+ Earfcn: number | undefined;
382
+ CellId: number | undefined;
383
+ Pci: number | undefined;
384
+ Rsrp?: number;
385
+ Rsrq?: number;
386
+ }
387
+ export interface LteCellDetails {
388
+ CellId: number | undefined;
389
+ Mcc: number | undefined;
390
+ Mnc: number | undefined;
391
+ LocalId?: LteLocalId;
392
+ NetworkMeasurements?: LteNetworkMeasurements[];
393
+ TimingAdvance?: number;
394
+ NrCapable?: boolean;
395
+ Rsrp?: number;
396
+ Rsrq?: number;
397
+ Tac?: number;
398
+ }
399
+ export interface CellSignals {
400
+ LteCellDetails: LteCellDetails[] | undefined;
401
+ }
375
402
  export type PricingPlan =
376
403
  | "MobileAssetManagement"
377
404
  | "MobileAssetTracking"
@@ -545,11 +572,54 @@ export interface DescribeTrackerResponse {
545
572
  EventBridgeEnabled?: boolean;
546
573
  KmsKeyEnableGeospatialQueries?: boolean;
547
574
  }
575
+ export interface WiFiAccessPoint {
576
+ MacAddress: string | undefined;
577
+ Rss: number | undefined;
578
+ }
579
+ export interface DeviceState {
580
+ DeviceId: string | undefined;
581
+ SampleTime: Date | undefined;
582
+ Position: number[] | undefined;
583
+ Accuracy?: PositionalAccuracy;
584
+ Ipv4Address?: string;
585
+ WiFiAccessPoints?: WiFiAccessPoint[];
586
+ CellSignals?: CellSignals;
587
+ }
548
588
  export interface DisassociateTrackerConsumerRequest {
549
589
  TrackerName: string | undefined;
550
590
  ConsumerArn: string | undefined;
551
591
  }
552
592
  export interface DisassociateTrackerConsumerResponse {}
593
+ export type ForecastedGeofenceEventType = "ENTER" | "EXIT" | "IDLE";
594
+ export interface ForecastedEvent {
595
+ EventId: string | undefined;
596
+ GeofenceId: string | undefined;
597
+ IsDeviceInGeofence: boolean | undefined;
598
+ NearestDistance: number | undefined;
599
+ EventType: ForecastedGeofenceEventType | undefined;
600
+ ForecastedBreachTime?: Date;
601
+ GeofenceProperties?: Record<string, string>;
602
+ }
603
+ export interface ForecastGeofenceEventsDeviceState {
604
+ Position: number[] | undefined;
605
+ Speed?: number;
606
+ }
607
+ export type SpeedUnit = "KilometersPerHour" | "MilesPerHour";
608
+ export interface ForecastGeofenceEventsRequest {
609
+ CollectionName: string | undefined;
610
+ DeviceState: ForecastGeofenceEventsDeviceState | undefined;
611
+ TimeHorizonMinutes?: number;
612
+ DistanceUnit?: DistanceUnit;
613
+ SpeedUnit?: SpeedUnit;
614
+ NextToken?: string;
615
+ MaxResults?: number;
616
+ }
617
+ export interface ForecastGeofenceEventsResponse {
618
+ ForecastedEvents: ForecastedEvent[] | undefined;
619
+ NextToken?: string;
620
+ DistanceUnit: DistanceUnit | undefined;
621
+ SpeedUnit: SpeedUnit | undefined;
622
+ }
553
623
  export interface ListTagsForResourceRequest {
554
624
  ResourceArn: string | undefined;
555
625
  }
@@ -734,6 +804,12 @@ export interface Place {
734
804
  export interface GetPlaceResponse {
735
805
  Place: Place | undefined;
736
806
  }
807
+ export interface InferredState {
808
+ Position?: number[];
809
+ Accuracy?: PositionalAccuracy;
810
+ DeviationDistance?: number;
811
+ ProxyDetected: boolean | undefined;
812
+ }
737
813
  export interface TrackingFilterGeometry {
738
814
  Polygon?: number[][][];
739
815
  }
@@ -962,6 +1038,18 @@ export interface UpdateTrackerResponse {
962
1038
  TrackerArn: string | undefined;
963
1039
  UpdateTime: Date | undefined;
964
1040
  }
1041
+ export interface VerifyDevicePositionRequest {
1042
+ TrackerName: string | undefined;
1043
+ DeviceState: DeviceState | undefined;
1044
+ DistanceUnit?: DistanceUnit;
1045
+ }
1046
+ export interface VerifyDevicePositionResponse {
1047
+ InferredState: InferredState | undefined;
1048
+ DeviceId: string | undefined;
1049
+ SampleTime: Date | undefined;
1050
+ ReceivedTime: Date | undefined;
1051
+ DistanceUnit: DistanceUnit | undefined;
1052
+ }
965
1053
  export declare const CreateKeyResponseFilterSensitiveLog: (
966
1054
  obj: CreateKeyResponse
967
1055
  ) => any;
@@ -1011,6 +1099,19 @@ export declare const CalculateRouteMatrixRequestFilterSensitiveLog: (
1011
1099
  export declare const CalculateRouteMatrixResponseFilterSensitiveLog: (
1012
1100
  obj: CalculateRouteMatrixResponse
1013
1101
  ) => any;
1102
+ export declare const DeviceStateFilterSensitiveLog: (obj: DeviceState) => any;
1103
+ export declare const ForecastedEventFilterSensitiveLog: (
1104
+ obj: ForecastedEvent
1105
+ ) => any;
1106
+ export declare const ForecastGeofenceEventsDeviceStateFilterSensitiveLog: (
1107
+ obj: ForecastGeofenceEventsDeviceState
1108
+ ) => any;
1109
+ export declare const ForecastGeofenceEventsRequestFilterSensitiveLog: (
1110
+ obj: ForecastGeofenceEventsRequest
1111
+ ) => any;
1112
+ export declare const ForecastGeofenceEventsResponseFilterSensitiveLog: (
1113
+ obj: ForecastGeofenceEventsResponse
1114
+ ) => any;
1014
1115
  export declare const GetGeofenceResponseFilterSensitiveLog: (
1015
1116
  obj: GetGeofenceResponse
1016
1117
  ) => any;
@@ -1051,6 +1152,9 @@ export declare const PlaceFilterSensitiveLog: (obj: Place) => any;
1051
1152
  export declare const GetPlaceResponseFilterSensitiveLog: (
1052
1153
  obj: GetPlaceResponse
1053
1154
  ) => any;
1155
+ export declare const InferredStateFilterSensitiveLog: (
1156
+ obj: InferredState
1157
+ ) => any;
1054
1158
  export declare const TrackingFilterGeometryFilterSensitiveLog: (
1055
1159
  obj: TrackingFilterGeometry
1056
1160
  ) => any;
@@ -1096,3 +1200,9 @@ export declare const SearchPlaceIndexForTextSummaryFilterSensitiveLog: (
1096
1200
  export declare const SearchPlaceIndexForTextResponseFilterSensitiveLog: (
1097
1201
  obj: SearchPlaceIndexForTextResponse
1098
1202
  ) => any;
1203
+ export declare const VerifyDevicePositionRequestFilterSensitiveLog: (
1204
+ obj: VerifyDevicePositionRequest
1205
+ ) => any;
1206
+ export declare const VerifyDevicePositionResponseFilterSensitiveLog: (
1207
+ obj: VerifyDevicePositionResponse
1208
+ ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ForecastGeofenceEventsCommandInput,
4
+ ForecastGeofenceEventsCommandOutput,
5
+ } from "../commands/ForecastGeofenceEventsCommand";
6
+ import { LocationPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateForecastGeofenceEvents: (
8
+ config: LocationPaginationConfiguration,
9
+ input: ForecastGeofenceEventsCommandInput,
10
+ ...rest: any[]
11
+ ) => 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";
@@ -115,6 +115,10 @@ import {
115
115
  DisassociateTrackerConsumerCommandInput,
116
116
  DisassociateTrackerConsumerCommandOutput,
117
117
  } from "../commands/DisassociateTrackerConsumerCommand";
118
+ import {
119
+ ForecastGeofenceEventsCommandInput,
120
+ ForecastGeofenceEventsCommandOutput,
121
+ } from "../commands/ForecastGeofenceEventsCommand";
118
122
  import {
119
123
  GetDevicePositionCommandInput,
120
124
  GetDevicePositionCommandOutput,
@@ -235,6 +239,10 @@ import {
235
239
  UpdateTrackerCommandInput,
236
240
  UpdateTrackerCommandOutput,
237
241
  } from "../commands/UpdateTrackerCommand";
242
+ import {
243
+ VerifyDevicePositionCommandInput,
244
+ VerifyDevicePositionCommandOutput,
245
+ } from "../commands/VerifyDevicePositionCommand";
238
246
  export declare const se_AssociateTrackerConsumerCommand: (
239
247
  input: AssociateTrackerConsumerCommandInput,
240
248
  context: __SerdeContext
@@ -347,6 +355,10 @@ export declare const se_DisassociateTrackerConsumerCommand: (
347
355
  input: DisassociateTrackerConsumerCommandInput,
348
356
  context: __SerdeContext
349
357
  ) => Promise<__HttpRequest>;
358
+ export declare const se_ForecastGeofenceEventsCommand: (
359
+ input: ForecastGeofenceEventsCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
350
362
  export declare const se_GetDevicePositionCommand: (
351
363
  input: GetDevicePositionCommandInput,
352
364
  context: __SerdeContext
@@ -467,6 +479,10 @@ export declare const se_UpdateTrackerCommand: (
467
479
  input: UpdateTrackerCommandInput,
468
480
  context: __SerdeContext
469
481
  ) => Promise<__HttpRequest>;
482
+ export declare const se_VerifyDevicePositionCommand: (
483
+ input: VerifyDevicePositionCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
470
486
  export declare const de_AssociateTrackerConsumerCommand: (
471
487
  output: __HttpResponse,
472
488
  context: __SerdeContext
@@ -579,6 +595,10 @@ export declare const de_DisassociateTrackerConsumerCommand: (
579
595
  output: __HttpResponse,
580
596
  context: __SerdeContext
581
597
  ) => Promise<DisassociateTrackerConsumerCommandOutput>;
598
+ export declare const de_ForecastGeofenceEventsCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<ForecastGeofenceEventsCommandOutput>;
582
602
  export declare const de_GetDevicePositionCommand: (
583
603
  output: __HttpResponse,
584
604
  context: __SerdeContext
@@ -699,3 +719,7 @@ export declare const de_UpdateTrackerCommand: (
699
719
  output: __HttpResponse,
700
720
  context: __SerdeContext
701
721
  ) => Promise<UpdateTrackerCommandOutput>;
722
+ export declare const de_VerifyDevicePositionCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<VerifyDevicePositionCommandOutput>;
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.590.0",
4
+ "version": "3.592.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,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",