@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 { ListTrackerConsumersRequest, ListTrackerConsumersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTrackerConsumersCommandInput extends ListTrackerConsumersRe
21
20
  */
22
21
  export interface ListTrackerConsumersCommandOutput extends ListTrackerConsumersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTrackerConsumersCommand_base: {
24
+ new (input: ListTrackerConsumersCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists geofence collections currently associated to the given tracker resource.</p>
@@ -72,23 +75,5 @@ export interface ListTrackerConsumersCommandOutput extends ListTrackerConsumersR
72
75
  * <p>Base exception class for all service exceptions from Location service.</p>
73
76
  *
74
77
  */
75
- export declare class ListTrackerConsumersCommand extends $Command<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput, LocationClientResolvedConfig> {
76
- readonly input: ListTrackerConsumersCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListTrackerConsumersCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListTrackerConsumersCommand extends ListTrackerConsumersCommand_base {
94
79
  }
@@ -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 { ListTrackersRequest, ListTrackersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTrackersCommandInput extends ListTrackersRequest {
21
20
  */
22
21
  export interface ListTrackersCommandOutput extends ListTrackersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTrackersCommand_base: {
24
+ new (input: ListTrackersCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrackersCommandInput, ListTrackersCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists tracker resources in your Amazon Web Services account.</p>
@@ -75,23 +78,5 @@ export interface ListTrackersCommandOutput extends ListTrackersResponse, __Metad
75
78
  * <p>Base exception class for all service exceptions from Location service.</p>
76
79
  *
77
80
  */
78
- export declare class ListTrackersCommand extends $Command<ListTrackersCommandInput, ListTrackersCommandOutput, LocationClientResolvedConfig> {
79
- readonly input: ListTrackersCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListTrackersCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrackersCommandInput, ListTrackersCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListTrackersCommand extends ListTrackersCommand_base {
97
82
  }
@@ -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 { PutGeofenceRequest, PutGeofenceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutGeofenceCommandInput extends PutGeofenceRequest {
21
20
  */
22
21
  export interface PutGeofenceCommandOutput extends PutGeofenceResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutGeofenceCommand_base: {
24
+ new (input: PutGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<PutGeofenceCommandInput, PutGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stores a geofence geometry in a given geofence collection, or updates the geometry of
@@ -92,23 +95,5 @@ export interface PutGeofenceCommandOutput extends PutGeofenceResponse, __Metadat
92
95
  * <p>Base exception class for all service exceptions from Location service.</p>
93
96
  *
94
97
  */
95
- export declare class PutGeofenceCommand extends $Command<PutGeofenceCommandInput, PutGeofenceCommandOutput, LocationClientResolvedConfig> {
96
- readonly input: PutGeofenceCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: PutGeofenceCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutGeofenceCommandInput, PutGeofenceCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class PutGeofenceCommand extends PutGeofenceCommand_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 { SearchPlaceIndexForPositionRequest, SearchPlaceIndexForPositionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SearchPlaceIndexForPositionCommandInput extends SearchPlaceInde
21
20
  */
22
21
  export interface SearchPlaceIndexForPositionCommandOutput extends SearchPlaceIndexForPositionResponse, __MetadataBearer {
23
22
  }
23
+ declare const SearchPlaceIndexForPositionCommand_base: {
24
+ new (input: SearchPlaceIndexForPositionCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Reverse geocodes a given coordinate and returns a legible address. Allows you to
@@ -117,23 +120,5 @@ export interface SearchPlaceIndexForPositionCommandOutput extends SearchPlaceInd
117
120
  * <p>Base exception class for all service exceptions from Location service.</p>
118
121
  *
119
122
  */
120
- export declare class SearchPlaceIndexForPositionCommand extends $Command<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig> {
121
- readonly input: SearchPlaceIndexForPositionCommandInput;
122
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
123
- /**
124
- * @public
125
- */
126
- constructor(input: SearchPlaceIndexForPositionCommandInput);
127
- /**
128
- * @internal
129
- */
130
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput>;
131
- /**
132
- * @internal
133
- */
134
- private serialize;
135
- /**
136
- * @internal
137
- */
138
- private deserialize;
123
+ export declare class SearchPlaceIndexForPositionCommand extends SearchPlaceIndexForPositionCommand_base {
139
124
  }
@@ -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 { SearchPlaceIndexForSuggestionsRequest, SearchPlaceIndexForSuggestionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SearchPlaceIndexForSuggestionsCommandInput extends SearchPlaceI
21
20
  */
22
21
  export interface SearchPlaceIndexForSuggestionsCommandOutput extends SearchPlaceIndexForSuggestionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const SearchPlaceIndexForSuggestionsCommand_base: {
24
+ new (input: SearchPlaceIndexForSuggestionsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Generates suggestions for addresses and points of interest based on partial or
@@ -123,23 +126,5 @@ export interface SearchPlaceIndexForSuggestionsCommandOutput extends SearchPlace
123
126
  * <p>Base exception class for all service exceptions from Location service.</p>
124
127
  *
125
128
  */
126
- export declare class SearchPlaceIndexForSuggestionsCommand extends $Command<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig> {
127
- readonly input: SearchPlaceIndexForSuggestionsCommandInput;
128
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
129
- /**
130
- * @public
131
- */
132
- constructor(input: SearchPlaceIndexForSuggestionsCommandInput);
133
- /**
134
- * @internal
135
- */
136
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput>;
137
- /**
138
- * @internal
139
- */
140
- private serialize;
141
- /**
142
- * @internal
143
- */
144
- private deserialize;
129
+ export declare class SearchPlaceIndexForSuggestionsCommand extends SearchPlaceIndexForSuggestionsCommand_base {
145
130
  }
@@ -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 { SearchPlaceIndexForTextRequest, SearchPlaceIndexForTextResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SearchPlaceIndexForTextCommandInput extends SearchPlaceIndexFor
21
20
  */
22
21
  export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexForTextResponse, __MetadataBearer {
23
22
  }
23
+ declare const SearchPlaceIndexForTextCommand_base: {
24
+ new (input: SearchPlaceIndexForTextCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Geocodes free-form text, such as an address, name, city, or region to allow you to
@@ -149,23 +152,5 @@ export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexFo
149
152
  * <p>Base exception class for all service exceptions from Location service.</p>
150
153
  *
151
154
  */
152
- export declare class SearchPlaceIndexForTextCommand extends $Command<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig> {
153
- readonly input: SearchPlaceIndexForTextCommandInput;
154
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
155
- /**
156
- * @public
157
- */
158
- constructor(input: SearchPlaceIndexForTextCommandInput);
159
- /**
160
- * @internal
161
- */
162
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput>;
163
- /**
164
- * @internal
165
- */
166
- private serialize;
167
- /**
168
- * @internal
169
- */
170
- private deserialize;
155
+ export declare class SearchPlaceIndexForTextCommand extends SearchPlaceIndexForTextCommand_base {
171
156
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Assigns one or more tags (key-value pairs) to the specified Amazon Location Service
@@ -78,23 +81,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
78
81
  * <p>Base exception class for all service exceptions from Location service.</p>
79
82
  *
80
83
  */
81
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig> {
82
- readonly input: TagResourceCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: TagResourceCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class TagResourceCommand extends TagResourceCommand_base {
100
85
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes one or more tags from the specified Amazon Location resource.</p>
@@ -68,23 +71,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
68
71
  * <p>Base exception class for all service exceptions from Location service.</p>
69
72
  *
70
73
  */
71
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LocationClientResolvedConfig> {
72
- readonly input: UntagResourceCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: UntagResourceCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
90
75
  }
@@ -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 { UpdateGeofenceCollectionRequest, UpdateGeofenceCollectionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateGeofenceCollectionCommandInput extends UpdateGeofenceColl
21
20
  */
22
21
  export interface UpdateGeofenceCollectionCommandOutput extends UpdateGeofenceCollectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateGeofenceCollectionCommand_base: {
24
+ new (input: UpdateGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified properties of a given geofence collection.</p>
@@ -72,23 +75,5 @@ export interface UpdateGeofenceCollectionCommandOutput extends UpdateGeofenceCol
72
75
  * <p>Base exception class for all service exceptions from Location service.</p>
73
76
  *
74
77
  */
75
- export declare class UpdateGeofenceCollectionCommand extends $Command<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
76
- readonly input: UpdateGeofenceCollectionCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: UpdateGeofenceCollectionCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class UpdateGeofenceCollectionCommand extends UpdateGeofenceCollectionCommand_base {
94
79
  }
@@ -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 { UpdateKeyRequest, UpdateKeyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateKeyCommandInput extends UpdateKeyRequest {
21
20
  */
22
21
  export interface UpdateKeyCommandOutput extends UpdateKeyResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateKeyCommand_base: {
24
+ new (input: UpdateKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKeyCommandInput, UpdateKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified properties of a given API key resource.</p>
@@ -84,23 +87,5 @@ export interface UpdateKeyCommandOutput extends UpdateKeyResponse, __MetadataBea
84
87
  * <p>Base exception class for all service exceptions from Location service.</p>
85
88
  *
86
89
  */
87
- export declare class UpdateKeyCommand extends $Command<UpdateKeyCommandInput, UpdateKeyCommandOutput, LocationClientResolvedConfig> {
88
- readonly input: UpdateKeyCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: UpdateKeyCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateKeyCommandInput, UpdateKeyCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class UpdateKeyCommand extends UpdateKeyCommand_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 { UpdateMapRequest, UpdateMapResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateMapCommandInput extends UpdateMapRequest {
21
20
  */
22
21
  export interface UpdateMapCommandOutput extends UpdateMapResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateMapCommand_base: {
24
+ new (input: UpdateMapCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMapCommandInput, UpdateMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified properties of a given map resource.</p>
@@ -74,23 +77,5 @@ export interface UpdateMapCommandOutput extends UpdateMapResponse, __MetadataBea
74
77
  * <p>Base exception class for all service exceptions from Location service.</p>
75
78
  *
76
79
  */
77
- export declare class UpdateMapCommand extends $Command<UpdateMapCommandInput, UpdateMapCommandOutput, LocationClientResolvedConfig> {
78
- readonly input: UpdateMapCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: UpdateMapCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMapCommandInput, UpdateMapCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class UpdateMapCommand extends UpdateMapCommand_base {
96
81
  }
@@ -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 { UpdatePlaceIndexRequest, UpdatePlaceIndexResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdatePlaceIndexCommandInput extends UpdatePlaceIndexRequest {
21
20
  */
22
21
  export interface UpdatePlaceIndexCommandOutput extends UpdatePlaceIndexResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdatePlaceIndexCommand_base: {
24
+ new (input: UpdatePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified properties of a given place index resource.</p>
@@ -74,23 +77,5 @@ export interface UpdatePlaceIndexCommandOutput extends UpdatePlaceIndexResponse,
74
77
  * <p>Base exception class for all service exceptions from Location service.</p>
75
78
  *
76
79
  */
77
- export declare class UpdatePlaceIndexCommand extends $Command<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput, LocationClientResolvedConfig> {
78
- readonly input: UpdatePlaceIndexCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: UpdatePlaceIndexCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class UpdatePlaceIndexCommand extends UpdatePlaceIndexCommand_base {
96
81
  }
@@ -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 { UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRouteCalculatorCommandInput extends UpdateRouteCalculator
21
20
  */
22
21
  export interface UpdateRouteCalculatorCommandOutput extends UpdateRouteCalculatorResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRouteCalculatorCommand_base: {
24
+ new (input: UpdateRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified properties for a given route calculator resource.</p>
@@ -71,23 +74,5 @@ export interface UpdateRouteCalculatorCommandOutput extends UpdateRouteCalculato
71
74
  * <p>Base exception class for all service exceptions from Location service.</p>
72
75
  *
73
76
  */
74
- export declare class UpdateRouteCalculatorCommand extends $Command<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
75
- readonly input: UpdateRouteCalculatorCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: UpdateRouteCalculatorCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class UpdateRouteCalculatorCommand extends UpdateRouteCalculatorCommand_base {
93
78
  }
@@ -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 { UpdateTrackerRequest, UpdateTrackerResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateTrackerCommandInput extends UpdateTrackerRequest {
21
20
  */
22
21
  export interface UpdateTrackerCommandOutput extends UpdateTrackerResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateTrackerCommand_base: {
24
+ new (input: UpdateTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTrackerCommandInput, UpdateTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified properties of a given tracker resource.</p>
@@ -75,23 +78,5 @@ export interface UpdateTrackerCommandOutput extends UpdateTrackerResponse, __Met
75
78
  * <p>Base exception class for all service exceptions from Location service.</p>
76
79
  *
77
80
  */
78
- export declare class UpdateTrackerCommand extends $Command<UpdateTrackerCommandInput, UpdateTrackerCommandOutput, LocationClientResolvedConfig> {
79
- readonly input: UpdateTrackerCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: UpdateTrackerCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrackerCommandInput, UpdateTrackerCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class UpdateTrackerCommand extends UpdateTrackerCommand_base {
97
82
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;