@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
@@ -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_restJson1AssociateTrackerConsumerCommand, serializeAws_restJson1AssociateTrackerConsumerCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_AssociateTrackerConsumerCommand, se_AssociateTrackerConsumerCommand } from "../protocols/Aws_restJson1";
5
5
  export class AssociateTrackerConsumerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AssociateTrackerConsumerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1AssociateTrackerConsumerCommand(input, context);
36
+ return se_AssociateTrackerConsumerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1AssociateTrackerConsumerCommand(output, context);
39
+ return de_AssociateTrackerConsumerCommand(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_restJson1BatchDeleteDevicePositionHistoryCommand, serializeAws_restJson1BatchDeleteDevicePositionHistoryCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchDeleteDevicePositionHistoryCommand, se_BatchDeleteDevicePositionHistoryCommand, } from "../protocols/Aws_restJson1";
5
5
  export class BatchDeleteDevicePositionHistoryCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchDeleteDevicePositionHistoryCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchDeleteDevicePositionHistoryCommand(input, context);
36
+ return se_BatchDeleteDevicePositionHistoryCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchDeleteDevicePositionHistoryCommand(output, context);
39
+ return de_BatchDeleteDevicePositionHistoryCommand(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_restJson1BatchDeleteGeofenceCommand, serializeAws_restJson1BatchDeleteGeofenceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchDeleteGeofenceCommand, se_BatchDeleteGeofenceCommand } from "../protocols/Aws_restJson1";
5
5
  export class BatchDeleteGeofenceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchDeleteGeofenceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchDeleteGeofenceCommand(input, context);
