@aws-sdk/client-location 3.478.0 → 3.481.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 (237) hide show
  1. package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +18 -41
  2. package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +18 -41
  3. package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +18 -41
  4. package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +18 -41
  5. package/dist-cjs/commands/BatchGetDevicePositionCommand.js +18 -41
  6. package/dist-cjs/commands/BatchPutGeofenceCommand.js +18 -41
  7. package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +18 -41
  8. package/dist-cjs/commands/CalculateRouteCommand.js +18 -41
  9. package/dist-cjs/commands/CalculateRouteMatrixCommand.js +18 -41
  10. package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +18 -41
  11. package/dist-cjs/commands/CreateKeyCommand.js +18 -41
  12. package/dist-cjs/commands/CreateMapCommand.js +18 -41
  13. package/dist-cjs/commands/CreatePlaceIndexCommand.js +18 -41
  14. package/dist-cjs/commands/CreateRouteCalculatorCommand.js +18 -41
  15. package/dist-cjs/commands/CreateTrackerCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteKeyCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteMapCommand.js +18 -41
  19. package/dist-cjs/commands/DeletePlaceIndexCommand.js +18 -41
  20. package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +18 -41
  21. package/dist-cjs/commands/DeleteTrackerCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeKeyCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeMapCommand.js +18 -41
  25. package/dist-cjs/commands/DescribePlaceIndexCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeTrackerCommand.js +18 -41
  28. package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +18 -41
  29. package/dist-cjs/commands/GetDevicePositionCommand.js +18 -41
  30. package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +18 -41
  31. package/dist-cjs/commands/GetGeofenceCommand.js +18 -41
  32. package/dist-cjs/commands/GetMapGlyphsCommand.js +18 -41
  33. package/dist-cjs/commands/GetMapSpritesCommand.js +18 -41
  34. package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +18 -41
  35. package/dist-cjs/commands/GetMapTileCommand.js +18 -41
  36. package/dist-cjs/commands/GetPlaceCommand.js +18 -41
  37. package/dist-cjs/commands/ListDevicePositionsCommand.js +18 -41
  38. package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +18 -41
  39. package/dist-cjs/commands/ListGeofencesCommand.js +18 -41
  40. package/dist-cjs/commands/ListKeysCommand.js +18 -41
  41. package/dist-cjs/commands/ListMapsCommand.js +18 -41
  42. package/dist-cjs/commands/ListPlaceIndexesCommand.js +18 -41
  43. package/dist-cjs/commands/ListRouteCalculatorsCommand.js +18 -41
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  45. package/dist-cjs/commands/ListTrackerConsumersCommand.js +18 -41
  46. package/dist-cjs/commands/ListTrackersCommand.js +18 -41
  47. package/dist-cjs/commands/PutGeofenceCommand.js +18 -41
  48. package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +18 -41
  49. package/dist-cjs/commands/SearchPlaceIndexForSuggestionsCommand.js +18 -41
  50. package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +18 -41
  51. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  52. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateKeyCommand.js +18 -41
  55. package/dist-cjs/commands/UpdateMapCommand.js +18 -41
  56. package/dist-cjs/commands/UpdatePlaceIndexCommand.js +18 -41
  57. package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +18 -41
  58. package/dist-cjs/commands/UpdateTrackerCommand.js +18 -41
  59. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  60. package/dist-es/commands/AssociateTrackerConsumerCommand.js +18 -41
  61. package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +18 -41
  62. package/dist-es/commands/BatchDeleteGeofenceCommand.js +18 -41
  63. package/dist-es/commands/BatchEvaluateGeofencesCommand.js +18 -41
  64. package/dist-es/commands/BatchGetDevicePositionCommand.js +18 -41
  65. package/dist-es/commands/BatchPutGeofenceCommand.js +18 -41
  66. package/dist-es/commands/BatchUpdateDevicePositionCommand.js +18 -41
  67. package/dist-es/commands/CalculateRouteCommand.js +18 -41
  68. package/dist-es/commands/CalculateRouteMatrixCommand.js +18 -41
  69. package/dist-es/commands/CreateGeofenceCollectionCommand.js +18 -41
  70. package/dist-es/commands/CreateKeyCommand.js +18 -41
  71. package/dist-es/commands/CreateMapCommand.js +18 -41
  72. package/dist-es/commands/CreatePlaceIndexCommand.js +18 -41
  73. package/dist-es/commands/CreateRouteCalculatorCommand.js +18 -41
  74. package/dist-es/commands/CreateTrackerCommand.js +18 -41
  75. package/dist-es/commands/DeleteGeofenceCollectionCommand.js +18 -41
  76. package/dist-es/commands/DeleteKeyCommand.js +18 -41
  77. package/dist-es/commands/DeleteMapCommand.js +18 -41
  78. package/dist-es/commands/DeletePlaceIndexCommand.js +18 -41
  79. package/dist-es/commands/DeleteRouteCalculatorCommand.js +18 -41
  80. package/dist-es/commands/DeleteTrackerCommand.js +18 -41
  81. package/dist-es/commands/DescribeGeofenceCollectionCommand.js +18 -41
  82. package/dist-es/commands/DescribeKeyCommand.js +18 -41
  83. package/dist-es/commands/DescribeMapCommand.js +18 -41
  84. package/dist-es/commands/DescribePlaceIndexCommand.js +18 -41
  85. package/dist-es/commands/DescribeRouteCalculatorCommand.js +18 -41
  86. package/dist-es/commands/DescribeTrackerCommand.js +18 -41
  87. package/dist-es/commands/DisassociateTrackerConsumerCommand.js +18 -41
  88. package/dist-es/commands/GetDevicePositionCommand.js +18 -41
  89. package/dist-es/commands/GetDevicePositionHistoryCommand.js +18 -41
  90. package/dist-es/commands/GetGeofenceCommand.js +18 -41
  91. package/dist-es/commands/GetMapGlyphsCommand.js +18 -41
  92. package/dist-es/commands/GetMapSpritesCommand.js +18 -41
  93. package/dist-es/commands/GetMapStyleDescriptorCommand.js +18 -41
  94. package/dist-es/commands/GetMapTileCommand.js +18 -41
  95. package/dist-es/commands/GetPlaceCommand.js +18 -41
  96. package/dist-es/commands/ListDevicePositionsCommand.js +18 -41
  97. package/dist-es/commands/ListGeofenceCollectionsCommand.js +18 -41
  98. package/dist-es/commands/ListGeofencesCommand.js +18 -41
  99. package/dist-es/commands/ListKeysCommand.js +18 -41
  100. package/dist-es/commands/ListMapsCommand.js +18 -41
  101. package/dist-es/commands/ListPlaceIndexesCommand.js +18 -41
  102. package/dist-es/commands/ListRouteCalculatorsCommand.js +18 -41
  103. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  104. package/dist-es/commands/ListTrackerConsumersCommand.js +18 -41
  105. package/dist-es/commands/ListTrackersCommand.js +18 -41
  106. package/dist-es/commands/PutGeofenceCommand.js +18 -41
  107. package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +18 -41
  108. package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +18 -41
  109. package/dist-es/commands/SearchPlaceIndexForTextCommand.js +18 -41
  110. package/dist-es/commands/TagResourceCommand.js +18 -41
  111. package/dist-es/commands/UntagResourceCommand.js +18 -41
  112. package/dist-es/commands/UpdateGeofenceCollectionCommand.js +18 -41
  113. package/dist-es/commands/UpdateKeyCommand.js +18 -41
  114. package/dist-es/commands/UpdateMapCommand.js +18 -41
  115. package/dist-es/commands/UpdatePlaceIndexCommand.js +18 -41
  116. package/dist-es/commands/UpdateRouteCalculatorCommand.js +18 -41
  117. package/dist-es/commands/UpdateTrackerCommand.js +18 -41
  118. package/dist-es/endpoint/EndpointParameters.js +6 -0
  119. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +6 -21
  120. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +6 -21
  121. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +6 -21
  122. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +6 -21
  123. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +6 -21
  124. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +6 -21
  125. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +6 -21
  126. package/dist-types/commands/CalculateRouteCommand.d.ts +6 -21
  127. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +6 -21
  128. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +6 -21
  129. package/dist-types/commands/CreateKeyCommand.d.ts +6 -21
  130. package/dist-types/commands/CreateMapCommand.d.ts +6 -21
  131. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +6 -21
  132. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +6 -21
  133. package/dist-types/commands/CreateTrackerCommand.d.ts +6 -21
  134. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +6 -21
  135. package/dist-types/commands/DeleteKeyCommand.d.ts +6 -21
  136. package/dist-types/commands/DeleteMapCommand.d.ts +6 -21
  137. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +6 -21
  138. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +6 -21
  139. package/dist-types/commands/DeleteTrackerCommand.d.ts +6 -21
  140. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +6 -21
  141. package/dist-types/commands/DescribeKeyCommand.d.ts +6 -21
  142. package/dist-types/commands/DescribeMapCommand.d.ts +6 -21
  143. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +6 -21
  144. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +6 -21
  145. package/dist-types/commands/DescribeTrackerCommand.d.ts +6 -21
  146. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +6 -21
  147. package/dist-types/commands/GetDevicePositionCommand.d.ts +6 -21
  148. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +6 -21
  149. package/dist-types/commands/GetGeofenceCommand.d.ts +6 -21
  150. package/dist-types/commands/GetMapGlyphsCommand.d.ts +6 -21
  151. package/dist-types/commands/GetMapSpritesCommand.d.ts +6 -21
  152. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +6 -21
  153. package/dist-types/commands/GetMapTileCommand.d.ts +6 -21
  154. package/dist-types/commands/GetPlaceCommand.d.ts +6 -21
  155. package/dist-types/commands/ListDevicePositionsCommand.d.ts +6 -21
  156. package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +6 -21
  157. package/dist-types/commands/ListGeofencesCommand.d.ts +6 -21
  158. package/dist-types/commands/ListKeysCommand.d.ts +6 -21
  159. package/dist-types/commands/ListMapsCommand.d.ts +6 -21
  160. package/dist-types/commands/ListPlaceIndexesCommand.d.ts +6 -21
  161. package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +6 -21
  162. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  163. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +6 -21
  164. package/dist-types/commands/ListTrackersCommand.d.ts +6 -21
  165. package/dist-types/commands/PutGeofenceCommand.d.ts +6 -21
  166. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +6 -21
  167. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +6 -21
  168. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +6 -21
  169. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  170. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  171. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +6 -21
  172. package/dist-types/commands/UpdateKeyCommand.d.ts +6 -21
  173. package/dist-types/commands/UpdateMapCommand.d.ts +6 -21
  174. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +6 -21
  175. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +6 -21
  176. package/dist-types/commands/UpdateTrackerCommand.d.ts +6 -21
  177. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  178. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +12 -24
  179. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +12 -24
  182. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +12 -24
  183. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +12 -24
  187. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +12 -24
  188. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +12 -24
  194. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +12 -24
  198. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +12 -24
  200. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +12 -24
  204. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +12 -24
  208. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +12 -24
  212. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +14 -23
  213. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +14 -23
  217. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +12 -24
  221. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +12 -24
  223. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +12 -24
  226. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +12 -24
  227. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +12 -24
  228. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  230. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +14 -23
  233. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +12 -24
  235. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  237. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
