@aws-sdk/client-location 3.168.0 → 3.170.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 +940 -265
- package/dist-types/ts3.4/LocationClient.d.ts +441 -125
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +37 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1790 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,125 +1,441 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateTrackerConsumerCommandInput,
|
|
47
|
+
AssociateTrackerConsumerCommandOutput,
|
|
48
|
+
} from "./commands/AssociateTrackerConsumerCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchDeleteDevicePositionHistoryCommandInput,
|
|
51
|
+
BatchDeleteDevicePositionHistoryCommandOutput,
|
|
52
|
+
} from "./commands/BatchDeleteDevicePositionHistoryCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchDeleteGeofenceCommandInput,
|
|
55
|
+
BatchDeleteGeofenceCommandOutput,
|
|
56
|
+
} from "./commands/BatchDeleteGeofenceCommand";
|
|
57
|
+
import {
|
|
58
|
+
BatchEvaluateGeofencesCommandInput,
|
|
59
|
+
BatchEvaluateGeofencesCommandOutput,
|
|
60
|
+
} from "./commands/BatchEvaluateGeofencesCommand";
|
|
61
|
+
import {
|
|
62
|
+
BatchGetDevicePositionCommandInput,
|
|
63
|
+
BatchGetDevicePositionCommandOutput,
|
|
64
|
+
} from "./commands/BatchGetDevicePositionCommand";
|
|
65
|
+
import {
|
|
66
|
+
BatchPutGeofenceCommandInput,
|
|
67
|
+
BatchPutGeofenceCommandOutput,
|
|
68
|
+
} from "./commands/BatchPutGeofenceCommand";
|
|
69
|
+
import {
|
|
70
|
+
BatchUpdateDevicePositionCommandInput,
|
|
71
|
+
BatchUpdateDevicePositionCommandOutput,
|
|
72
|
+
} from "./commands/BatchUpdateDevicePositionCommand";
|
|
73
|
+
import {
|
|
74
|
+
CalculateRouteCommandInput,
|
|
75
|
+
CalculateRouteCommandOutput,
|
|
76
|
+
} from "./commands/CalculateRouteCommand";
|
|
77
|
+
import {
|
|
78
|
+
CalculateRouteMatrixCommandInput,
|
|
79
|
+
CalculateRouteMatrixCommandOutput,
|
|
80
|
+
} from "./commands/CalculateRouteMatrixCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateGeofenceCollectionCommandInput,
|
|
83
|
+
CreateGeofenceCollectionCommandOutput,
|
|
84
|
+
} from "./commands/CreateGeofenceCollectionCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateMapCommandInput,
|
|
87
|
+
CreateMapCommandOutput,
|
|
88
|
+
} from "./commands/CreateMapCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreatePlaceIndexCommandInput,
|
|
91
|
+
CreatePlaceIndexCommandOutput,
|
|
92
|
+
} from "./commands/CreatePlaceIndexCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateRouteCalculatorCommandInput,
|
|
95
|
+
CreateRouteCalculatorCommandOutput,
|
|
96
|
+
} from "./commands/CreateRouteCalculatorCommand";
|
|
97
|
+
import {
|
|
98
|
+
CreateTrackerCommandInput,
|
|
99
|
+
CreateTrackerCommandOutput,
|
|
100
|
+
} from "./commands/CreateTrackerCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteGeofenceCollectionCommandInput,
|
|
103
|
+
DeleteGeofenceCollectionCommandOutput,
|
|
104
|
+
} from "./commands/DeleteGeofenceCollectionCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteMapCommandInput,
|
|
107
|
+
DeleteMapCommandOutput,
|
|
108
|
+
} from "./commands/DeleteMapCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeletePlaceIndexCommandInput,
|
|
111
|
+
DeletePlaceIndexCommandOutput,
|
|
112
|
+
} from "./commands/DeletePlaceIndexCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteRouteCalculatorCommandInput,
|
|
115
|
+
DeleteRouteCalculatorCommandOutput,
|
|
116
|
+
} from "./commands/DeleteRouteCalculatorCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteTrackerCommandInput,
|
|
119
|
+
DeleteTrackerCommandOutput,
|
|
120
|
+
} from "./commands/DeleteTrackerCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeGeofenceCollectionCommandInput,
|
|
123
|
+
DescribeGeofenceCollectionCommandOutput,
|
|
124
|
+
} from "./commands/DescribeGeofenceCollectionCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribeMapCommandInput,
|
|
127
|
+
DescribeMapCommandOutput,
|
|
128
|
+
} from "./commands/DescribeMapCommand";
|
|
129
|
+
import {
|
|
130
|
+
DescribePlaceIndexCommandInput,
|
|
131
|
+
DescribePlaceIndexCommandOutput,
|
|
132
|
+
} from "./commands/DescribePlaceIndexCommand";
|
|
133
|
+
import {
|
|
134
|
+
DescribeRouteCalculatorCommandInput,
|
|
135
|
+
DescribeRouteCalculatorCommandOutput,
|
|
136
|
+
} from "./commands/DescribeRouteCalculatorCommand";
|
|
137
|
+
import {
|
|
138
|
+
DescribeTrackerCommandInput,
|
|
139
|
+
DescribeTrackerCommandOutput,
|
|
140
|
+
} from "./commands/DescribeTrackerCommand";
|
|
141
|
+
import {
|
|
142
|
+
DisassociateTrackerConsumerCommandInput,
|
|
143
|
+
DisassociateTrackerConsumerCommandOutput,
|
|
144
|
+
} from "./commands/DisassociateTrackerConsumerCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetDevicePositionCommandInput,
|
|
147
|
+
GetDevicePositionCommandOutput,
|
|
148
|
+
} from "./commands/GetDevicePositionCommand";
|
|
149
|
+
import {
|
|
150
|
+
GetDevicePositionHistoryCommandInput,
|
|
151
|
+
GetDevicePositionHistoryCommandOutput,
|
|
152
|
+
} from "./commands/GetDevicePositionHistoryCommand";
|
|
153
|
+
import {
|
|
154
|
+
GetGeofenceCommandInput,
|
|
155
|
+
GetGeofenceCommandOutput,
|
|
156
|
+
} from "./commands/GetGeofenceCommand";
|
|
157
|
+
import {
|
|
158
|
+
GetMapGlyphsCommandInput,
|
|
159
|
+
GetMapGlyphsCommandOutput,
|
|
160
|
+
} from "./commands/GetMapGlyphsCommand";
|
|
161
|
+
import {
|
|
162
|
+
GetMapSpritesCommandInput,
|
|
163
|
+
GetMapSpritesCommandOutput,
|
|
164
|
+
} from "./commands/GetMapSpritesCommand";
|
|
165
|
+
import {
|
|
166
|
+
GetMapStyleDescriptorCommandInput,
|
|
167
|
+
GetMapStyleDescriptorCommandOutput,
|
|
168
|
+
} from "./commands/GetMapStyleDescriptorCommand";
|
|
169
|
+
import {
|
|
170
|
+
GetMapTileCommandInput,
|
|
171
|
+
GetMapTileCommandOutput,
|
|
172
|
+
} from "./commands/GetMapTileCommand";
|
|
173
|
+
import {
|
|
174
|
+
ListDevicePositionsCommandInput,
|
|
175
|
+
ListDevicePositionsCommandOutput,
|
|
176
|
+
} from "./commands/ListDevicePositionsCommand";
|
|
177
|
+
import {
|
|
178
|
+
ListGeofenceCollectionsCommandInput,
|
|
179
|
+
ListGeofenceCollectionsCommandOutput,
|
|
180
|
+
} from "./commands/ListGeofenceCollectionsCommand";
|
|
181
|
+
import {
|
|
182
|
+
ListGeofencesCommandInput,
|
|
183
|
+
ListGeofencesCommandOutput,
|
|
184
|
+
} from "./commands/ListGeofencesCommand";
|
|
185
|
+
import {
|
|
186
|
+
ListMapsCommandInput,
|
|
187
|
+
ListMapsCommandOutput,
|
|
188
|
+
} from "./commands/ListMapsCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListPlaceIndexesCommandInput,
|
|
191
|
+
ListPlaceIndexesCommandOutput,
|
|
192
|
+
} from "./commands/ListPlaceIndexesCommand";
|
|
193
|
+
import {
|
|
194
|
+
ListRouteCalculatorsCommandInput,
|
|
195
|
+
ListRouteCalculatorsCommandOutput,
|
|
196
|
+
} from "./commands/ListRouteCalculatorsCommand";
|
|
197
|
+
import {
|
|
198
|
+
ListTagsForResourceCommandInput,
|
|
199
|
+
ListTagsForResourceCommandOutput,
|
|
200
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
201
|
+
import {
|
|
202
|
+
ListTrackerConsumersCommandInput,
|
|
203
|
+
ListTrackerConsumersCommandOutput,
|
|
204
|
+
} from "./commands/ListTrackerConsumersCommand";
|
|
205
|
+
import {
|
|
206
|
+
ListTrackersCommandInput,
|
|
207
|
+
ListTrackersCommandOutput,
|
|
208
|
+
} from "./commands/ListTrackersCommand";
|
|
209
|
+
import {
|
|
210
|
+
PutGeofenceCommandInput,
|
|
211
|
+
PutGeofenceCommandOutput,
|
|
212
|
+
} from "./commands/PutGeofenceCommand";
|
|
213
|
+
import {
|
|
214
|
+
SearchPlaceIndexForPositionCommandInput,
|
|
215
|
+
SearchPlaceIndexForPositionCommandOutput,
|
|
216
|
+
} from "./commands/SearchPlaceIndexForPositionCommand";
|
|
217
|
+
import {
|
|
218
|
+
SearchPlaceIndexForSuggestionsCommandInput,
|
|
219
|
+
SearchPlaceIndexForSuggestionsCommandOutput,
|
|
220
|
+
} from "./commands/SearchPlaceIndexForSuggestionsCommand";
|
|
221
|
+
import {
|
|
222
|
+
SearchPlaceIndexForTextCommandInput,
|
|
223
|
+
SearchPlaceIndexForTextCommandOutput,
|
|
224
|
+
} from "./commands/SearchPlaceIndexForTextCommand";
|
|
225
|
+
import {
|
|
226
|
+
TagResourceCommandInput,
|
|
227
|
+
TagResourceCommandOutput,
|
|
228
|
+
} from "./commands/TagResourceCommand";
|
|
229
|
+
import {
|
|
230
|
+
UntagResourceCommandInput,
|
|
231
|
+
UntagResourceCommandOutput,
|
|
232
|
+
} from "./commands/UntagResourceCommand";
|
|
233
|
+
import {
|
|
234
|
+
UpdateGeofenceCollectionCommandInput,
|
|
235
|
+
UpdateGeofenceCollectionCommandOutput,
|
|
236
|
+
} from "./commands/UpdateGeofenceCollectionCommand";
|
|
237
|
+
import {
|
|
238
|
+
UpdateMapCommandInput,
|
|
239
|
+
UpdateMapCommandOutput,
|
|
240
|
+
} from "./commands/UpdateMapCommand";
|
|
241
|
+
import {
|
|
242
|
+
UpdatePlaceIndexCommandInput,
|
|
243
|
+
UpdatePlaceIndexCommandOutput,
|
|
244
|
+
} from "./commands/UpdatePlaceIndexCommand";
|
|
245
|
+
import {
|
|
246
|
+
UpdateRouteCalculatorCommandInput,
|
|
247
|
+
UpdateRouteCalculatorCommandOutput,
|
|
248
|
+
} from "./commands/UpdateRouteCalculatorCommand";
|
|
249
|
+
import {
|
|
250
|
+
UpdateTrackerCommandInput,
|
|
251
|
+
UpdateTrackerCommandOutput,
|
|
252
|
+
} from "./commands/UpdateTrackerCommand";
|
|
253
|
+
export declare type ServiceInputTypes =
|
|
254
|
+
| AssociateTrackerConsumerCommandInput
|
|
255
|
+
| BatchDeleteDevicePositionHistoryCommandInput
|
|
256
|
+
| BatchDeleteGeofenceCommandInput
|
|
257
|
+
| BatchEvaluateGeofencesCommandInput
|
|
258
|
+
| BatchGetDevicePositionCommandInput
|
|
259
|
+
| BatchPutGeofenceCommandInput
|
|
260
|
+
| BatchUpdateDevicePositionCommandInput
|
|
261
|
+
| CalculateRouteCommandInput
|
|
262
|
+
| CalculateRouteMatrixCommandInput
|
|
263
|
+
| CreateGeofenceCollectionCommandInput
|
|
264
|
+
| CreateMapCommandInput
|
|
265
|
+
| CreatePlaceIndexCommandInput
|
|
266
|
+
| CreateRouteCalculatorCommandInput
|
|
267
|
+
| CreateTrackerCommandInput
|
|
268
|
+
| DeleteGeofenceCollectionCommandInput
|
|
269
|
+
| DeleteMapCommandInput
|
|
270
|
+
| DeletePlaceIndexCommandInput
|
|
271
|
+
| DeleteRouteCalculatorCommandInput
|
|
272
|
+
| DeleteTrackerCommandInput
|
|
273
|
+
| DescribeGeofenceCollectionCommandInput
|
|
274
|
+
| DescribeMapCommandInput
|
|
275
|
+
| DescribePlaceIndexCommandInput
|
|
276
|
+
| DescribeRouteCalculatorCommandInput
|
|
277
|
+
| DescribeTrackerCommandInput
|
|
278
|
+
| DisassociateTrackerConsumerCommandInput
|
|
279
|
+
| GetDevicePositionCommandInput
|
|
280
|
+
| GetDevicePositionHistoryCommandInput
|
|
281
|
+
| GetGeofenceCommandInput
|
|
282
|
+
| GetMapGlyphsCommandInput
|
|
283
|
+
| GetMapSpritesCommandInput
|
|
284
|
+
| GetMapStyleDescriptorCommandInput
|
|
285
|
+
| GetMapTileCommandInput
|
|
286
|
+
| ListDevicePositionsCommandInput
|
|
287
|
+
| ListGeofenceCollectionsCommandInput
|
|
288
|
+
| ListGeofencesCommandInput
|
|
289
|
+
| ListMapsCommandInput
|
|
290
|
+
| ListPlaceIndexesCommandInput
|
|
291
|
+
| ListRouteCalculatorsCommandInput
|
|
292
|
+
| ListTagsForResourceCommandInput
|
|
293
|
+
| ListTrackerConsumersCommandInput
|
|
294
|
+
| ListTrackersCommandInput
|
|
295
|
+
| PutGeofenceCommandInput
|
|
296
|
+
| SearchPlaceIndexForPositionCommandInput
|
|
297
|
+
| SearchPlaceIndexForSuggestionsCommandInput
|
|
298
|
+
| SearchPlaceIndexForTextCommandInput
|
|
299
|
+
| TagResourceCommandInput
|
|
300
|
+
| UntagResourceCommandInput
|
|
301
|
+
| UpdateGeofenceCollectionCommandInput
|
|
302
|
+
| UpdateMapCommandInput
|
|
303
|
+
| UpdatePlaceIndexCommandInput
|
|
304
|
+
| UpdateRouteCalculatorCommandInput
|
|
305
|
+
| UpdateTrackerCommandInput;
|
|
306
|
+
export declare type ServiceOutputTypes =
|
|
307
|
+
| AssociateTrackerConsumerCommandOutput
|
|
308
|
+
| BatchDeleteDevicePositionHistoryCommandOutput
|
|
309
|
+
| BatchDeleteGeofenceCommandOutput
|
|
310
|
+
| BatchEvaluateGeofencesCommandOutput
|
|
311
|
+
| BatchGetDevicePositionCommandOutput
|
|
312
|
+
| BatchPutGeofenceCommandOutput
|
|
313
|
+
| BatchUpdateDevicePositionCommandOutput
|
|
314
|
+
| CalculateRouteCommandOutput
|
|
315
|
+
| CalculateRouteMatrixCommandOutput
|
|
316
|
+
| CreateGeofenceCollectionCommandOutput
|
|
317
|
+
| CreateMapCommandOutput
|
|
318
|
+
| CreatePlaceIndexCommandOutput
|
|
319
|
+
| CreateRouteCalculatorCommandOutput
|
|
320
|
+
| CreateTrackerCommandOutput
|
|
321
|
+
| DeleteGeofenceCollectionCommandOutput
|
|
322
|
+
| DeleteMapCommandOutput
|
|
323
|
+
| DeletePlaceIndexCommandOutput
|
|
324
|
+
| DeleteRouteCalculatorCommandOutput
|
|
325
|
+
| DeleteTrackerCommandOutput
|
|
326
|
+
| DescribeGeofenceCollectionCommandOutput
|
|
327
|
+
| DescribeMapCommandOutput
|
|
328
|
+
| DescribePlaceIndexCommandOutput
|
|
329
|
+
| DescribeRouteCalculatorCommandOutput
|
|
330
|
+
| DescribeTrackerCommandOutput
|
|
331
|
+
| DisassociateTrackerConsumerCommandOutput
|
|
332
|
+
| GetDevicePositionCommandOutput
|
|
333
|
+
| GetDevicePositionHistoryCommandOutput
|
|
334
|
+
| GetGeofenceCommandOutput
|
|
335
|
+
| GetMapGlyphsCommandOutput
|
|
336
|
+
| GetMapSpritesCommandOutput
|
|
337
|
+
| GetMapStyleDescriptorCommandOutput
|
|
338
|
+
| GetMapTileCommandOutput
|
|
339
|
+
| ListDevicePositionsCommandOutput
|
|
340
|
+
| ListGeofenceCollectionsCommandOutput
|
|
341
|
+
| ListGeofencesCommandOutput
|
|
342
|
+
| ListMapsCommandOutput
|
|
343
|
+
| ListPlaceIndexesCommandOutput
|
|
344
|
+
| ListRouteCalculatorsCommandOutput
|
|
345
|
+
| ListTagsForResourceCommandOutput
|
|
346
|
+
| ListTrackerConsumersCommandOutput
|
|
347
|
+
| ListTrackersCommandOutput
|
|
348
|
+
| PutGeofenceCommandOutput
|
|
349
|
+
| SearchPlaceIndexForPositionCommandOutput
|
|
350
|
+
| SearchPlaceIndexForSuggestionsCommandOutput
|
|
351
|
+
| SearchPlaceIndexForTextCommandOutput
|
|
352
|
+
| TagResourceCommandOutput
|
|
353
|
+
| UntagResourceCommandOutput
|
|
354
|
+
| UpdateGeofenceCollectionCommandOutput
|
|
355
|
+
| UpdateMapCommandOutput
|
|
356
|
+
| UpdatePlaceIndexCommandOutput
|
|
357
|
+
| UpdateRouteCalculatorCommandOutput
|
|
358
|
+
| UpdateTrackerCommandOutput;
|
|
359
|
+
export interface ClientDefaults
|
|
360
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
361
|
+
requestHandler?: __HttpHandler;
|
|
362
|
+
|
|
363
|
+
sha256?: __HashConstructor;
|
|
364
|
+
|
|
365
|
+
urlParser?: __UrlParser;
|
|
366
|
+
|
|
367
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
368
|
+
|
|
369
|
+
streamCollector?: __StreamCollector;
|
|
370
|
+
|
|
371
|
+
base64Decoder?: __Decoder;
|
|
372
|
+
|
|
373
|
+
base64Encoder?: __Encoder;
|
|
374
|
+
|
|
375
|
+
utf8Decoder?: __Decoder;
|
|
376
|
+
|
|
377
|
+
utf8Encoder?: __Encoder;
|
|
378
|
+
|
|
379
|
+
runtime?: string;
|
|
380
|
+
|
|
381
|
+
disableHostPrefix?: boolean;
|
|
382
|
+
|
|
383
|
+
maxAttempts?: number | __Provider<number>;
|
|
384
|
+
|
|
385
|
+
retryMode?: string | __Provider<string>;
|
|
386
|
+
|
|
387
|
+
logger?: __Logger;
|
|
388
|
+
|
|
389
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
390
|
+
|
|
391
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
392
|
+
|
|
393
|
+
serviceId?: string;
|
|
394
|
+
|
|
395
|
+
region?: string | __Provider<string>;
|
|
396
|
+
|
|
397
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
398
|
+
|
|
399
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
400
|
+
|
|
401
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
402
|
+
|
|
403
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
404
|
+
}
|
|
405
|
+
declare type LocationClientConfigType = Partial<
|
|
406
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
407
|
+
> &
|
|
408
|
+
ClientDefaults &
|
|
409
|
+
RegionInputConfig &
|
|
410
|
+
EndpointsInputConfig &
|
|
411
|
+
RetryInputConfig &
|
|
412
|
+
HostHeaderInputConfig &
|
|
413
|
+
AwsAuthInputConfig &
|
|
414
|
+
UserAgentInputConfig;
|
|
415
|
+
|
|
416
|
+
export interface LocationClientConfig extends LocationClientConfigType {}
|
|
417
|
+
declare type LocationClientResolvedConfigType =
|
|
418
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
419
|
+
Required<ClientDefaults> &
|
|
420
|
+
RegionResolvedConfig &
|
|
421
|
+
EndpointsResolvedConfig &
|
|
422
|
+
RetryResolvedConfig &
|
|
423
|
+
HostHeaderResolvedConfig &
|
|
424
|
+
AwsAuthResolvedConfig &
|
|
425
|
+
UserAgentResolvedConfig;
|
|
426
|
+
|
|
427
|
+
export interface LocationClientResolvedConfig
|
|
428
|
+
extends LocationClientResolvedConfigType {}
|
|
429
|
+
|
|
430
|
+
export declare class LocationClient extends __Client<
|
|
431
|
+
__HttpHandlerOptions,
|
|
432
|
+
ServiceInputTypes,
|
|
433
|
+
ServiceOutputTypes,
|
|
434
|
+
LocationClientResolvedConfig
|
|
435
|
+
> {
|
|
436
|
+
readonly config: LocationClientResolvedConfig;
|
|
437
|
+
constructor(configuration: LocationClientConfig);
|
|
438
|
+
|
|
439
|
+
destroy(): void;
|
|
440
|
+
}
|
|
441
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociateTrackerConsumerRequest,
|
|
15
|
+
AssociateTrackerConsumerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateTrackerConsumerCommandInput
|
|
18
|
+
extends AssociateTrackerConsumerRequest {}
|
|
19
|
+
export interface AssociateTrackerConsumerCommandOutput
|
|
20
|
+
extends AssociateTrackerConsumerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateTrackerConsumerCommand extends $Command<
|
|
24
|
+
AssociateTrackerConsumerCommandInput,
|
|
25
|
+
AssociateTrackerConsumerCommandOutput,
|
|
26
|
+
LocationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateTrackerConsumerCommandInput;
|
|
29
|
+
constructor(input: AssociateTrackerConsumerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LocationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateTrackerConsumerCommandInput,
|
|
37
|
+
AssociateTrackerConsumerCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|