@aws-sdk/client-location 3.478.0 → 3.484.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 (241) 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-cjs/protocols/Aws_restJson1.js +6 -1
  61. package/dist-es/commands/AssociateTrackerConsumerCommand.js +18 -41
  62. package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +18 -41
  63. package/dist-es/commands/BatchDeleteGeofenceCommand.js +18 -41
  64. package/dist-es/commands/BatchEvaluateGeofencesCommand.js +18 -41
  65. package/dist-es/commands/BatchGetDevicePositionCommand.js +18 -41
  66. package/dist-es/commands/BatchPutGeofenceCommand.js +18 -41
  67. package/dist-es/commands/BatchUpdateDevicePositionCommand.js +18 -41
  68. package/dist-es/commands/CalculateRouteCommand.js +18 -41
  69. package/dist-es/commands/CalculateRouteMatrixCommand.js +18 -41
  70. package/dist-es/commands/CreateGeofenceCollectionCommand.js +18 -41
  71. package/dist-es/commands/CreateKeyCommand.js +18 -41
  72. package/dist-es/commands/CreateMapCommand.js +18 -41
  73. package/dist-es/commands/CreatePlaceIndexCommand.js +18 -41
  74. package/dist-es/commands/CreateRouteCalculatorCommand.js +18 -41
  75. package/dist-es/commands/CreateTrackerCommand.js +18 -41
  76. package/dist-es/commands/DeleteGeofenceCollectionCommand.js +18 -41
  77. package/dist-es/commands/DeleteKeyCommand.js +18 -41
  78. package/dist-es/commands/DeleteMapCommand.js +18 -41
  79. package/dist-es/commands/DeletePlaceIndexCommand.js +18 -41
  80. package/dist-es/commands/DeleteRouteCalculatorCommand.js +18 -41
  81. package/dist-es/commands/DeleteTrackerCommand.js +18 -41
  82. package/dist-es/commands/DescribeGeofenceCollectionCommand.js +18 -41
  83. package/dist-es/commands/DescribeKeyCommand.js +18 -41
  84. package/dist-es/commands/DescribeMapCommand.js +18 -41
  85. package/dist-es/commands/DescribePlaceIndexCommand.js +18 -41
  86. package/dist-es/commands/DescribeRouteCalculatorCommand.js +18 -41
  87. package/dist-es/commands/DescribeTrackerCommand.js +18 -41
  88. package/dist-es/commands/DisassociateTrackerConsumerCommand.js +18 -41
  89. package/dist-es/commands/GetDevicePositionCommand.js +18 -41
  90. package/dist-es/commands/GetDevicePositionHistoryCommand.js +18 -41
  91. package/dist-es/commands/GetGeofenceCommand.js +18 -41
  92. package/dist-es/commands/GetMapGlyphsCommand.js +18 -41
  93. package/dist-es/commands/GetMapSpritesCommand.js +18 -41
  94. package/dist-es/commands/GetMapStyleDescriptorCommand.js +18 -41
  95. package/dist-es/commands/GetMapTileCommand.js +18 -41
  96. package/dist-es/commands/GetPlaceCommand.js +18 -41
  97. package/dist-es/commands/ListDevicePositionsCommand.js +18 -41
  98. package/dist-es/commands/ListGeofenceCollectionsCommand.js +18 -41
  99. package/dist-es/commands/ListGeofencesCommand.js +18 -41
  100. package/dist-es/commands/ListKeysCommand.js +18 -41
  101. package/dist-es/commands/ListMapsCommand.js +18 -41
  102. package/dist-es/commands/ListPlaceIndexesCommand.js +18 -41
  103. package/dist-es/commands/ListRouteCalculatorsCommand.js +18 -41
  104. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  105. package/dist-es/commands/ListTrackerConsumersCommand.js +18 -41
  106. package/dist-es/commands/ListTrackersCommand.js +18 -41
  107. package/dist-es/commands/PutGeofenceCommand.js +18 -41
  108. package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +18 -41
  109. package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +18 -41
  110. package/dist-es/commands/SearchPlaceIndexForTextCommand.js +18 -41
  111. package/dist-es/commands/TagResourceCommand.js +18 -41
  112. package/dist-es/commands/UntagResourceCommand.js +18 -41
  113. package/dist-es/commands/UpdateGeofenceCollectionCommand.js +18 -41
  114. package/dist-es/commands/UpdateKeyCommand.js +18 -41
  115. package/dist-es/commands/UpdateMapCommand.js +18 -41
  116. package/dist-es/commands/UpdatePlaceIndexCommand.js +18 -41
  117. package/dist-es/commands/UpdateRouteCalculatorCommand.js +18 -41
  118. package/dist-es/commands/UpdateTrackerCommand.js +18 -41
  119. package/dist-es/endpoint/EndpointParameters.js +6 -0
  120. package/dist-es/protocols/Aws_restJson1.js +6 -1
  121. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +6 -21
  122. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +6 -21
  123. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +6 -21
  124. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +6 -21
  125. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +6 -21
  126. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +6 -21
  127. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +6 -21
  128. package/dist-types/commands/CalculateRouteCommand.d.ts +6 -21
  129. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +6 -21
  130. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +6 -21
  131. package/dist-types/commands/CreateKeyCommand.d.ts +6 -21
  132. package/dist-types/commands/CreateMapCommand.d.ts +6 -21
  133. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +6 -21
  134. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +6 -21
  135. package/dist-types/commands/CreateTrackerCommand.d.ts +6 -21
  136. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +6 -21
  137. package/dist-types/commands/DeleteKeyCommand.d.ts +7 -21
  138. package/dist-types/commands/DeleteMapCommand.d.ts +6 -21
  139. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +6 -21
  140. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +6 -21
  141. package/dist-types/commands/DeleteTrackerCommand.d.ts +6 -21
  142. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +6 -21
  143. package/dist-types/commands/DescribeKeyCommand.d.ts +6 -21
  144. package/dist-types/commands/DescribeMapCommand.d.ts +6 -21
  145. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +6 -21
  146. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +6 -21
  147. package/dist-types/commands/DescribeTrackerCommand.d.ts +6 -21
  148. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +6 -21
  149. package/dist-types/commands/GetDevicePositionCommand.d.ts +6 -21
  150. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +6 -21
  151. package/dist-types/commands/GetGeofenceCommand.d.ts +6 -21
  152. package/dist-types/commands/GetMapGlyphsCommand.d.ts +6 -21
  153. package/dist-types/commands/GetMapSpritesCommand.d.ts +6 -21
  154. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +6 -21
  155. package/dist-types/commands/GetMapTileCommand.d.ts +6 -21
  156. package/dist-types/commands/GetPlaceCommand.d.ts +6 -21
  157. package/dist-types/commands/ListDevicePositionsCommand.d.ts +6 -21
  158. package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +6 -21
  159. package/dist-types/commands/ListGeofencesCommand.d.ts +6 -21
  160. package/dist-types/commands/ListKeysCommand.d.ts +6 -21
  161. package/dist-types/commands/ListMapsCommand.d.ts +6 -21
  162. package/dist-types/commands/ListPlaceIndexesCommand.d.ts +6 -21
  163. package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +6 -21
  164. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  165. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +6 -21
  166. package/dist-types/commands/ListTrackersCommand.d.ts +6 -21
  167. package/dist-types/commands/PutGeofenceCommand.d.ts +6 -21
  168. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +6 -21
  169. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +6 -21
  170. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +6 -21
  171. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  172. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  173. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +6 -21
  174. package/dist-types/commands/UpdateKeyCommand.d.ts +6 -21
  175. package/dist-types/commands/UpdateMapCommand.d.ts +6 -21
  176. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +6 -21
  177. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +6 -21
  178. package/dist-types/commands/UpdateTrackerCommand.d.ts +6 -21
  179. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  180. package/dist-types/models/models_0.d.ts +11 -1
  181. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +12 -24
  182. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +12 -24
  183. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +12 -24
  186. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +12 -24
  188. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +12 -24
  190. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +12 -24
  191. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +12 -24
  195. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +12 -24
  197. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +12 -24
  201. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +12 -24
  207. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +14 -23
  213. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +12 -24
  215. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +14 -23
  217. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +12 -24
  219. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +12 -24
  224. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +12 -24
  226. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +12 -24
  229. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +12 -24
  230. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  233. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +12 -24
  234. package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +14 -23
  235. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +14 -23
  237. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +12 -24
  238. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  240. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  241. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LocationClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeRouteCalculatorCommandInput
