@aws-sdk/client-location 3.337.0 → 3.338.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 (245) hide show
  1. package/dist-cjs/LocationClient.js +2 -1
  2. package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +2 -1
  3. package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +2 -1
  4. package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +2 -1
  5. package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +2 -1
  6. package/dist-cjs/commands/BatchGetDevicePositionCommand.js +2 -1
  7. package/dist-cjs/commands/BatchPutGeofenceCommand.js +2 -1
  8. package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +2 -1
  9. package/dist-cjs/commands/CalculateRouteCommand.js +2 -1
  10. package/dist-cjs/commands/CalculateRouteMatrixCommand.js +2 -1
  11. package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +2 -1
  12. package/dist-cjs/commands/CreateKeyCommand.js +2 -1
  13. package/dist-cjs/commands/CreateMapCommand.js +2 -1
  14. package/dist-cjs/commands/CreatePlaceIndexCommand.js +2 -1
  15. package/dist-cjs/commands/CreateRouteCalculatorCommand.js +2 -1
  16. package/dist-cjs/commands/CreateTrackerCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteKeyCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteMapCommand.js +2 -1
  20. package/dist-cjs/commands/DeletePlaceIndexCommand.js +2 -1
  21. package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +2 -1
  22. package/dist-cjs/commands/DeleteTrackerCommand.js +2 -1
  23. package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +2 -1
  24. package/dist-cjs/commands/DescribeKeyCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeMapCommand.js +2 -1
  26. package/dist-cjs/commands/DescribePlaceIndexCommand.js +2 -1
  27. package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +2 -1
  28. package/dist-cjs/commands/DescribeTrackerCommand.js +2 -1
  29. package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +2 -1
  30. package/dist-cjs/commands/GetDevicePositionCommand.js +2 -1
  31. package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +2 -1
  32. package/dist-cjs/commands/GetGeofenceCommand.js +2 -1
  33. package/dist-cjs/commands/GetMapGlyphsCommand.js +2 -1
  34. package/dist-cjs/commands/GetMapSpritesCommand.js +2 -1
  35. package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +2 -1
  36. package/dist-cjs/commands/GetMapTileCommand.js +2 -1
  37. package/dist-cjs/commands/GetPlaceCommand.js +2 -1
  38. package/dist-cjs/commands/ListDevicePositionsCommand.js +2 -1
  39. package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +2 -1
  40. package/dist-cjs/commands/ListGeofencesCommand.js +2 -1
  41. package/dist-cjs/commands/ListKeysCommand.js +2 -1
  42. package/dist-cjs/commands/ListMapsCommand.js +2 -1
  43. package/dist-cjs/commands/ListPlaceIndexesCommand.js +2 -1
  44. package/dist-cjs/commands/ListRouteCalculatorsCommand.js +2 -1
  45. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  46. package/dist-cjs/commands/ListTrackerConsumersCommand.js +2 -1
  47. package/dist-cjs/commands/ListTrackersCommand.js +2 -1
  48. package/dist-cjs/commands/PutGeofenceCommand.js +2 -1
  49. package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +2 -1
  50. package/dist-cjs/commands/SearchPlaceIndexForSuggestionsCommand.js +2 -1
  51. package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +2 -1
  52. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  53. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  54. package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +2 -1
  55. package/dist-cjs/commands/UpdateKeyCommand.js +2 -1
  56. package/dist-cjs/commands/UpdateMapCommand.js +2 -1
  57. package/dist-cjs/commands/UpdatePlaceIndexCommand.js +2 -1
  58. package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +2 -1
  59. package/dist-cjs/commands/UpdateTrackerCommand.js +2 -1
  60. package/dist-cjs/index.js +2 -2
  61. package/dist-cjs/models/LocationServiceException.js +2 -1
  62. package/dist-es/LocationClient.js +1 -0
  63. package/dist-es/commands/AssociateTrackerConsumerCommand.js +1 -0
  64. package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +1 -0
  65. package/dist-es/commands/BatchDeleteGeofenceCommand.js +1 -0
  66. package/dist-es/commands/BatchEvaluateGeofencesCommand.js +1 -0
  67. package/dist-es/commands/BatchGetDevicePositionCommand.js +1 -0
  68. package/dist-es/commands/BatchPutGeofenceCommand.js +1 -0
  69. package/dist-es/commands/BatchUpdateDevicePositionCommand.js +1 -0
  70. package/dist-es/commands/CalculateRouteCommand.js +1 -0
  71. package/dist-es/commands/CalculateRouteMatrixCommand.js +1 -0
  72. package/dist-es/commands/CreateGeofenceCollectionCommand.js +1 -0
  73. package/dist-es/commands/CreateKeyCommand.js +1 -0
  74. package/dist-es/commands/CreateMapCommand.js +1 -0
  75. package/dist-es/commands/CreatePlaceIndexCommand.js +1 -0
  76. package/dist-es/commands/CreateRouteCalculatorCommand.js +1 -0
  77. package/dist-es/commands/CreateTrackerCommand.js +1 -0
  78. package/dist-es/commands/DeleteGeofenceCollectionCommand.js +1 -0
  79. package/dist-es/commands/DeleteKeyCommand.js +1 -0
  80. package/dist-es/commands/DeleteMapCommand.js +1 -0
  81. package/dist-es/commands/DeletePlaceIndexCommand.js +1 -0
  82. package/dist-es/commands/DeleteRouteCalculatorCommand.js +1 -0
  83. package/dist-es/commands/DeleteTrackerCommand.js +1 -0
  84. package/dist-es/commands/DescribeGeofenceCollectionCommand.js +1 -0
  85. package/dist-es/commands/DescribeKeyCommand.js +1 -0
  86. package/dist-es/commands/DescribeMapCommand.js +1 -0
  87. package/dist-es/commands/DescribePlaceIndexCommand.js +1 -0
  88. package/dist-es/commands/DescribeRouteCalculatorCommand.js +1 -0
  89. package/dist-es/commands/DescribeTrackerCommand.js +1 -0
  90. package/dist-es/commands/DisassociateTrackerConsumerCommand.js +1 -0
  91. package/dist-es/commands/GetDevicePositionCommand.js +1 -0
  92. package/dist-es/commands/GetDevicePositionHistoryCommand.js +1 -0
  93. package/dist-es/commands/GetGeofenceCommand.js +1 -0
  94. package/dist-es/commands/GetMapGlyphsCommand.js +1 -0
  95. package/dist-es/commands/GetMapSpritesCommand.js +1 -0
  96. package/dist-es/commands/GetMapStyleDescriptorCommand.js +1 -0
  97. package/dist-es/commands/GetMapTileCommand.js +1 -0
  98. package/dist-es/commands/GetPlaceCommand.js +1 -0
  99. package/dist-es/commands/ListDevicePositionsCommand.js +1 -0
  100. package/dist-es/commands/ListGeofenceCollectionsCommand.js +1 -0
  101. package/dist-es/commands/ListGeofencesCommand.js +1 -0
  102. package/dist-es/commands/ListKeysCommand.js +1 -0
  103. package/dist-es/commands/ListMapsCommand.js +1 -0
  104. package/dist-es/commands/ListPlaceIndexesCommand.js +1 -0
  105. package/dist-es/commands/ListRouteCalculatorsCommand.js +1 -0
  106. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  107. package/dist-es/commands/ListTrackerConsumersCommand.js +1 -0
  108. package/dist-es/commands/ListTrackersCommand.js +1 -0
  109. package/dist-es/commands/PutGeofenceCommand.js +1 -0
  110. package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +1 -0
  111. package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +1 -0
  112. package/dist-es/commands/SearchPlaceIndexForTextCommand.js +1 -0
  113. package/dist-es/commands/TagResourceCommand.js +1 -0
  114. package/dist-es/commands/UntagResourceCommand.js +1 -0
  115. package/dist-es/commands/UpdateGeofenceCollectionCommand.js +1 -0
  116. package/dist-es/commands/UpdateKeyCommand.js +1 -0
  117. package/dist-es/commands/UpdateMapCommand.js +1 -0
  118. package/dist-es/commands/UpdatePlaceIndexCommand.js +1 -0
  119. package/dist-es/commands/UpdateRouteCalculatorCommand.js +1 -0
  120. package/dist-es/commands/UpdateTrackerCommand.js +1 -0
  121. package/dist-es/index.js +2 -2
  122. package/dist-es/models/LocationServiceException.js +1 -0
  123. package/dist-types/LocationClient.d.ts +3 -3
  124. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +4 -0
  125. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +4 -0
  126. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +4 -0
  127. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +4 -0
  128. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +4 -0
  129. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +4 -0
  130. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +4 -0
  131. package/dist-types/commands/CalculateRouteCommand.d.ts +4 -0
  132. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +4 -0
  133. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +4 -0
  134. package/dist-types/commands/CreateKeyCommand.d.ts +4 -0
  135. package/dist-types/commands/CreateMapCommand.d.ts +4 -0
  136. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +4 -0
  137. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +4 -0
  138. package/dist-types/commands/CreateTrackerCommand.d.ts +4 -0
  139. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +4 -0
  140. package/dist-types/commands/DeleteKeyCommand.d.ts +4 -0
  141. package/dist-types/commands/DeleteMapCommand.d.ts +4 -0
  142. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +4 -0
  143. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +4 -0
  144. package/dist-types/commands/DeleteTrackerCommand.d.ts +4 -0
  145. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +4 -0
  146. package/dist-types/commands/DescribeKeyCommand.d.ts +4 -0
  147. package/dist-types/commands/DescribeMapCommand.d.ts +4 -0
  148. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +4 -0
  149. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +4 -0
  150. package/dist-types/commands/DescribeTrackerCommand.d.ts +4 -0
  151. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +4 -0
  152. package/dist-types/commands/GetDevicePositionCommand.d.ts +4 -0
  153. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +4 -0
  154. package/dist-types/commands/GetGeofenceCommand.d.ts +4 -0
  155. package/dist-types/commands/GetMapGlyphsCommand.d.ts +4 -0
  156. package/dist-types/commands/GetMapSpritesCommand.d.ts +4 -0
  157. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +4 -0
  158. package/dist-types/commands/GetMapTileCommand.d.ts +4 -0
  159. package/dist-types/commands/GetPlaceCommand.d.ts +4 -0
  160. package/dist-types/commands/ListDevicePositionsCommand.d.ts +4 -0
  161. package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +4 -0
  162. package/dist-types/commands/ListGeofencesCommand.d.ts +4 -0
  163. package/dist-types/commands/ListKeysCommand.d.ts +4 -0
  164. package/dist-types/commands/ListMapsCommand.d.ts +4 -0
  165. package/dist-types/commands/ListPlaceIndexesCommand.d.ts +4 -0
  166. package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +4 -0
  167. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  168. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +4 -0
  169. package/dist-types/commands/ListTrackersCommand.d.ts +4 -0
  170. package/dist-types/commands/PutGeofenceCommand.d.ts +4 -0
  171. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +4 -0
  172. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +4 -0
  173. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +4 -0
  174. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  175. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  176. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +4 -0
  177. package/dist-types/commands/UpdateKeyCommand.d.ts +4 -0
  178. package/dist-types/commands/UpdateMapCommand.d.ts +4 -0
  179. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +4 -0
  180. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +4 -0
  181. package/dist-types/commands/UpdateTrackerCommand.d.ts +4 -0
  182. package/dist-types/index.d.ts +7 -2
  183. package/dist-types/models/LocationServiceException.d.ts +1 -0
  184. package/dist-types/ts3.4/LocationClient.d.ts +3 -3
  185. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +1 -0
  200. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +1 -0
  212. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +1 -0
  213. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +1 -0
  214. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +1 -0
  215. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +1 -0
  216. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +1 -0
  217. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +1 -0
  218. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +1 -0
  219. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +1 -0
  220. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +1 -0
  221. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +1 -0
  222. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +1 -0
  223. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +1 -0
  224. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +1 -0
  225. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +1 -0
  226. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +1 -0
  227. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +1 -0
  228. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  229. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +1 -0
  230. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +1 -0
  231. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +1 -0
  232. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +1 -0
  233. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +1 -0
  234. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +1 -0
  235. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  236. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  237. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +1 -0
  238. package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +1 -0
  239. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +1 -0
  240. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +1 -0
  241. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +1 -0
  242. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +1 -0
  243. package/dist-types/ts3.4/index.d.ts +2 -2
  244. package/dist-types/ts3.4/models/LocationServiceException.d.ts +1 -0
  245. package/package.json +28 -28
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTrackersCommand = void 0;
3
+ exports.ListTrackersCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListTrackersCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutGeofenceCommand = void 0;
3
+ exports.PutGeofenceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class PutGeofenceCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SearchPlaceIndexForPositionCommand = void 0;
3
+ exports.SearchPlaceIndexForPositionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class SearchPlaceIndexForPositionCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SearchPlaceIndexForSuggestionsCommand = void 0;
3
+ exports.SearchPlaceIndexForSuggestionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class SearchPlaceIndexForSuggestionsCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SearchPlaceIndexForTextCommand = void 0;
3
+ exports.SearchPlaceIndexForTextCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class SearchPlaceIndexForTextCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = void 0;
3
+ exports.TagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class TagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = void 0;
3
+ exports.UntagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UntagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateGeofenceCollectionCommand = void 0;
3
+ exports.UpdateGeofenceCollectionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateGeofenceCollectionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateKeyCommand = void 0;
3
+ exports.UpdateKeyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateKeyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateMapCommand = void 0;
3
+ exports.UpdateMapCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateMapCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdatePlaceIndexCommand = void 0;
3
+ exports.UpdatePlaceIndexCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdatePlaceIndexCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateRouteCalculatorCommand = void 0;
3
+ exports.UpdateRouteCalculatorCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateRouteCalculatorCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateTrackerCommand = void 0;
3
+ exports.UpdateTrackerCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateTrackerCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LocationServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./Location"), exports);
6
5
  tslib_1.__exportStar(require("./LocationClient"), exports);
