@aws-sdk/client-location 3.303.0 → 3.309.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 (121) hide show
  1. package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +2 -2
  2. package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +2 -2
  3. package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +2 -2
  4. package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +2 -2
  5. package/dist-cjs/commands/BatchGetDevicePositionCommand.js +2 -2
  6. package/dist-cjs/commands/BatchPutGeofenceCommand.js +2 -2
  7. package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +2 -2
  8. package/dist-cjs/commands/CalculateRouteCommand.js +2 -2
  9. package/dist-cjs/commands/CalculateRouteMatrixCommand.js +2 -2
  10. package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +2 -2
  11. package/dist-cjs/commands/CreateKeyCommand.js +2 -2
  12. package/dist-cjs/commands/CreateMapCommand.js +2 -2
  13. package/dist-cjs/commands/CreatePlaceIndexCommand.js +2 -2
  14. package/dist-cjs/commands/CreateRouteCalculatorCommand.js +2 -2
  15. package/dist-cjs/commands/CreateTrackerCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteKeyCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteMapCommand.js +2 -2
  19. package/dist-cjs/commands/DeletePlaceIndexCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteTrackerCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeKeyCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeMapCommand.js +2 -2
  25. package/dist-cjs/commands/DescribePlaceIndexCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeTrackerCommand.js +2 -2
  28. package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +2 -2
  29. package/dist-cjs/commands/GetDevicePositionCommand.js +2 -2
  30. package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +2 -2
  31. package/dist-cjs/commands/GetGeofenceCommand.js +2 -2
  32. package/dist-cjs/commands/GetMapGlyphsCommand.js +2 -2
  33. package/dist-cjs/commands/GetMapSpritesCommand.js +2 -2
  34. package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +2 -2
  35. package/dist-cjs/commands/GetMapTileCommand.js +2 -2
  36. package/dist-cjs/commands/GetPlaceCommand.js +2 -2
  37. package/dist-cjs/commands/ListDevicePositionsCommand.js +2 -2
  38. package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +2 -2
  39. package/dist-cjs/commands/ListGeofencesCommand.js +2 -2
  40. package/dist-cjs/commands/ListKeysCommand.js +2 -2
  41. package/dist-cjs/commands/ListMapsCommand.js +2 -2
  42. package/dist-cjs/commands/ListPlaceIndexesCommand.js +2 -2
  43. package/dist-cjs/commands/ListRouteCalculatorsCommand.js +2 -2
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  45. package/dist-cjs/commands/ListTrackerConsumersCommand.js +2 -2
  46. package/dist-cjs/commands/ListTrackersCommand.js +2 -2
  47. package/dist-cjs/commands/PutGeofenceCommand.js +2 -2
  48. package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +2 -2
  49. package/dist-cjs/commands/SearchPlaceIndexForSuggestionsCommand.js +2 -2
  50. package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +2 -2
  51. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  52. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateKeyCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateMapCommand.js +2 -2
  56. package/dist-cjs/commands/UpdatePlaceIndexCommand.js +2 -2
  57. package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +2 -2
  58. package/dist-cjs/commands/UpdateTrackerCommand.js +2 -2
  59. package/dist-cjs/protocols/Aws_restJson1.js +925 -963
  60. package/dist-es/commands/AssociateTrackerConsumerCommand.js +3 -3
  61. package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +3 -3
  62. package/dist-es/commands/BatchDeleteGeofenceCommand.js +3 -3
  63. package/dist-es/commands/BatchEvaluateGeofencesCommand.js +3 -3
  64. package/dist-es/commands/BatchGetDevicePositionCommand.js +3 -3
  65. package/dist-es/commands/BatchPutGeofenceCommand.js +3 -3
  66. package/dist-es/commands/BatchUpdateDevicePositionCommand.js +3 -3
  67. package/dist-es/commands/CalculateRouteCommand.js +3 -3
  68. package/dist-es/commands/CalculateRouteMatrixCommand.js +3 -3
  69. package/dist-es/commands/CreateGeofenceCollectionCommand.js +3 -3
  70. package/dist-es/commands/CreateKeyCommand.js +3 -3
  71. package/dist-es/commands/CreateMapCommand.js +3 -3
  72. package/dist-es/commands/CreatePlaceIndexCommand.js +3 -3
  73. package/dist-es/commands/CreateRouteCalculatorCommand.js +3 -3
  74. package/dist-es/commands/CreateTrackerCommand.js +3 -3
  75. package/dist-es/commands/DeleteGeofenceCollectionCommand.js +3 -3
  76. package/dist-es/commands/DeleteKeyCommand.js +3 -3
  77. package/dist-es/commands/DeleteMapCommand.js +3 -3
  78. package/dist-es/commands/DeletePlaceIndexCommand.js +3 -3
  79. package/dist-es/commands/DeleteRouteCalculatorCommand.js +3 -3
  80. package/dist-es/commands/DeleteTrackerCommand.js +3 -3
  81. package/dist-es/commands/DescribeGeofenceCollectionCommand.js +3 -3
  82. package/dist-es/commands/DescribeKeyCommand.js +3 -3
  83. package/dist-es/commands/DescribeMapCommand.js +3 -3
  84. package/dist-es/commands/DescribePlaceIndexCommand.js +3 -3
  85. package/dist-es/commands/DescribeRouteCalculatorCommand.js +3 -3
  86. package/dist-es/commands/DescribeTrackerCommand.js +3 -3
  87. package/dist-es/commands/DisassociateTrackerConsumerCommand.js +3 -3
  88. package/dist-es/commands/GetDevicePositionCommand.js +3 -3
  89. package/dist-es/commands/GetDevicePositionHistoryCommand.js +3 -3
  90. package/dist-es/commands/GetGeofenceCommand.js +3 -3
  91. package/dist-es/commands/GetMapGlyphsCommand.js +3 -3
  92. package/dist-es/commands/GetMapSpritesCommand.js +3 -3
  93. package/dist-es/commands/GetMapStyleDescriptorCommand.js +3 -3
  94. package/dist-es/commands/GetMapTileCommand.js +3 -3
  95. package/dist-es/commands/GetPlaceCommand.js +3 -3
  96. package/dist-es/commands/ListDevicePositionsCommand.js +3 -3
  97. package/dist-es/commands/ListGeofenceCollectionsCommand.js +3 -3
  98. package/dist-es/commands/ListGeofencesCommand.js +3 -3
  99. package/dist-es/commands/ListKeysCommand.js +3 -3
  100. package/dist-es/commands/ListMapsCommand.js +3 -3
  101. package/dist-es/commands/ListPlaceIndexesCommand.js +3 -3
  102. package/dist-es/commands/ListRouteCalculatorsCommand.js +3 -3
  103. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  104. package/dist-es/commands/ListTrackerConsumersCommand.js +3 -3
  105. package/dist-es/commands/ListTrackersCommand.js +3 -3
  106. package/dist-es/commands/PutGeofenceCommand.js +3 -3
  107. package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +3 -3
  108. package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +3 -3
  109. package/dist-es/commands/SearchPlaceIndexForTextCommand.js +3 -3
  110. package/dist-es/commands/TagResourceCommand.js +3 -3
  111. package/dist-es/commands/UntagResourceCommand.js +3 -3
  112. package/dist-es/commands/UpdateGeofenceCollectionCommand.js +3 -3
  113. package/dist-es/commands/UpdateKeyCommand.js +3 -3
  114. package/dist-es/commands/UpdateMapCommand.js +3 -3
  115. package/dist-es/commands/UpdatePlaceIndexCommand.js +3 -3
  116. package/dist-es/commands/UpdateRouteCalculatorCommand.js +3 -3
  117. package/dist-es/commands/UpdateTrackerCommand.js +3 -3
  118. package/dist-es/protocols/Aws_restJson1.js +806 -844
  119. package/dist-types/protocols/Aws_restJson1.d.ts +464 -116
  120. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +116 -116
  121. package/package.json +29 -29