21
15
  export interface DescribeRouteCalculatorCommandOutput
22
16
  extends DescribeRouteCalculatorResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeRouteCalculatorCommand extends $Command<
25
- DescribeRouteCalculatorCommandInput,
26
- DescribeRouteCalculatorCommandOutput,
27
- LocationClientResolvedConfig
28
- > {
29
- readonly input: DescribeRouteCalculatorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeRouteCalculatorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: LocationClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeRouteCalculatorCommand_base: {
19
+ new (
20
+ input: DescribeRouteCalculatorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeRouteCalculatorCommandInput,
38
- DescribeRouteCalculatorCommandOutput
23
+ DescribeRouteCalculatorCommandOutput,
24
+ LocationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeRouteCalculatorCommand extends DescribeRouteCalculatorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LocationClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeTrackerCommandInput extends DescribeTrackerRequest {}
20
14
  export interface DescribeTrackerCommandOutput
21
15
  extends DescribeTrackerResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeTrackerCommand extends $Command<
24
- DescribeTrackerCommandInput,
25
- DescribeTrackerCommandOutput,
26
- LocationClientResolvedConfig
27
- > {
28
- readonly input: DescribeTrackerCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeTrackerCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: LocationClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeTrackerCommandInput, DescribeTrackerCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeTrackerCommand_base: {
18
+ new (
19
+ input: DescribeTrackerCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeTrackerCommandInput,
22
+ DescribeTrackerCommandOutput,
23
+ LocationClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeTrackerCommand extends DescribeTrackerCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LocationClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DisassociateTrackerConsumerCommandInput
21
15
  export interface DisassociateTrackerConsumerCommandOutput
22
16
  extends DisassociateTrackerConsumerResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateTrackerConsumerCommand extends $Command<
25
- DisassociateTrackerConsumerCommandInput,
26
- DisassociateTrackerConsumerCommandOutput,
27
- LocationClientResolvedConfig
28
- > {
29
- readonly input: DisassociateTrackerConsumerCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateTrackerConsumerCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: LocationClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateTrackerConsumerCommand_base: {
19
+ new (
20
+ input: DisassociateTrackerConsumerCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateTrackerConsumerCommandInput,
38
- DisassociateTrackerConsumerCommandOutput
23
+ DisassociateTrackerConsumerCommandOutput,
24
+ LocationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisassociateTrackerConsumerCommand extends DisassociateTrackerConsumerCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LocationClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetDevicePositionCommandInput
21
15
  export interface GetDevicePositionCommandOutput
22
16
  extends GetDevicePositionResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDevicePositionCommand extends $Command<
25
- GetDevicePositionCommandInput,
26
- GetDevicePositionCommandOutput,
27
- LocationClientResolvedConfig
28
- > {
29
- readonly input: GetDevicePositionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDevicePositionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: LocationClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetDevicePositionCommandInput, GetDevicePositionCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetDevicePositionCommand_base: {
19
+ new (
20
+ input: GetDevicePositionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetDevicePositionCommandInput,
23
+ GetDevicePositionCommandOutput,
24
+ LocationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDevicePositionCommand extends GetDevicePositionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LocationClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetDevicePositionHistoryCommandInput
21
15
  export interface GetDevicePositionHistoryCommandOutput
22
16
  extends GetDevicePositionHistoryResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDevicePositionHistoryCommand extends $Command<
25
- GetDevicePositionHistoryCommandInput,
26
- GetDevicePositionHistoryCommandOutput,
27
- LocationClientResolvedConfig
28
- > {
29
- readonly input: GetDevicePositionHistoryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDevicePositionHistoryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: LocationClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetDevicePositionHistoryCommand_base: {
19
+ new (
20
+ input: GetDevicePositionHistoryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetDevicePositionHistoryCommandInput,
38
- GetDevicePositionHistoryCommandOutput
23
+ GetDevicePositionHistoryCommandOutput,
24
+ LocationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDevicePositionHistoryCommand extends GetDevicePositionHistoryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LocationClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetGeofenceCommandInput extends GetGeofenceRequest {}
17
11
  export interface GetGeofenceCommandOutput
18
12
  extends GetGeofenceResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetGeofenceCommand extends $Command<
21
- GetGeofenceCommandInput,
22
- GetGeofenceCommandOutput,
23
- LocationClientResolvedConfig
24
- > {
25
- readonly input: GetGeofenceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetGeofenceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: LocationClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetGeofenceCommandInput, GetGeofenceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetGeofenceCommand_base: {
15
+ new (
16
+ input: GetGeofenceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetGeofenceCommandInput,
19
+ GetGeofenceCommandOutput,
20
+ LocationClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetGeofenceCommand extends GetGeofenceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
10
4
  import {
11
5
  LocationClientResolvedConfig,
@@ -24,19 +18,16 @@ export type GetMapGlyphsCommandOutputType = Pick<
24
18
  export interface GetMapGlyphsCommandOutput
25
19
  extends GetMapGlyphsCommandOutputType,
26
20
  __MetadataBearer {}
27
- export declare class GetMapGlyphsCommand extends $Command<
28
- GetMapGlyphsCommandInput,
29
- GetMapGlyphsCommandOutput,
30
- LocationClientResolvedConfig
31
- > {
32
- readonly input: GetMapGlyphsCommandInput;
33
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
- constructor(input: GetMapGlyphsCommandInput);
35
- resolveMiddleware(
36
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
37
- configuration: LocationClientResolvedConfig,
38
- options?: __HttpHandlerOptions
39
- ): Handler<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput>;
40
- private serialize;
41
- private deserialize;
42
- }
21
+ declare const GetMapGlyphsCommand_base: {
22
+ new (
23
+ input: GetMapGlyphsCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ GetMapGlyphsCommandInput,
26
+ GetMapGlyphsCommandOutput,
27
+ LocationClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
31
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ };
33
+ export declare class GetMapGlyphsCommand extends GetMapGlyphsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
10
4
  import {
11
5
  LocationClientResolvedConfig,
@@ -27,19 +21,16 @@ export type GetMapSpritesCommandOutputType = Pick<
27
21
  export interface GetMapSpritesCommandOutput
28
22
  extends GetMapSpritesCommandOutputType,
29
23
  __MetadataBearer {}
30
- export declare class GetMapSpritesCommand extends $Command<
31
- GetMapSpritesCommandInput,
32
- GetMapSpritesCommandOutput,
33
- LocationClientResolvedConfig
34
- > {
35
- readonly input: GetMapSpritesCommandInput;
36
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
- constructor(input: GetMapSpritesCommandInput);
38
- resolveMiddleware(
39
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
40
- configuration: LocationClientResolvedConfig,
41
- options?: __HttpHandlerOptions
42
- ): Handler<GetMapSpritesCommandInput, GetMapSpritesCommandOutput>;
43
- private serialize;
44
- private deserialize;
45
- }
24
+ declare const GetMapSpritesCommand_base: {
25
+ new (
26
+ input: GetMapSpritesCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ GetMapSpritesCommandInput,
29
+ GetMapSpritesCommandOutput,
30
+ LocationClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class GetMapSpritesCommand extends GetMapSpritesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
10
4
  import {
11
5
  LocationClientResolvedConfig,
@@ -28,22 +22,16 @@ export type GetMapStyleDescriptorCommandOutputType = Pick<
28
22
  export interface GetMapStyleDescriptorCommandOutput
29
23
  extends GetMapStyleDescriptorCommandOutputType,
30
24
  __MetadataBearer {}
31
- export declare class GetMapStyleDescriptorCommand extends $Command<
32
- GetMapStyleDescriptorCommandInput,
33
- GetMapStyleDescriptorCommandOutput,
34
- LocationClientResolvedConfig
35
- > {
36
- readonly input: GetMapStyleDescriptorCommandInput;
37
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
- constructor(input: GetMapStyleDescriptorCommandInput);
39
- resolveMiddleware(
40
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
41
- configuration: LocationClientResolvedConfig,
42
- options?: __HttpHandlerOptions
43
- ): Handler<
25
+ declare const GetMapStyleDescriptorCommand_base: {
26
+ new (
27
+ input: GetMapStyleDescriptorCommandInput
28
+ ): import("@smithy/smithy-client").CommandImpl<
44
29
  GetMapStyleDescriptorCommandInput,
45
- GetMapStyleDescriptorCommandOutput
30
+ GetMapStyleDescriptorCommandOutput,
31
+ LocationClientResolvedConfig,
32
+ ServiceInputTypes,
33
+ ServiceOutputTypes
46
34
  >;
47
- private serialize;
48
- private deserialize;
49
- }
35
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
+ };
37
+ export declare class GetMapStyleDescriptorCommand extends GetMapStyleDescriptorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
10
4
  import {
11
5
  LocationClientResolvedConfig,
@@ -24,19 +18,16 @@ export type GetMapTileCommandOutputType = Pick<
24
18
  export interface GetMapTileCommandOutput
25
19
  extends GetMapTileCommandOutputType,
26
20
  __MetadataBearer {}
27
- export declare class GetMapTileCommand extends $Command<
28
- GetMapTileCommandInput,
29
- GetMapTileCommandOutput,
30
- LocationClientResolvedConfig
31
- > {
32
- readonly input: GetMapTileCommandInput;
33
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
- constructor(input: GetMapTileCommandInput);
35
- resolveMiddleware(
36
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
37
- configuration: LocationClientResolvedConfig,
38
- options?: __HttpHandlerOptions
39
- ): Handler<GetMapTileCommandInput, GetMapTileCommandOutput>;
40
- private serialize;
41
- private deserialize;
42
- }
21
+ declare const GetMapTileCommand_base: {
22
+ new (
23
+ input: GetMapTileCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ GetMapTileCommandInput,
26
+ GetMapTileCommandOutput,
27
+ LocationClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
31
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ };
33
+ export declare class GetMapTileCommand extends GetMapTileCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LocationClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetPlaceCommandInput extends GetPlaceRequest {}
17
11
  export interface GetPlaceCommandOutput
18
12
  extends GetPlaceResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetPlaceCommand extends $Command<
21
- GetPlaceCommandInput,
22
- GetPlaceCommandOutput,
23
- LocationClientResolvedConfig
24
- > {
25
- readonly input: GetPlaceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetPlaceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: LocationClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetPlaceCommandInput, GetPlaceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetPlaceCommand_base: {
15
+ new (
16
+ input: GetPlaceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetPlaceCommandInput,
19
+ GetPlaceCommandOutput,
20
+ LocationClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetPlaceCommand extends GetPlaceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LocationClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListDevicePositionsCommandInput
21
15
  export interface ListDevicePositionsCommandOutput
22
16
  extends ListDevicePositionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListDevicePositionsCommand extends $Command<
25
- ListDevicePositionsCommandInput,
26
- ListDevicePositionsCommandOutput,
27
- LocationClientResolvedConfig
28
- > {
29
- readonly input: ListDevicePositionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListDevicePositionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: LocationClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListDevicePositionsCommand_base: {
19
+ new (
20
+ input: ListDevicePositionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListDevicePositionsCommandInput,
23
+ ListDevicePositionsCommandOutput,
24
+ LocationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListDevicePositionsCommand extends ListDevicePositionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LocationClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListGeofenceCollectionsCommandInput
21
15
  export interface ListGeofenceCollectionsCommandOutput
22
16
  extends ListGeofenceCollectionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListGeofenceCollectionsCommand extends $Command<
25
- ListGeofenceCollectionsCommandInput,
26
- ListGeofenceCollectionsCommandOutput,
27
- LocationClientResolvedConfig
28
- > {
29
- readonly input: ListGeofenceCollectionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListGeofenceCollectionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: LocationClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListGeofenceCollectionsCommand_base: {
19
+ new (
20
+ input: ListGeofenceCollectionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListGeofenceCollectionsCommandInput,
38
- ListGeofenceCollectionsCommandOutput
23
+ ListGeofenceCollectionsCommandOutput,
24
+ LocationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListGeofenceCollectionsCommand extends ListGeofenceCollectionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LocationClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListGeofencesCommandInput extends ListGeofencesRequest {}
20
14
  export interface ListGeofencesCommandOutput
21
15
  extends ListGeofencesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListGeofencesCommand extends $Command<
24
- ListGeofencesCommandInput,
25
- ListGeofencesCommandOutput,
26
- LocationClientResolvedConfig
27
- > {
28
- readonly input: ListGeofencesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListGeofencesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: LocationClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListGeofencesCommandInput, ListGeofencesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListGeofencesCommand_base: {
18
+ new (
19
+ input: ListGeofencesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListGeofencesCommandInput,
22
+ ListGeofencesCommandOutput,
23
+ LocationClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListGeofencesCommand extends ListGeofencesCommand_base {}