@aws-sdk/client-location 3.54.0 → 3.56.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 (74) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/LocationClient.js +13 -13
  3. package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +3 -3
  4. package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +3 -3
  5. package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +3 -3
  6. package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +3 -3
  7. package/dist-cjs/commands/BatchGetDevicePositionCommand.js +3 -3
  8. package/dist-cjs/commands/BatchPutGeofenceCommand.js +3 -3
  9. package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +3 -3
  10. package/dist-cjs/commands/CalculateRouteCommand.js +3 -3
  11. package/dist-cjs/commands/CalculateRouteMatrixCommand.js +3 -3
  12. package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +3 -3
  13. package/dist-cjs/commands/CreateMapCommand.js +3 -3
  14. package/dist-cjs/commands/CreatePlaceIndexCommand.js +3 -3
  15. package/dist-cjs/commands/CreateRouteCalculatorCommand.js +3 -3
  16. package/dist-cjs/commands/CreateTrackerCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteMapCommand.js +3 -3
  19. package/dist-cjs/commands/DeletePlaceIndexCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteTrackerCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeMapCommand.js +3 -3
  24. package/dist-cjs/commands/DescribePlaceIndexCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeTrackerCommand.js +3 -3
  27. package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +3 -3
  28. package/dist-cjs/commands/GetDevicePositionCommand.js +3 -3
  29. package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +3 -3
  30. package/dist-cjs/commands/GetGeofenceCommand.js +3 -3
  31. package/dist-cjs/commands/GetMapGlyphsCommand.js +3 -3
  32. package/dist-cjs/commands/GetMapSpritesCommand.js +3 -3
  33. package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +3 -3
  34. package/dist-cjs/commands/GetMapTileCommand.js +3 -3
  35. package/dist-cjs/commands/ListDevicePositionsCommand.js +3 -3
  36. package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +3 -3
  37. package/dist-cjs/commands/ListGeofencesCommand.js +3 -3
  38. package/dist-cjs/commands/ListMapsCommand.js +3 -3
  39. package/dist-cjs/commands/ListPlaceIndexesCommand.js +3 -3
  40. package/dist-cjs/commands/ListRouteCalculatorsCommand.js +3 -3
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  42. package/dist-cjs/commands/ListTrackerConsumersCommand.js +3 -3
  43. package/dist-cjs/commands/ListTrackersCommand.js +3 -3
  44. package/dist-cjs/commands/PutGeofenceCommand.js +3 -3
  45. package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +3 -3
  46. package/dist-cjs/commands/SearchPlaceIndexForSuggestionsCommand.js +3 -3
  47. package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +3 -3
  48. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  49. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  50. package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +3 -3
  51. package/dist-cjs/commands/UpdateMapCommand.js +3 -3
  52. package/dist-cjs/commands/UpdatePlaceIndexCommand.js +3 -3
  53. package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +3 -3
  54. package/dist-cjs/commands/UpdateTrackerCommand.js +3 -3
  55. package/dist-cjs/endpoints.js +1 -1
  56. package/dist-cjs/protocols/Aws_restJson1.js +412 -412
  57. package/dist-cjs/runtimeConfig.browser.js +4 -4
  58. package/dist-cjs/runtimeConfig.js +9 -9
  59. package/dist-cjs/runtimeConfig.native.js +1 -1
  60. package/dist-es/Location.js +52 -52
  61. package/dist-es/pagination/GetDevicePositionHistoryPaginator.js +4 -4
  62. package/dist-es/pagination/ListDevicePositionsPaginator.js +4 -4
  63. package/dist-es/pagination/ListGeofenceCollectionsPaginator.js +4 -4
  64. package/dist-es/pagination/ListGeofencesPaginator.js +4 -4
  65. package/dist-es/pagination/ListMapsPaginator.js +4 -4
  66. package/dist-es/pagination/ListPlaceIndexesPaginator.js +4 -4
  67. package/dist-es/pagination/ListRouteCalculatorsPaginator.js +4 -4
  68. package/dist-es/pagination/ListTrackerConsumersPaginator.js +4 -4
  69. package/dist-es/pagination/ListTrackersPaginator.js +4 -4
  70. package/dist-es/protocols/Aws_restJson1.js +52 -52
  71. package/dist-types/models/models_0.d.ts +27 -13
  72. package/dist-types/runtimeConfig.native.d.ts +2 -2
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  74. package/package.json +34 -34
@@ -11,7 +11,7 @@ class DisassociateTrackerConsumerCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class DisassociateTrackerConsumerCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DisassociateTrackerConsumerCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DisassociateTrackerConsumerCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DisassociateTrackerConsumerCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateTrackerConsumerCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateTrackerConsumerCommand = DisassociateTrackerConsumerCommand;
@@ -11,7 +11,7 @@ class GetDevicePositionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class GetDevicePositionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetDevicePositionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetDevicePositionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetDevicePositionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetDevicePositionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDevicePositionCommand = GetDevicePositionCommand;
@@ -11,7 +11,7 @@ class GetDevicePositionHistoryCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class GetDevicePositionHistoryCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetDevicePositionHistoryCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetDevicePositionHistoryCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetDevicePositionHistoryCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetDevicePositionHistoryCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDevicePositionHistoryCommand = GetDevicePositionHistoryCommand;
@@ -11,7 +11,7 @@ class GetGeofenceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class GetGeofenceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetGeofenceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetGeofenceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetGeofenceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetGeofenceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetGeofenceCommand = GetGeofenceCommand;
@@ -11,7 +11,7 @@ class GetMapGlyphsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class GetMapGlyphsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetMapGlyphsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetMapGlyphsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetMapGlyphsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetMapGlyphsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetMapGlyphsCommand = GetMapGlyphsCommand;
@@ -11,7 +11,7 @@ class GetMapSpritesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class GetMapSpritesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetMapSpritesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetMapSpritesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetMapSpritesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetMapSpritesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetMapSpritesCommand = GetMapSpritesCommand;
@@ -11,7 +11,7 @@ class GetMapStyleDescriptorCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class GetMapStyleDescriptorCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetMapStyleDescriptorCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetMapStyleDescriptorCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetMapStyleDescriptorCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetMapStyleDescriptorCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetMapStyleDescriptorCommand = GetMapStyleDescriptorCommand;
@@ -11,7 +11,7 @@ class GetMapTileCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class GetMapTileCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetMapTileCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetMapTileCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetMapTileCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetMapTileCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetMapTileCommand = GetMapTileCommand;
@@ -11,7 +11,7 @@ class ListDevicePositionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class ListDevicePositionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListDevicePositionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListDevicePositionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListDevicePositionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListDevicePositionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListDevicePositionsCommand = ListDevicePositionsCommand;
@@ -11,7 +11,7 @@ class ListGeofenceCollectionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class ListGeofenceCollectionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListGeofenceCollectionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListGeofenceCollectionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListGeofenceCollectionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListGeofenceCollectionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListGeofenceCollectionsCommand = ListGeofenceCollectionsCommand;
@@ -11,7 +11,7 @@ class ListGeofencesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class ListGeofencesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListGeofencesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListGeofencesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListGeofencesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListGeofencesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListGeofencesCommand = ListGeofencesCommand;
@@ -11,7 +11,7 @@ class ListMapsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class ListMapsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListMapsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListMapsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListMapsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListMapsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListMapsCommand = ListMapsCommand;
@@ -11,7 +11,7 @@ class ListPlaceIndexesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class ListPlaceIndexesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListPlaceIndexesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListPlaceIndexesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListPlaceIndexesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListPlaceIndexesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPlaceIndexesCommand = ListPlaceIndexesCommand;
@@ -11,7 +11,7 @@ class ListRouteCalculatorsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class ListRouteCalculatorsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListRouteCalculatorsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListRouteCalculatorsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListRouteCalculatorsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListRouteCalculatorsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRouteCalculatorsCommand = ListRouteCalculatorsCommand;
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class ListTrackerConsumersCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class ListTrackerConsumersCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListTrackerConsumersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTrackerConsumersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTrackerConsumersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTrackerConsumersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTrackerConsumersCommand = ListTrackerConsumersCommand;
@@ -11,7 +11,7 @@ class ListTrackersCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class ListTrackersCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListTrackersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTrackersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTrackersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTrackersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTrackersCommand = ListTrackersCommand;
@@ -11,7 +11,7 @@ class PutGeofenceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class PutGeofenceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1PutGeofenceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutGeofenceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutGeofenceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutGeofenceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutGeofenceCommand = PutGeofenceCommand;
@@ -11,7 +11,7 @@ class SearchPlaceIndexForPositionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class SearchPlaceIndexForPositionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1SearchPlaceIndexForPositionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1SearchPlaceIndexForPositionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1SearchPlaceIndexForPositionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1SearchPlaceIndexForPositionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SearchPlaceIndexForPositionCommand = SearchPlaceIndexForPositionCommand;
@@ -11,7 +11,7 @@ class SearchPlaceIndexForSuggestionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class SearchPlaceIndexForSuggestionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SearchPlaceIndexForSuggestionsCommand = SearchPlaceIndexForSuggestionsCommand;
@@ -11,7 +11,7 @@ class SearchPlaceIndexForTextCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class SearchPlaceIndexForTextCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1SearchPlaceIndexForTextCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1SearchPlaceIndexForTextCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1SearchPlaceIndexForTextCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1SearchPlaceIndexForTextCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SearchPlaceIndexForTextCommand = SearchPlaceIndexForTextCommand;
@@ -11,7 +11,7 @@ class TagResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class TagResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1TagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TagResourceCommand = TagResourceCommand;
@@ -11,7 +11,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -11,7 +11,7 @@ class UpdateGeofenceCollectionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class UpdateGeofenceCollectionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateGeofenceCollectionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateGeofenceCollectionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateGeofenceCollectionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateGeofenceCollectionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateGeofenceCollectionCommand = UpdateGeofenceCollectionCommand;
@@ -11,7 +11,7 @@ class UpdateMapCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class UpdateMapCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateMapCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateMapCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateMapCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateMapCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateMapCommand = UpdateMapCommand;
@@ -11,7 +11,7 @@ class UpdatePlaceIndexCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class UpdatePlaceIndexCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdatePlaceIndexCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdatePlaceIndexCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdatePlaceIndexCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdatePlaceIndexCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdatePlaceIndexCommand = UpdatePlaceIndexCommand;
@@ -11,7 +11,7 @@ class UpdateRouteCalculatorCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LocationClient";
@@ -27,10 +27,10 @@ class UpdateRouteCalculatorCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateRouteCalculatorCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateRouteCalculatorCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateRouteCalculatorCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRouteCalculatorCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateRouteCalculatorCommand = UpdateRouteCalculatorCommand;