@aws-sdk/client-location 3.169.0 → 3.171.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Location.d.ts +888 -265
- package/dist-types/ts3.4/LocationClient.d.ts +416 -125
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/LocationServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1264 -1621
- package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,158 +1,629 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateTrackerConsumerCommandInput,
|
|
8
|
+
AssociateTrackerConsumerCommandOutput,
|
|
9
|
+
} from "../commands/AssociateTrackerConsumerCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchDeleteDevicePositionHistoryCommandInput,
|
|
12
|
+
BatchDeleteDevicePositionHistoryCommandOutput,
|
|
13
|
+
} from "../commands/BatchDeleteDevicePositionHistoryCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchDeleteGeofenceCommandInput,
|
|
16
|
+
BatchDeleteGeofenceCommandOutput,
|
|
17
|
+
} from "../commands/BatchDeleteGeofenceCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchEvaluateGeofencesCommandInput,
|
|
20
|
+
BatchEvaluateGeofencesCommandOutput,
|
|
21
|
+
} from "../commands/BatchEvaluateGeofencesCommand";
|
|
22
|
+
import {
|
|
23
|
+
BatchGetDevicePositionCommandInput,
|
|
24
|
+
BatchGetDevicePositionCommandOutput,
|
|
25
|
+
} from "../commands/BatchGetDevicePositionCommand";
|
|
26
|
+
import {
|
|
27
|
+
BatchPutGeofenceCommandInput,
|
|
28
|
+
BatchPutGeofenceCommandOutput,
|
|
29
|
+
} from "../commands/BatchPutGeofenceCommand";
|
|
30
|
+
import {
|
|
31
|
+
BatchUpdateDevicePositionCommandInput,
|
|
32
|
+
BatchUpdateDevicePositionCommandOutput,
|
|
33
|
+
} from "../commands/BatchUpdateDevicePositionCommand";
|
|
34
|
+
import {
|
|
35
|
+
CalculateRouteCommandInput,
|
|
36
|
+
CalculateRouteCommandOutput,
|
|
37
|
+
} from "../commands/CalculateRouteCommand";
|
|
38
|
+
import {
|
|
39
|
+
CalculateRouteMatrixCommandInput,
|
|
40
|
+
CalculateRouteMatrixCommandOutput,
|
|
41
|
+
} from "../commands/CalculateRouteMatrixCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateGeofenceCollectionCommandInput,
|
|
44
|
+
CreateGeofenceCollectionCommandOutput,
|
|
45
|
+
} from "../commands/CreateGeofenceCollectionCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateMapCommandInput,
|
|
48
|
+
CreateMapCommandOutput,
|
|
49
|
+
} from "../commands/CreateMapCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreatePlaceIndexCommandInput,
|
|
52
|
+
CreatePlaceIndexCommandOutput,
|
|
53
|
+
} from "../commands/CreatePlaceIndexCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateRouteCalculatorCommandInput,
|
|
56
|
+
CreateRouteCalculatorCommandOutput,
|
|
57
|
+
} from "../commands/CreateRouteCalculatorCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateTrackerCommandInput,
|
|
60
|
+
CreateTrackerCommandOutput,
|
|
61
|
+
} from "../commands/CreateTrackerCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteGeofenceCollectionCommandInput,
|
|
64
|
+
DeleteGeofenceCollectionCommandOutput,
|
|
65
|
+
} from "../commands/DeleteGeofenceCollectionCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteMapCommandInput,
|
|
68
|
+
DeleteMapCommandOutput,
|
|
69
|
+
} from "../commands/DeleteMapCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeletePlaceIndexCommandInput,
|
|
72
|
+
DeletePlaceIndexCommandOutput,
|
|
73
|
+
} from "../commands/DeletePlaceIndexCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteRouteCalculatorCommandInput,
|
|
76
|
+
DeleteRouteCalculatorCommandOutput,
|
|
77
|
+
} from "../commands/DeleteRouteCalculatorCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteTrackerCommandInput,
|
|
80
|
+
DeleteTrackerCommandOutput,
|
|
81
|
+
} from "../commands/DeleteTrackerCommand";
|
|
82
|
+
import {
|
|
83
|
+
DescribeGeofenceCollectionCommandInput,
|
|
84
|
+
DescribeGeofenceCollectionCommandOutput,
|
|
85
|
+
} from "../commands/DescribeGeofenceCollectionCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeMapCommandInput,
|
|
88
|
+
DescribeMapCommandOutput,
|
|
89
|
+
} from "../commands/DescribeMapCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribePlaceIndexCommandInput,
|
|
92
|
+
DescribePlaceIndexCommandOutput,
|
|
93
|
+
} from "../commands/DescribePlaceIndexCommand";
|
|
94
|
+
import {
|
|
95
|
+
DescribeRouteCalculatorCommandInput,
|
|
96
|
+
DescribeRouteCalculatorCommandOutput,
|
|
97
|
+
} from "../commands/DescribeRouteCalculatorCommand";
|
|
98
|
+
import {
|
|
99
|
+
DescribeTrackerCommandInput,
|
|
100
|
+
DescribeTrackerCommandOutput,
|
|
101
|
+
} from "../commands/DescribeTrackerCommand";
|
|
102
|
+
import {
|
|
103
|
+
DisassociateTrackerConsumerCommandInput,
|
|
104
|
+
DisassociateTrackerConsumerCommandOutput,
|
|
105
|
+
} from "../commands/DisassociateTrackerConsumerCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetDevicePositionCommandInput,
|
|
108
|
+
GetDevicePositionCommandOutput,
|
|
109
|
+
} from "../commands/GetDevicePositionCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetDevicePositionHistoryCommandInput,
|
|
112
|
+
GetDevicePositionHistoryCommandOutput,
|
|
113
|
+
} from "../commands/GetDevicePositionHistoryCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetGeofenceCommandInput,
|
|
116
|
+
GetGeofenceCommandOutput,
|
|
117
|
+
} from "../commands/GetGeofenceCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetMapGlyphsCommandInput,
|
|
120
|
+
GetMapGlyphsCommandOutput,
|
|
121
|
+
} from "../commands/GetMapGlyphsCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetMapSpritesCommandInput,
|
|
124
|
+
GetMapSpritesCommandOutput,
|
|
125
|
+
} from "../commands/GetMapSpritesCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetMapStyleDescriptorCommandInput,
|
|
128
|
+
GetMapStyleDescriptorCommandOutput,
|
|
129
|
+
} from "../commands/GetMapStyleDescriptorCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetMapTileCommandInput,
|
|
132
|
+
GetMapTileCommandOutput,
|
|
133
|
+
} from "../commands/GetMapTileCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListDevicePositionsCommandInput,
|
|
136
|
+
ListDevicePositionsCommandOutput,
|
|
137
|
+
} from "../commands/ListDevicePositionsCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListGeofenceCollectionsCommandInput,
|
|
140
|
+
ListGeofenceCollectionsCommandOutput,
|
|
141
|
+
} from "../commands/ListGeofenceCollectionsCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListGeofencesCommandInput,
|
|
144
|
+
ListGeofencesCommandOutput,
|
|
145
|
+
} from "../commands/ListGeofencesCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListMapsCommandInput,
|
|
148
|
+
ListMapsCommandOutput,
|
|
149
|
+
} from "../commands/ListMapsCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListPlaceIndexesCommandInput,
|
|
152
|
+
ListPlaceIndexesCommandOutput,
|
|
153
|
+
} from "../commands/ListPlaceIndexesCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListRouteCalculatorsCommandInput,
|
|
156
|
+
ListRouteCalculatorsCommandOutput,
|
|
157
|
+
} from "../commands/ListRouteCalculatorsCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListTagsForResourceCommandInput,
|
|
160
|
+
ListTagsForResourceCommandOutput,
|
|
161
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListTrackerConsumersCommandInput,
|
|
164
|
+
ListTrackerConsumersCommandOutput,
|
|
165
|
+
} from "../commands/ListTrackerConsumersCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListTrackersCommandInput,
|
|
168
|
+
ListTrackersCommandOutput,
|
|
169
|
+
} from "../commands/ListTrackersCommand";
|
|
170
|
+
import {
|
|
171
|
+
PutGeofenceCommandInput,
|
|
172
|
+
PutGeofenceCommandOutput,
|
|
173
|
+
} from "../commands/PutGeofenceCommand";
|
|
174
|
+
import {
|
|
175
|
+
SearchPlaceIndexForPositionCommandInput,
|
|
176
|
+
SearchPlaceIndexForPositionCommandOutput,
|
|
177
|
+
} from "../commands/SearchPlaceIndexForPositionCommand";
|
|
178
|
+
import {
|
|
179
|
+
SearchPlaceIndexForSuggestionsCommandInput,
|
|
180
|
+
SearchPlaceIndexForSuggestionsCommandOutput,
|
|
181
|
+
} from "../commands/SearchPlaceIndexForSuggestionsCommand";
|
|
182
|
+
import {
|
|
183
|
+
SearchPlaceIndexForTextCommandInput,
|
|
184
|
+
SearchPlaceIndexForTextCommandOutput,
|
|
185
|
+
} from "../commands/SearchPlaceIndexForTextCommand";
|
|
186
|
+
import {
|
|
187
|
+
TagResourceCommandInput,
|
|
188
|
+
TagResourceCommandOutput,
|
|
189
|
+
} from "../commands/TagResourceCommand";
|
|
190
|
+
import {
|
|
191
|
+
UntagResourceCommandInput,
|
|
192
|
+
UntagResourceCommandOutput,
|
|
193
|
+
} from "../commands/UntagResourceCommand";
|
|
194
|
+
import {
|
|
195
|
+
UpdateGeofenceCollectionCommandInput,
|
|
196
|
+
UpdateGeofenceCollectionCommandOutput,
|
|
197
|
+
} from "../commands/UpdateGeofenceCollectionCommand";
|
|
198
|
+
import {
|
|
199
|
+
UpdateMapCommandInput,
|
|
200
|
+
UpdateMapCommandOutput,
|
|
201
|
+
} from "../commands/UpdateMapCommand";
|
|
202
|
+
import {
|
|
203
|
+
UpdatePlaceIndexCommandInput,
|
|
204
|
+
UpdatePlaceIndexCommandOutput,
|
|
205
|
+
} from "../commands/UpdatePlaceIndexCommand";
|
|
206
|
+
import {
|
|
207
|
+
UpdateRouteCalculatorCommandInput,
|
|
208
|
+
UpdateRouteCalculatorCommandOutput,
|
|
209
|
+
} from "../commands/UpdateRouteCalculatorCommand";
|
|
210
|
+
import {
|
|
211
|
+
UpdateTrackerCommandInput,
|
|
212
|
+
UpdateTrackerCommandOutput,
|
|
213
|
+
} from "../commands/UpdateTrackerCommand";
|
|
214
|
+
export declare const serializeAws_restJson1AssociateTrackerConsumerCommand: (
|
|
215
|
+
input: AssociateTrackerConsumerCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_restJson1BatchDeleteDevicePositionHistoryCommand: (
|
|
219
|
+
input: BatchDeleteDevicePositionHistoryCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_restJson1BatchDeleteGeofenceCommand: (
|
|
223
|
+
input: BatchDeleteGeofenceCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_restJson1BatchEvaluateGeofencesCommand: (
|
|
227
|
+
input: BatchEvaluateGeofencesCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_restJson1BatchGetDevicePositionCommand: (
|
|
231
|
+
input: BatchGetDevicePositionCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_restJson1BatchPutGeofenceCommand: (
|
|
235
|
+
input: BatchPutGeofenceCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_restJson1BatchUpdateDevicePositionCommand: (
|
|
239
|
+
input: BatchUpdateDevicePositionCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_restJson1CalculateRouteCommand: (
|
|
243
|
+
input: CalculateRouteCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_restJson1CalculateRouteMatrixCommand: (
|
|
247
|
+
input: CalculateRouteMatrixCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_restJson1CreateGeofenceCollectionCommand: (
|
|
251
|
+
input: CreateGeofenceCollectionCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_restJson1CreateMapCommand: (
|
|
255
|
+
input: CreateMapCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_restJson1CreatePlaceIndexCommand: (
|
|
259
|
+
input: CreatePlaceIndexCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_restJson1CreateRouteCalculatorCommand: (
|
|
263
|
+
input: CreateRouteCalculatorCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_restJson1CreateTrackerCommand: (
|
|
267
|
+
input: CreateTrackerCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_restJson1DeleteGeofenceCollectionCommand: (
|
|
271
|
+
input: DeleteGeofenceCollectionCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_restJson1DeleteMapCommand: (
|
|
275
|
+
input: DeleteMapCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_restJson1DeletePlaceIndexCommand: (
|
|
279
|
+
input: DeletePlaceIndexCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_restJson1DeleteRouteCalculatorCommand: (
|
|
283
|
+
input: DeleteRouteCalculatorCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_restJson1DeleteTrackerCommand: (
|
|
287
|
+
input: DeleteTrackerCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_restJson1DescribeGeofenceCollectionCommand: (
|
|
291
|
+
input: DescribeGeofenceCollectionCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_restJson1DescribeMapCommand: (
|
|
295
|
+
input: DescribeMapCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_restJson1DescribePlaceIndexCommand: (
|
|
299
|
+
input: DescribePlaceIndexCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_restJson1DescribeRouteCalculatorCommand: (
|
|
303
|
+
input: DescribeRouteCalculatorCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_restJson1DescribeTrackerCommand: (
|
|
307
|
+
input: DescribeTrackerCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_restJson1DisassociateTrackerConsumerCommand: (
|
|
311
|
+
input: DisassociateTrackerConsumerCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_restJson1GetDevicePositionCommand: (
|
|
315
|
+
input: GetDevicePositionCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_restJson1GetDevicePositionHistoryCommand: (
|
|
319
|
+
input: GetDevicePositionHistoryCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_restJson1GetGeofenceCommand: (
|
|
323
|
+
input: GetGeofenceCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_restJson1GetMapGlyphsCommand: (
|
|
327
|
+
input: GetMapGlyphsCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_restJson1GetMapSpritesCommand: (
|
|
331
|
+
input: GetMapSpritesCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_restJson1GetMapStyleDescriptorCommand: (
|
|
335
|
+
input: GetMapStyleDescriptorCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_restJson1GetMapTileCommand: (
|
|
339
|
+
input: GetMapTileCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_restJson1ListDevicePositionsCommand: (
|
|
343
|
+
input: ListDevicePositionsCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_restJson1ListGeofenceCollectionsCommand: (
|
|
347
|
+
input: ListGeofenceCollectionsCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_restJson1ListGeofencesCommand: (
|
|
351
|
+
input: ListGeofencesCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_restJson1ListMapsCommand: (
|
|
355
|
+
input: ListMapsCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_restJson1ListPlaceIndexesCommand: (
|
|
359
|
+
input: ListPlaceIndexesCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_restJson1ListRouteCalculatorsCommand: (
|
|
363
|
+
input: ListRouteCalculatorsCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
367
|
+
input: ListTagsForResourceCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_restJson1ListTrackerConsumersCommand: (
|
|
371
|
+
input: ListTrackerConsumersCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_restJson1ListTrackersCommand: (
|
|
375
|
+
input: ListTrackersCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_restJson1PutGeofenceCommand: (
|
|
379
|
+
input: PutGeofenceCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_restJson1SearchPlaceIndexForPositionCommand: (
|
|
383
|
+
input: SearchPlaceIndexForPositionCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand: (
|
|
387
|
+
input: SearchPlaceIndexForSuggestionsCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_restJson1SearchPlaceIndexForTextCommand: (
|
|
391
|
+
input: SearchPlaceIndexForTextCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
395
|
+
input: TagResourceCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
399
|
+
input: UntagResourceCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_restJson1UpdateGeofenceCollectionCommand: (
|
|
403
|
+
input: UpdateGeofenceCollectionCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_restJson1UpdateMapCommand: (
|
|
407
|
+
input: UpdateMapCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_restJson1UpdatePlaceIndexCommand: (
|
|
411
|
+
input: UpdatePlaceIndexCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_restJson1UpdateRouteCalculatorCommand: (
|
|
415
|
+
input: UpdateRouteCalculatorCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_restJson1UpdateTrackerCommand: (
|
|
419
|
+
input: UpdateTrackerCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const deserializeAws_restJson1AssociateTrackerConsumerCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<AssociateTrackerConsumerCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_restJson1BatchDeleteDevicePositionHistoryCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_restJson1BatchDeleteGeofenceCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<BatchDeleteGeofenceCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_restJson1BatchEvaluateGeofencesCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<BatchEvaluateGeofencesCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_restJson1BatchGetDevicePositionCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<BatchGetDevicePositionCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_restJson1BatchPutGeofenceCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<BatchPutGeofenceCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_restJson1BatchUpdateDevicePositionCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<BatchUpdateDevicePositionCommandOutput>;
|
|
450
|
+
export declare const deserializeAws_restJson1CalculateRouteCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<CalculateRouteCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_restJson1CalculateRouteMatrixCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<CalculateRouteMatrixCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_restJson1CreateGeofenceCollectionCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<CreateGeofenceCollectionCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_restJson1CreateMapCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<CreateMapCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_restJson1CreatePlaceIndexCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<CreatePlaceIndexCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_restJson1CreateRouteCalculatorCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<CreateRouteCalculatorCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_restJson1CreateTrackerCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<CreateTrackerCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_restJson1DeleteGeofenceCollectionCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<DeleteGeofenceCollectionCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_restJson1DeleteMapCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<DeleteMapCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_restJson1DeletePlaceIndexCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<DeletePlaceIndexCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_restJson1DeleteRouteCalculatorCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<DeleteRouteCalculatorCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_restJson1DeleteTrackerCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<DeleteTrackerCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_restJson1DescribeGeofenceCollectionCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<DescribeGeofenceCollectionCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_restJson1DescribeMapCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<DescribeMapCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_restJson1DescribePlaceIndexCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<DescribePlaceIndexCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_restJson1DescribeRouteCalculatorCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<DescribeRouteCalculatorCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_restJson1DescribeTrackerCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<DescribeTrackerCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_restJson1DisassociateTrackerConsumerCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<DisassociateTrackerConsumerCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_restJson1GetDevicePositionCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<GetDevicePositionCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_restJson1GetDevicePositionHistoryCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<GetDevicePositionHistoryCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_restJson1GetGeofenceCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<GetGeofenceCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_restJson1GetMapGlyphsCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<GetMapGlyphsCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_restJson1GetMapSpritesCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<GetMapSpritesCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_restJson1GetMapStyleDescriptorCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<GetMapStyleDescriptorCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_restJson1GetMapTileCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<GetMapTileCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_restJson1ListDevicePositionsCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<ListDevicePositionsCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_restJson1ListGeofenceCollectionsCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<ListGeofenceCollectionsCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_restJson1ListGeofencesCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<ListGeofencesCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_restJson1ListMapsCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<ListMapsCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_restJson1ListPlaceIndexesCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<ListPlaceIndexesCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_restJson1ListRouteCalculatorsCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<ListRouteCalculatorsCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_restJson1ListTrackerConsumersCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<ListTrackerConsumersCommandOutput>;
|
|
582
|
+
export declare const deserializeAws_restJson1ListTrackersCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<ListTrackersCommandOutput>;
|
|
586
|
+
export declare const deserializeAws_restJson1PutGeofenceCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<PutGeofenceCommandOutput>;
|
|
590
|
+
export declare const deserializeAws_restJson1SearchPlaceIndexForPositionCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<SearchPlaceIndexForPositionCommandOutput>;
|
|
594
|
+
export declare const deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<SearchPlaceIndexForSuggestionsCommandOutput>;
|
|
598
|
+
export declare const deserializeAws_restJson1SearchPlaceIndexForTextCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<SearchPlaceIndexForTextCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<TagResourceCommandOutput>;
|
|
606
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
610
|
+
export declare const deserializeAws_restJson1UpdateGeofenceCollectionCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<UpdateGeofenceCollectionCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_restJson1UpdateMapCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<UpdateMapCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_restJson1UpdatePlaceIndexCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<UpdatePlaceIndexCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_restJson1UpdateRouteCalculatorCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<UpdateRouteCalculatorCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_restJson1UpdateTrackerCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<UpdateTrackerCommandOutput>;
|