4
  import { BatchDeleteGeofenceRequest, BatchDeleteGeofenceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchDeleteGeofenceCommandInput extends BatchDeleteGeofenceRequ
21
20
  */
22
21
  export interface BatchDeleteGeofenceCommandOutput extends BatchDeleteGeofenceResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchDeleteGeofenceCommand_base: {
24
+ new (input: BatchDeleteGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a batch of geofences from a geofence collection.</p>
@@ -81,23 +84,5 @@ export interface BatchDeleteGeofenceCommandOutput extends BatchDeleteGeofenceRes
81
84
  * <p>Base exception class for all service exceptions from Location service.</p>
82
85
  *
83
86
  */
84
- export declare class BatchDeleteGeofenceCommand extends $Command<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput, LocationClientResolvedConfig> {
85
- readonly input: BatchDeleteGeofenceCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: BatchDeleteGeofenceCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class BatchDeleteGeofenceCommand extends BatchDeleteGeofenceCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
4
  import { BatchEvaluateGeofencesRequest, BatchEvaluateGeofencesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchEvaluateGeofencesCommandInput extends BatchEvaluateGeofenc
21
20
  */
22
21
  export interface BatchEvaluateGeofencesCommandOutput extends BatchEvaluateGeofencesResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchEvaluateGeofencesCommand_base: {
24
+ new (input: BatchEvaluateGeofencesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Evaluates device positions against the geofence geometries from a given geofence
@@ -119,23 +122,5 @@ export interface BatchEvaluateGeofencesCommandOutput extends BatchEvaluateGeofen
119
122
  * <p>Base exception class for all service exceptions from Location service.</p>
120
123
  *
121
124
  */
122
- export declare class BatchEvaluateGeofencesCommand extends $Command<BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput, LocationClientResolvedConfig> {
123
- readonly input: BatchEvaluateGeofencesCommandInput;
124
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
125
- /**
126
- * @public
127
- */
128
- constructor(input: BatchEvaluateGeofencesCommandInput);
129
- /**
130
- * @internal
131
- */
132
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput>;
133
- /**
134
- * @internal
135
- */
136
- private serialize;
137
- /**
138
- * @internal
139
- */
140
- private deserialize;
125
+ export declare class BatchEvaluateGeofencesCommand extends BatchEvaluateGeofencesCommand_base {
141
126
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
4
  import { BatchGetDevicePositionRequest, BatchGetDevicePositionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchGetDevicePositionCommandInput extends BatchGetDevicePositi
21
20
  */
22
21
  export interface BatchGetDevicePositionCommandOutput extends BatchGetDevicePositionResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchGetDevicePositionCommand_base: {
24
+ new (input: BatchGetDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the latest device positions for requested devices.</p>
@@ -94,23 +97,5 @@ export interface BatchGetDevicePositionCommandOutput extends BatchGetDevicePosit
94
97
  * <p>Base exception class for all service exceptions from Location service.</p>
95
98
  *
96
99
  */
97
- export declare class BatchGetDevicePositionCommand extends $Command<BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput, LocationClientResolvedConfig> {
98
- readonly input: BatchGetDevicePositionCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: BatchGetDevicePositionCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class BatchGetDevicePositionCommand extends BatchGetDevicePositionCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
4
  import { BatchPutGeofenceRequest, BatchPutGeofenceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchPutGeofenceCommandInput extends BatchPutGeofenceRequest {
21
20
  */
22
21
  export interface BatchPutGeofenceCommandOutput extends BatchPutGeofenceResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchPutGeofenceCommand_base: {
24
+ new (input: BatchPutGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>A batch request for storing geofence geometries into a given geofence collection, or
@@ -106,23 +109,5 @@ export interface BatchPutGeofenceCommandOutput extends BatchPutGeofenceResponse,
106
109
  * <p>Base exception class for all service exceptions from Location service.</p>
107
110
  *
108
111
  */
109
- export declare class BatchPutGeofenceCommand extends $Command<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput, LocationClientResolvedConfig> {
110
- readonly input: BatchPutGeofenceCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: BatchPutGeofenceCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class BatchPutGeofenceCommand extends BatchPutGeofenceCommand_base {
128
113
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
4
  import { BatchUpdateDevicePositionRequest, BatchUpdateDevicePositionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchUpdateDevicePositionCommandInput extends BatchUpdateDevice
21
20
  */
22
21
  export interface BatchUpdateDevicePositionCommandOutput extends BatchUpdateDevicePositionResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchUpdateDevicePositionCommand_base: {
24
+ new (input: BatchUpdateDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Uploads position update data for one or more devices to a tracker resource (up to
@@ -113,23 +116,5 @@ export interface BatchUpdateDevicePositionCommandOutput extends BatchUpdateDevic
113
116
  * <p>Base exception class for all service exceptions from Location service.</p>
114
117
  *
115
118
  */
116
- export declare class BatchUpdateDevicePositionCommand extends $Command<BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput, LocationClientResolvedConfig> {
117
- readonly input: BatchUpdateDevicePositionCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: BatchUpdateDevicePositionCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class BatchUpdateDevicePositionCommand extends BatchUpdateDevicePositionCommand_base {
135
120
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
4
  import { CalculateRouteRequest, CalculateRouteResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CalculateRouteCommandInput extends CalculateRouteRequest {
21
20
  */
22
21
  export interface CalculateRouteCommandOutput extends CalculateRouteResponse, __MetadataBearer {
23
22
  }
23
+ declare const CalculateRouteCommand_base: {
24
+ new (input: CalculateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CalculateRouteCommandInput, CalculateRouteCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -177,23 +180,5 @@ export interface CalculateRouteCommandOutput extends CalculateRouteResponse, __M
177
180
  * <p>Base exception class for all service exceptions from Location service.</p>
178
181
  *
179
182
  */
180
- export declare class CalculateRouteCommand extends $Command<CalculateRouteCommandInput, CalculateRouteCommandOutput, LocationClientResolvedConfig> {
181
- readonly input: CalculateRouteCommandInput;
182
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
183
- /**
184
- * @public
185
- */
186
- constructor(input: CalculateRouteCommandInput);
187
- /**
188
- * @internal
189
- */
190
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CalculateRouteCommandInput, CalculateRouteCommandOutput>;
191
- /**
192
- * @internal
193
- */
194
- private serialize;
195
- /**
196
- * @internal
197
- */
198
- private deserialize;
183
+ export declare class CalculateRouteCommand extends CalculateRouteCommand_base {
199
184
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
4
  import { CalculateRouteMatrixRequest, CalculateRouteMatrixResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CalculateRouteMatrixCommandInput extends CalculateRouteMatrixRe
21
20
  */
22
21
  export interface CalculateRouteMatrixCommandOutput extends CalculateRouteMatrixResponse, __MetadataBearer {
23
22
  }
23
+ declare const CalculateRouteMatrixCommand_base: {
24
+ new (input: CalculateRouteMatrixCommandInput): import("@smithy/smithy-client").CommandImpl<CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -168,23 +171,5 @@ export interface CalculateRouteMatrixCommandOutput extends CalculateRouteMatrixR
168
171
  * <p>Base exception class for all service exceptions from Location service.</p>
169
172
  *
170
173
  */
171
- export declare class CalculateRouteMatrixCommand extends $Command<CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput, LocationClientResolvedConfig> {
172
- readonly input: CalculateRouteMatrixCommandInput;
173
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
174
- /**
175
- * @public
176
- */
177
- constructor(input: CalculateRouteMatrixCommandInput);
178
- /**
179
- * @internal
180
- */
181
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput>;
182
- /**
183
- * @internal
184
- */
185
- private serialize;
186
- /**
187
- * @internal
188
- */
189
- private deserialize;
174
+ export declare class CalculateRouteMatrixCommand extends CalculateRouteMatrixCommand_base {
190
175
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
4
  import { CreateGeofenceCollectionRequest, CreateGeofenceCollectionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateGeofenceCollectionCommandInput extends CreateGeofenceColl
21
20
  */
22
21
  export interface CreateGeofenceCollectionCommandOutput extends CreateGeofenceCollectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateGeofenceCollectionCommand_base: {
24
+ new (input: CreateGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a geofence collection, which manages and stores geofences.</p>
@@ -80,23 +83,5 @@ export interface CreateGeofenceCollectionCommandOutput extends CreateGeofenceCol
80
83
  * <p>Base exception class for all service exceptions from Location service.</p>
81
84
  *
82
85
  */
83
- export declare class CreateGeofenceCollectionCommand extends $Command<CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
84
- readonly input: CreateGeofenceCollectionCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: CreateGeofenceCollectionCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class CreateGeofenceCollectionCommand extends CreateGeofenceCollectionCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
4
  import { CreateKeyRequest, CreateKeyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateKeyCommandInput extends CreateKeyRequest {
21
20
  */
22
21
  export interface CreateKeyCommandOutput extends CreateKeyResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateKeyCommand_base: {
24
+ new (input: CreateKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKeyCommandInput, CreateKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an API key resource in your Amazon Web Services account, which lets you grant
@@ -95,23 +98,5 @@ export interface CreateKeyCommandOutput extends CreateKeyResponse, __MetadataBea
95
98
  * <p>Base exception class for all service exceptions from Location service.</p>
96
99
  *
97
100
  */
98
- export declare class CreateKeyCommand extends $Command<CreateKeyCommandInput, CreateKeyCommandOutput, LocationClientResolvedConfig> {
99
- readonly input: CreateKeyCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: CreateKeyCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateKeyCommandInput, CreateKeyCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class CreateKeyCommand extends CreateKeyCommand_base {
117
102
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
4
  import { CreateMapRequest, CreateMapResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateMapCommandInput extends CreateMapRequest {
21
20
  */
22
21
  export interface CreateMapCommandOutput extends CreateMapResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateMapCommand_base: {
24
+ new (input: CreateMapCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMapCommandInput, CreateMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a map resource in your Amazon Web Services account, which provides map tiles of different
@@ -89,23 +92,5 @@ export interface CreateMapCommandOutput extends CreateMapResponse, __MetadataBea
89
92
  * <p>Base exception class for all service exceptions from Location service.</p>
90
93
  *
91
94
  */
92
- export declare class CreateMapCommand extends $Command<CreateMapCommandInput, CreateMapCommandOutput, LocationClientResolvedConfig> {
93
- readonly input: CreateMapCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: CreateMapCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMapCommandInput, CreateMapCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class CreateMapCommand extends CreateMapCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
4
  import { CreatePlaceIndexRequest, CreatePlaceIndexResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreatePlaceIndexCommandInput extends CreatePlaceIndexRequest {
21
20
  */
22
21
  export interface CreatePlaceIndexCommandOutput extends CreatePlaceIndexResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreatePlaceIndexCommand_base: {
24
+ new (input: CreatePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a place index resource in your Amazon Web Services account. Use a place index resource to
@@ -92,23 +95,5 @@ export interface CreatePlaceIndexCommandOutput extends CreatePlaceIndexResponse,
92
95
  * <p>Base exception class for all service exceptions from Location service.</p>
93
96
  *
94
97
  */
95
- export declare class CreatePlaceIndexCommand extends $Command<CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput, LocationClientResolvedConfig> {
96
- readonly input: CreatePlaceIndexCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: CreatePlaceIndexCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class CreatePlaceIndexCommand extends CreatePlaceIndexCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
4
  import { CreateRouteCalculatorRequest, CreateRouteCalculatorResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateRouteCalculatorCommandInput extends CreateRouteCalculator
21
20
  */
22
21
  export interface CreateRouteCalculatorCommandOutput extends CreateRouteCalculatorResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateRouteCalculatorCommand_base: {
24
+ new (input: CreateRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a route calculator resource in your Amazon Web Services account.</p>
@@ -88,23 +91,5 @@ export interface CreateRouteCalculatorCommandOutput extends CreateRouteCalculato
88
91
  * <p>Base exception class for all service exceptions from Location service.</p>
89
92
  *
90
93
  */
91
- export declare class CreateRouteCalculatorCommand extends $Command<CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
92
- readonly input: CreateRouteCalculatorCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: CreateRouteCalculatorCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class CreateRouteCalculatorCommand extends CreateRouteCalculatorCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
4
  import { CreateTrackerRequest, CreateTrackerResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateTrackerCommandInput extends CreateTrackerRequest {
21
20
  */
22
21
  export interface CreateTrackerCommandOutput extends CreateTrackerResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateTrackerCommand_base: {
24
+ new (input: CreateTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrackerCommandInput, CreateTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a tracker resource in your Amazon Web Services account, which lets you retrieve current and
@@ -84,23 +87,5 @@ export interface CreateTrackerCommandOutput extends CreateTrackerResponse, __Met
84
87
  * <p>Base exception class for all service exceptions from Location service.</p>
85
88
  *
86
89
  */
87
- export declare class CreateTrackerCommand extends $Command<CreateTrackerCommandInput, CreateTrackerCommandOutput, LocationClientResolvedConfig> {
88
- readonly input: CreateTrackerCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: CreateTrackerCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrackerCommandInput, CreateTrackerCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class CreateTrackerCommand extends CreateTrackerCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
5
4
  import { DeleteGeofenceCollectionRequest, DeleteGeofenceCollectionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteGeofenceCollectionCommandInput extends DeleteGeofenceColl
21
20
  */
22
21
  export interface DeleteGeofenceCollectionCommandOutput extends DeleteGeofenceCollectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteGeofenceCollectionCommand_base: {
24
+ new (input: DeleteGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a geofence collection from your Amazon Web Services account.</p>
@@ -69,23 +72,5 @@ export interface DeleteGeofenceCollectionCommandOutput extends DeleteGeofenceCol
69
72
  * <p>Base exception class for all service exceptions from Location service.</p>
70
73
  *
71
74
  */
72
- export declare class DeleteGeofenceCollectionCommand extends $Command<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
73
- readonly input: DeleteGeofenceCollectionCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: DeleteGeofenceCollectionCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class DeleteGeofenceCollectionCommand extends DeleteGeofenceCollectionCommand_base {
91
76
  }