6
+ tslib_1.__exportStar(require("./Location"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var LocationServiceException_1 = require("./models/LocationServiceException");
11
11
  Object.defineProperty(exports, "LocationServiceException", { enumerable: true, get: function () { return LocationServiceException_1.LocationServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LocationServiceException = void 0;
3
+ exports.LocationServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class LocationServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class LocationClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_AssociateTrackerConsumerCommand, se_AssociateTrackerConsumerCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class AssociateTrackerConsumerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_BatchDeleteDevicePositionHistoryCommand, se_BatchDeleteDevicePositionHistoryCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class BatchDeleteDevicePositionHistoryCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_BatchDeleteGeofenceCommand, se_BatchDeleteGeofenceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class BatchDeleteGeofenceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchEvaluateGeofencesRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_BatchEvaluateGeofencesCommand, se_BatchEvaluateGeofencesCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class BatchEvaluateGeofencesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchGetDevicePositionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_BatchGetDevicePositionCommand, se_BatchGetDevicePositionCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class BatchGetDevicePositionCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchPutGeofenceRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_BatchPutGeofenceCommand, se_BatchPutGeofenceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class BatchPutGeofenceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchUpdateDevicePositionRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_BatchUpdateDevicePositionCommand, se_BatchUpdateDevicePositionCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class BatchUpdateDevicePositionCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CalculateRouteRequestFilterSensitiveLog, CalculateRouteResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CalculateRouteCommand, se_CalculateRouteCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CalculateRouteCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CalculateRouteMatrixRequestFilterSensitiveLog, CalculateRouteMatrixResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CalculateRouteMatrixCommand, se_CalculateRouteMatrixCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CalculateRouteMatrixCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateGeofenceCollectionCommand, se_CreateGeofenceCollectionCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateGeofenceCollectionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateKeyResponseFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_CreateKeyCommand, se_CreateKeyCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CreateKeyCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateMapCommand, se_CreateMapCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateMapCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreatePlaceIndexCommand, se_CreatePlaceIndexCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreatePlaceIndexCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateRouteCalculatorCommand, se_CreateRouteCalculatorCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateRouteCalculatorCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateTrackerCommand, se_CreateTrackerCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateTrackerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteGeofenceCollectionCommand, se_DeleteGeofenceCollectionCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteGeofenceCollectionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteKeyCommand, se_DeleteKeyCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteKeyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteMapCommand, se_DeleteMapCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteMapCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeletePlaceIndexCommand, se_DeletePlaceIndexCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeletePlaceIndexCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteRouteCalculatorCommand, se_DeleteRouteCalculatorCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteRouteCalculatorCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteTrackerCommand, se_DeleteTrackerCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteTrackerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeGeofenceCollectionCommand, se_DescribeGeofenceCollectionCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeGeofenceCollectionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeKeyResponseFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_DescribeKeyCommand, se_DescribeKeyCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeKeyCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeMapCommand, se_DescribeMapCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeMapCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribePlaceIndexCommand, se_DescribePlaceIndexCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribePlaceIndexCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeRouteCalculatorCommand, se_DescribeRouteCalculatorCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeRouteCalculatorCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeTrackerCommand, se_DescribeTrackerCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeTrackerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DisassociateTrackerConsumerCommand, se_DisassociateTrackerConsumerCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DisassociateTrackerConsumerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetDevicePositionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetDevicePositionCommand, se_GetDevicePositionCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetDevicePositionCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetDevicePositionHistoryResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetDevicePositionHistoryCommand, se_GetDevicePositionHistoryCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetDevicePositionHistoryCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetGeofenceResponseFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_GetGeofenceCommand, se_GetGeofenceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetGeofenceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetMapGlyphsRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_GetMapGlyphsCommand, se_GetMapGlyphsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetMapGlyphsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetMapSpritesRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetMapSpritesCommand, se_GetMapSpritesCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetMapSpritesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetMapStyleDescriptorRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetMapStyleDescriptorCommand, se_GetMapStyleDescriptorCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetMapStyleDescriptorCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetMapTileRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_GetMapTileCommand, se_GetMapTileCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetMapTileCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetPlaceResponseFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_GetPlaceCommand, se_GetPlaceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetPlaceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListDevicePositionsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListDevicePositionsCommand, se_ListDevicePositionsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class ListDevicePositionsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListGeofenceCollectionsCommand, se_ListGeofenceCollectionsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListGeofenceCollectionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListGeofencesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListGeofencesCommand, se_ListGeofencesCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class ListGeofencesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListKeysCommand, se_ListKeysCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListKeysCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListMapsCommand, se_ListMapsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListMapsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListPlaceIndexesCommand, se_ListPlaceIndexesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListPlaceIndexesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListRouteCalculatorsCommand, se_ListRouteCalculatorsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListRouteCalculatorsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {