@aws-sdk/client-location 3.1031.0 → 3.1033.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/README.md +35 -7
- package/dist-cjs/endpoint/bdd.js +49 -0
- package/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/dist-cjs/index.js +147 -1
- package/dist-cjs/schemas/schemas_0.js +143 -12
- package/dist-es/Location.js +15 -1
- package/dist-es/commands/CancelJobCommand.js +16 -0
- package/dist-es/commands/GetJobCommand.js +16 -0
- package/dist-es/commands/ListJobsCommand.js +16 -0
- package/dist-es/commands/StartJobCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/bdd.js +46 -0
- package/dist-es/endpoint/endpointResolver.js +3 -3
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +25 -1
- package/dist-es/pagination/ListJobsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +137 -7
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForJobCompleted.js +49 -0
- package/dist-types/Location.d.ts +44 -1
- package/dist-types/LocationClient.d.ts +6 -2
- package/dist-types/commands/CancelJobCommand.d.ts +88 -0
- package/dist-types/commands/GetJobCommand.d.ts +121 -0
- package/dist-types/commands/ListJobsCommand.d.ts +124 -0
- package/dist-types/commands/StartJobCommand.d.ts +110 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +94 -0
- package/dist-types/models/models_0.d.ts +376 -4
- package/dist-types/pagination/ListJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +19 -0
- package/dist-types/ts3.4/Location.d.ts +87 -0
- package/dist-types/ts3.4/LocationClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +34 -0
- package/dist-types/ts3.4/models/models_0.d.ts +94 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForJobCompleted.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForJobCompleted.d.ts +14 -0
- package/package.json +6 -5
- package/dist-cjs/endpoint/ruleset.js +0 -7
- package/dist-es/endpoint/ruleset.js +0 -4
- package/dist-types/endpoint/ruleset.d.ts +0 -2
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
3
|
+
exports.CreateGeofenceCollectionResponse$ = exports.CreateGeofenceCollectionRequest$ = exports.Circle$ = exports.CellSignals$ = exports.CancelJobResponse$ = exports.CancelJobRequest$ = exports.CalculateRouteTruckModeOptions$ = exports.CalculateRouteSummary$ = exports.CalculateRouteResponse$ = exports.CalculateRouteRequest$ = exports.CalculateRouteMatrixSummary$ = exports.CalculateRouteMatrixResponse$ = exports.CalculateRouteMatrixRequest$ = exports.CalculateRouteCarModeOptions$ = exports.BatchUpdateDevicePositionResponse$ = exports.BatchUpdateDevicePositionRequest$ = exports.BatchUpdateDevicePositionError$ = exports.BatchPutGeofenceSuccess$ = exports.BatchPutGeofenceResponse$ = exports.BatchPutGeofenceRequestEntry$ = exports.BatchPutGeofenceRequest$ = exports.BatchPutGeofenceError$ = exports.BatchItemError$ = exports.BatchGetDevicePositionResponse$ = exports.BatchGetDevicePositionRequest$ = exports.BatchGetDevicePositionError$ = exports.BatchEvaluateGeofencesResponse$ = exports.BatchEvaluateGeofencesRequest$ = exports.BatchEvaluateGeofencesError$ = exports.BatchDeleteGeofenceResponse$ = exports.BatchDeleteGeofenceRequest$ = exports.BatchDeleteGeofenceError$ = exports.BatchDeleteDevicePositionHistoryResponse$ = exports.BatchDeleteDevicePositionHistoryRequest$ = exports.BatchDeleteDevicePositionHistoryError$ = exports.AssociateTrackerConsumerResponse$ = exports.AssociateTrackerConsumerRequest$ = exports.AppleApp$ = exports.ApiKeyRestrictions$ = exports.ApiKeyFilter$ = exports.AndroidApp$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.LocationServiceException$ = void 0;
|
|
4
|
+
exports.GetGeofenceRequest$ = exports.GetDevicePositionResponse$ = exports.GetDevicePositionRequest$ = exports.GetDevicePositionHistoryResponse$ = exports.GetDevicePositionHistoryRequest$ = exports.GeofenceGeometry$ = exports.ForecastGeofenceEventsResponse$ = exports.ForecastGeofenceEventsRequest$ = exports.ForecastGeofenceEventsDeviceState$ = exports.ForecastedEvent$ = exports.DisassociateTrackerConsumerResponse$ = exports.DisassociateTrackerConsumerRequest$ = exports.DeviceState$ = exports.DevicePositionUpdate$ = exports.DevicePosition$ = exports.DescribeTrackerResponse$ = exports.DescribeTrackerRequest$ = exports.DescribeRouteCalculatorResponse$ = exports.DescribeRouteCalculatorRequest$ = exports.DescribePlaceIndexResponse$ = exports.DescribePlaceIndexRequest$ = exports.DescribeMapResponse$ = exports.DescribeMapRequest$ = exports.DescribeKeyResponse$ = exports.DescribeKeyRequest$ = exports.DescribeGeofenceCollectionResponse$ = exports.DescribeGeofenceCollectionRequest$ = exports.DeleteTrackerResponse$ = exports.DeleteTrackerRequest$ = exports.DeleteRouteCalculatorResponse$ = exports.DeleteRouteCalculatorRequest$ = exports.DeletePlaceIndexResponse$ = exports.DeletePlaceIndexRequest$ = exports.DeleteMapResponse$ = exports.DeleteMapRequest$ = exports.DeleteKeyResponse$ = exports.DeleteKeyRequest$ = exports.DeleteGeofenceCollectionResponse$ = exports.DeleteGeofenceCollectionRequest$ = exports.DataSourceConfiguration$ = exports.CreateTrackerResponse$ = exports.CreateTrackerRequest$ = exports.CreateRouteCalculatorResponse$ = exports.CreateRouteCalculatorRequest$ = exports.CreatePlaceIndexResponse$ = exports.CreatePlaceIndexRequest$ = exports.CreateMapResponse$ = exports.CreateMapRequest$ = exports.CreateKeyResponse$ = exports.CreateKeyRequest$ = void 0;
|
|
5
|
+
exports.ListTrackersRequest$ = exports.ListTrackerConsumersResponse$ = exports.ListTrackerConsumersRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListRouteCalculatorsResponseEntry$ = exports.ListRouteCalculatorsResponse$ = exports.ListRouteCalculatorsRequest$ = exports.ListPlaceIndexesResponseEntry$ = exports.ListPlaceIndexesResponse$ = exports.ListPlaceIndexesRequest$ = exports.ListMapsResponseEntry$ = exports.ListMapsResponse$ = exports.ListMapsRequest$ = exports.ListKeysResponseEntry$ = exports.ListKeysResponse$ = exports.ListKeysRequest$ = exports.ListJobsResponseEntry$ = exports.ListJobsResponse$ = exports.ListJobsRequest$ = exports.ListGeofencesResponse$ = exports.ListGeofencesRequest$ = exports.ListGeofenceResponseEntry$ = exports.ListGeofenceCollectionsResponseEntry$ = exports.ListGeofenceCollectionsResponse$ = exports.ListGeofenceCollectionsRequest$ = exports.ListDevicePositionsResponseEntry$ = exports.ListDevicePositionsResponse$ = exports.ListDevicePositionsRequest$ = exports.LegGeometry$ = exports.Leg$ = exports.JobsFilter$ = exports.JobOutputOptions$ = exports.JobInputOptions$ = exports.JobError$ = exports.JobActionOptions$ = exports.InferredState$ = exports.GetPlaceResponse$ = exports.GetPlaceRequest$ = exports.GetMapTileResponse$ = exports.GetMapTileRequest$ = exports.GetMapStyleDescriptorResponse$ = exports.GetMapStyleDescriptorRequest$ = exports.GetMapSpritesResponse$ = exports.GetMapSpritesRequest$ = exports.GetMapGlyphsResponse$ = exports.GetMapGlyphsRequest$ = exports.GetJobResponse$ = exports.GetJobRequest$ = exports.GetGeofenceResponse$ = void 0;
|
|
6
|
+
exports.ValidateAddressActionOptions$ = exports.UpdateTrackerResponse$ = exports.UpdateTrackerRequest$ = exports.UpdateRouteCalculatorResponse$ = exports.UpdateRouteCalculatorRequest$ = exports.UpdatePlaceIndexResponse$ = exports.UpdatePlaceIndexRequest$ = exports.UpdateMapResponse$ = exports.UpdateMapRequest$ = exports.UpdateKeyResponse$ = exports.UpdateKeyRequest$ = exports.UpdateGeofenceCollectionResponse$ = exports.UpdateGeofenceCollectionRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TruckWeight$ = exports.TruckDimensions$ = exports.TrackingFilterGeometry$ = exports.TimeZone$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Step$ = exports.StartJobResponse$ = exports.StartJobRequest$ = exports.SearchPlaceIndexForTextSummary$ = exports.SearchPlaceIndexForTextResponse$ = exports.SearchPlaceIndexForTextRequest$ = exports.SearchPlaceIndexForSuggestionsSummary$ = exports.SearchPlaceIndexForSuggestionsResponse$ = exports.SearchPlaceIndexForSuggestionsRequest$ = exports.SearchPlaceIndexForPositionSummary$ = exports.SearchPlaceIndexForPositionResponse$ = exports.SearchPlaceIndexForPositionRequest$ = exports.SearchForTextResult$ = exports.SearchForSuggestionsResult$ = exports.SearchForPositionResult$ = exports.RouteMatrixEntryError$ = exports.RouteMatrixEntry$ = exports.PutGeofenceResponse$ = exports.PutGeofenceRequest$ = exports.PositionalAccuracy$ = exports.PlaceGeometry$ = exports.Place$ = exports.MapConfigurationUpdate$ = exports.MapConfiguration$ = exports.LteNetworkMeasurements$ = exports.LteLocalId$ = exports.LteCellDetails$ = exports.ListTrackersResponseEntry$ = exports.ListTrackersResponse$ = void 0;
|
|
7
|
+
exports.ListPlaceIndexes$ = exports.ListMaps$ = exports.ListKeys$ = exports.ListJobs$ = exports.ListGeofences$ = exports.ListGeofenceCollections$ = exports.ListDevicePositions$ = exports.GetPlace$ = exports.GetMapTile$ = exports.GetMapStyleDescriptor$ = exports.GetMapSprites$ = exports.GetMapGlyphs$ = exports.GetJob$ = exports.GetGeofence$ = exports.GetDevicePositionHistory$ = exports.GetDevicePosition$ = exports.ForecastGeofenceEvents$ = exports.DisassociateTrackerConsumer$ = exports.DescribeTracker$ = exports.DescribeRouteCalculator$ = exports.DescribePlaceIndex$ = exports.DescribeMap$ = exports.DescribeKey$ = exports.DescribeGeofenceCollection$ = exports.DeleteTracker$ = exports.DeleteRouteCalculator$ = exports.DeletePlaceIndex$ = exports.DeleteMap$ = exports.DeleteKey$ = exports.DeleteGeofenceCollection$ = exports.CreateTracker$ = exports.CreateRouteCalculator$ = exports.CreatePlaceIndex$ = exports.CreateMap$ = exports.CreateKey$ = exports.CreateGeofenceCollection$ = exports.CancelJob$ = exports.CalculateRouteMatrix$ = exports.CalculateRoute$ = exports.BatchUpdateDevicePosition$ = exports.BatchPutGeofence$ = exports.BatchGetDevicePosition$ = exports.BatchEvaluateGeofences$ = exports.BatchDeleteGeofence$ = exports.BatchDeleteDevicePositionHistory$ = exports.AssociateTrackerConsumer$ = exports.WiFiAccessPoint$ = exports.VerifyDevicePositionResponse$ = exports.VerifyDevicePositionRequest$ = exports.ValidationExceptionField$ = void 0;
|
|
8
|
+
exports.VerifyDevicePosition$ = exports.UpdateTracker$ = exports.UpdateRouteCalculator$ = exports.UpdatePlaceIndex$ = exports.UpdateMap$ = exports.UpdateKey$ = exports.UpdateGeofenceCollection$ = exports.UntagResource$ = exports.TagResource$ = exports.StartJob$ = exports.SearchPlaceIndexForText$ = exports.SearchPlaceIndexForSuggestions$ = exports.SearchPlaceIndexForPosition$ = exports.PutGeofence$ = exports.ListTrackers$ = exports.ListTrackerConsumers$ = exports.ListTagsForResource$ = exports.ListRouteCalculators$ = void 0;
|
|
8
9
|
const _A = "Accuracy";
|
|
9
10
|
const _AA = "AndroidApp";
|
|
10
11
|
const _AAA = "AllowAndroidApps";
|
|
@@ -15,10 +16,12 @@ const _AAl = "AllowActions";
|
|
|
15
16
|
const _AAp = "AppleApp";
|
|
16
17
|
const _ADE = "AccessDeniedException";
|
|
17
18
|
const _AF = "AvoidFerries";
|
|
19
|
+
const _AFd = "AdditionalFeatures";
|
|
18
20
|
const _AK = "ApiKey";
|
|
19
21
|
const _AKF = "ApiKeyFilter";
|
|
20
22
|
const _AKR = "ApiKeyRestrictions";
|
|
21
23
|
const _AN = "AddressNumber";
|
|
24
|
+
const _AO = "ActionOptions";
|
|
22
25
|
const _AR = "AllowResources";
|
|
23
26
|
const _ARl = "AllowReferers";
|
|
24
27
|
const _AT = "AvoidTolls";
|
|
@@ -26,6 +29,7 @@ const _ATC = "AssociateTrackerConsumer";
|
|
|
26
29
|
const _ATCR = "AssociateTrackerConsumerRequest";
|
|
27
30
|
const _ATCRs = "AssociateTrackerConsumerResponse";
|
|
28
31
|
const _ATr = "ArrivalTime";
|
|
32
|
+
const _Ac = "Action";
|
|
29
33
|
const _B = "Blob";
|
|
30
34
|
const _BB = "BoundingBox";
|
|
31
35
|
const _BDDPH = "BatchDeleteDevicePositionHistory";
|
|
@@ -71,6 +75,7 @@ const _CA = "ConsumerArn";
|
|
|
71
75
|
const _CAa = "CalculatorArn";
|
|
72
76
|
const _CAo = "CollectionArn";
|
|
73
77
|
const _CAon = "ConsumerArns";
|
|
78
|
+
const _CAr = "CreatedAt";
|
|
74
79
|
const _CC = "CountryCode3";
|
|
75
80
|
const _CCL = "CountryCodeList";
|
|
76
81
|
const _CCOE = "CountryCode3OrEmpty";
|
|
@@ -82,6 +87,9 @@ const _CGC = "CreateGeofenceCollection";
|
|
|
82
87
|
const _CGCR = "CreateGeofenceCollectionRequest";
|
|
83
88
|
const _CGCRr = "CreateGeofenceCollectionResponse";
|
|
84
89
|
const _CI = "CellId";
|
|
90
|
+
const _CJ = "CancelJob";
|
|
91
|
+
const _CJR = "CancelJobRequest";
|
|
92
|
+
const _CJRa = "CancelJobResponse";
|
|
85
93
|
const _CK = "CreateKey";
|
|
86
94
|
const _CKR = "CreateKeyRequest";
|
|
87
95
|
const _CKRr = "CreateKeyResponse";
|
|
@@ -113,6 +121,7 @@ const _CT = "CreateTime";
|
|
|
113
121
|
const _CTR = "CreateTrackerRequest";
|
|
114
122
|
const _CTRr = "CreateTrackerResponse";
|
|
115
123
|
const _CT_ = "Content-Type";
|
|
124
|
+
const _CTl = "ClientToken";
|
|
116
125
|
const _CTo = "ContentType";
|
|
117
126
|
const _CTr = "CreateTracker";
|
|
118
127
|
const _CU = "ConfigurationUpdate";
|
|
@@ -184,17 +193,19 @@ const _DU = "DistanceUnit";
|
|
|
184
193
|
const _De = "Description";
|
|
185
194
|
const _Di = "Dimensions";
|
|
186
195
|
const _E = "Error";
|
|
196
|
+
const _EA = "EndedAt";
|
|
187
197
|
const _EBE = "EventBridgeEnabled";
|
|
188
198
|
const _EC = "ErrorCount";
|
|
189
199
|
const _EI = "EventId";
|
|
190
200
|
const _EP = "EndPosition";
|
|
201
|
+
const _ERA = "ExecutionRoleArn";
|
|
191
202
|
const _ET = "ExpireTime";
|
|
192
203
|
const _ETE = "EndTimeExclusive";
|
|
193
204
|
const _ETv = "EventType";
|
|
194
205
|
const _Ea = "Earfcn";
|
|
195
206
|
const _En = "Entries";
|
|
196
207
|
const _Er = "Errors";
|
|
197
|
-
const _F = "
|
|
208
|
+
const _F = "Format";
|
|
198
209
|
const _FBB = "FilterBBox";
|
|
199
210
|
const _FBT = "ForecastedBreachTime";
|
|
200
211
|
const _FC = "FilterCountries";
|
|
@@ -214,6 +225,7 @@ const _FPCL = "FilterPlaceCategoryList";
|
|
|
214
225
|
const _FS = "FontStack";
|
|
215
226
|
const _FU = "ForceUpdate";
|
|
216
227
|
const _FUR = "FontUnicodeRange";
|
|
228
|
+
const _Fi = "Filter";
|
|
217
229
|
const _G = "Geometry";
|
|
218
230
|
const _GC = "GeofenceCount";
|
|
219
231
|
const _GDP = "GetDevicePosition";
|
|
@@ -228,6 +240,9 @@ const _GGRe = "GetGeofenceResponse";
|
|
|
228
240
|
const _GGe = "GetGeofence";
|
|
229
241
|
const _GI = "GeofenceId";
|
|
230
242
|
const _GIe = "GeofenceIds";
|
|
243
|
+
const _GJ = "GetJob";
|
|
244
|
+
const _GJR = "GetJobRequest";
|
|
245
|
+
const _GJRe = "GetJobResponse";
|
|
231
246
|
const _GMG = "GetMapGlyphs";
|
|
232
247
|
const _GMGR = "GetMapGlyphsRequest";
|
|
233
248
|
const _GMGRe = "GetMapGlyphsResponse";
|
|
@@ -254,9 +269,18 @@ const _IAp = "Ipv4Address";
|
|
|
254
269
|
const _IDIG = "IsDeviceInGeofence";
|
|
255
270
|
const _ILG = "IncludeLegGeometry";
|
|
256
271
|
const _IN = "IndexName";
|
|
272
|
+
const _IO = "InputOptions";
|
|
257
273
|
const _IS = "InferredState";
|
|
258
274
|
const _ISE = "InternalServerException";
|
|
259
275
|
const _IU = "IntendedUse";
|
|
276
|
+
const _JA = "JobArn";
|
|
277
|
+
const _JAO = "JobActionOptions";
|
|
278
|
+
const _JE = "JobError";
|
|
279
|
+
const _JF = "JobsFilter";
|
|
280
|
+
const _JI = "JobId";
|
|
281
|
+
const _JIO = "JobInputOptions";
|
|
282
|
+
const _JOO = "JobOutputOptions";
|
|
283
|
+
const _JS = "JobStatus";
|
|
260
284
|
const _K = "Key";
|
|
261
285
|
const _KA = "KeyArn";
|
|
262
286
|
const _KKEGQ = "KmsKeyEnableGeospatialQueries";
|
|
@@ -283,6 +307,11 @@ const _LGREL = "ListGeofenceResponseEntryList";
|
|
|
283
307
|
const _LGRi = "ListGeofencesResponse";
|
|
284
308
|
const _LGi = "ListGeofences";
|
|
285
309
|
const _LI = "LocalId";
|
|
310
|
+
const _LJ = "ListJobs";
|
|
311
|
+
const _LJR = "ListJobsRequest";
|
|
312
|
+
const _LJRE = "ListJobsResponseEntry";
|
|
313
|
+
const _LJREL = "ListJobsResponseEntryList";
|
|
314
|
+
const _LJRi = "ListJobsResponse";
|
|
286
315
|
const _LK = "ListKeys";
|
|
287
316
|
const _LKR = "ListKeysRequest";
|
|
288
317
|
const _LKRE = "ListKeysResponseEntry";
|
|
@@ -325,6 +354,7 @@ const _La = "Language";
|
|
|
325
354
|
const _Lab = "Label";
|
|
326
355
|
const _Le = "Leg";
|
|
327
356
|
const _Len = "Length";
|
|
357
|
+
const _Lo = "Location";
|
|
328
358
|
const _M = "Message";
|
|
329
359
|
const _MA = "MapArn";
|
|
330
360
|
const _MAa = "MacAddress";
|
|
@@ -335,17 +365,19 @@ const _MN = "MapName";
|
|
|
335
365
|
const _MP = "MultiPolygon";
|
|
336
366
|
const _MR = "MaxResults";
|
|
337
367
|
const _Mc = "Mcc";
|
|
368
|
+
const _Me = "Messages";
|
|
338
369
|
const _Mn = "Mnc";
|
|
339
370
|
const _Mu = "Municipality";
|
|
340
|
-
const _N = "
|
|
371
|
+
const _N = "Name";
|
|
341
372
|
const _NC = "NrCapable";
|
|
342
373
|
const _ND = "NearestDistance";
|
|
343
374
|
const _NE = "NoExpiry";
|
|
344
375
|
const _NM = "NetworkMeasurements";
|
|
345
376
|
const _NT = "NextToken";
|
|
346
|
-
const
|
|
377
|
+
const _Ne = "Neighborhood";
|
|
347
378
|
const _O = "Offset";
|
|
348
379
|
const _OF = "OptimizeFor";
|
|
380
|
+
const _OO = "OutputOptions";
|
|
349
381
|
const _P = "Package";
|
|
350
382
|
const _PA = "PositionalAccuracy";
|
|
351
383
|
const _PC = "PlaceCategory";
|
|
@@ -406,6 +438,9 @@ const _SFSRL = "SearchForSuggestionsResultList";
|
|
|
406
438
|
const _SFTR = "SearchForTextResult";
|
|
407
439
|
const _SFTRL = "SearchForTextResultList";
|
|
408
440
|
const _SI = "SensitiveInteger";
|
|
441
|
+
const _SJ = "StartJob";
|
|
442
|
+
const _SJR = "StartJobRequest";
|
|
443
|
+
const _SJRt = "StartJobResponse";
|
|
409
444
|
const _SL = "StepList";
|
|
410
445
|
const _SM = "SubMunicipality";
|
|
411
446
|
const _SP = "StartPosition";
|
|
@@ -455,6 +490,7 @@ const _Tac = "Tac";
|
|
|
455
490
|
const _Te = "Text";
|
|
456
491
|
const _To = "Total";
|
|
457
492
|
const _U = "Updates";
|
|
493
|
+
const _UA = "UpdatedAt";
|
|
458
494
|
const _UGC = "UpdateGeofenceCollection";
|
|
459
495
|
const _UGCR = "UpdateGeofenceCollectionRequest";
|
|
460
496
|
const _UGCRp = "UpdateGeofenceCollectionResponse";
|
|
@@ -480,6 +516,8 @@ const _UTRp = "UpdateTrackerResponse";
|
|
|
480
516
|
const _UTn = "UnitType";
|
|
481
517
|
const _UTp = "UpdateTracker";
|
|
482
518
|
const _Un = "Unit";
|
|
519
|
+
const _VA = "ValidateAddress";
|
|
520
|
+
const _VAAO = "ValidateAddressActionOptions";
|
|
483
521
|
const _VDP = "VerifyDevicePosition";
|
|
484
522
|
const _VDPR = "VerifyDevicePositionRequest";
|
|
485
523
|
const _VDPRe = "VerifyDevicePositionResponse";
|
|
@@ -756,6 +794,16 @@ exports.CalculateRouteTruckModeOptions$ = [3, n0, _CRTMO,
|
|
|
756
794
|
[_AF, _AT, _Di, _W],
|
|
757
795
|
[[() => SensitiveBoolean, 0], [() => SensitiveBoolean, 0], [() => exports.TruckDimensions$, 0], [() => exports.TruckWeight$, 0]]
|
|
758
796
|
];
|
|
797
|
+
exports.CancelJobRequest$ = [3, n0, _CJR,
|
|
798
|
+
0,
|
|
799
|
+
[_JI],
|
|
800
|
+
[0], 1
|
|
801
|
+
];
|
|
802
|
+
exports.CancelJobResponse$ = [3, n0, _CJRa,
|
|
803
|
+
0,
|
|
804
|
+
[_JA, _JI, _St],
|
|
805
|
+
[0, 0, 0], 3
|
|
806
|
+
];
|
|
759
807
|
exports.CellSignals$ = [3, n0, _CS,
|
|
760
808
|
0,
|
|
761
809
|
[_LCD],
|
|
@@ -1031,6 +1079,16 @@ exports.GetGeofenceResponse$ = [3, n0, _GGRe,
|
|
|
1031
1079
|
[_GI, _G, _St, _CT, _UT, _GP],
|
|
1032
1080
|
[0, [() => exports.GeofenceGeometry$, 0], 0, [() => Timestamp, 0], [() => Timestamp, 0], [() => PropertyMap, 0]], 5
|
|
1033
1081
|
];
|
|
1082
|
+
exports.GetJobRequest$ = [3, n0, _GJR,
|
|
1083
|
+
0,
|
|
1084
|
+
[_JI],
|
|
1085
|
+
[[0, 1]], 1
|
|
1086
|
+
];
|
|
1087
|
+
exports.GetJobResponse$ = [3, n0, _GJRe,
|
|
1088
|
+
0,
|
|
1089
|
+
[_Ac, _CAr, _ERA, _IO, _JA, _JI, _OO, _St, _UA, _AO, _EA, _E, _N, _Ta],
|
|
1090
|
+
[0, [() => Timestamp, 0], 0, () => exports.JobInputOptions$, 0, 0, () => exports.JobOutputOptions$, 0, [() => Timestamp, 0], () => exports.JobActionOptions$, [() => Timestamp, 0], () => exports.JobError$, 0, 128 | 0], 9
|
|
1091
|
+
];
|
|
1034
1092
|
exports.GetMapGlyphsRequest$ = [3, n0, _GMGR,
|
|
1035
1093
|
0,
|
|
1036
1094
|
[_MN, _FS, _FUR, _K],
|
|
@@ -1086,6 +1144,31 @@ exports.InferredState$ = [3, n0, _IS,
|
|
|
1086
1144
|
[_PD, _Po, _A, _DD],
|
|
1087
1145
|
[2, [() => Position, 0], [() => exports.PositionalAccuracy$, 0], 1], 1
|
|
1088
1146
|
];
|
|
1147
|
+
exports.JobActionOptions$ = [3, n0, _JAO,
|
|
1148
|
+
0,
|
|
1149
|
+
[_VA],
|
|
1150
|
+
[() => exports.ValidateAddressActionOptions$]
|
|
1151
|
+
];
|
|
1152
|
+
exports.JobError$ = [3, n0, _JE,
|
|
1153
|
+
0,
|
|
1154
|
+
[_C, _Me],
|
|
1155
|
+
[0, 64 | 0], 1
|
|
1156
|
+
];
|
|
1157
|
+
exports.JobInputOptions$ = [3, n0, _JIO,
|
|
1158
|
+
0,
|
|
1159
|
+
[_Lo, _F],
|
|
1160
|
+
[0, 0], 2
|
|
1161
|
+
];
|
|
1162
|
+
exports.JobOutputOptions$ = [3, n0, _JOO,
|
|
1163
|
+
0,
|
|
1164
|
+
[_F, _Lo],
|
|
1165
|
+
[0, 0], 2
|
|
1166
|
+
];
|
|
1167
|
+
exports.JobsFilter$ = [3, n0, _JF,
|
|
1168
|
+
0,
|
|
1169
|
+
[_JS],
|
|
1170
|
+
[0]
|
|
1171
|
+
];
|
|
1089
1172
|
exports.Leg$ = [3, n0, _Le,
|
|
1090
1173
|
0,
|
|
1091
1174
|
[_SP, _EP, _D, _DSu, _Ste, _G],
|
|
@@ -1141,9 +1224,24 @@ exports.ListGeofencesResponse$ = [3, n0, _LGRi,
|
|
|
1141
1224
|
[_En, _NT],
|
|
1142
1225
|
[[() => ListGeofenceResponseEntryList, 0], 0], 1
|
|
1143
1226
|
];
|
|
1227
|
+
exports.ListJobsRequest$ = [3, n0, _LJR,
|
|
1228
|
+
0,
|
|
1229
|
+
[_Fi, _MR, _NT],
|
|
1230
|
+
[() => exports.JobsFilter$, 1, 0]
|
|
1231
|
+
];
|
|
1232
|
+
exports.ListJobsResponse$ = [3, n0, _LJRi,
|
|
1233
|
+
0,
|
|
1234
|
+
[_En, _NT],
|
|
1235
|
+
[[() => ListJobsResponseEntryList, 0], 0], 1
|
|
1236
|
+
];
|
|
1237
|
+
exports.ListJobsResponseEntry$ = [3, n0, _LJRE,
|
|
1238
|
+
0,
|
|
1239
|
+
[_Ac, _CAr, _ERA, _IO, _JI, _JA, _OO, _St, _UA, _AO, _EA, _E, _N],
|
|
1240
|
+
[0, [() => Timestamp, 0], 0, () => exports.JobInputOptions$, 0, 0, () => exports.JobOutputOptions$, 0, [() => Timestamp, 0], () => exports.JobActionOptions$, [() => Timestamp, 0], () => exports.JobError$, 0], 9
|
|
1241
|
+
];
|
|
1144
1242
|
exports.ListKeysRequest$ = [3, n0, _LKR,
|
|
1145
1243
|
0,
|
|
1146
|
-
[_MR, _NT,
|
|
1244
|
+
[_MR, _NT, _Fi],
|
|
1147
1245
|
[1, 0, () => exports.ApiKeyFilter$]
|
|
1148
1246
|
];
|
|
1149
1247
|
exports.ListKeysResponse$ = [3, n0, _LKRi,
|
|
@@ -1263,7 +1361,7 @@ exports.MapConfigurationUpdate$ = [3, n0, _MCU,
|
|
|
1263
1361
|
];
|
|
1264
1362
|
exports.Place$ = [3, n0, _Pl,
|
|
1265
1363
|
0,
|
|
1266
|
-
[_G, _Lab, _AN, _Str,
|
|
1364
|
+
[_G, _Lab, _AN, _Str, _Ne, _Mu, _SR, _Reg, _Cou, _PCo, _I, _TZ, _UTn, _UN, _Ca, _SC, _SM],
|
|
1267
1365
|
[[() => exports.PlaceGeometry$, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveBoolean, 0], [() => exports.TimeZone$, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], [() => PlaceCategoryList, 0], [() => PlaceSupplementalCategoryList, 0], [() => SensitiveString, 0]], 1
|
|
1268
1366
|
];
|
|
1269
1367
|
exports.PlaceGeometry$ = [3, n0, _PG,
|
|
@@ -1356,6 +1454,16 @@ exports.SearchPlaceIndexForTextSummary$ = [3, n0, _SPIFTS,
|
|
|
1356
1454
|
[_Te, _DS, _BP, _FBB, _FC, _MR, _RBBe, _La, _FCi],
|
|
1357
1455
|
[[() => SensitiveString, 0], 0, [() => Position, 0], [() => BoundingBox, 0], [() => CountryCodeList, 0], 1, [() => BoundingBox, 0], 0, [() => FilterPlaceCategoryList, 0]], 2
|
|
1358
1456
|
];
|
|
1457
|
+
exports.StartJobRequest$ = [3, n0, _SJR,
|
|
1458
|
+
0,
|
|
1459
|
+
[_Ac, _ERA, _IO, _OO, _CTl, _AO, _N, _Ta],
|
|
1460
|
+
[0, 0, () => exports.JobInputOptions$, () => exports.JobOutputOptions$, [0, 4], () => exports.JobActionOptions$, 0, 128 | 0], 4
|
|
1461
|
+
];
|
|
1462
|
+
exports.StartJobResponse$ = [3, n0, _SJRt,
|
|
1463
|
+
0,
|
|
1464
|
+
[_CAr, _JA, _JI, _St],
|
|
1465
|
+
[[() => Timestamp, 0], 0, 0, 0], 4
|
|
1466
|
+
];
|
|
1359
1467
|
exports.Step$ = [3, n0, _Step,
|
|
1360
1468
|
0,
|
|
1361
1469
|
[_SP, _EP, _D, _DSu, _GO],
|
|
@@ -1373,7 +1481,7 @@ exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
1373
1481
|
];
|
|
1374
1482
|
exports.TimeZone$ = [3, n0, _TZ,
|
|
1375
1483
|
0,
|
|
1376
|
-
[
|
|
1484
|
+
[_N, _O],
|
|
1377
1485
|
[[() => SensitiveString, 0], [() => SensitiveInteger, 0]], 1
|
|
1378
1486
|
];
|
|
1379
1487
|
exports.TrackingFilterGeometry$ = [3, n0, _TFG,
|
|
@@ -1461,9 +1569,14 @@ exports.UpdateTrackerResponse$ = [3, n0, _UTRp,
|
|
|
1461
1569
|
[_TN, _TA, _UT],
|
|
1462
1570
|
[0, 0, [() => Timestamp, 0]], 3
|
|
1463
1571
|
];
|
|
1572
|
+
exports.ValidateAddressActionOptions$ = [3, n0, _VAAO,
|
|
1573
|
+
0,
|
|
1574
|
+
[_AFd],
|
|
1575
|
+
[64 | 0]
|
|
1576
|
+
];
|
|
1464
1577
|
exports.ValidationExceptionField$ = [3, n0, _VEF,
|
|
1465
1578
|
0,
|
|
1466
|
-
[
|
|
1579
|
+
[_N, _M],
|
|
1467
1580
|
[[0, { [_jN]: _n }], [0, { [_jN]: _m }]], 2
|
|
1468
1581
|
];
|
|
1469
1582
|
exports.VerifyDevicePositionRequest$ = [3, n0, _VDPR,
|
|
@@ -1544,6 +1657,7 @@ var ForecastedEventsList = [1, n0, _FEL,
|
|
|
1544
1657
|
];
|
|
1545
1658
|
var GeoArnList = 64 | 0;
|
|
1546
1659
|
var IdList = 64 | 0;
|
|
1660
|
+
var JobErrorMessagesList = 64 | 0;
|
|
1547
1661
|
var LegList = [1, n0, _LL,
|
|
1548
1662
|
0, [() => exports.Leg$,
|
|
1549
1663
|
0]
|
|
@@ -1572,6 +1686,10 @@ var ListGeofenceResponseEntryList = [1, n0, _LGREL,
|
|
|
1572
1686
|
0, [() => exports.ListGeofenceResponseEntry$,
|
|
1573
1687
|
0]
|
|
1574
1688
|
];
|
|
1689
|
+
var ListJobsResponseEntryList = [1, n0, _LJREL,
|
|
1690
|
+
0, [() => exports.ListJobsResponseEntry$,
|
|
1691
|
+
0]
|
|
1692
|
+
];
|
|
1575
1693
|
var ListKeysResponseEntryList = [1, n0, _LKREL,
|
|
1576
1694
|
0, [() => exports.ListKeysResponseEntry$,
|
|
1577
1695
|
0]
|
|
@@ -1646,6 +1764,7 @@ var StepList = [1, n0, _SL,
|
|
|
1646
1764
|
0]
|
|
1647
1765
|
];
|
|
1648
1766
|
var TagKeys = 64 | 0;
|
|
1767
|
+
var ValidateAddressAdditionalFeatureList = 64 | 0;
|
|
1649
1768
|
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
1650
1769
|
0, [() => exports.ValidationExceptionField$,
|
|
1651
1770
|
0]
|
|
@@ -1691,6 +1810,9 @@ exports.CalculateRoute$ = [9, n0, _CR,
|
|
|
1691
1810
|
exports.CalculateRouteMatrix$ = [9, n0, _CRM,
|
|
1692
1811
|
{ [_en]: ["routes."], [_h]: ["POST", "/routes/v0/calculators/{CalculatorName}/calculate/route-matrix", 200] }, () => exports.CalculateRouteMatrixRequest$, () => exports.CalculateRouteMatrixResponse$
|
|
1693
1812
|
];
|
|
1813
|
+
exports.CancelJob$ = [9, n0, _CJ,
|
|
1814
|
+
{ [_en]: ["metadata."], [_h]: ["POST", "/metadata/v0/jobs/cancel-job", 200] }, () => exports.CancelJobRequest$, () => exports.CancelJobResponse$
|
|
1815
|
+
];
|
|
1694
1816
|
exports.CreateGeofenceCollection$ = [9, n0, _CGC,
|
|
1695
1817
|
{ [_en]: ["cp.geofencing."], [_h]: ["POST", "/geofencing/v0/collections", 200] }, () => exports.CreateGeofenceCollectionRequest$, () => exports.CreateGeofenceCollectionResponse$
|
|
1696
1818
|
];
|
|
@@ -1760,6 +1882,9 @@ exports.GetDevicePositionHistory$ = [9, n0, _GDPH,
|
|
|
1760
1882
|
exports.GetGeofence$ = [9, n0, _GGe,
|
|
1761
1883
|
{ [_en]: ["geofencing."], [_h]: ["GET", "/geofencing/v0/collections/{CollectionName}/geofences/{GeofenceId}", 200] }, () => exports.GetGeofenceRequest$, () => exports.GetGeofenceResponse$
|
|
1762
1884
|
];
|
|
1885
|
+
exports.GetJob$ = [9, n0, _GJ,
|
|
1886
|
+
{ [_en]: ["metadata."], [_h]: ["GET", "/metadata/v0/jobs/{JobId}", 200] }, () => exports.GetJobRequest$, () => exports.GetJobResponse$
|
|
1887
|
+
];
|
|
1763
1888
|
exports.GetMapGlyphs$ = [9, n0, _GMG,
|
|
1764
1889
|
{ [_en]: ["maps."], [_h]: ["GET", "/maps/v0/maps/{MapName}/glyphs/{FontStack}/{FontUnicodeRange}", 200] }, () => exports.GetMapGlyphsRequest$, () => exports.GetMapGlyphsResponse$
|
|
1765
1890
|
];
|
|
@@ -1784,6 +1909,9 @@ exports.ListGeofenceCollections$ = [9, n0, _LGC,
|
|
|
1784
1909
|
exports.ListGeofences$ = [9, n0, _LGi,
|
|
1785
1910
|
{ [_en]: ["geofencing."], [_h]: ["POST", "/geofencing/v0/collections/{CollectionName}/list-geofences", 200] }, () => exports.ListGeofencesRequest$, () => exports.ListGeofencesResponse$
|
|
1786
1911
|
];
|
|
1912
|
+
exports.ListJobs$ = [9, n0, _LJ,
|
|
1913
|
+
{ [_en]: ["metadata."], [_h]: ["POST", "/metadata/v0/jobs/list-jobs", 200] }, () => exports.ListJobsRequest$, () => exports.ListJobsResponse$
|
|
1914
|
+
];
|
|
1787
1915
|
exports.ListKeys$ = [9, n0, _LK,
|
|
1788
1916
|
{ [_en]: ["cp.metadata."], [_h]: ["POST", "/metadata/v0/list-keys", 200] }, () => exports.ListKeysRequest$, () => exports.ListKeysResponse$
|
|
1789
1917
|
];
|
|
@@ -1817,6 +1945,9 @@ exports.SearchPlaceIndexForSuggestions$ = [9, n0, _SPIFS,
|
|
|
1817
1945
|
exports.SearchPlaceIndexForText$ = [9, n0, _SPIFT,
|
|
1818
1946
|
{ [_en]: ["places."], [_h]: ["POST", "/places/v0/indexes/{IndexName}/search/text", 200] }, () => exports.SearchPlaceIndexForTextRequest$, () => exports.SearchPlaceIndexForTextResponse$
|
|
1819
1947
|
];
|
|
1948
|
+
exports.StartJob$ = [9, n0, _SJ,
|
|
1949
|
+
{ [_en]: ["metadata."], [_h]: ["POST", "/metadata/v0/jobs", 200] }, () => exports.StartJobRequest$, () => exports.StartJobResponse$
|
|
1950
|
+
];
|
|
1820
1951
|
exports.TagResource$ = [9, n0, _TR,
|
|
1821
1952
|
{ [_en]: ["cp.metadata."], [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
1822
1953
|
];
|
package/dist-es/Location.js
CHANGED
|
@@ -8,6 +8,7 @@ import { BatchPutGeofenceCommand, } from "./commands/BatchPutGeofenceCommand";
|
|
|
8
8
|
import { BatchUpdateDevicePositionCommand, } from "./commands/BatchUpdateDevicePositionCommand";
|
|
9
9
|
import { CalculateRouteCommand, } from "./commands/CalculateRouteCommand";
|
|
10
10
|
import { CalculateRouteMatrixCommand, } from "./commands/CalculateRouteMatrixCommand";
|
|
11
|
+
import { CancelJobCommand } from "./commands/CancelJobCommand";
|
|
11
12
|
import { CreateGeofenceCollectionCommand, } from "./commands/CreateGeofenceCollectionCommand";
|
|
12
13
|
import { CreateKeyCommand } from "./commands/CreateKeyCommand";
|
|
13
14
|
import { CreateMapCommand } from "./commands/CreateMapCommand";
|
|
@@ -31,6 +32,7 @@ import { ForecastGeofenceEventsCommand, } from "./commands/ForecastGeofenceEvent
|
|
|
31
32
|
import { GetDevicePositionCommand, } from "./commands/GetDevicePositionCommand";
|
|
32
33
|
import { GetDevicePositionHistoryCommand, } from "./commands/GetDevicePositionHistoryCommand";
|
|
33
34
|
import { GetGeofenceCommand, } from "./commands/GetGeofenceCommand";
|
|
35
|
+
import { GetJobCommand } from "./commands/GetJobCommand";
|
|
34
36
|
import { GetMapGlyphsCommand, } from "./commands/GetMapGlyphsCommand";
|
|
35
37
|
import { GetMapSpritesCommand, } from "./commands/GetMapSpritesCommand";
|
|
36
38
|
import { GetMapStyleDescriptorCommand, } from "./commands/GetMapStyleDescriptorCommand";
|
|
@@ -39,6 +41,7 @@ import { GetPlaceCommand } from "./commands/GetPlaceCommand";
|
|
|
39
41
|
import { ListDevicePositionsCommand, } from "./commands/ListDevicePositionsCommand";
|
|
40
42
|
import { ListGeofenceCollectionsCommand, } from "./commands/ListGeofenceCollectionsCommand";
|
|
41
43
|
import { ListGeofencesCommand, } from "./commands/ListGeofencesCommand";
|
|
44
|
+
import { ListJobsCommand } from "./commands/ListJobsCommand";
|
|
42
45
|
import { ListKeysCommand } from "./commands/ListKeysCommand";
|
|
43
46
|
import { ListMapsCommand } from "./commands/ListMapsCommand";
|
|
44
47
|
import { ListPlaceIndexesCommand, } from "./commands/ListPlaceIndexesCommand";
|
|
@@ -50,6 +53,7 @@ import { PutGeofenceCommand, } from "./commands/PutGeofenceCommand";
|
|
|
50
53
|
import { SearchPlaceIndexForPositionCommand, } from "./commands/SearchPlaceIndexForPositionCommand";
|
|
51
54
|
import { SearchPlaceIndexForSuggestionsCommand, } from "./commands/SearchPlaceIndexForSuggestionsCommand";
|
|
52
55
|
import { SearchPlaceIndexForTextCommand, } from "./commands/SearchPlaceIndexForTextCommand";
|
|
56
|
+
import { StartJobCommand } from "./commands/StartJobCommand";
|
|
53
57
|
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
54
58
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
55
59
|
import { UpdateGeofenceCollectionCommand, } from "./commands/UpdateGeofenceCollectionCommand";
|
|
@@ -65,12 +69,14 @@ import { paginateGetDevicePositionHistory } from "./pagination/GetDevicePosition
|
|
|
65
69
|
import { paginateListDevicePositions } from "./pagination/ListDevicePositionsPaginator";
|
|
66
70
|
import { paginateListGeofenceCollections } from "./pagination/ListGeofenceCollectionsPaginator";
|
|
67
71
|
import { paginateListGeofences } from "./pagination/ListGeofencesPaginator";
|
|
72
|
+
import { paginateListJobs } from "./pagination/ListJobsPaginator";
|
|
68
73
|
import { paginateListKeys } from "./pagination/ListKeysPaginator";
|
|
69
74
|
import { paginateListMaps } from "./pagination/ListMapsPaginator";
|
|
70
75
|
import { paginateListPlaceIndexes } from "./pagination/ListPlaceIndexesPaginator";
|
|
71
76
|
import { paginateListRouteCalculators } from "./pagination/ListRouteCalculatorsPaginator";
|
|
72
77
|
import { paginateListTrackerConsumers } from "./pagination/ListTrackerConsumersPaginator";
|
|
73
78
|
import { paginateListTrackers } from "./pagination/ListTrackersPaginator";
|
|
79
|
+
import { waitUntilJobCompleted } from "./waiters/waitForJobCompleted";
|
|
74
80
|
const commands = {
|
|
75
81
|
AssociateTrackerConsumerCommand,
|
|
76
82
|
BatchDeleteDevicePositionHistoryCommand,
|
|
@@ -81,6 +87,7 @@ const commands = {
|
|
|
81
87
|
BatchUpdateDevicePositionCommand,
|
|
82
88
|
CalculateRouteCommand,
|
|
83
89
|
CalculateRouteMatrixCommand,
|
|
90
|
+
CancelJobCommand,
|
|
84
91
|
CreateGeofenceCollectionCommand,
|
|
85
92
|
CreateKeyCommand,
|
|
86
93
|
CreateMapCommand,
|
|
@@ -104,6 +111,7 @@ const commands = {
|
|
|
104
111
|
GetDevicePositionCommand,
|
|
105
112
|
GetDevicePositionHistoryCommand,
|
|
106
113
|
GetGeofenceCommand,
|
|
114
|
+
GetJobCommand,
|
|
107
115
|
GetMapGlyphsCommand,
|
|
108
116
|
GetMapSpritesCommand,
|
|
109
117
|
GetMapStyleDescriptorCommand,
|
|
@@ -112,6 +120,7 @@ const commands = {
|
|
|
112
120
|
ListDevicePositionsCommand,
|
|
113
121
|
ListGeofenceCollectionsCommand,
|
|
114
122
|
ListGeofencesCommand,
|
|
123
|
+
ListJobsCommand,
|
|
115
124
|
ListKeysCommand,
|
|
116
125
|
ListMapsCommand,
|
|
117
126
|
ListPlaceIndexesCommand,
|
|
@@ -123,6 +132,7 @@ const commands = {
|
|
|
123
132
|
SearchPlaceIndexForPositionCommand,
|
|
124
133
|
SearchPlaceIndexForSuggestionsCommand,
|
|
125
134
|
SearchPlaceIndexForTextCommand,
|
|
135
|
+
StartJobCommand,
|
|
126
136
|
TagResourceCommand,
|
|
127
137
|
UntagResourceCommand,
|
|
128
138
|
UpdateGeofenceCollectionCommand,
|
|
@@ -139,6 +149,7 @@ const paginators = {
|
|
|
139
149
|
paginateListDevicePositions,
|
|
140
150
|
paginateListGeofenceCollections,
|
|
141
151
|
paginateListGeofences,
|
|
152
|
+
paginateListJobs,
|
|
142
153
|
paginateListKeys,
|
|
143
154
|
paginateListMaps,
|
|
144
155
|
paginateListPlaceIndexes,
|
|
@@ -146,6 +157,9 @@ const paginators = {
|
|
|
146
157
|
paginateListTrackerConsumers,
|
|
147
158
|
paginateListTrackers,
|
|
148
159
|
};
|
|
160
|
+
const waiters = {
|
|
161
|
+
waitUntilJobCompleted,
|
|
162
|
+
};
|
|
149
163
|
export class Location extends LocationClient {
|
|
150
164
|
}
|
|
151
|
-
createAggregatedClient(commands, Location, { paginators });
|
|
165
|
+
createAggregatedClient(commands, Location, { paginators, waiters });
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CancelJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CancelJobCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("LocationService", "CancelJob", {})
|
|
13
|
+
.n("LocationClient", "CancelJobCommand")
|
|
14
|
+
.sc(CancelJob$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetJobCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("LocationService", "GetJob", {})
|
|
13
|
+
.n("LocationClient", "GetJobCommand")
|
|
14
|
+
.sc(GetJob$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListJobs$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListJobsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("LocationService", "ListJobs", {})
|
|
13
|
+
.n("LocationClient", "ListJobsCommand")
|
|
14
|
+
.sc(ListJobs$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { StartJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class StartJobCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("LocationService", "StartJob", {})
|
|
13
|
+
.n("LocationClient", "StartJobCommand")
|
|
14
|
+
.sc(StartJob$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -7,6 +7,7 @@ export * from "./BatchPutGeofenceCommand";
|
|
|
7
7
|
export * from "./BatchUpdateDevicePositionCommand";
|
|
8
8
|
export * from "./CalculateRouteCommand";
|
|
9
9
|
export * from "./CalculateRouteMatrixCommand";
|
|
10
|
+
export * from "./CancelJobCommand";
|
|
10
11
|
export * from "./CreateGeofenceCollectionCommand";
|
|
11
12
|
export * from "./CreateKeyCommand";
|
|
12
13
|
export * from "./CreateMapCommand";
|
|
@@ -30,6 +31,7 @@ export * from "./ForecastGeofenceEventsCommand";
|
|
|
30
31
|
export * from "./GetDevicePositionCommand";
|
|
31
32
|
export * from "./GetDevicePositionHistoryCommand";
|
|
32
33
|
export * from "./GetGeofenceCommand";
|
|
34
|
+
export * from "./GetJobCommand";
|
|
33
35
|
export * from "./GetMapGlyphsCommand";
|
|
34
36
|
export * from "./GetMapSpritesCommand";
|
|
35
37
|
export * from "./GetMapStyleDescriptorCommand";
|
|
@@ -38,6 +40,7 @@ export * from "./GetPlaceCommand";
|
|
|
38
40
|
export * from "./ListDevicePositionsCommand";
|
|
39
41
|
export * from "./ListGeofenceCollectionsCommand";
|
|
40
42
|
export * from "./ListGeofencesCommand";
|
|
43
|
+
export * from "./ListJobsCommand";
|
|
41
44
|
export * from "./ListKeysCommand";
|
|
42
45
|
export * from "./ListMapsCommand";
|
|
43
46
|
export * from "./ListPlaceIndexesCommand";
|
|
@@ -49,6 +52,7 @@ export * from "./PutGeofenceCommand";
|
|
|
49
52
|
export * from "./SearchPlaceIndexForPositionCommand";
|
|
50
53
|
export * from "./SearchPlaceIndexForSuggestionsCommand";
|
|
51
54
|
export * from "./SearchPlaceIndexForTextCommand";
|
|
55
|
+
export * from "./StartJobCommand";
|
|
52
56
|
export * from "./TagResourceCommand";
|
|
53
57
|
export * from "./UntagResourceCommand";
|
|
54
58
|
export * from "./UpdateGeofenceCollectionCommand";
|