36
+ return se_BatchDeleteGeofenceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchDeleteGeofenceCommand(output, context);
39
+ return de_BatchDeleteGeofenceCommand(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 { BatchEvaluateGeofencesRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1BatchEvaluateGeofencesCommand, serializeAws_restJson1BatchEvaluateGeofencesCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_BatchEvaluateGeofencesCommand, se_BatchEvaluateGeofencesCommand } from "../protocols/Aws_restJson1";
6
6
  export class BatchEvaluateGeofencesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class BatchEvaluateGeofencesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1BatchEvaluateGeofencesCommand(input, context);
37
+ return se_BatchEvaluateGeofencesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1BatchEvaluateGeofencesCommand(output, context);
40
+ return de_BatchEvaluateGeofencesCommand(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 { BatchGetDevicePositionResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1BatchGetDevicePositionCommand, serializeAws_restJson1BatchGetDevicePositionCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_BatchGetDevicePositionCommand, se_BatchGetDevicePositionCommand } from "../protocols/Aws_restJson1";
6
6
  export class BatchGetDevicePositionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class BatchGetDevicePositionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1BatchGetDevicePositionCommand(input, context);
37
+ return se_BatchGetDevicePositionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1BatchGetDevicePositionCommand(output, context);
40
+ return de_BatchGetDevicePositionCommand(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 { BatchPutGeofenceRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1BatchPutGeofenceCommand, serializeAws_restJson1BatchPutGeofenceCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_BatchPutGeofenceCommand, se_BatchPutGeofenceCommand } from "../protocols/Aws_restJson1";
6
6
  export class BatchPutGeofenceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class BatchPutGeofenceCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1BatchPutGeofenceCommand(input, context);
37
+ return se_BatchPutGeofenceCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1BatchPutGeofenceCommand(output, context);
40
+ return de_BatchPutGeofenceCommand(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 { BatchUpdateDevicePositionRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1BatchUpdateDevicePositionCommand, serializeAws_restJson1BatchUpdateDevicePositionCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_BatchUpdateDevicePositionCommand, se_BatchUpdateDevicePositionCommand } from "../protocols/Aws_restJson1";
6
6
  export class BatchUpdateDevicePositionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class BatchUpdateDevicePositionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1BatchUpdateDevicePositionCommand(input, context);
37
+ return se_BatchUpdateDevicePositionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1BatchUpdateDevicePositionCommand(output, context);
40
+ return de_BatchUpdateDevicePositionCommand(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 { CalculateRouteRequestFilterSensitiveLog, CalculateRouteResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CalculateRouteCommand, serializeAws_restJson1CalculateRouteCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CalculateRouteCommand, se_CalculateRouteCommand } from "../protocols/Aws_restJson1";
6
6
  export class CalculateRouteCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CalculateRouteCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CalculateRouteCommand(input, context);
37
+ return se_CalculateRouteCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CalculateRouteCommand(output, context);
40
+ return de_CalculateRouteCommand(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 { CalculateRouteMatrixRequestFilterSensitiveLog, CalculateRouteMatrixResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CalculateRouteMatrixCommand, serializeAws_restJson1CalculateRouteMatrixCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CalculateRouteMatrixCommand, se_CalculateRouteMatrixCommand } from "../protocols/Aws_restJson1";
6
6
  export class CalculateRouteMatrixCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CalculateRouteMatrixCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CalculateRouteMatrixCommand(input, context);
37
+ return se_CalculateRouteMatrixCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CalculateRouteMatrixCommand(output, context);
40
+ return de_CalculateRouteMatrixCommand(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_restJson1CreateGeofenceCollectionCommand, serializeAws_restJson1CreateGeofenceCollectionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateGeofenceCollectionCommand, se_CreateGeofenceCollectionCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateGeofenceCollectionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateGeofenceCollectionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateGeofenceCollectionCommand(input, context);
36
+ return se_CreateGeofenceCollectionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateGeofenceCollectionCommand(output, context);
39
+ return de_CreateGeofenceCollectionCommand(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 { CreateKeyResponseFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateKeyCommand, serializeAws_restJson1CreateKeyCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateKeyCommand, se_CreateKeyCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateKeyCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateKeyCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateKeyCommand(input, context);
37
+ return se_CreateKeyCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateKeyCommand(output, context);
40
+ return de_CreateKeyCommand(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_restJson1CreateMapCommand, serializeAws_restJson1CreateMapCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateMapCommand, se_CreateMapCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateMapCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateMapCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateMapCommand(input, context);
36
+ return se_CreateMapCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateMapCommand(output, context);
39
+ return de_CreateMapCommand(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_restJson1CreatePlaceIndexCommand, serializeAws_restJson1CreatePlaceIndexCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreatePlaceIndexCommand, se_CreatePlaceIndexCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreatePlaceIndexCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreatePlaceIndexCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreatePlaceIndexCommand(input, context);
36
+ return se_CreatePlaceIndexCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreatePlaceIndexCommand(output, context);
39
+ return de_CreatePlaceIndexCommand(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_restJson1CreateRouteCalculatorCommand, serializeAws_restJson1CreateRouteCalculatorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateRouteCalculatorCommand, se_CreateRouteCalculatorCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateRouteCalculatorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateRouteCalculatorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateRouteCalculatorCommand(input, context);
36
+ return se_CreateRouteCalculatorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateRouteCalculatorCommand(output, context);
39
+ return de_CreateRouteCalculatorCommand(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_restJson1CreateTrackerCommand, serializeAws_restJson1CreateTrackerCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateTrackerCommand, se_CreateTrackerCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateTrackerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateTrackerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateTrackerCommand(input, context);
36
+ return se_CreateTrackerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateTrackerCommand(output, context);
39
+ return de_CreateTrackerCommand(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_restJson1DeleteGeofenceCollectionCommand, serializeAws_restJson1DeleteGeofenceCollectionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteGeofenceCollectionCommand, se_DeleteGeofenceCollectionCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteGeofenceCollectionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteGeofenceCollectionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteGeofenceCollectionCommand(input, context);
36
+ return se_DeleteGeofenceCollectionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteGeofenceCollectionCommand(output, context);
39
+ return de_DeleteGeofenceCollectionCommand(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_restJson1DeleteKeyCommand, serializeAws_restJson1DeleteKeyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteKeyCommand, se_DeleteKeyCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteKeyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteKeyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteKeyCommand(input, context);
36
+ return se_DeleteKeyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteKeyCommand(output, context);
39
+ return de_DeleteKeyCommand(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_restJson1DeleteMapCommand, serializeAws_restJson1DeleteMapCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteMapCommand, se_DeleteMapCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteMapCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteMapCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteMapCommand(input, context);
36
+ return se_DeleteMapCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteMapCommand(output, context);
39
+ return de_DeleteMapCommand(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_restJson1DeletePlaceIndexCommand, serializeAws_restJson1DeletePlaceIndexCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeletePlaceIndexCommand, se_DeletePlaceIndexCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeletePlaceIndexCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeletePlaceIndexCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeletePlaceIndexCommand(input, context);
36
+ return se_DeletePlaceIndexCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeletePlaceIndexCommand(output, context);
39
+ return de_DeletePlaceIndexCommand(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_restJson1DeleteRouteCalculatorCommand, serializeAws_restJson1DeleteRouteCalculatorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteRouteCalculatorCommand, se_DeleteRouteCalculatorCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteRouteCalculatorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteRouteCalculatorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteRouteCalculatorCommand(input, context);
36
+ return se_DeleteRouteCalculatorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteRouteCalculatorCommand(output, context);
39
+ return de_DeleteRouteCalculatorCommand(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_restJson1DeleteTrackerCommand, serializeAws_restJson1DeleteTrackerCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteTrackerCommand, se_DeleteTrackerCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteTrackerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteTrackerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteTrackerCommand(input, context);
36
+ return se_DeleteTrackerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteTrackerCommand(output, context);
39
+ return de_DeleteTrackerCommand(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_restJson1DescribeGeofenceCollectionCommand, serializeAws_restJson1DescribeGeofenceCollectionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeGeofenceCollectionCommand, se_DescribeGeofenceCollectionCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeGeofenceCollectionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeGeofenceCollectionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeGeofenceCollectionCommand(input, context);
36
+ return se_DescribeGeofenceCollectionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeGeofenceCollectionCommand(output, context);
39
+ return de_DescribeGeofenceCollectionCommand(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 { DescribeKeyResponseFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeKeyCommand, serializeAws_restJson1DescribeKeyCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeKeyCommand, se_DescribeKeyCommand } from "../protocols/Aws_restJson1";
6
6
  export class DescribeKeyCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeKeyCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeKeyCommand(input, context);
37
+ return se_DescribeKeyCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeKeyCommand(output, context);
40
+ return de_DescribeKeyCommand(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_restJson1DescribeMapCommand, serializeAws_restJson1DescribeMapCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeMapCommand, se_DescribeMapCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeMapCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeMapCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeMapCommand(input, context);
36
+ return se_DescribeMapCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeMapCommand(output, context);
39
+ return de_DescribeMapCommand(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_restJson1DescribePlaceIndexCommand, serializeAws_restJson1DescribePlaceIndexCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribePlaceIndexCommand, se_DescribePlaceIndexCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribePlaceIndexCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribePlaceIndexCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribePlaceIndexCommand(input, context);
36
+ return se_DescribePlaceIndexCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribePlaceIndexCommand(output, context);
39
+ return de_DescribePlaceIndexCommand(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_restJson1DescribeRouteCalculatorCommand, serializeAws_restJson1DescribeRouteCalculatorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeRouteCalculatorCommand, se_DescribeRouteCalculatorCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeRouteCalculatorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeRouteCalculatorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeRouteCalculatorCommand(input, context);
36
+ return se_DescribeRouteCalculatorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeRouteCalculatorCommand(output, context);
39
+ return de_DescribeRouteCalculatorCommand(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_restJson1DescribeTrackerCommand, serializeAws_restJson1DescribeTrackerCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeTrackerCommand, se_DescribeTrackerCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeTrackerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeTrackerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeTrackerCommand(input, context);
36
+ return se_DescribeTrackerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeTrackerCommand(output, context);
39
+ return de_DescribeTrackerCommand(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_restJson1DisassociateTrackerConsumerCommand, serializeAws_restJson1DisassociateTrackerConsumerCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DisassociateTrackerConsumerCommand, se_DisassociateTrackerConsumerCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DisassociateTrackerConsumerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DisassociateTrackerConsumerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DisassociateTrackerConsumerCommand(input, context);
36
+ return se_DisassociateTrackerConsumerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DisassociateTrackerConsumerCommand(output, context);
39
+ return de_DisassociateTrackerConsumerCommand(output, context);
40
40
  }
41
41
  }