@@ -2,7 +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 { GetDevicePositionResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetDevicePositionCommand, serializeAws_restJson1GetDevicePositionCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetDevicePositionCommand, se_GetDevicePositionCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetDevicePositionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetDevicePositionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetDevicePositionCommand(input, context);
37
+ return se_GetDevicePositionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetDevicePositionCommand(output, context);
40
+ return de_GetDevicePositionCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +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 { GetDevicePositionHistoryResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetDevicePositionHistoryCommand, serializeAws_restJson1GetDevicePositionHistoryCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetDevicePositionHistoryCommand, se_GetDevicePositionHistoryCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetDevicePositionHistoryCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetDevicePositionHistoryCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetDevicePositionHistoryCommand(input, context);
37
+ return se_GetDevicePositionHistoryCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetDevicePositionHistoryCommand(output, context);
40
+ return de_GetDevicePositionHistoryCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +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 { GetGeofenceResponseFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1GetGeofenceCommand, serializeAws_restJson1GetGeofenceCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetGeofenceCommand, se_GetGeofenceCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetGeofenceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetGeofenceCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetGeofenceCommand(input, context);
37
+ return se_GetGeofenceCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetGeofenceCommand(output, context);
40
+ return de_GetGeofenceCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +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 { GetMapGlyphsRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1GetMapGlyphsCommand, serializeAws_restJson1GetMapGlyphsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetMapGlyphsCommand, se_GetMapGlyphsCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetMapGlyphsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetMapGlyphsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetMapGlyphsCommand(input, context);
37
+ return se_GetMapGlyphsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetMapGlyphsCommand(output, context);
40
+ return de_GetMapGlyphsCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +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 { GetMapSpritesRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetMapSpritesCommand, serializeAws_restJson1GetMapSpritesCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetMapSpritesCommand, se_GetMapSpritesCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetMapSpritesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetMapSpritesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetMapSpritesCommand(input, context);
37
+ return se_GetMapSpritesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetMapSpritesCommand(output, context);
40
+ return de_GetMapSpritesCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +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 { GetMapStyleDescriptorRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetMapStyleDescriptorCommand, serializeAws_restJson1GetMapStyleDescriptorCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetMapStyleDescriptorCommand, se_GetMapStyleDescriptorCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetMapStyleDescriptorCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetMapStyleDescriptorCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetMapStyleDescriptorCommand(input, context);
37
+ return se_GetMapStyleDescriptorCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetMapStyleDescriptorCommand(output, context);
40
+ return de_GetMapStyleDescriptorCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +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 { GetMapTileRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1GetMapTileCommand, serializeAws_restJson1GetMapTileCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetMapTileCommand, se_GetMapTileCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetMapTileCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetMapTileCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetMapTileCommand(input, context);
37
+ return se_GetMapTileCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetMapTileCommand(output, context);
40
+ return de_GetMapTileCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +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 { GetPlaceResponseFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1GetPlaceCommand, serializeAws_restJson1GetPlaceCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetPlaceCommand, se_GetPlaceCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetPlaceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetPlaceCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetPlaceCommand(input, context);
37
+ return se_GetPlaceCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetPlaceCommand(output, context);
40
+ return de_GetPlaceCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +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 { ListDevicePositionsResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListDevicePositionsCommand, serializeAws_restJson1ListDevicePositionsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListDevicePositionsCommand, se_ListDevicePositionsCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListDevicePositionsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListDevicePositionsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListDevicePositionsCommand(input, context);
37
+ return se_ListDevicePositionsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListDevicePositionsCommand(output, context);
40
+ return de_ListDevicePositionsCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  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
- import { deserializeAws_restJson1ListGeofenceCollectionsCommand, serializeAws_restJson1ListGeofenceCollectionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListGeofenceCollectionsCommand, se_ListGeofenceCollectionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListGeofenceCollectionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListGeofenceCollectionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListGeofenceCollectionsCommand(input, context);
36
+ return se_ListGeofenceCollectionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListGeofenceCollectionsCommand(output, context);
39
+ return de_ListGeofenceCollectionsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +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 { ListGeofencesResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListGeofencesCommand, serializeAws_restJson1ListGeofencesCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListGeofencesCommand, se_ListGeofencesCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListGeofencesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListGeofencesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListGeofencesCommand(input, context);
37
+ return se_ListGeofencesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListGeofencesCommand(output, context);
40
+ return de_ListGeofencesCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  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
- import { deserializeAws_restJson1ListKeysCommand, serializeAws_restJson1ListKeysCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListKeysCommand, se_ListKeysCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListKeysCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListKeysCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListKeysCommand(input, context);
36
+ return se_ListKeysCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListKeysCommand(output, context);
39
+ return de_ListKeysCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  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
- import { deserializeAws_restJson1ListMapsCommand, serializeAws_restJson1ListMapsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListMapsCommand, se_ListMapsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListMapsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListMapsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListMapsCommand(input, context);
36
+ return se_ListMapsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListMapsCommand(output, context);
39
+ return de_ListMapsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  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
- import { deserializeAws_restJson1ListPlaceIndexesCommand, serializeAws_restJson1ListPlaceIndexesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListPlaceIndexesCommand, se_ListPlaceIndexesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListPlaceIndexesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListPlaceIndexesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListPlaceIndexesCommand(input, context);
36
+ return se_ListPlaceIndexesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListPlaceIndexesCommand(output, context);
39
+ return de_ListPlaceIndexesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  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
- import { deserializeAws_restJson1ListRouteCalculatorsCommand, serializeAws_restJson1ListRouteCalculatorsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListRouteCalculatorsCommand, se_ListRouteCalculatorsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListRouteCalculatorsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListRouteCalculatorsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListRouteCalculatorsCommand(input, context);
36
+ return se_ListRouteCalculatorsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListRouteCalculatorsCommand(output, context);
39
+ return de_ListRouteCalculatorsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  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
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  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
- import { deserializeAws_restJson1ListTrackerConsumersCommand, serializeAws_restJson1ListTrackerConsumersCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTrackerConsumersCommand, se_ListTrackerConsumersCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTrackerConsumersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTrackerConsumersCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTrackerConsumersCommand(input, context);
36
+ return se_ListTrackerConsumersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTrackerConsumersCommand(output, context);
39
+ return de_ListTrackerConsumersCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  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
- import { deserializeAws_restJson1ListTrackersCommand, serializeAws_restJson1ListTrackersCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTrackersCommand, se_ListTrackersCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTrackersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTrackersCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTrackersCommand(input, context);
36
+ return se_ListTrackersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTrackersCommand(output, context);
39
+ return de_ListTrackersCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +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 { PutGeofenceRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1PutGeofenceCommand, serializeAws_restJson1PutGeofenceCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_PutGeofenceCommand, se_PutGeofenceCommand } from "../protocols/Aws_restJson1";
6
6
  export class PutGeofenceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class PutGeofenceCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1PutGeofenceCommand(input, context);
37
+ return se_PutGeofenceCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1PutGeofenceCommand(output, context);
40
+ return de_PutGeofenceCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +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 { SearchPlaceIndexForPositionRequestFilterSensitiveLog, SearchPlaceIndexForPositionResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1SearchPlaceIndexForPositionCommand, serializeAws_restJson1SearchPlaceIndexForPositionCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_SearchPlaceIndexForPositionCommand, se_SearchPlaceIndexForPositionCommand, } from "../protocols/Aws_restJson1";
6
6
  export class SearchPlaceIndexForPositionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class SearchPlaceIndexForPositionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1SearchPlaceIndexForPositionCommand(input, context);
37
+ return se_SearchPlaceIndexForPositionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1SearchPlaceIndexForPositionCommand(output, context);
40
+ return de_SearchPlaceIndexForPositionCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +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 { SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog, SearchPlaceIndexForSuggestionsResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand, serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_SearchPlaceIndexForSuggestionsCommand, se_SearchPlaceIndexForSuggestionsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class SearchPlaceIndexForSuggestionsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class SearchPlaceIndexForSuggestionsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand(input, context);
37
+ return se_SearchPlaceIndexForSuggestionsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand(output, context);
40
+ return de_SearchPlaceIndexForSuggestionsCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +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 { SearchPlaceIndexForTextRequestFilterSensitiveLog, SearchPlaceIndexForTextResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1SearchPlaceIndexForTextCommand, serializeAws_restJson1SearchPlaceIndexForTextCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_SearchPlaceIndexForTextCommand, se_SearchPlaceIndexForTextCommand } from "../protocols/Aws_restJson1";
6
6
  export class SearchPlaceIndexForTextCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class SearchPlaceIndexForTextCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1SearchPlaceIndexForTextCommand(input, context);
37
+ return se_SearchPlaceIndexForTextCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1SearchPlaceIndexForTextCommand(output, context);
40
+ return de_SearchPlaceIndexForTextCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  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
- import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1TagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1TagResourceCommand(output, context);
39
+ return de_TagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  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
- import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  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
- import { deserializeAws_restJson1UpdateGeofenceCollectionCommand, serializeAws_restJson1UpdateGeofenceCollectionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateGeofenceCollectionCommand, se_UpdateGeofenceCollectionCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateGeofenceCollectionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateGeofenceCollectionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateGeofenceCollectionCommand(input, context);
36
+ return se_UpdateGeofenceCollectionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateGeofenceCollectionCommand(output, context);
39
+ return de_UpdateGeofenceCollectionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  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
- import { deserializeAws_restJson1UpdateKeyCommand, serializeAws_restJson1UpdateKeyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateKeyCommand, se_UpdateKeyCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateKeyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateKeyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateKeyCommand(input, context);
36
+ return se_UpdateKeyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateKeyCommand(output, context);
39
+ return de_UpdateKeyCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  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
- import { deserializeAws_restJson1UpdateMapCommand, serializeAws_restJson1UpdateMapCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateMapCommand, se_UpdateMapCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateMapCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateMapCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateMapCommand(input, context);
36
+ return se_UpdateMapCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateMapCommand(output, context);
39
+ return de_UpdateMapCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  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
- import { deserializeAws_restJson1UpdatePlaceIndexCommand, serializeAws_restJson1UpdatePlaceIndexCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdatePlaceIndexCommand, se_UpdatePlaceIndexCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdatePlaceIndexCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdatePlaceIndexCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdatePlaceIndexCommand(input, context);
36
+ return se_UpdatePlaceIndexCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdatePlaceIndexCommand(output, context);
39
+ return de_UpdatePlaceIndexCommand(output, context);
40
40
  }
41
41
  }