@aws-sdk/client-location 3.477.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 (277) hide show
  1. package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +18 -41
  2. package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +18 -41
  3. package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +18 -41
  4. package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +18 -41
  5. package/dist-cjs/commands/BatchGetDevicePositionCommand.js +18 -41
  6. package/dist-cjs/commands/BatchPutGeofenceCommand.js +18 -41
  7. package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +18 -41
  8. package/dist-cjs/commands/CalculateRouteCommand.js +18 -41
  9. package/dist-cjs/commands/CalculateRouteMatrixCommand.js +18 -41
  10. package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +18 -41
  11. package/dist-cjs/commands/CreateKeyCommand.js +18 -41
  12. package/dist-cjs/commands/CreateMapCommand.js +18 -41
  13. package/dist-cjs/commands/CreatePlaceIndexCommand.js +18 -41
  14. package/dist-cjs/commands/CreateRouteCalculatorCommand.js +18 -41
  15. package/dist-cjs/commands/CreateTrackerCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteKeyCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteMapCommand.js +18 -41
  19. package/dist-cjs/commands/DeletePlaceIndexCommand.js +18 -41
  20. package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +18 -41
  21. package/dist-cjs/commands/DeleteTrackerCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeKeyCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeMapCommand.js +18 -41
  25. package/dist-cjs/commands/DescribePlaceIndexCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeTrackerCommand.js +18 -41
  28. package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +18 -41
  29. package/dist-cjs/commands/GetDevicePositionCommand.js +18 -41
  30. package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +18 -41
  31. package/dist-cjs/commands/GetGeofenceCommand.js +18 -41
  32. package/dist-cjs/commands/GetMapGlyphsCommand.js +18 -41
  33. package/dist-cjs/commands/GetMapSpritesCommand.js +18 -41
  34. package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +18 -41
  35. package/dist-cjs/commands/GetMapTileCommand.js +18 -41
  36. package/dist-cjs/commands/GetPlaceCommand.js +18 -41
  37. package/dist-cjs/commands/ListDevicePositionsCommand.js +18 -41
  38. package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +18 -41
  39. package/dist-cjs/commands/ListGeofencesCommand.js +18 -41
  40. package/dist-cjs/commands/ListKeysCommand.js +18 -41
  41. package/dist-cjs/commands/ListMapsCommand.js +18 -41
  42. package/dist-cjs/commands/ListPlaceIndexesCommand.js +18 -41
  43. package/dist-cjs/commands/ListRouteCalculatorsCommand.js +18 -41
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  45. package/dist-cjs/commands/ListTrackerConsumersCommand.js +18 -41
  46. package/dist-cjs/commands/ListTrackersCommand.js +18 -41
  47. package/dist-cjs/commands/PutGeofenceCommand.js +18 -41
  48. package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +18 -41
  49. package/dist-cjs/commands/SearchPlaceIndexForSuggestionsCommand.js +18 -41
  50. package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +18 -41
  51. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  52. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateKeyCommand.js +18 -41
  55. package/dist-cjs/commands/UpdateMapCommand.js +18 -41
  56. package/dist-cjs/commands/UpdatePlaceIndexCommand.js +18 -41
  57. package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +18 -41
  58. package/dist-cjs/commands/UpdateTrackerCommand.js +18 -41
  59. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  60. package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js +2 -24
  61. package/dist-cjs/pagination/ListDevicePositionsPaginator.js +2 -24
  62. package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js +2 -24
  63. package/dist-cjs/pagination/ListGeofencesPaginator.js +2 -24
  64. package/dist-cjs/pagination/ListKeysPaginator.js +2 -24
  65. package/dist-cjs/pagination/ListMapsPaginator.js +2 -24
  66. package/dist-cjs/pagination/ListPlaceIndexesPaginator.js +2 -24
  67. package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js +2 -24
  68. package/dist-cjs/pagination/ListTrackerConsumersPaginator.js +2 -24
  69. package/dist-cjs/pagination/ListTrackersPaginator.js +2 -24
  70. package/dist-es/commands/AssociateTrackerConsumerCommand.js +18 -41
  71. package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +18 -41
  72. package/dist-es/commands/BatchDeleteGeofenceCommand.js +18 -41
  73. package/dist-es/commands/BatchEvaluateGeofencesCommand.js +18 -41
  74. package/dist-es/commands/BatchGetDevicePositionCommand.js +18 -41
  75. package/dist-es/commands/BatchPutGeofenceCommand.js +18 -41
  76. package/dist-es/commands/BatchUpdateDevicePositionCommand.js +18 -41
  77. package/dist-es/commands/CalculateRouteCommand.js +18 -41
  78. package/dist-es/commands/CalculateRouteMatrixCommand.js +18 -41
  79. package/dist-es/commands/CreateGeofenceCollectionCommand.js +18 -41
  80. package/dist-es/commands/CreateKeyCommand.js +18 -41
  81. package/dist-es/commands/CreateMapCommand.js +18 -41
  82. package/dist-es/commands/CreatePlaceIndexCommand.js +18 -41
  83. package/dist-es/commands/CreateRouteCalculatorCommand.js +18 -41
  84. package/dist-es/commands/CreateTrackerCommand.js +18 -41
  85. package/dist-es/commands/DeleteGeofenceCollectionCommand.js +18 -41
  86. package/dist-es/commands/DeleteKeyCommand.js +18 -41
  87. package/dist-es/commands/DeleteMapCommand.js +18 -41
  88. package/dist-es/commands/DeletePlaceIndexCommand.js +18 -41
  89. package/dist-es/commands/DeleteRouteCalculatorCommand.js +18 -41
  90. package/dist-es/commands/DeleteTrackerCommand.js +18 -41
  91. package/dist-es/commands/DescribeGeofenceCollectionCommand.js +18 -41
  92. package/dist-es/commands/DescribeKeyCommand.js +18 -41
  93. package/dist-es/commands/DescribeMapCommand.js +18 -41
  94. package/dist-es/commands/DescribePlaceIndexCommand.js +18 -41
  95. package/dist-es/commands/DescribeRouteCalculatorCommand.js +18 -41
  96. package/dist-es/commands/DescribeTrackerCommand.js +18 -41
  97. package/dist-es/commands/DisassociateTrackerConsumerCommand.js +18 -41
  98. package/dist-es/commands/GetDevicePositionCommand.js +18 -41
  99. package/dist-es/commands/GetDevicePositionHistoryCommand.js +18 -41
  100. package/dist-es/commands/GetGeofenceCommand.js +18 -41
  101. package/dist-es/commands/GetMapGlyphsCommand.js +18 -41
  102. package/dist-es/commands/GetMapSpritesCommand.js +18 -41
  103. package/dist-es/commands/GetMapStyleDescriptorCommand.js +18 -41
  104. package/dist-es/commands/GetMapTileCommand.js +18 -41
  105. package/dist-es/commands/GetPlaceCommand.js +18 -41
  106. package/dist-es/commands/ListDevicePositionsCommand.js +18 -41
  107. package/dist-es/commands/ListGeofenceCollectionsCommand.js +18 -41
  108. package/dist-es/commands/ListGeofencesCommand.js +18 -41
  109. package/dist-es/commands/ListKeysCommand.js +18 -41
  110. package/dist-es/commands/ListMapsCommand.js +18 -41
  111. package/dist-es/commands/ListPlaceIndexesCommand.js +18 -41
  112. package/dist-es/commands/ListRouteCalculatorsCommand.js +18 -41
  113. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  114. package/dist-es/commands/ListTrackerConsumersCommand.js +18 -41
  115. package/dist-es/commands/ListTrackersCommand.js +18 -41
  116. package/dist-es/commands/PutGeofenceCommand.js +18 -41
  117. package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +18 -41
  118. package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +18 -41
  119. package/dist-es/commands/SearchPlaceIndexForTextCommand.js +18 -41
  120. package/dist-es/commands/TagResourceCommand.js +18 -41
  121. package/dist-es/commands/UntagResourceCommand.js +18 -41
  122. package/dist-es/commands/UpdateGeofenceCollectionCommand.js +18 -41
  123. package/dist-es/commands/UpdateKeyCommand.js +18 -41
  124. package/dist-es/commands/UpdateMapCommand.js +18 -41
  125. package/dist-es/commands/UpdatePlaceIndexCommand.js +18 -41
  126. package/dist-es/commands/UpdateRouteCalculatorCommand.js +18 -41
  127. package/dist-es/commands/UpdateTrackerCommand.js +18 -41
  128. package/dist-es/endpoint/EndpointParameters.js +6 -0
  129. package/dist-es/pagination/GetDevicePositionHistoryPaginator.js +2 -23
  130. package/dist-es/pagination/ListDevicePositionsPaginator.js +2 -23
  131. package/dist-es/pagination/ListGeofenceCollectionsPaginator.js +2 -23
  132. package/dist-es/pagination/ListGeofencesPaginator.js +2 -23
  133. package/dist-es/pagination/ListKeysPaginator.js +2 -23
  134. package/dist-es/pagination/ListMapsPaginator.js +2 -23
  135. package/dist-es/pagination/ListPlaceIndexesPaginator.js +2 -23
  136. package/dist-es/pagination/ListRouteCalculatorsPaginator.js +2 -23
  137. package/dist-es/pagination/ListTrackerConsumersPaginator.js +2 -23
  138. package/dist-es/pagination/ListTrackersPaginator.js +2 -23
  139. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +6 -21
  140. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +6 -21
  141. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +6 -21
  142. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +6 -21
  143. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +6 -21
  144. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +6 -21
  145. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +6 -21
  146. package/dist-types/commands/CalculateRouteCommand.d.ts +6 -21
  147. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +6 -21
  148. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +6 -21
  149. package/dist-types/commands/CreateKeyCommand.d.ts +6 -21
  150. package/dist-types/commands/CreateMapCommand.d.ts +6 -21
  151. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +6 -21
  152. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +6 -21
  153. package/dist-types/commands/CreateTrackerCommand.d.ts +6 -21
  154. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +6 -21
  155. package/dist-types/commands/DeleteKeyCommand.d.ts +6 -21
  156. package/dist-types/commands/DeleteMapCommand.d.ts +6 -21
  157. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +6 -21
  158. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +6 -21
  159. package/dist-types/commands/DeleteTrackerCommand.d.ts +6 -21
  160. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +6 -21
  161. package/dist-types/commands/DescribeKeyCommand.d.ts +6 -21
  162. package/dist-types/commands/DescribeMapCommand.d.ts +6 -21
  163. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +6 -21
  164. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +6 -21
  165. package/dist-types/commands/DescribeTrackerCommand.d.ts +6 -21
  166. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +6 -21
  167. package/dist-types/commands/GetDevicePositionCommand.d.ts +6 -21
  168. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +6 -21
  169. package/dist-types/commands/GetGeofenceCommand.d.ts +6 -21
  170. package/dist-types/commands/GetMapGlyphsCommand.d.ts +6 -21
  171. package/dist-types/commands/GetMapSpritesCommand.d.ts +6 -21
  172. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +6 -21
  173. package/dist-types/commands/GetMapTileCommand.d.ts +6 -21
  174. package/dist-types/commands/GetPlaceCommand.d.ts +6 -21
  175. package/dist-types/commands/ListDevicePositionsCommand.d.ts +6 -21
  176. package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +6 -21
  177. package/dist-types/commands/ListGeofencesCommand.d.ts +6 -21
  178. package/dist-types/commands/ListKeysCommand.d.ts +6 -21
  179. package/dist-types/commands/ListMapsCommand.d.ts +6 -21
  180. package/dist-types/commands/ListPlaceIndexesCommand.d.ts +6 -21
  181. package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +6 -21
  182. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  183. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +6 -21
  184. package/dist-types/commands/ListTrackersCommand.d.ts +6 -21
  185. package/dist-types/commands/PutGeofenceCommand.d.ts +6 -21
  186. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +6 -21
  187. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +6 -21
  188. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +6 -21
  189. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  190. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  191. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +6 -21
  192. package/dist-types/commands/UpdateKeyCommand.d.ts +6 -21
  193. package/dist-types/commands/UpdateMapCommand.d.ts +6 -21
  194. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +6 -21
  195. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +6 -21
  196. package/dist-types/commands/UpdateTrackerCommand.d.ts +6 -21
  197. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  198. package/dist-types/pagination/GetDevicePositionHistoryPaginator.d.ts +1 -1
  199. package/dist-types/pagination/ListDevicePositionsPaginator.d.ts +1 -1
  200. package/dist-types/pagination/ListGeofenceCollectionsPaginator.d.ts +1 -1
  201. package/dist-types/pagination/ListGeofencesPaginator.d.ts +1 -1
  202. package/dist-types/pagination/ListKeysPaginator.d.ts +1 -1
  203. package/dist-types/pagination/ListMapsPaginator.d.ts +1 -1
  204. package/dist-types/pagination/ListPlaceIndexesPaginator.d.ts +1 -1
  205. package/dist-types/pagination/ListRouteCalculatorsPaginator.d.ts +1 -1
  206. package/dist-types/pagination/ListTrackerConsumersPaginator.d.ts +1 -1
  207. package/dist-types/pagination/ListTrackersPaginator.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +12 -24
  212. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +12 -24
  215. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +12 -24
  218. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +12 -24
  224. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +14 -23
  226. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +12 -24
  228. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +12 -24
  230. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +14 -23
  231. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +14 -23
  233. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +12 -24
  234. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +14 -23
  235. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +12 -24
  236. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +14 -23
  237. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +12 -24
  238. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +14 -23
  240. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +14 -23
  241. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +12 -24
  242. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +14 -23
  244. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +14 -23
  245. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +12 -24
  246. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +14 -23
  247. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +14 -23
  249. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +14 -23
  250. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +12 -24
  251. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +14 -23
  254. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +14 -23
  255. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +12 -24
  256. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +12 -24
  257. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +12 -24
  258. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  259. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +12 -24
  261. package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +14 -23
  262. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +14 -23
  263. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +14 -23
  264. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +12 -24
  265. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +14 -23
  266. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  267. package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +3 -3
  268. package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +3 -3
  269. package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +3 -3
  270. package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +3 -3
  271. package/dist-types/ts3.4/pagination/ListKeysPaginator.d.ts +3 -3
  272. package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +3 -3
  273. package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +3 -3
  274. package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +3 -3
  275. package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +3 -3
  276. package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +3 -3
  277. package/package.json +11 -11
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTrackersCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTrackersCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "LocationClient";
29
- const commandName = "ListTrackersCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "LocationService",
38
- operation: "ListTrackers",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_ListTrackersCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_ListTrackersCommand)(output, context);
49
- }
10
+ class ListTrackersCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("LocationService", "ListTrackers", {})
22
+ .n("LocationClient", "ListTrackersCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_ListTrackersCommand)
25
+ .de(Aws_restJson1_1.de_ListTrackersCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListTrackersCommand = ListTrackersCommand;
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const models_0_1 = require("../models/models_0");
10
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class PutGeofenceCommand extends smithy_client_1.Command {
12
- static getEndpointParameterInstructions() {
13
- return {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
19
- }
20
- constructor(input) {
21
- super();
22
- this.input = input;
23
- }
24
- resolveMiddleware(clientStack, configuration, options) {
25
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
26
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PutGeofenceCommand.getEndpointParameterInstructions()));
27
- const stack = clientStack.concat(this.middlewareStack);
28
- const { logger } = configuration;
29
- const clientName = "LocationClient";
30
- const commandName = "PutGeofenceCommand";
31
- const handlerExecutionContext = {
32
- logger,
33
- clientName,
34
- commandName,
35
- inputFilterSensitiveLog: models_0_1.PutGeofenceRequestFilterSensitiveLog,
36
- outputFilterSensitiveLog: (_) => _,
37
- [types_1.SMITHY_CONTEXT_KEY]: {
38
- service: "LocationService",
39
- operation: "PutGeofence",
40
- },
41
- };
42
- const { requestHandler } = configuration;
43
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
44
- }
45
- serialize(input, context) {
46
- return (0, Aws_restJson1_1.se_PutGeofenceCommand)(input, context);
47
- }
48
- deserialize(output, context) {
49
- return (0, Aws_restJson1_1.de_PutGeofenceCommand)(output, context);
50
- }
11
+ class PutGeofenceCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep({
14
+ ...EndpointParameters_1.commonParams,
15
+ })
16
+ .m(function (Command, cs, config, o) {
17
+ return [
18
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
+ ];
21
+ })
22
+ .s("LocationService", "PutGeofence", {})
23
+ .n("LocationClient", "PutGeofenceCommand")
24
+ .f(models_0_1.PutGeofenceRequestFilterSensitiveLog, void 0)
25
+ .ser(Aws_restJson1_1.se_PutGeofenceCommand)
26
+ .de(Aws_restJson1_1.de_PutGeofenceCommand)
27
+ .build() {
51
28
  }
52
29
  exports.PutGeofenceCommand = PutGeofenceCommand;
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const models_0_1 = require("../models/models_0");
10
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class SearchPlaceIndexForPositionCommand extends smithy_client_1.Command {
12
- static getEndpointParameterInstructions() {
13
- return {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
19
- }
20
- constructor(input) {
21
- super();
22
- this.input = input;
23
- }
24
- resolveMiddleware(clientStack, configuration, options) {
25
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
26
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SearchPlaceIndexForPositionCommand.getEndpointParameterInstructions()));
27
- const stack = clientStack.concat(this.middlewareStack);
28
- const { logger } = configuration;
29
- const clientName = "LocationClient";
30
- const commandName = "SearchPlaceIndexForPositionCommand";
31
- const handlerExecutionContext = {
32
- logger,
33
- clientName,
34
- commandName,
35
- inputFilterSensitiveLog: models_0_1.SearchPlaceIndexForPositionRequestFilterSensitiveLog,
36
- outputFilterSensitiveLog: models_0_1.SearchPlaceIndexForPositionResponseFilterSensitiveLog,
37
- [types_1.SMITHY_CONTEXT_KEY]: {
38
- service: "LocationService",
39
- operation: "SearchPlaceIndexForPosition",
40
- },
41
- };
42
- const { requestHandler } = configuration;
43
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
44
- }
45
- serialize(input, context) {
46
- return (0, Aws_restJson1_1.se_SearchPlaceIndexForPositionCommand)(input, context);
47
- }
48
- deserialize(output, context) {
49
- return (0, Aws_restJson1_1.de_SearchPlaceIndexForPositionCommand)(output, context);
50
- }
11
+ class SearchPlaceIndexForPositionCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep({
14
+ ...EndpointParameters_1.commonParams,
15
+ })
16
+ .m(function (Command, cs, config, o) {
17
+ return [
18
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
+ ];
21
+ })
22
+ .s("LocationService", "SearchPlaceIndexForPosition", {})
23
+ .n("LocationClient", "SearchPlaceIndexForPositionCommand")
24
+ .f(models_0_1.SearchPlaceIndexForPositionRequestFilterSensitiveLog, models_0_1.SearchPlaceIndexForPositionResponseFilterSensitiveLog)
25
+ .ser(Aws_restJson1_1.se_SearchPlaceIndexForPositionCommand)
26
+ .de(Aws_restJson1_1.de_SearchPlaceIndexForPositionCommand)
27
+ .build() {
51
28
  }
52
29
  exports.SearchPlaceIndexForPositionCommand = SearchPlaceIndexForPositionCommand;
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const models_0_1 = require("../models/models_0");
10
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class SearchPlaceIndexForSuggestionsCommand extends smithy_client_1.Command {
12
- static getEndpointParameterInstructions() {
13
- return {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
19
- }
20
- constructor(input) {
21
- super();
22
- this.input = input;
23
- }
24
- resolveMiddleware(clientStack, configuration, options) {
25
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
26
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SearchPlaceIndexForSuggestionsCommand.getEndpointParameterInstructions()));
27
- const stack = clientStack.concat(this.middlewareStack);
28
- const { logger } = configuration;
29
- const clientName = "LocationClient";
30
- const commandName = "SearchPlaceIndexForSuggestionsCommand";
31
- const handlerExecutionContext = {
32
- logger,
33
- clientName,
34
- commandName,
35
- inputFilterSensitiveLog: models_0_1.SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog,
36
- outputFilterSensitiveLog: models_0_1.SearchPlaceIndexForSuggestionsResponseFilterSensitiveLog,
37
- [types_1.SMITHY_CONTEXT_KEY]: {
38
- service: "LocationService",
39
- operation: "SearchPlaceIndexForSuggestions",
40
- },
41
- };
42
- const { requestHandler } = configuration;
43
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
44
- }
45
- serialize(input, context) {
46
- return (0, Aws_restJson1_1.se_SearchPlaceIndexForSuggestionsCommand)(input, context);
47
- }
48
- deserialize(output, context) {
49
- return (0, Aws_restJson1_1.de_SearchPlaceIndexForSuggestionsCommand)(output, context);
50
- }
11
+ class SearchPlaceIndexForSuggestionsCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep({
14
+ ...EndpointParameters_1.commonParams,
15
+ })
16
+ .m(function (Command, cs, config, o) {
17
+ return [
18
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
+ ];
21
+ })
22
+ .s("LocationService", "SearchPlaceIndexForSuggestions", {})
23
+ .n("LocationClient", "SearchPlaceIndexForSuggestionsCommand")
24
+ .f(models_0_1.SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog, models_0_1.SearchPlaceIndexForSuggestionsResponseFilterSensitiveLog)
25
+ .ser(Aws_restJson1_1.se_SearchPlaceIndexForSuggestionsCommand)
26
+ .de(Aws_restJson1_1.de_SearchPlaceIndexForSuggestionsCommand)
27
+ .build() {
51
28
  }
52
29
  exports.SearchPlaceIndexForSuggestionsCommand = SearchPlaceIndexForSuggestionsCommand;
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const models_0_1 = require("../models/models_0");
10
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class SearchPlaceIndexForTextCommand extends smithy_client_1.Command {
12
- static getEndpointParameterInstructions() {
13
- return {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
19
- }
20
- constructor(input) {
21
- super();
22
- this.input = input;
23
- }
24
- resolveMiddleware(clientStack, configuration, options) {
25
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
26
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SearchPlaceIndexForTextCommand.getEndpointParameterInstructions()));
27
- const stack = clientStack.concat(this.middlewareStack);
28
- const { logger } = configuration;
29
- const clientName = "LocationClient";
30
- const commandName = "SearchPlaceIndexForTextCommand";
31
- const handlerExecutionContext = {
32
- logger,
33
- clientName,
34
- commandName,
35
- inputFilterSensitiveLog: models_0_1.SearchPlaceIndexForTextRequestFilterSensitiveLog,
36
- outputFilterSensitiveLog: models_0_1.SearchPlaceIndexForTextResponseFilterSensitiveLog,
37
- [types_1.SMITHY_CONTEXT_KEY]: {
38
- service: "LocationService",
39
- operation: "SearchPlaceIndexForText",
40
- },
41
- };
42
- const { requestHandler } = configuration;
43
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
44
- }
45
- serialize(input, context) {
46
- return (0, Aws_restJson1_1.se_SearchPlaceIndexForTextCommand)(input, context);
47
- }
48
- deserialize(output, context) {
49
- return (0, Aws_restJson1_1.de_SearchPlaceIndexForTextCommand)(output, context);
50
- }
11
+ class SearchPlaceIndexForTextCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep({
14
+ ...EndpointParameters_1.commonParams,
15
+ })
16
+ .m(function (Command, cs, config, o) {
17
+ return [
18
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
+ ];
21
+ })
22
+ .s("LocationService", "SearchPlaceIndexForText", {})
23
+ .n("LocationClient", "SearchPlaceIndexForTextCommand")
24
+ .f(models_0_1.SearchPlaceIndexForTextRequestFilterSensitiveLog, models_0_1.SearchPlaceIndexForTextResponseFilterSensitiveLog)
25
+ .ser(Aws_restJson1_1.se_SearchPlaceIndexForTextCommand)
26
+ .de(Aws_restJson1_1.de_SearchPlaceIndexForTextCommand)
27
+ .build() {
51
28
  }
52
29
  exports.SearchPlaceIndexForTextCommand = SearchPlaceIndexForTextCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TagResourceCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "LocationClient";
29
- const commandName = "TagResourceCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "LocationService",
38
- operation: "TagResource",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
49
- }
10
+ class TagResourceCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("LocationService", "TagResource", {})
22
+ .n("LocationClient", "TagResourceCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_TagResourceCommand)
25
+ .de(Aws_restJson1_1.de_TagResourceCommand)
26
+ .build() {
50
27
  }
51
28
  exports.TagResourceCommand = TagResourceCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "LocationClient";
29
- const commandName = "UntagResourceCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "LocationService",
38
- operation: "UntagResource",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
49
- }
10
+ class UntagResourceCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("LocationService", "UntagResource", {})
22
+ .n("LocationClient", "UntagResourceCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
+ .de(Aws_restJson1_1.de_UntagResourceCommand)
26
+ .build() {
50
27
  }
51
28
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateGeofenceCollectionCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateGeofenceCollectionCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "LocationClient";
29
- const commandName = "UpdateGeofenceCollectionCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "LocationService",
38
- operation: "UpdateGeofenceCollection",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_UpdateGeofenceCollectionCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_UpdateGeofenceCollectionCommand)(output, context);
49
- }
10
+ class UpdateGeofenceCollectionCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("LocationService", "UpdateGeofenceCollection", {})
22
+ .n("LocationClient", "UpdateGeofenceCollectionCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_UpdateGeofenceCollectionCommand)
25
+ .de(Aws_restJson1_1.de_UpdateGeofenceCollectionCommand)
26
+ .build() {
50
27
  }
51
28
  exports.UpdateGeofenceCollectionCommand = UpdateGeofenceCollectionCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateKeyCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateKeyCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "LocationClient";
29
- const commandName = "UpdateKeyCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "LocationService",
38
- operation: "UpdateKey",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_UpdateKeyCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_UpdateKeyCommand)(output, context);
49
- }
10
+ class UpdateKeyCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("LocationService", "UpdateKey", {})
22
+ .n("LocationClient", "UpdateKeyCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_UpdateKeyCommand)
25
+ .de(Aws_restJson1_1.de_UpdateKeyCommand)
26
+ .build() {
50
27
  }
51
28
  exports.UpdateKeyCommand = UpdateKeyCommand;