@aws-sdk/client-location 3.986.0 → 3.988.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/dist-cjs/index.js +79 -2251
- package/dist-cjs/models/LocationServiceException.js +12 -0
- package/dist-cjs/models/errors.js +115 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1846 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +55 -49
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +14 -14
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultLocationHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2020-11-19",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.location",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2020-11-19",
|
|
30
32
|
serviceTarget: "LocationService",
|
|
31
33
|
},
|
|
@@ -365,7 +365,7 @@ const _Pl = "Place";
|
|
|
365
365
|
const _Po = "Position";
|
|
366
366
|
const _Poi = "Point";
|
|
367
367
|
const _Pol = "Polygon";
|
|
368
|
-
const _R = "
|
|
368
|
+
const _R = "Reason";
|
|
369
369
|
const _RA = "ResourceArn";
|
|
370
370
|
const _RBB = "RouteBBox";
|
|
371
371
|
const _RBBe = "ResultBBox";
|
|
@@ -378,8 +378,8 @@ const _RNFE = "ResourceNotFoundException";
|
|
|
378
378
|
const _RP = "RefererPattern";
|
|
379
379
|
const _RPL = "RefererPatternList";
|
|
380
380
|
const _RT = "ReceivedTime";
|
|
381
|
+
const _Ra = "Radius";
|
|
381
382
|
const _Re = "Restrictions";
|
|
382
|
-
const _Rea = "Reason";
|
|
383
383
|
const _Reg = "Region";
|
|
384
384
|
const _Rel = "Relevance";
|
|
385
385
|
const _Res = "Results";
|
|
@@ -504,13 +504,63 @@ const _l = "language";
|
|
|
504
504
|
const _m = "message";
|
|
505
505
|
const _n = "name";
|
|
506
506
|
const _r = "reason";
|
|
507
|
-
const _s = "
|
|
508
|
-
const
|
|
507
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.location";
|
|
508
|
+
const _se = "server";
|
|
509
509
|
const _tK = "tagKeys";
|
|
510
510
|
const n0 = "com.amazonaws.location";
|
|
511
511
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
512
512
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
513
513
|
import { LocationServiceException } from "../models/LocationServiceException";
|
|
514
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
515
|
+
export var LocationServiceException$ = [-3, _s, "LocationServiceException", 0, [], []];
|
|
516
|
+
_s_registry.registerError(LocationServiceException$, LocationServiceException);
|
|
517
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
518
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
519
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
520
|
+
[_M],
|
|
521
|
+
[[0, { [_jN]: _m }]], 1
|
|
522
|
+
];
|
|
523
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
524
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
525
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
526
|
+
[_M],
|
|
527
|
+
[[0, { [_jN]: _m }]], 1
|
|
528
|
+
];
|
|
529
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
530
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
531
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
532
|
+
[_M],
|
|
533
|
+
[[0, { [_jN]: _m }]], 1
|
|
534
|
+
];
|
|
535
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
536
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
537
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
538
|
+
[_M],
|
|
539
|
+
[[0, { [_jN]: _m }]], 1
|
|
540
|
+
];
|
|
541
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
542
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
543
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
544
|
+
[_M],
|
|
545
|
+
[[0, { [_jN]: _m }]], 1
|
|
546
|
+
];
|
|
547
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
548
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
549
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
550
|
+
[_M],
|
|
551
|
+
[[0, { [_jN]: _m }]], 1
|
|
552
|
+
];
|
|
553
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
554
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
555
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
556
|
+
[_M, _R, _FL],
|
|
557
|
+
[[0, { [_jN]: _m }], [0, { [_jN]: _r }], [() => ValidationExceptionFieldList, { [_jN]: _fL }]], 3
|
|
558
|
+
];
|
|
559
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
560
|
+
export const errorTypeRegistries = [
|
|
561
|
+
_s_registry,
|
|
562
|
+
n0_registry,
|
|
563
|
+
];
|
|
514
564
|
var ApiKey = [0, n0, _AK, 8, 0];
|
|
515
565
|
var Base64EncodedGeobuf = [0, n0, _BEG, 8, 21];
|
|
516
566
|
var CountryCode3 = [0, n0, _CC, 8, 0];
|
|
@@ -524,12 +574,6 @@ var SensitiveDouble = [0, n0, _SD, 8, 1];
|
|
|
524
574
|
var SensitiveInteger = [0, n0, _SI, 8, 1];
|
|
525
575
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
526
576
|
var Timestamp = [0, n0, _T, 8, 5];
|
|
527
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
528
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
529
|
-
[_M],
|
|
530
|
-
[[0, { [_jN]: _m }]], 1
|
|
531
|
-
];
|
|
532
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
533
577
|
export var AndroidApp$ = [3, n0, _AA,
|
|
534
578
|
0,
|
|
535
579
|
[_P, _CF],
|
|
@@ -712,15 +756,9 @@ export var CellSignals$ = [3, n0, _CS,
|
|
|
712
756
|
];
|
|
713
757
|
export var Circle$ = [3, n0, _Ci,
|
|
714
758
|
8,
|
|
715
|
-
[_Ce,
|
|
759
|
+
[_Ce, _Ra],
|
|
716
760
|
[[() => Position, 0], [() => SensitiveDouble, 0]], 2
|
|
717
761
|
];
|
|
718
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
719
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
720
|
-
[_M],
|
|
721
|
-
[[0, { [_jN]: _m }]], 1
|
|
722
|
-
];
|
|
723
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
724
762
|
export var CreateGeofenceCollectionRequest$ = [3, n0, _CGCR,
|
|
725
763
|
0,
|
|
726
764
|
[_CN, _PP, _PPDS, _De, _Ta, _KKI],
|
|
@@ -1041,12 +1079,6 @@ export var InferredState$ = [3, n0, _IS,
|
|
|
1041
1079
|
[_PD, _Po, _A, _DD],
|
|
1042
1080
|
[2, [() => Position, 0], [() => PositionalAccuracy$, 0], 1], 1
|
|
1043
1081
|
];
|
|
1044
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
1045
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
1046
|
-
[_M],
|
|
1047
|
-
[[0, { [_jN]: _m }]], 1
|
|
1048
|
-
];
|
|
1049
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
1050
1082
|
export var Leg$ = [3, n0, _Le,
|
|
1051
1083
|
0,
|
|
1052
1084
|
[_SP, _EP, _D, _DSu, _Ste, _G],
|
|
@@ -1247,12 +1279,6 @@ export var PutGeofenceResponse$ = [3, n0, _PGRu,
|
|
|
1247
1279
|
[_GI, _CT, _UT],
|
|
1248
1280
|
[0, [() => Timestamp, 0], [() => Timestamp, 0]], 3
|
|
1249
1281
|
];
|
|
1250
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1251
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1252
|
-
[_M],
|
|
1253
|
-
[[0, { [_jN]: _m }]], 1
|
|
1254
|
-
];
|
|
1255
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1256
1282
|
export var RouteMatrixEntry$ = [3, n0, _RME,
|
|
1257
1283
|
0,
|
|
1258
1284
|
[_D, _DSu, _E],
|
|
@@ -1323,12 +1349,6 @@ export var SearchPlaceIndexForTextSummary$ = [3, n0, _SPIFTS,
|
|
|
1323
1349
|
[_Te, _DS, _BP, _FBB, _FC, _MR, _RBBe, _La, _FCi],
|
|
1324
1350
|
[[() => SensitiveString, 0], 0, [() => Position, 0], [() => BoundingBox, 0], [() => CountryCodeList, 0], 1, [() => BoundingBox, 0], 0, [() => FilterPlaceCategoryList, 0]], 2
|
|
1325
1351
|
];
|
|
1326
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
1327
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
1328
|
-
[_M],
|
|
1329
|
-
[[0, { [_jN]: _m }]], 1
|
|
1330
|
-
];
|
|
1331
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1332
1352
|
export var Step$ = [3, n0, _Step,
|
|
1333
1353
|
0,
|
|
1334
1354
|
[_SP, _EP, _D, _DSu, _GO],
|
|
@@ -1344,12 +1364,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
1344
1364
|
[],
|
|
1345
1365
|
[]
|
|
1346
1366
|
];
|
|
1347
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1348
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1349
|
-
[_M],
|
|
1350
|
-
[[0, { [_jN]: _m }]], 1
|
|
1351
|
-
];
|
|
1352
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1353
1367
|
export var TimeZone$ = [3, n0, _TZ,
|
|
1354
1368
|
0,
|
|
1355
1369
|
[_Na, _O],
|
|
@@ -1440,12 +1454,6 @@ export var UpdateTrackerResponse$ = [3, n0, _UTRp,
|
|
|
1440
1454
|
[_TN, _TA, _UT],
|
|
1441
1455
|
[0, 0, [() => Timestamp, 0]], 3
|
|
1442
1456
|
];
|
|
1443
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
1444
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1445
|
-
[_M, _Rea, _FL],
|
|
1446
|
-
[[0, { [_jN]: _m }], [0, { [_jN]: _r }], [() => ValidationExceptionFieldList, { [_jN]: _fL }]], 3
|
|
1447
|
-
];
|
|
1448
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1449
1457
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
1450
1458
|
0,
|
|
1451
1459
|
[_Na, _M],
|
|
@@ -1466,8 +1474,6 @@ export var WiFiAccessPoint$ = [3, n0, _WFAPi,
|
|
|
1466
1474
|
[_MAa, _Rss],
|
|
1467
1475
|
[0, 1], 2
|
|
1468
1476
|
];
|
|
1469
|
-
export var LocationServiceException$ = [-3, _sm, "LocationServiceException", 0, [], []];
|
|
1470
|
-
TypeRegistry.for(_sm).registerError(LocationServiceException$, LocationServiceException);
|
|
1471
1477
|
var AndroidAppList = [1, n0, _AAL,
|
|
1472
1478
|
0, () => AndroidApp$
|
|
1473
1479
|
];
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var LocationServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
17
|
export declare var AndroidApp$: StaticStructureSchema;
|
|
4
18
|
export declare var ApiKeyFilter$: StaticStructureSchema;
|
|
5
19
|
export declare var ApiKeyRestrictions$: StaticStructureSchema;
|
|
@@ -37,7 +51,6 @@ export declare var CalculateRouteSummary$: StaticStructureSchema;
|
|
|
37
51
|
export declare var CalculateRouteTruckModeOptions$: StaticStructureSchema;
|
|
38
52
|
export declare var CellSignals$: StaticStructureSchema;
|
|
39
53
|
export declare var Circle$: StaticStructureSchema;
|
|
40
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
41
54
|
export declare var CreateGeofenceCollectionRequest$: StaticStructureSchema;
|
|
42
55
|
export declare var CreateGeofenceCollectionResponse$: StaticStructureSchema;
|
|
43
56
|
export declare var CreateKeyRequest$: StaticStructureSchema;
|
|
@@ -102,7 +115,6 @@ export declare var GetMapTileResponse$: StaticStructureSchema;
|
|
|
102
115
|
export declare var GetPlaceRequest$: StaticStructureSchema;
|
|
103
116
|
export declare var GetPlaceResponse$: StaticStructureSchema;
|
|
104
117
|
export declare var InferredState$: StaticStructureSchema;
|
|
105
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
106
118
|
export declare var Leg$: StaticStructureSchema;
|
|
107
119
|
export declare var LegGeometry$: StaticStructureSchema;
|
|
108
120
|
export declare var ListDevicePositionsRequest$: StaticStructureSchema;
|
|
@@ -143,7 +155,6 @@ export declare var PlaceGeometry$: StaticStructureSchema;
|
|
|
143
155
|
export declare var PositionalAccuracy$: StaticStructureSchema;
|
|
144
156
|
export declare var PutGeofenceRequest$: StaticStructureSchema;
|
|
145
157
|
export declare var PutGeofenceResponse$: StaticStructureSchema;
|
|
146
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
147
158
|
export declare var RouteMatrixEntry$: StaticStructureSchema;
|
|
148
159
|
export declare var RouteMatrixEntryError$: StaticStructureSchema;
|
|
149
160
|
export declare var SearchForPositionResult$: StaticStructureSchema;
|
|
@@ -158,11 +169,9 @@ export declare var SearchPlaceIndexForSuggestionsSummary$: StaticStructureSchema
|
|
|
158
169
|
export declare var SearchPlaceIndexForTextRequest$: StaticStructureSchema;
|
|
159
170
|
export declare var SearchPlaceIndexForTextResponse$: StaticStructureSchema;
|
|
160
171
|
export declare var SearchPlaceIndexForTextSummary$: StaticStructureSchema;
|
|
161
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
162
172
|
export declare var Step$: StaticStructureSchema;
|
|
163
173
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
164
174
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
165
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
166
175
|
export declare var TimeZone$: StaticStructureSchema;
|
|
167
176
|
export declare var TrackingFilterGeometry$: StaticStructureSchema;
|
|
168
177
|
export declare var TruckDimensions$: StaticStructureSchema;
|
|
@@ -181,12 +190,10 @@ export declare var UpdateRouteCalculatorRequest$: StaticStructureSchema;
|
|
|
181
190
|
export declare var UpdateRouteCalculatorResponse$: StaticStructureSchema;
|
|
182
191
|
export declare var UpdateTrackerRequest$: StaticStructureSchema;
|
|
183
192
|
export declare var UpdateTrackerResponse$: StaticStructureSchema;
|
|
184
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
185
193
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
186
194
|
export declare var VerifyDevicePositionRequest$: StaticStructureSchema;
|
|
187
195
|
export declare var VerifyDevicePositionResponse$: StaticStructureSchema;
|
|
188
196
|
export declare var WiFiAccessPoint$: StaticStructureSchema;
|
|
189
|
-
export declare var LocationServiceException$: StaticErrorSchema;
|
|
190
197
|
export declare var AssociateTrackerConsumer$: StaticOperationSchema;
|
|
191
198
|
export declare var BatchDeleteDevicePositionHistory$: StaticOperationSchema;
|
|
192
199
|
export declare var BatchDeleteGeofence$: StaticOperationSchema;
|
|
@@ -1,9 +1,18 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var LocationServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
14
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
16
|
export declare var AndroidApp$: StaticStructureSchema;
|
|
8
17
|
export declare var ApiKeyFilter$: StaticStructureSchema;
|
|
9
18
|
export declare var ApiKeyRestrictions$: StaticStructureSchema;
|
|
@@ -41,7 +50,6 @@ export declare var CalculateRouteSummary$: StaticStructureSchema;
|
|
|
41
50
|
export declare var CalculateRouteTruckModeOptions$: StaticStructureSchema;
|
|
42
51
|
export declare var CellSignals$: StaticStructureSchema;
|
|
43
52
|
export declare var Circle$: StaticStructureSchema;
|
|
44
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
45
53
|
export declare var CreateGeofenceCollectionRequest$: StaticStructureSchema;
|
|
46
54
|
export declare var CreateGeofenceCollectionResponse$: StaticStructureSchema;
|
|
47
55
|
export declare var CreateKeyRequest$: StaticStructureSchema;
|
|
@@ -106,7 +114,6 @@ export declare var GetMapTileResponse$: StaticStructureSchema;
|
|
|
106
114
|
export declare var GetPlaceRequest$: StaticStructureSchema;
|
|
107
115
|
export declare var GetPlaceResponse$: StaticStructureSchema;
|
|
108
116
|
export declare var InferredState$: StaticStructureSchema;
|
|
109
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
110
117
|
export declare var Leg$: StaticStructureSchema;
|
|
111
118
|
export declare var LegGeometry$: StaticStructureSchema;
|
|
112
119
|
export declare var ListDevicePositionsRequest$: StaticStructureSchema;
|
|
@@ -147,7 +154,6 @@ export declare var PlaceGeometry$: StaticStructureSchema;
|
|
|
147
154
|
export declare var PositionalAccuracy$: StaticStructureSchema;
|
|
148
155
|
export declare var PutGeofenceRequest$: StaticStructureSchema;
|
|
149
156
|
export declare var PutGeofenceResponse$: StaticStructureSchema;
|
|
150
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
151
157
|
export declare var RouteMatrixEntry$: StaticStructureSchema;
|
|
152
158
|
export declare var RouteMatrixEntryError$: StaticStructureSchema;
|
|
153
159
|
export declare var SearchForPositionResult$: StaticStructureSchema;
|
|
@@ -162,11 +168,9 @@ export declare var SearchPlaceIndexForSuggestionsSummary$: StaticStructureSchema
|
|
|
162
168
|
export declare var SearchPlaceIndexForTextRequest$: StaticStructureSchema;
|
|
163
169
|
export declare var SearchPlaceIndexForTextResponse$: StaticStructureSchema;
|
|
164
170
|
export declare var SearchPlaceIndexForTextSummary$: StaticStructureSchema;
|
|
165
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
166
171
|
export declare var Step$: StaticStructureSchema;
|
|
167
172
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
168
173
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
169
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
170
174
|
export declare var TimeZone$: StaticStructureSchema;
|
|
171
175
|
export declare var TrackingFilterGeometry$: StaticStructureSchema;
|
|
172
176
|
export declare var TruckDimensions$: StaticStructureSchema;
|
|
@@ -185,12 +189,10 @@ export declare var UpdateRouteCalculatorRequest$: StaticStructureSchema;
|
|
|
185
189
|
export declare var UpdateRouteCalculatorResponse$: StaticStructureSchema;
|
|
186
190
|
export declare var UpdateTrackerRequest$: StaticStructureSchema;
|
|
187
191
|
export declare var UpdateTrackerResponse$: StaticStructureSchema;
|
|
188
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
189
192
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
190
193
|
export declare var VerifyDevicePositionRequest$: StaticStructureSchema;
|
|
191
194
|
export declare var VerifyDevicePositionResponse$: StaticStructureSchema;
|
|
192
195
|
export declare var WiFiAccessPoint$: StaticStructureSchema;
|
|
193
|
-
export declare var LocationServiceException$: StaticErrorSchema;
|
|
194
196
|
export declare var AssociateTrackerConsumer$: StaticOperationSchema;
|
|
195
197
|
export declare var BatchDeleteDevicePositionHistory$: StaticOperationSchema;
|
|
196
198
|
export declare var BatchDeleteGeofence$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-location",
|
|
3
3
|
"description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-location",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|
|
59
|
-
"@smithy/util-stream": "^4.5.
|
|
59
|
+
"@smithy/util-stream": "^4.5.12",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|