@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
@@ -58,119 +58,467 @@ import { UpdateMapCommandInput, UpdateMapCommandOutput } from "../commands/Updat
58
58
  import { UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput } from "../commands/UpdatePlaceIndexCommand";
59
59
  import { UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput } from "../commands/UpdateRouteCalculatorCommand";
60
60
  import { UpdateTrackerCommandInput, UpdateTrackerCommandOutput } from "../commands/UpdateTrackerCommand";
61
- export declare const serializeAws_restJson1AssociateTrackerConsumerCommand: (input: AssociateTrackerConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1BatchDeleteDevicePositionHistoryCommand: (input: BatchDeleteDevicePositionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1BatchDeleteGeofenceCommand: (input: BatchDeleteGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1BatchEvaluateGeofencesCommand: (input: BatchEvaluateGeofencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1BatchGetDevicePositionCommand: (input: BatchGetDevicePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1BatchPutGeofenceCommand: (input: BatchPutGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1BatchUpdateDevicePositionCommand: (input: BatchUpdateDevicePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1CalculateRouteCommand: (input: CalculateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1CalculateRouteMatrixCommand: (input: CalculateRouteMatrixCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1CreateGeofenceCollectionCommand: (input: CreateGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1CreateKeyCommand: (input: CreateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1CreateMapCommand: (input: CreateMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1CreatePlaceIndexCommand: (input: CreatePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1CreateRouteCalculatorCommand: (input: CreateRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1CreateTrackerCommand: (input: CreateTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1DeleteGeofenceCollectionCommand: (input: DeleteGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1DeleteKeyCommand: (input: DeleteKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1DeleteMapCommand: (input: DeleteMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1DeletePlaceIndexCommand: (input: DeletePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1DeleteRouteCalculatorCommand: (input: DeleteRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1DeleteTrackerCommand: (input: DeleteTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1DescribeGeofenceCollectionCommand: (input: DescribeGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1DescribeKeyCommand: (input: DescribeKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1DescribeMapCommand: (input: DescribeMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1DescribePlaceIndexCommand: (input: DescribePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1DescribeRouteCalculatorCommand: (input: DescribeRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1DescribeTrackerCommand: (input: DescribeTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1DisassociateTrackerConsumerCommand: (input: DisassociateTrackerConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1GetDevicePositionCommand: (input: GetDevicePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1GetDevicePositionHistoryCommand: (input: GetDevicePositionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1GetGeofenceCommand: (input: GetGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1GetMapGlyphsCommand: (input: GetMapGlyphsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1GetMapSpritesCommand: (input: GetMapSpritesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1GetMapStyleDescriptorCommand: (input: GetMapStyleDescriptorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1GetMapTileCommand: (input: GetMapTileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1GetPlaceCommand: (input: GetPlaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1ListDevicePositionsCommand: (input: ListDevicePositionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1ListGeofenceCollectionsCommand: (input: ListGeofenceCollectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1ListGeofencesCommand: (input: ListGeofencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1ListKeysCommand: (input: ListKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1ListMapsCommand: (input: ListMapsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1ListPlaceIndexesCommand: (input: ListPlaceIndexesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1ListRouteCalculatorsCommand: (input: ListRouteCalculatorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1ListTrackerConsumersCommand: (input: ListTrackerConsumersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1ListTrackersCommand: (input: ListTrackersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1PutGeofenceCommand: (input: PutGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1SearchPlaceIndexForPositionCommand: (input: SearchPlaceIndexForPositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand: (input: SearchPlaceIndexForSuggestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1SearchPlaceIndexForTextCommand: (input: SearchPlaceIndexForTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1UpdateGeofenceCollectionCommand: (input: UpdateGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1UpdateKeyCommand: (input: UpdateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1UpdateMapCommand: (input: UpdateMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1UpdatePlaceIndexCommand: (input: UpdatePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1UpdateRouteCalculatorCommand: (input: UpdateRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1UpdateTrackerCommand: (input: UpdateTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const deserializeAws_restJson1AssociateTrackerConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrackerConsumerCommandOutput>;
120
- export declare const deserializeAws_restJson1BatchDeleteDevicePositionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
121
- export declare const deserializeAws_restJson1BatchDeleteGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteGeofenceCommandOutput>;
122
- export declare const deserializeAws_restJson1BatchEvaluateGeofencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchEvaluateGeofencesCommandOutput>;
123
- export declare const deserializeAws_restJson1BatchGetDevicePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDevicePositionCommandOutput>;
124
- export declare const deserializeAws_restJson1BatchPutGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutGeofenceCommandOutput>;
125
- export declare const deserializeAws_restJson1BatchUpdateDevicePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateDevicePositionCommandOutput>;
126
- export declare const deserializeAws_restJson1CalculateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CalculateRouteCommandOutput>;
127
- export declare const deserializeAws_restJson1CalculateRouteMatrixCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CalculateRouteMatrixCommandOutput>;
128
- export declare const deserializeAws_restJson1CreateGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGeofenceCollectionCommandOutput>;
129
- export declare const deserializeAws_restJson1CreateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeyCommandOutput>;
130
- export declare const deserializeAws_restJson1CreateMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMapCommandOutput>;
131
- export declare const deserializeAws_restJson1CreatePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlaceIndexCommandOutput>;
132
- export declare const deserializeAws_restJson1CreateRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteCalculatorCommandOutput>;
133
- export declare const deserializeAws_restJson1CreateTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrackerCommandOutput>;
134
- export declare const deserializeAws_restJson1DeleteGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGeofenceCollectionCommandOutput>;
135
- export declare const deserializeAws_restJson1DeleteKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKeyCommandOutput>;
136
- export declare const deserializeAws_restJson1DeleteMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMapCommandOutput>;
137
- export declare const deserializeAws_restJson1DeletePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlaceIndexCommandOutput>;
138
- export declare const deserializeAws_restJson1DeleteRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteCalculatorCommandOutput>;
139
- export declare const deserializeAws_restJson1DeleteTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrackerCommandOutput>;
140
- export declare const deserializeAws_restJson1DescribeGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGeofenceCollectionCommandOutput>;
141
- export declare const deserializeAws_restJson1DescribeKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyCommandOutput>;
142
- export declare const deserializeAws_restJson1DescribeMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMapCommandOutput>;
143
- export declare const deserializeAws_restJson1DescribePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePlaceIndexCommandOutput>;
144
- export declare const deserializeAws_restJson1DescribeRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRouteCalculatorCommandOutput>;
145
- export declare const deserializeAws_restJson1DescribeTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrackerCommandOutput>;
146
- export declare const deserializeAws_restJson1DisassociateTrackerConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrackerConsumerCommandOutput>;
147
- export declare const deserializeAws_restJson1GetDevicePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicePositionCommandOutput>;
148
- export declare const deserializeAws_restJson1GetDevicePositionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicePositionHistoryCommandOutput>;
149
- export declare const deserializeAws_restJson1GetGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGeofenceCommandOutput>;
150
- export declare const deserializeAws_restJson1GetMapGlyphsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapGlyphsCommandOutput>;
151
- export declare const deserializeAws_restJson1GetMapSpritesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapSpritesCommandOutput>;
152
- export declare const deserializeAws_restJson1GetMapStyleDescriptorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapStyleDescriptorCommandOutput>;
153
- export declare const deserializeAws_restJson1GetMapTileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapTileCommandOutput>;
154
- export declare const deserializeAws_restJson1GetPlaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlaceCommandOutput>;
155
- export declare const deserializeAws_restJson1ListDevicePositionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicePositionsCommandOutput>;
156
- export declare const deserializeAws_restJson1ListGeofenceCollectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGeofenceCollectionsCommandOutput>;
157
- export declare const deserializeAws_restJson1ListGeofencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGeofencesCommandOutput>;
158
- export declare const deserializeAws_restJson1ListKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeysCommandOutput>;
159
- export declare const deserializeAws_restJson1ListMapsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMapsCommandOutput>;
160
- export declare const deserializeAws_restJson1ListPlaceIndexesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlaceIndexesCommandOutput>;
161
- export declare const deserializeAws_restJson1ListRouteCalculatorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRouteCalculatorsCommandOutput>;
162
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
163
- export declare const deserializeAws_restJson1ListTrackerConsumersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrackerConsumersCommandOutput>;
164
- export declare const deserializeAws_restJson1ListTrackersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrackersCommandOutput>;
165
- export declare const deserializeAws_restJson1PutGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGeofenceCommandOutput>;
166
- export declare const deserializeAws_restJson1SearchPlaceIndexForPositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchPlaceIndexForPositionCommandOutput>;
167
- export declare const deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchPlaceIndexForSuggestionsCommandOutput>;
168
- export declare const deserializeAws_restJson1SearchPlaceIndexForTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchPlaceIndexForTextCommandOutput>;
169
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
170
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
171
- export declare const deserializeAws_restJson1UpdateGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGeofenceCollectionCommandOutput>;
172
- export declare const deserializeAws_restJson1UpdateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKeyCommandOutput>;
173
- export declare const deserializeAws_restJson1UpdateMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMapCommandOutput>;
174
- export declare const deserializeAws_restJson1UpdatePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePlaceIndexCommandOutput>;
175
- export declare const deserializeAws_restJson1UpdateRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRouteCalculatorCommandOutput>;
176
- export declare const deserializeAws_restJson1UpdateTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrackerCommandOutput>;
61
+ /**
62
+ * serializeAws_restJson1AssociateTrackerConsumerCommand
63
+ */
64
+ export declare const se_AssociateTrackerConsumerCommand: (input: AssociateTrackerConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_restJson1BatchDeleteDevicePositionHistoryCommand
67
+ */
68
+ export declare const se_BatchDeleteDevicePositionHistoryCommand: (input: BatchDeleteDevicePositionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_restJson1BatchDeleteGeofenceCommand
71
+ */
72
+ export declare const se_BatchDeleteGeofenceCommand: (input: BatchDeleteGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_restJson1BatchEvaluateGeofencesCommand
75
+ */
76
+ export declare const se_BatchEvaluateGeofencesCommand: (input: BatchEvaluateGeofencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_restJson1BatchGetDevicePositionCommand
79
+ */
80
+ export declare const se_BatchGetDevicePositionCommand: (input: BatchGetDevicePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_restJson1BatchPutGeofenceCommand
83
+ */
84
+ export declare const se_BatchPutGeofenceCommand: (input: BatchPutGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_restJson1BatchUpdateDevicePositionCommand
87
+ */
88
+ export declare const se_BatchUpdateDevicePositionCommand: (input: BatchUpdateDevicePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_restJson1CalculateRouteCommand
91
+ */
92
+ export declare const se_CalculateRouteCommand: (input: CalculateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_restJson1CalculateRouteMatrixCommand
95
+ */
96
+ export declare const se_CalculateRouteMatrixCommand: (input: CalculateRouteMatrixCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_restJson1CreateGeofenceCollectionCommand
99
+ */
100
+ export declare const se_CreateGeofenceCollectionCommand: (input: CreateGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_restJson1CreateKeyCommand
103
+ */
104
+ export declare const se_CreateKeyCommand: (input: CreateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_restJson1CreateMapCommand
107
+ */
108
+ export declare const se_CreateMapCommand: (input: CreateMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_restJson1CreatePlaceIndexCommand
111
+ */
112
+ export declare const se_CreatePlaceIndexCommand: (input: CreatePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_restJson1CreateRouteCalculatorCommand
115
+ */
116
+ export declare const se_CreateRouteCalculatorCommand: (input: CreateRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_restJson1CreateTrackerCommand
119
+ */
120
+ export declare const se_CreateTrackerCommand: (input: CreateTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_restJson1DeleteGeofenceCollectionCommand
123
+ */
124
+ export declare const se_DeleteGeofenceCollectionCommand: (input: DeleteGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_restJson1DeleteKeyCommand
127
+ */
128
+ export declare const se_DeleteKeyCommand: (input: DeleteKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_restJson1DeleteMapCommand
131
+ */
132
+ export declare const se_DeleteMapCommand: (input: DeleteMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * serializeAws_restJson1DeletePlaceIndexCommand
135
+ */
136
+ export declare const se_DeletePlaceIndexCommand: (input: DeletePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
+ /**
138
+ * serializeAws_restJson1DeleteRouteCalculatorCommand
139
+ */
140
+ export declare const se_DeleteRouteCalculatorCommand: (input: DeleteRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ /**
142
+ * serializeAws_restJson1DeleteTrackerCommand
143
+ */
144
+ export declare const se_DeleteTrackerCommand: (input: DeleteTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
+ /**
146
+ * serializeAws_restJson1DescribeGeofenceCollectionCommand
147
+ */
148
+ export declare const se_DescribeGeofenceCollectionCommand: (input: DescribeGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
+ /**
150
+ * serializeAws_restJson1DescribeKeyCommand
151
+ */
152
+ export declare const se_DescribeKeyCommand: (input: DescribeKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ /**
154
+ * serializeAws_restJson1DescribeMapCommand
155
+ */
156
+ export declare const se_DescribeMapCommand: (input: DescribeMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
+ /**
158
+ * serializeAws_restJson1DescribePlaceIndexCommand
159
+ */
160
+ export declare const se_DescribePlaceIndexCommand: (input: DescribePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
+ /**
162
+ * serializeAws_restJson1DescribeRouteCalculatorCommand
163
+ */
164
+ export declare const se_DescribeRouteCalculatorCommand: (input: DescribeRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
+ /**
166
+ * serializeAws_restJson1DescribeTrackerCommand
167
+ */
168
+ export declare const se_DescribeTrackerCommand: (input: DescribeTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
+ /**
170
+ * serializeAws_restJson1DisassociateTrackerConsumerCommand
171
+ */
172
+ export declare const se_DisassociateTrackerConsumerCommand: (input: DisassociateTrackerConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
+ /**
174
+ * serializeAws_restJson1GetDevicePositionCommand
175
+ */
176
+ export declare const se_GetDevicePositionCommand: (input: GetDevicePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
+ /**
178
+ * serializeAws_restJson1GetDevicePositionHistoryCommand
179
+ */
180
+ export declare const se_GetDevicePositionHistoryCommand: (input: GetDevicePositionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
+ /**
182
+ * serializeAws_restJson1GetGeofenceCommand
183
+ */
184
+ export declare const se_GetGeofenceCommand: (input: GetGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
+ /**
186
+ * serializeAws_restJson1GetMapGlyphsCommand
187
+ */
188
+ export declare const se_GetMapGlyphsCommand: (input: GetMapGlyphsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
+ /**
190
+ * serializeAws_restJson1GetMapSpritesCommand
191
+ */
192
+ export declare const se_GetMapSpritesCommand: (input: GetMapSpritesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
+ /**
194
+ * serializeAws_restJson1GetMapStyleDescriptorCommand
195
+ */
196
+ export declare const se_GetMapStyleDescriptorCommand: (input: GetMapStyleDescriptorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
+ /**
198
+ * serializeAws_restJson1GetMapTileCommand
199
+ */
200
+ export declare const se_GetMapTileCommand: (input: GetMapTileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
+ /**
202
+ * serializeAws_restJson1GetPlaceCommand
203
+ */
204
+ export declare const se_GetPlaceCommand: (input: GetPlaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
+ /**
206
+ * serializeAws_restJson1ListDevicePositionsCommand
207
+ */
208
+ export declare const se_ListDevicePositionsCommand: (input: ListDevicePositionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
+ /**
210
+ * serializeAws_restJson1ListGeofenceCollectionsCommand
211
+ */
212
+ export declare const se_ListGeofenceCollectionsCommand: (input: ListGeofenceCollectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
+ /**
214
+ * serializeAws_restJson1ListGeofencesCommand
215
+ */
216
+ export declare const se_ListGeofencesCommand: (input: ListGeofencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
+ /**
218
+ * serializeAws_restJson1ListKeysCommand
219
+ */
220
+ export declare const se_ListKeysCommand: (input: ListKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
+ /**
222
+ * serializeAws_restJson1ListMapsCommand
223
+ */
224
+ export declare const se_ListMapsCommand: (input: ListMapsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
+ /**
226
+ * serializeAws_restJson1ListPlaceIndexesCommand
227
+ */
228
+ export declare const se_ListPlaceIndexesCommand: (input: ListPlaceIndexesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
+ /**
230
+ * serializeAws_restJson1ListRouteCalculatorsCommand
231
+ */
232
+ export declare const se_ListRouteCalculatorsCommand: (input: ListRouteCalculatorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
+ /**
234
+ * serializeAws_restJson1ListTagsForResourceCommand
235
+ */
236
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
+ /**
238
+ * serializeAws_restJson1ListTrackerConsumersCommand
239
+ */
240
+ export declare const se_ListTrackerConsumersCommand: (input: ListTrackerConsumersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
+ /**
242
+ * serializeAws_restJson1ListTrackersCommand
243
+ */
244
+ export declare const se_ListTrackersCommand: (input: ListTrackersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
+ /**
246
+ * serializeAws_restJson1PutGeofenceCommand
247
+ */
248
+ export declare const se_PutGeofenceCommand: (input: PutGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
+ /**
250
+ * serializeAws_restJson1SearchPlaceIndexForPositionCommand
251
+ */
252
+ export declare const se_SearchPlaceIndexForPositionCommand: (input: SearchPlaceIndexForPositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
+ /**
254
+ * serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand
255
+ */
256
+ export declare const se_SearchPlaceIndexForSuggestionsCommand: (input: SearchPlaceIndexForSuggestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
+ /**
258
+ * serializeAws_restJson1SearchPlaceIndexForTextCommand
259
+ */
260
+ export declare const se_SearchPlaceIndexForTextCommand: (input: SearchPlaceIndexForTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
+ /**
262
+ * serializeAws_restJson1TagResourceCommand
263
+ */
264
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
+ /**
266
+ * serializeAws_restJson1UntagResourceCommand
267
+ */
268
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
+ /**
270
+ * serializeAws_restJson1UpdateGeofenceCollectionCommand
271
+ */
272
+ export declare const se_UpdateGeofenceCollectionCommand: (input: UpdateGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
+ /**
274
+ * serializeAws_restJson1UpdateKeyCommand
275
+ */
276
+ export declare const se_UpdateKeyCommand: (input: UpdateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
277
+ /**
278
+ * serializeAws_restJson1UpdateMapCommand
279
+ */
280
+ export declare const se_UpdateMapCommand: (input: UpdateMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
281
+ /**
282
+ * serializeAws_restJson1UpdatePlaceIndexCommand
283
+ */
284
+ export declare const se_UpdatePlaceIndexCommand: (input: UpdatePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
+ /**
286
+ * serializeAws_restJson1UpdateRouteCalculatorCommand
287
+ */
288
+ export declare const se_UpdateRouteCalculatorCommand: (input: UpdateRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
+ /**
290
+ * serializeAws_restJson1UpdateTrackerCommand
291
+ */
292
+ export declare const se_UpdateTrackerCommand: (input: UpdateTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
+ /**
294
+ * deserializeAws_restJson1AssociateTrackerConsumerCommand
295
+ */
296
+ export declare const de_AssociateTrackerConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrackerConsumerCommandOutput>;
297
+ /**
298
+ * deserializeAws_restJson1BatchDeleteDevicePositionHistoryCommand
299
+ */
300
+ export declare const de_BatchDeleteDevicePositionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
301
+ /**
302
+ * deserializeAws_restJson1BatchDeleteGeofenceCommand
303
+ */
304
+ export declare const de_BatchDeleteGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteGeofenceCommandOutput>;
305
+ /**
306
+ * deserializeAws_restJson1BatchEvaluateGeofencesCommand
307
+ */
308
+ export declare const de_BatchEvaluateGeofencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchEvaluateGeofencesCommandOutput>;
309
+ /**
310
+ * deserializeAws_restJson1BatchGetDevicePositionCommand
311
+ */
312
+ export declare const de_BatchGetDevicePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDevicePositionCommandOutput>;
313
+ /**
314
+ * deserializeAws_restJson1BatchPutGeofenceCommand
315
+ */
316
+ export declare const de_BatchPutGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutGeofenceCommandOutput>;
317
+ /**
318
+ * deserializeAws_restJson1BatchUpdateDevicePositionCommand
319
+ */
320
+ export declare const de_BatchUpdateDevicePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateDevicePositionCommandOutput>;
321
+ /**
322
+ * deserializeAws_restJson1CalculateRouteCommand
323
+ */
324
+ export declare const de_CalculateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CalculateRouteCommandOutput>;
325
+ /**
326
+ * deserializeAws_restJson1CalculateRouteMatrixCommand
327
+ */
328
+ export declare const de_CalculateRouteMatrixCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CalculateRouteMatrixCommandOutput>;
329
+ /**
330
+ * deserializeAws_restJson1CreateGeofenceCollectionCommand
331
+ */
332
+ export declare const de_CreateGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGeofenceCollectionCommandOutput>;
333
+ /**
334
+ * deserializeAws_restJson1CreateKeyCommand
335
+ */
336
+ export declare const de_CreateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeyCommandOutput>;
337
+ /**
338
+ * deserializeAws_restJson1CreateMapCommand
339
+ */
340
+ export declare const de_CreateMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMapCommandOutput>;
341
+ /**
342
+ * deserializeAws_restJson1CreatePlaceIndexCommand
343
+ */
344
+ export declare const de_CreatePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlaceIndexCommandOutput>;
345
+ /**
346
+ * deserializeAws_restJson1CreateRouteCalculatorCommand
347
+ */
348
+ export declare const de_CreateRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteCalculatorCommandOutput>;
349
+ /**
350
+ * deserializeAws_restJson1CreateTrackerCommand
351
+ */
352
+ export declare const de_CreateTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrackerCommandOutput>;
353
+ /**
354
+ * deserializeAws_restJson1DeleteGeofenceCollectionCommand
355
+ */
356
+ export declare const de_DeleteGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGeofenceCollectionCommandOutput>;
357
+ /**
358
+ * deserializeAws_restJson1DeleteKeyCommand
359
+ */
360
+ export declare const de_DeleteKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKeyCommandOutput>;
361
+ /**
362
+ * deserializeAws_restJson1DeleteMapCommand
363
+ */
364
+ export declare const de_DeleteMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMapCommandOutput>;
365
+ /**
366
+ * deserializeAws_restJson1DeletePlaceIndexCommand
367
+ */
368
+ export declare const de_DeletePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlaceIndexCommandOutput>;
369
+ /**
370
+ * deserializeAws_restJson1DeleteRouteCalculatorCommand
371
+ */
372
+ export declare const de_DeleteRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteCalculatorCommandOutput>;
373
+ /**
374
+ * deserializeAws_restJson1DeleteTrackerCommand
375
+ */
376
+ export declare const de_DeleteTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrackerCommandOutput>;
377
+ /**
378
+ * deserializeAws_restJson1DescribeGeofenceCollectionCommand
379
+ */
380
+ export declare const de_DescribeGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGeofenceCollectionCommandOutput>;
381
+ /**
382
+ * deserializeAws_restJson1DescribeKeyCommand
383
+ */
384
+ export declare const de_DescribeKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyCommandOutput>;
385
+ /**
386
+ * deserializeAws_restJson1DescribeMapCommand
387
+ */
388
+ export declare const de_DescribeMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMapCommandOutput>;
389
+ /**
390
+ * deserializeAws_restJson1DescribePlaceIndexCommand
391
+ */
392
+ export declare const de_DescribePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePlaceIndexCommandOutput>;
393
+ /**
394
+ * deserializeAws_restJson1DescribeRouteCalculatorCommand
395
+ */
396
+ export declare const de_DescribeRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRouteCalculatorCommandOutput>;
397
+ /**
398
+ * deserializeAws_restJson1DescribeTrackerCommand
399
+ */
400
+ export declare const de_DescribeTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrackerCommandOutput>;
401
+ /**
402
+ * deserializeAws_restJson1DisassociateTrackerConsumerCommand
403
+ */
404
+ export declare const de_DisassociateTrackerConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrackerConsumerCommandOutput>;
405
+ /**
406
+ * deserializeAws_restJson1GetDevicePositionCommand
407
+ */
408
+ export declare const de_GetDevicePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicePositionCommandOutput>;
409
+ /**
410
+ * deserializeAws_restJson1GetDevicePositionHistoryCommand
411
+ */
412
+ export declare const de_GetDevicePositionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicePositionHistoryCommandOutput>;
413
+ /**
414
+ * deserializeAws_restJson1GetGeofenceCommand
415
+ */
416
+ export declare const de_GetGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGeofenceCommandOutput>;
417
+ /**
418
+ * deserializeAws_restJson1GetMapGlyphsCommand
419
+ */
420
+ export declare const de_GetMapGlyphsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapGlyphsCommandOutput>;
421
+ /**
422
+ * deserializeAws_restJson1GetMapSpritesCommand
423
+ */
424
+ export declare const de_GetMapSpritesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapSpritesCommandOutput>;
425
+ /**
426
+ * deserializeAws_restJson1GetMapStyleDescriptorCommand
427
+ */
428
+ export declare const de_GetMapStyleDescriptorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapStyleDescriptorCommandOutput>;
429
+ /**
430
+ * deserializeAws_restJson1GetMapTileCommand
431
+ */
432
+ export declare const de_GetMapTileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapTileCommandOutput>;
433
+ /**
434
+ * deserializeAws_restJson1GetPlaceCommand
435
+ */
436
+ export declare const de_GetPlaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlaceCommandOutput>;
437
+ /**
438
+ * deserializeAws_restJson1ListDevicePositionsCommand
439
+ */
440
+ export declare const de_ListDevicePositionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicePositionsCommandOutput>;
441
+ /**
442
+ * deserializeAws_restJson1ListGeofenceCollectionsCommand
443
+ */
444
+ export declare const de_ListGeofenceCollectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGeofenceCollectionsCommandOutput>;
445
+ /**
446
+ * deserializeAws_restJson1ListGeofencesCommand
447
+ */
448
+ export declare const de_ListGeofencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGeofencesCommandOutput>;
449
+ /**
450
+ * deserializeAws_restJson1ListKeysCommand
451
+ */
452
+ export declare const de_ListKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeysCommandOutput>;
453
+ /**
454
+ * deserializeAws_restJson1ListMapsCommand
455
+ */
456
+ export declare const de_ListMapsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMapsCommandOutput>;
457
+ /**
458
+ * deserializeAws_restJson1ListPlaceIndexesCommand
459
+ */
460
+ export declare const de_ListPlaceIndexesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlaceIndexesCommandOutput>;
461
+ /**
462
+ * deserializeAws_restJson1ListRouteCalculatorsCommand
463
+ */
464
+ export declare const de_ListRouteCalculatorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRouteCalculatorsCommandOutput>;
465
+ /**
466
+ * deserializeAws_restJson1ListTagsForResourceCommand
467
+ */
468
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
469
+ /**
470
+ * deserializeAws_restJson1ListTrackerConsumersCommand
471
+ */
472
+ export declare const de_ListTrackerConsumersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrackerConsumersCommandOutput>;
473
+ /**
474
+ * deserializeAws_restJson1ListTrackersCommand
475
+ */
476
+ export declare const de_ListTrackersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrackersCommandOutput>;
477
+ /**
478
+ * deserializeAws_restJson1PutGeofenceCommand
479
+ */
480
+ export declare const de_PutGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGeofenceCommandOutput>;
481
+ /**
482
+ * deserializeAws_restJson1SearchPlaceIndexForPositionCommand
483
+ */
484
+ export declare const de_SearchPlaceIndexForPositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchPlaceIndexForPositionCommandOutput>;
485
+ /**
486
+ * deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand
487
+ */
488
+ export declare const de_SearchPlaceIndexForSuggestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchPlaceIndexForSuggestionsCommandOutput>;
489
+ /**
490
+ * deserializeAws_restJson1SearchPlaceIndexForTextCommand
491
+ */
492
+ export declare const de_SearchPlaceIndexForTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchPlaceIndexForTextCommandOutput>;
493
+ /**
494
+ * deserializeAws_restJson1TagResourceCommand
495
+ */
496
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
497
+ /**
498
+ * deserializeAws_restJson1UntagResourceCommand
499
+ */
500
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
501
+ /**
502
+ * deserializeAws_restJson1UpdateGeofenceCollectionCommand
503
+ */
504
+ export declare const de_UpdateGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGeofenceCollectionCommandOutput>;
505
+ /**
506
+ * deserializeAws_restJson1UpdateKeyCommand
507
+ */
508
+ export declare const de_UpdateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKeyCommandOutput>;
509
+ /**
510
+ * deserializeAws_restJson1UpdateMapCommand
511
+ */
512
+ export declare const de_UpdateMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMapCommandOutput>;
513
+ /**
514
+ * deserializeAws_restJson1UpdatePlaceIndexCommand
515
+ */
516
+ export declare const de_UpdatePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePlaceIndexCommandOutput>;
517
+ /**
518
+ * deserializeAws_restJson1UpdateRouteCalculatorCommand
519
+ */
520
+ export declare const de_UpdateRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRouteCalculatorCommandOutput>;
521
+ /**
522
+ * deserializeAws_restJson1UpdateTrackerCommand
523
+ */
524
+ export declare const de_UpdateTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrackerCommandOutput>;